Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/devel/glib2/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/devel/glib2/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.149 retrieving revision 1.150 diff -u -p -r1.149 -r1.150 --- pkgsrc/devel/glib2/Makefile 2008/11/29 19:09:04 1.149 +++ pkgsrc/devel/glib2/Makefile 2008/12/01 13:25:47 1.150 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.149 2008/11/29 19:09:04 jmcneill Exp $ +# $NetBSD: Makefile,v 1.150 2008/12/01 13:25:47 wiz Exp $ # When updating glib2, please apply patch-ak to configure.in # Then run a matching version of autoconf to regen patch-aa. @@ -44,11 +44,6 @@ CONFIGURE_ARGS+= --includedir=${PREFIX}/ CONFIGURE_ARGS+= ${CONFIGURE_ARGS.${ICONV_TYPE}-iconv} CONFIGURE_ARGS.gnu-iconv+= --with-libiconv=gnu CONFIGURE_ARGS+= --with-pcre=system -# need pcre utf8 + unicode-properties -BUILDLINK_API_DEPENDS.pcre+= pcre>=7.4nb1 - -# Avoid an ICE in gcc2 on sparc64 -CONFIGURE_ENV+= F77=${FALSE:Q} CONFIGURE_ENV+= PERL_PATH=${PERL5:Q} @@ -64,7 +59,6 @@ CPPFLAGS+= -DPKGLOCALEDIR="\"${PKGLOCAL CPPFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\"" .if ${OPSYS} == "FreeBSD" - SUBST_CLASSES+= thr SUBST_STAGE.thr= post-patch SUBST_FILES.thr= gthread/Makefile.in @@ -92,9 +86,6 @@ PRINT_PLIST_AWK+= /^@dirrm include\/glib PLIST_VARS+= fam -# Overridden in options.mk. -CONFIGURE_ARGS+= --disable-fam - .if ${OPSYS} != "HPUX" && ${OPSYS} != "OSF1" .include "options.mk" .endif @@ -108,6 +99,8 @@ CONFIGURE_ARGS+= --disable-threads .else .include "../../mk/pthread.buildlink3.mk" .endif +# need pcre utf8 + unicode-properties +BUILDLINK_API_DEPENDS.pcre+= pcre>=7.4nb1 .include "../../devel/pcre/buildlink3.mk" .include "../../mk/bsd.pkg.mk"