Index: head/databases/recutils/Makefile =================================================================== --- head/databases/recutils/Makefile (revision 517375) +++ head/databases/recutils/Makefile (revision 517376) @@ -1,36 +1,32 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= recutils PORTVERSION= 1.7 PORTREVISION= 3 CATEGORIES= databases MASTER_SITES= GNU MAINTAINER= zeus@ibs.dn.ua COMMENT= Tools and libraries to access human-editable, plain text databases LICENSE= GPLv3 USES= charsetfix libtool makeinfo GNU_CONFIGURE= yes -.ifdef QEMU_EMULATING -# XXX bug 224740: configure hangs -CONFIGURE_ENV= gl_cv_func_printf_enomem=no -.endif USE_LDCONFIG= yes INFO= rec-mode recutils PORTDOCS= AUTHORS ChangeLog NEWS README OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_OFF= --disable-nls post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include Index: head/devel/bison/Makefile =================================================================== --- head/devel/bison/Makefile (revision 517375) +++ head/devel/bison/Makefile (revision 517376) @@ -1,45 +1,41 @@ # Created by: Jerry Hicks # $FreeBSD$ PORTNAME= bison PORTVERSION= 3.4.2 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= GNU MAINTAINER= sunpoet@FreeBSD.org COMMENT= Parser generator from FSF, (mostly) compatible with Yacc LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= m4>=1.4.16,1:devel/m4 OPTIONS_DEFINE= DOCS EXAMPLES NLS OPTIONS_SUB= yes USES= charsetfix localbase makeinfo perl5 tar:xz USE_PERL5= build CONFIGURE_ARGS= --disable-yacc --enable-relocatable -.ifdef QEMU_EMULATING -# XXX bug 224740: configure hangs -CONFIGURE_ENV= gl_cv_func_printf_enomem=no -.endif GNU_CONFIGURE= yes LIBS+= -lm TEST_TARGET= check INFO= bison NLS_CONFIGURE_ENABLE= nls NLS_CONFIGURE_OFF= ac_cv_libtextstyle=no NLS_LIB_DEPENDS= libtextstyle.so:devel/libtextstyle NLS_USES= gettext post-patch: @${REINPLACE_CMD} -e 's|$$(docdir)\(/examples\)|$$(datarootdir)\1/bison|' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|\(.*\) _Noreturn void|_Noreturn \1 void|' ${WRKSRC}/data/skeletons/*.c ${WRKSRC}/lib/*.[ch] .include Index: head/devel/libunistring/Makefile =================================================================== --- head/devel/libunistring/Makefile (revision 517375) +++ head/devel/libunistring/Makefile (revision 517376) @@ -1,32 +1,27 @@ # $FreeBSD$ PORTNAME= libunistring PORTVERSION= 0.9.10 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNU MAINTAINER= takefu@airport.fm COMMENT= Unicode string library LICENSE= GPLv2 LGPL3+ GFDL LICENSE_COMB= multi LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING LICENSE_FILE_LGPL3+ = ${WRKSRC}/COPYING.LIB LICENSE_FILE_GFDL= ${WRKSRC}/doc/libunistring.texi USES= alias charsetfix gmake iconv libtool tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip INFO= ${PORTNAME} OPTIONS_DEFINE= DOCS CONFIGURE_ARGS= --disable-static -.ifdef QEMU_EMULATING -# XXX bug 224740: configure hangs: GSlice: failed to allocate 496 bytes (alignment: 512) -CONFIGURE_ENV+= gl_cv_func_printf_enomem=no -.endif - .include Index: head/devel/m4/Makefile =================================================================== --- head/devel/m4/Makefile (revision 517375) +++ head/devel/m4/Makefile (revision 517376) @@ -1,44 +1,40 @@ # Created by: mr # $FreeBSD$ PORTNAME= m4 PORTVERSION= 1.4.18 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= GNU MAINTAINER= sunpoet@FreeBSD.org COMMENT= GNU M4 LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= LIBSIGSEGV EXAMPLES LIBSIGSEGV_DESC=Use alternative page fault handler (GNU libsigsegv) CONFIGURE_ARGS= --program-prefix=g CONFIGURE_ENV= MAKEINFO="${MAKEINFO} --no-split" -.ifdef QEMU_EMULATING -# XXX bug 224740: configure hangs -CONFIGURE_ENV+= gl_cv_func_printf_enomem=no -.endif GNU_CONFIGURE= yes USES= makeinfo tar:xz EXAMPLESDIR= ${PREFIX}/share/examples/gm4 INFO= m4 LIBSIGSEGV_CONFIGURE_OFF= --without-libsigsegv-prefix LIBSIGSEGV_CONFIGURE_ON= --with-libsigsegv-prefix=${LOCALBASE} LIBSIGSEGV_LIB_DEPENDS= libsigsegv.so:devel/libsigsegv post-patch: @${REINPLACE_CMD} -e '/^* M4: / s|M4|G&|' ${WRKSRC}/doc/m4.texi @${REINPLACE_CMD} -e '/^install-exec-am: / s| .*||' ${WRKSRC}/lib/Makefile.in post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ ${INSTALL_DATA} ${WRKSRC}/examples/*.m4 ${STAGEDIR}${EXAMPLESDIR}/ .include Index: head/editors/nano/Makefile =================================================================== --- head/editors/nano/Makefile (revision 517375) +++ head/editors/nano/Makefile (revision 517376) @@ -1,54 +1,49 @@ # Created by: Philippe Lefebvre # $FreeBSD$ PORTNAME= nano PORTVERSION= 4.5 CATEGORIES= editors MASTER_SITES= https://www.nano-editor.org/dist/v${PORTVERSION:R}/ GNU MAINTAINER= danilo@FreeBSD.org COMMENT= Nano's ANOther editor, an enhanced free Pico clone LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING USES= charsetfix ncurses tar:xz CONFLICTS= nano-devel-2* GNU_CONFIGURE= yes CONFIGURE_ARGS= --docdir=${DOCSDIR} --enable-utf8 CONFIGURE_ENV+= NCURSESW_CFLAGS="-I${NCURSESINC}" \ NCURSESW_LIBS="-L${NCURSESLIB} -lncursesw" MAKE_ARGS+= install_htmlmanDATA=install-htmlmanDATA OPTIONS_DEFINE= DOCS EXAMPLES NLS OPTIONS_SUB= yes NLS_USES= gettext localbase NLS_CONFIGURE_ENABLE= nls INFO= nano PORTSCOUT= limitw:1,even -.ifdef QEMU_EMULATING -# XXX bug 224740/231346: configure hangs -CONFIGURE_ENV+= gl_cv_func_printf_enomem=no -.endif - post-patch: ${REINPLACE_CMD} -e 's/^groff.*/false/' ${WRKSRC}/configure post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/doc/sample.nanorc ${STAGEDIR}${EXAMPLESDIR} post-install-DOCS-on: .for doc in nano.1.html rnano.1.html nanorc.5.html ${INSTALL_DATA} ${WRKSRC}/doc/${doc} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/misc/gnuls/Makefile =================================================================== --- head/misc/gnuls/Makefile (revision 517375) +++ head/misc/gnuls/Makefile (revision 517376) @@ -1,49 +1,45 @@ # Created by: bmc@WillsCreek.COM # $FreeBSD$ PORTNAME= gnuls PORTVERSION= 8.30 CATEGORIES= misc MASTER_SITES= GNU/coreutils DISTNAME= coreutils-${PORTVERSION} MAINTAINER= bmc@clapper.org COMMENT= GNU colorized 'ls' OPTIONS_DEFINE= NLS NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext GNU_CONFIGURE= yes CONFIGURE_ENV= FORCE_UNSAFE_CONFIGURE=1 -.ifdef QEMU_EMULATING -# XXX bug 224740: configure hangs -CONFIGURE_ENV+= gl_cv_func_printf_enomem=no -.endif CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib USES= gmake perl5 tar:xz USE_LDCONFIG= yes USE_PERL5= build PLIST_FILES= bin/dir \ bin/dircolors \ bin/gnuls \ bin/vdir \ man/man1/dir.1.gz \ man/man1/dircolors.1.gz \ man/man1/gnuls.1.gz \ man/man1/vdir.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/dir ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/dircolors ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/ls ${STAGEDIR}${PREFIX}/bin/gnuls ${INSTALL_PROGRAM} ${WRKSRC}/src/vdir ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/dir.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/man/dircolors.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/man/ls.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/gnuls.1 ${INSTALL_MAN} ${WRKSRC}/man/vdir.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include Index: head/sysutils/coreutils/Makefile =================================================================== --- head/sysutils/coreutils/Makefile (revision 517375) +++ head/sysutils/coreutils/Makefile (revision 517376) @@ -1,53 +1,49 @@ # $FreeBSD$ PORTNAME= coreutils PORTVERSION= 8.31 CATEGORIES= sysutils textproc MASTER_SITES= GNU MAINTAINER= jharris@widomaker.com COMMENT= Free Software Foundation core utilities LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS= idutils-[0-9]* USES= cpe gmake iconv perl5 charsetfix tar:xz CPE_VENDOR= gnu USE_PERL5= build # required for tests and man page generation USE_LDCONFIG= yes TEST_TARGET= check GNU_CONFIGURE= yes # A rather nasty hack to stop gnustat from conflicting with base gstat # bugs.freebsd.org/160060 CONFIGURE_ARGS= --program-prefix=g \ --program-transform-name=s/stat/nustat/ CONFIGURE_ENV= FORCE_UNSAFE_CONFIGURE=1 -.ifdef QEMU_EMULATING -# XXX bug 224740: configure hangs -CONFIGURE_ENV+= gl_cv_func_printf_enomem=no -.endif INFO= coreutils OPTIONS_DEFINE= GMP NLS OPTIONS_SUB= yes GMP_LIB_DEPENDS= libgmp.so:math/gmp GMP_CONFIGURE_WITH= gmp NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib post-build: @${REINPLACE_CMD} -e "s/ lib / /g" ${WRKSRC}/Makefile @${TOUCH} ${WRKSRC}/doc/coreutils.info post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/g* \ ${STAGEDIR}${PREFIX}/libexec/coreutils/libstdbuf.so .include Index: head/textproc/groff/Makefile =================================================================== --- head/textproc/groff/Makefile (revision 517375) +++ head/textproc/groff/Makefile (revision 517376) @@ -1,61 +1,56 @@ # Created by: Ulrich Spoerlein # $FreeBSD$ PORTNAME= groff PORTVERSION= 1.22.4 PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= GNU MAINTAINER= bapt@FreeBSD.org COMMENT= Software typesetting package LICENSE= GPLv3 BUILD_DEPENDS= psselect:print/psutils \ gsfonts>=0:print/gsfonts LIB_DEPENDS= libuchardet.so:textproc/uchardet RUN_DEPENDS:= psselect:print/psutils MAKE_JOBS_UNSAFE= yes USES= cpe gmake perl5 makeinfo GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-urw-fonts-dir=${LOCALBASE}/share/ghostscript/fonts/ \ --with-awk=/usr/bin/awk \ --without-x \ --without-gs \ pnmcrop=missing \ pnmcut=missing \ pnmtopng=missing \ pnmtops=missing \ psselect=missing CPE_VENDOR= gnu -.ifdef QEMU_EMULATING -# XXX bug 224740: configure hangs: GSlice: failed to allocate 496 bytes (alignment: 512) -CONFIGURE_ENV+= gl_cv_func_printf_enomem=no -.endif - # Canonicalize to A4 if set. .if defined(A4) || (defined(PAPERSIZE) && ${PAPERSIZE:tu} == "A4") PAPERSIZE=A4 .endif .if defined(PAPERSIZE) CONFIGURE_ENV+= PAGE=${PAPERSIZE} .endif CONFLICTS= ja-groff-[0-9]* INFO= groff DATADIR= ${PREFIX}/share/${PORTNAME}/${PORTVERSION} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} EXAMPLESDIR= ${DOCSDIR}/examples post-install: ${INSTALL_DATA} ${FILESDIR}/mdoc.local ${STAGEDIR}${PREFIX}/share/groff/site-tmac ${REINPLACE_CMD} -i "" -e "s/missing/gs/" ${STAGEDIR}${DATADIR}/font/devhtml/DESC .include