Index: head/lang/gawk/Makefile =================================================================== --- head/lang/gawk/Makefile (revision 385056) +++ head/lang/gawk/Makefile (revision 385057) @@ -1,38 +1,38 @@ # Created by: Andreas Klemm # $FreeBSD$ PORTNAME= gawk -PORTVERSION= 4.1.1 -PORTREVISION= 1 +PORTVERSION= 4.1.2 CATEGORIES= lang MASTER_SITES= GNU MAINTAINER= johans@FreeBSD.org -COMMENT= The GNU version of Awk +COMMENT= GNU version of Awk LIB_DEPENDS= libsigsegv.so:${PORTSDIR}/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:${PORTSDIR}/math/mpfr MPFR_CONFIGURE_OFF= --without-gmp --without-mpfr INFO= gawk gawkinet GNU_CONFIGURE= yes USES= iconv libtool makeinfo tar:xz CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} \ --with-libintl-prefix=${LOCALBASE} \ + --with-readline=/usr \ AWK=${AWK} PLIST_SUB+= VERSION=${PORTVERSION} post-patch: @${RM} -f ${WRKSRC}/doc/*.info @${REINPLACE_CMD} -e 's/ -export-dynamic/ -Wl,--export-dynamic/' \ ${WRKSRC}/configure .include Index: head/lang/gawk/distinfo =================================================================== --- head/lang/gawk/distinfo (revision 385056) +++ head/lang/gawk/distinfo (revision 385057) @@ -1,2 +1,2 @@ -SHA256 (gawk-4.1.1.tar.xz) = efd4c6aafb1ce996309fc903ceb625e7012221c464eb72483dbb23adef1ee8db -SIZE (gawk-4.1.1.tar.xz) = 2196904 +SHA256 (gawk-4.1.2.tar.xz) = ea8b53c5834ee27012fecba7273f97fca7104884975cf81ddae6f85c5581f481 +SIZE (gawk-4.1.2.tar.xz) = 2279136 Index: head/lang/gawk/pkg-plist =================================================================== --- head/lang/gawk/pkg-plist (revision 385056) +++ head/lang/gawk/pkg-plist (revision 385057) @@ -1,66 +1,68 @@ bin/gawk bin/gawk-%%VERSION%% bin/igawk include/gawkapi.h lib/gawk/filefuncs.so lib/gawk/fnmatch.so lib/gawk/fork.so lib/gawk/inplace.so lib/gawk/ordchr.so lib/gawk/readdir.so lib/gawk/readfile.so lib/gawk/revoutput.so lib/gawk/revtwoway.so lib/gawk/rwarray.so lib/gawk/testext.so lib/gawk/time.so libexec/awk/grcat libexec/awk/pwcat man/man1/gawk.1.gz man/man1/igawk.1.gz man/man3/filefuncs.3am.gz man/man3/fnmatch.3am.gz man/man3/fork.3am.gz man/man3/inplace.3am.gz man/man3/ordchr.3am.gz man/man3/readdir.3am.gz man/man3/readfile.3am.gz man/man3/revoutput.3am.gz man/man3/revtwoway.3am.gz man/man3/rwarray.3am.gz man/man3/time.3am.gz share/awk/assert.awk share/awk/bits2str.awk share/awk/cliff_rand.awk share/awk/ctime.awk share/awk/ftrans.awk share/awk/getopt.awk share/awk/gettime.awk share/awk/group.awk share/awk/inplace.awk share/awk/join.awk share/awk/libintl.awk share/awk/noassign.awk share/awk/ord.awk share/awk/passwd.awk +share/awk/processarray.awk share/awk/quicksort.awk share/awk/readable.awk share/awk/readfile.awk share/awk/rewind.awk share/awk/round.awk +share/awk/shellquote.awk share/awk/strtonum.awk share/awk/walkarray.awk share/awk/zerofile.awk %%NLS%%share/locale/ca/LC_MESSAGES/gawk.mo %%NLS%%share/locale/da/LC_MESSAGES/gawk.mo %%NLS%%share/locale/de/LC_MESSAGES/gawk.mo %%NLS%%share/locale/es/LC_MESSAGES/gawk.mo %%NLS%%share/locale/fi/LC_MESSAGES/gawk.mo %%NLS%%share/locale/fr/LC_MESSAGES/gawk.mo %%NLS%%share/locale/it/LC_MESSAGES/gawk.mo %%NLS%%share/locale/ja/LC_MESSAGES/gawk.mo %%NLS%%share/locale/ms/LC_MESSAGES/gawk.mo %%NLS%%share/locale/nl/LC_MESSAGES/gawk.mo %%NLS%%share/locale/pl/LC_MESSAGES/gawk.mo %%NLS%%share/locale/sv/LC_MESSAGES/gawk.mo %%NLS%%share/locale/vi/LC_MESSAGES/gawk.mo