head 1.3; access; symbols pkgsrc-2026Q1:1.3.0.2 pkgsrc-2026Q1-base:1.3 pkgsrc-2025Q4:1.2.0.2 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.1.0.2 pkgsrc-2025Q3-base:1.1; locks; strict; comment @# @; 1.3 date 2026.01.07.08.47.37; author wiz; state Exp; branches; next 1.2; commitid 1wQ3ICD8eebefrpG; 1.2 date 2025.10.23.20.38.03; author wiz; state Exp; branches; next 1.1; commitid 1V2hBZn9ypXaCJfG; 1.1 date 2025.06.30.13.09.36; author ktnb; state Exp; branches; next ; commitid 3eoq7VpXiObNQU0G; desc @@ 1.3 log @*: recursive bump for icu 78.1 @ text @# $NetBSD: Makefile,v 1.2 2025/10/23 20:38:03 wiz Exp $ DISTNAME= bigloo-4.6a PKGREVISION= 2 CATEGORIES= lang MASTER_SITES= https://www-sop.inria.fr/indes/fp/Bigloo/download/ MAINTAINER= ktnb@@NetBSD.org HOMEPAGE= https://www-sop.inria.fr/indes/fp/Bigloo/ COMMENT= Scheme development environment LICENSE= gnu-gpl-v2 CHECK_PORTABILITY_SKIP+= api-contribs/bigloo-with-dbus/configure USE_LANGUAGES= c c++ USE_TOOLS= gmake autoconf automake pkg-config GNU_CONFIGURE= yes INFO_FILES= yes LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/bigloo/${PKGVERSION_NOREV} CONFIGURE_ARGS+= --docdir=${PREFIX}/share/doc CONFIGURE_ARGS+= --cflags=${CFLAGS:M*:Q} CONFIGURE_ARGS+= --cpicflags="-fPIC" CONFIGURE_ARGS+= --ldflags=${LDFLAGS:M*:Q} CONFIGURE_ARGS+= --customgc=no CONFIGURE_ARGS+= --gccustominstall=skip CONFIGURE_ARGS+= --gclibdir=${PREFIX}/lib CONFIGURE_ARGS+= --gcincdir=${PREFIX}/include CONFIGURE_ARGS+= --customlibuv=no CONFIGURE_ARGS+= --disable-pcre CONFIGURE_ARGS+= --disable-pcre2 CONFIGURE_ARGS+= --customunistring=no CONFIGURE_ARGS+= --disable-libbacktrace CONFIGURE_ARGS+= --native=yes CONFIGURE_ARGS+= --sharedcompiler=yes CONFIGURE_ARGS+= --sharedbde=yes CONFIGURE_ARGS+= --strip=no CONFIGURE_ARGS+= --enable-calendar CONFIGURE_ARGS+= --enable-crypto CONFIGURE_ARGS+= --enable-csv CONFIGURE_ARGS+= --enable-libuv CONFIGURE_ARGS+= --enable-mail CONFIGURE_ARGS+= --enable-multimedia CONFIGURE_ARGS+= --enable-openpgp CONFIGURE_ARGS+= --enable-packrat CONFIGURE_ARGS+= --enable-phone CONFIGURE_ARGS+= --enable-pkgcomp CONFIGURE_ARGS+= --enable-pkglib CONFIGURE_ARGS+= --enable-pthread CONFIGURE_ARGS+= --enable-sqlite CONFIGURE_ARGS+= --enable-srfi1 CONFIGURE_ARGS+= --enable-srfi18 CONFIGURE_ARGS+= --enable-ssl CONFIGURE_ARGS+= --enable-text CONFIGURE_ARGS+= --enable-upnp CONFIGURE_ARGS+= --enable-web # unsure how these APIs work or if they're useful CONFIGURE_ARGS+= --disable-gstreamer CONFIGURE_ARGS+= --disable-avahi BUILD_TARGET= boot INSTALL_TARGET= install .include "options.mk" .include "../../databases/sqlite3/buildlink3.mk" .include "../../devel/boehm-gc/buildlink3.mk" .include "../../devel/libuv/buildlink3.mk" .include "../../devel/gmp/buildlink3.mk" .include "../../textproc/libunistring/buildlink3.mk" .include "../../mk/dlopen.buildlink3.mk" BUILDLINK_TRANSFORM+= opt:-ldl:${BUILDLINK_LDADD.dl:Q} .include "../../mk/pthread.buildlink3.mk" .include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" @ 1.2 log @*: recursive bump for pcre2 Running an old binary against the new pcre doesn't work: /usr/pkg/lib/libpcre2-8.so.0: version PCRE2_10.47 required by /usr/pkg/lib/libglib-2.0.so.0 not defined @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2025/06/30 13:09:36 ktnb Exp $ d4 1 a4 1 PKGREVISION= 1 @ 1.1 log @lang/bigloo: add bigloo version 4.5b Bigloo is a Scheme development environment that includes a compiler generating C code and Java classes, and an interpreter. Bigloo is the tool of choice for building autonomous applications in Scheme. It is mostly conformant to the Revised5 Report on the Algorithmic Language Scheme with many extensions: - lexical and syntactic builtin parser generators; - pattern-matching; - foreign languages interface (connection to C and to Java); - modules; - object-oriented class-based programming; - preemptive multi-threading; - unicode characters and strings; - posix programming (process, pipe, socket); - openssl; - multimedia libraries; - event loops and event-based programming (libuv). @ text @d1 1 a1 1 # $NetBSD$ d4 1 @