Index: head/lang/gawk/Makefile =================================================================== --- head/lang/gawk/Makefile (revision 494507) +++ head/lang/gawk/Makefile (revision 494508) @@ -1,43 +1,43 @@ # Created by: Andreas Klemm # $FreeBSD$ PORTNAME= gawk PORTVERSION= 4.1.4 PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= GNU MAINTAINER= johans@FreeBSD.org -COMMENT= GNU version of Awk +COMMENT= GNU version of AWK scripting language LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libsigsegv.so:devel/libsigsegv OPTIONS_DEFINE= NLS MPFR OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_OFF= --disable-nls MPFR_DESC?= Support multiple-precision floating-point computation MPFR_LIB_DEPENDS= libmpfr.so:math/mpfr MPFR_CONFIGURE_OFF= --without-gmp --without-mpfr INFO= gawk gawkinet GNU_CONFIGURE= yes USES= iconv libtool makeinfo readline tar:xz CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} \ --with-libintl-prefix=${LOCALBASE} \ AWK=${AWK} INSTALL_TARGET= install-strip TEST_TARGET= check PLIST_SUB+= VERSION=${PORTVERSION} post-patch: @${RM} ${WRKSRC}/doc/*.info @${REINPLACE_CMD} -e 's/ -export-dynamic/ -Wl,--export-dynamic/' \ ${WRKSRC}/configure .include Index: head/textproc/gnugrep/Makefile =================================================================== --- head/textproc/gnugrep/Makefile (revision 494507) +++ head/textproc/gnugrep/Makefile (revision 494508) @@ -1,55 +1,55 @@ # Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= grep PORTVERSION= 3.3 CATEGORIES= textproc MASTER_SITES= GNU PKGNAMEPREFIX= gnu MAINTAINER= johans@FreeBSD.org -COMMENT= GNU grep +COMMENT= GNU version of popular pattern matching utility LICENSE= GPLv3+ CONFLICTS= bsd-grep-[0-9]* USES= charsetfix cpe tar:xz GNU_CONFIGURE= yes TEST_TARGET= check INFO= grep CPE_VENDOR= gnu OPTIONS_DEFINE= ICONV LIBSIGSEGV NLS PCRE OPTIONS_DEFAULT= ICONV PCRE LIBSIGSEGV_DESC= Use alternative page fault handler (GNU libsigsegv) OPTIONS_SUB= yes ICONV_CONFIGURE_USES= iconv ICONV_CONFIGURE_ON= --with-libiconv-prefix=${LOCALBASE} ICONV_CONFIGURE_OFF= --without-libiconv-prefix LIBSIGSEGV_LIB_DEPENDS= libsigsegv.so:devel/libsigsegv LIBSIGSEGV_CONFIGURE_ON= --with-libsigsegv-prefix=${LOCALBASE} LIBSIGSEGV_CONFIGURE_OFF= --without-libsigsegv-prefix NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} NLS_CONFIGURE_OFF= --without-libintl-prefix PCRE_LIB_DEPENDS= libpcre.so:devel/pcre PCRE_USES= pkgconfig PCRE_CONFIGURE_ENABLE= perl-regexp post-patch: @${REINPLACE_CMD} 's:@grep@:${PREFIX}/bin/&:' ${WRKSRC}/src/egrep.sh @${REINPLACE_CMD} 's|mkinstalldirs = .*|mkinstalldirs = ${MKDIR}|g' \ ${WRKSRC}/po/Makefile.in.in post-patch-NLS-off: @${REINPLACE_CMD} '/install-exec-local:/s/install-exec-localcharset//' \ ${WRKSRC}/lib/Makefile.in .include