Index: head/sysutils/coreutils/Makefile =================================================================== --- head/sysutils/coreutils/Makefile (revision 409636) +++ head/sysutils/coreutils/Makefile (revision 409637) @@ -1,53 +1,53 @@ # $FreeBSD$ PORTNAME= coreutils -PORTVERSION= 8.23 +PORTVERSION= 8.25 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]* MAKE_JOBS_UNSAFE= yes 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 CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib USES= cpe gmake iconv perl5 charsetfix tar:xz USE_PERL5= build # build - required for tests and man page generation USE_LDCONFIG= yes INFO= coreutils CPE_VENDOR= gnu OPTIONS_DEFINE= GMP NLS OPTIONS_DEFAULT=NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls GMP_LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp GMP_CONFIGURE_WITH= gmp 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/glibstdbuf.so + ${STAGEDIR}${PREFIX}/libexec/coreutils/libstdbuf.so #regression-test: build # (cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check) .include Index: head/sysutils/coreutils/distinfo =================================================================== --- head/sysutils/coreutils/distinfo (revision 409636) +++ head/sysutils/coreutils/distinfo (revision 409637) @@ -1,2 +1,2 @@ -SHA256 (coreutils-8.23.tar.xz) = ec43ca5bcfc62242accb46b7f121f6b684ee21ecd7d075059bf650ff9e37b82d -SIZE (coreutils-8.23.tar.xz) = 5375612 +SHA256 (coreutils-8.25.tar.xz) = 31e67c057a5b32a582f26408c789e11c2e8d676593324849dcf5779296cdce87 +SIZE (coreutils-8.25.tar.xz) = 5725008 Index: head/sysutils/coreutils/files/patch-stty.c =================================================================== --- head/sysutils/coreutils/files/patch-stty.c (revision 409636) +++ head/sysutils/coreutils/files/patch-stty.c (nonexistent) @@ -1,24 +0,0 @@ ---- src/stty.c.orig 2010-07-21 17:11:49.000000000 +0200 -+++ src/stty.c 2010-07-21 17:12:36.000000000 +0200 -@@ -282,10 +282,10 @@ - # ifdef TAB3 - {"tab3", output, SANE_UNSET, TAB3, TABDLY}, - # endif --# ifdef TAB2 -+# if 0 - {"tab2", output, SANE_UNSET, TAB2, TABDLY}, - # endif --# ifdef TAB1 -+# if 0 - {"tab1", output, SANE_UNSET, TAB1, TABDLY}, - # endif - # ifdef TAB0 -@@ -635,7 +635,7 @@ - fputs (_("\ - * [-]onocr do not print carriage returns in the first column\n\ - [-]opost postprocess output\n\ -- * tabN horizontal tab delay style, N in [0..3]\n\ -+ * tabN horizontal tab delay style, N in [0,3]\n\ - * tabs same as tab0\n\ - * -tabs same as tab3\n\ - * vtN vertical tab delay style, N in [0..1]\n\ Property changes on: head/sysutils/coreutils/files/patch-stty.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/coreutils/files/patch-configure =================================================================== --- head/sysutils/coreutils/files/patch-configure (revision 409636) +++ head/sysutils/coreutils/files/patch-configure (revision 409637) @@ -1,12 +1,11 @@ -diff -r a5a32a34077b configure ---- configure.orig Tue Oct 30 11:49:55 2012 -0400 -+++ configure Tue Oct 30 11:51:28 2012 -0400 -@@ -4301,7 +4301,7 @@ +--- configure.orig 2016-01-20 10:32:53 UTC ++++ configure +@@ -4356,7 +4356,7 @@ for as_dir in $PATH$PATH_SEPARATOR/opt/s do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. - for ac_prog in mkdir gmkdir; do + for ac_prog in mkdir; do for ac_exec_ext in '' $ac_executable_extensions; do - { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue + as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( Index: head/sysutils/coreutils/files/patch-src_stty.c =================================================================== --- head/sysutils/coreutils/files/patch-src_stty.c (nonexistent) +++ head/sysutils/coreutils/files/patch-src_stty.c (revision 409637) @@ -0,0 +1,15 @@ +--- src/stty.c.orig 2016-01-07 12:32:35 UTC ++++ src/stty.c +@@ -287,10 +287,10 @@ static struct mode_info const mode_info[ + # ifdef TAB3 + {"tab3", output, SANE_UNSET, TAB3, TABDLY}, + # endif +-# ifdef TAB2 ++# if 0 + {"tab2", output, SANE_UNSET, TAB2, TABDLY}, + # endif +-# ifdef TAB1 ++# if 0 + {"tab1", output, SANE_UNSET, TAB1, TABDLY}, + # endif + # ifdef TAB0 Property changes on: head/sysutils/coreutils/files/patch-src_stty.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/coreutils/pkg-plist =================================================================== --- head/sysutils/coreutils/pkg-plist (revision 409636) +++ head/sysutils/coreutils/pkg-plist (revision 409637) @@ -1,290 +1,294 @@ bin/g[ +bin/gbase32 bin/gbase64 bin/gbasename bin/gcat bin/gchcon bin/gchgrp bin/gchmod bin/gchown bin/gchroot bin/gcksum bin/gcomm bin/gcp bin/gcsplit bin/gcut bin/gdate bin/gdd bin/gdf bin/gdir bin/gdircolors bin/gdirname bin/gdu bin/gecho bin/genv bin/gexpand bin/gexpr bin/gfactor bin/gfalse bin/gfmt bin/gfold bin/ggroups bin/ghead bin/ghostid bin/gid bin/ginstall bin/gjoin bin/gkill bin/glink bin/gln bin/glogname bin/gls bin/gmd5sum bin/gmkdir bin/gmkfifo bin/gmknod bin/gmktemp bin/gmv bin/gnice bin/gnl bin/gnohup -bin/gnumfmt bin/gnproc +bin/gnumfmt +bin/gnustat bin/god bin/gpaste bin/gpathchk bin/gpinky bin/gpr bin/gprintenv bin/gprintf bin/gptx bin/gpwd bin/greadlink bin/grealpath bin/grm bin/grmdir bin/gruncon bin/gseq bin/gsha1sum bin/gsha224sum bin/gsha256sum bin/gsha384sum bin/gsha512sum bin/gshred bin/gshuf bin/gsleep bin/gsort bin/gsplit -bin/gnustat bin/gstdbuf bin/gstty bin/gsum bin/gsync bin/gtac bin/gtail bin/gtee bin/gtest bin/gtimeout bin/gtouch bin/gtr bin/gtrue bin/gtruncate bin/gtsort bin/gtty bin/guname bin/gunexpand bin/guniq bin/gunlink bin/guptime bin/gusers bin/gvdir bin/gwc bin/gwho bin/gwhoami bin/gyes -libexec/coreutils/glibstdbuf.so +libexec/coreutils/libstdbuf.so +man/man1/gbase32.1.gz man/man1/gbase64.1.gz man/man1/gbasename.1.gz man/man1/gcat.1.gz man/man1/gchcon.1.gz man/man1/gchgrp.1.gz man/man1/gchmod.1.gz man/man1/gchown.1.gz man/man1/gchroot.1.gz man/man1/gcksum.1.gz man/man1/gcomm.1.gz man/man1/gcp.1.gz man/man1/gcsplit.1.gz man/man1/gcut.1.gz man/man1/gdate.1.gz man/man1/gdd.1.gz man/man1/gdf.1.gz man/man1/gdir.1.gz man/man1/gdircolors.1.gz man/man1/gdirname.1.gz man/man1/gdu.1.gz man/man1/gecho.1.gz man/man1/genv.1.gz man/man1/gexpand.1.gz man/man1/gexpr.1.gz man/man1/gfactor.1.gz man/man1/gfalse.1.gz man/man1/gfmt.1.gz man/man1/gfold.1.gz man/man1/ggroups.1.gz man/man1/ghead.1.gz man/man1/ghostid.1.gz man/man1/gid.1.gz man/man1/ginstall.1.gz man/man1/gjoin.1.gz man/man1/gkill.1.gz man/man1/glink.1.gz man/man1/gln.1.gz man/man1/glogname.1.gz man/man1/gls.1.gz man/man1/gmd5sum.1.gz man/man1/gmkdir.1.gz man/man1/gmkfifo.1.gz man/man1/gmknod.1.gz man/man1/gmktemp.1.gz man/man1/gmv.1.gz man/man1/gnice.1.gz man/man1/gnl.1.gz man/man1/gnohup.1.gz man/man1/gnproc.1.gz man/man1/gnumfmt.1.gz man/man1/gnustat.1.gz man/man1/god.1.gz man/man1/gpaste.1.gz man/man1/gpathchk.1.gz man/man1/gpinky.1.gz man/man1/gpr.1.gz man/man1/gprintenv.1.gz man/man1/gprintf.1.gz man/man1/gptx.1.gz man/man1/gpwd.1.gz man/man1/greadlink.1.gz man/man1/grealpath.1.gz man/man1/grm.1.gz man/man1/grmdir.1.gz man/man1/gruncon.1.gz man/man1/gseq.1.gz man/man1/gsha1sum.1.gz man/man1/gsha224sum.1.gz man/man1/gsha256sum.1.gz man/man1/gsha384sum.1.gz man/man1/gsha512sum.1.gz man/man1/gshred.1.gz man/man1/gshuf.1.gz man/man1/gsleep.1.gz man/man1/gsort.1.gz man/man1/gsplit.1.gz man/man1/gstdbuf.1.gz man/man1/gstty.1.gz man/man1/gsum.1.gz man/man1/gsync.1.gz man/man1/gtac.1.gz man/man1/gtail.1.gz man/man1/gtee.1.gz man/man1/gtest.1.gz man/man1/gtimeout.1.gz man/man1/gtouch.1.gz man/man1/gtr.1.gz man/man1/gtrue.1.gz man/man1/gtruncate.1.gz man/man1/gtsort.1.gz man/man1/gtty.1.gz man/man1/guname.1.gz man/man1/gunexpand.1.gz man/man1/guniq.1.gz man/man1/gunlink.1.gz man/man1/guptime.1.gz man/man1/gusers.1.gz man/man1/gvdir.1.gz man/man1/gwc.1.gz man/man1/gwho.1.gz man/man1/gwhoami.1.gz man/man1/gyes.1.gz %%NLS%%share/locale/af/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/af/LC_TIME/coreutils.mo %%NLS%%share/locale/be/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/be/LC_TIME/coreutils.mo %%NLS%%share/locale/bg/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/bg/LC_TIME/coreutils.mo %%NLS%%share/locale/ca/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/ca/LC_TIME/coreutils.mo %%NLS%%share/locale/cs/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/cs/LC_TIME/coreutils.mo %%NLS%%share/locale/da/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/da/LC_TIME/coreutils.mo %%NLS%%share/locale/de/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/de/LC_TIME/coreutils.mo -%%NLS%%share/locale/eo/LC_MESSAGES/coreutils.mo -%%NLS%%share/locale/eo/LC_TIME/coreutils.mo %%NLS%%share/locale/el/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/el/LC_TIME/coreutils.mo +%%NLS%%share/locale/eo/LC_MESSAGES/coreutils.mo +%%NLS%%share/locale/eo/LC_TIME/coreutils.mo %%NLS%%share/locale/es/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/es/LC_TIME/coreutils.mo %%NLS%%share/locale/et/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/et/LC_TIME/coreutils.mo %%NLS%%share/locale/eu/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/eu/LC_TIME/coreutils.mo %%NLS%%share/locale/fi/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/fi/LC_TIME/coreutils.mo %%NLS%%share/locale/fr/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/fr/LC_TIME/coreutils.mo %%NLS%%share/locale/ga/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/ga/LC_TIME/coreutils.mo %%NLS%%share/locale/gl/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/gl/LC_TIME/coreutils.mo %%NLS%%share/locale/hr/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/hr/LC_TIME/coreutils.mo %%NLS%%share/locale/hu/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/hu/LC_TIME/coreutils.mo %%NLS%%share/locale/ia/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/ia/LC_TIME/coreutils.mo %%NLS%%share/locale/id/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/id/LC_TIME/coreutils.mo %%NLS%%share/locale/it/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/it/LC_TIME/coreutils.mo %%NLS%%share/locale/ja/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/ja/LC_TIME/coreutils.mo -%%NLS%%share/locale/ko/LC_MESSAGES/coreutils.mo -%%NLS%%share/locale/ko/LC_TIME/coreutils.mo %%NLS%%share/locale/kk/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/kk/LC_TIME/coreutils.mo +%%NLS%%share/locale/ko/LC_MESSAGES/coreutils.mo +%%NLS%%share/locale/ko/LC_TIME/coreutils.mo %%NLS%%share/locale/lg/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/lg/LC_TIME/coreutils.mo %%NLS%%share/locale/lt/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/lt/LC_TIME/coreutils.mo %%NLS%%share/locale/ms/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/ms/LC_TIME/coreutils.mo %%NLS%%share/locale/nb/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/nb/LC_TIME/coreutils.mo %%NLS%%share/locale/nl/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/nl/LC_TIME/coreutils.mo %%NLS%%share/locale/pl/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/pl/LC_TIME/coreutils.mo %%NLS%%share/locale/pt/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/pt/LC_TIME/coreutils.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/pt_BR/LC_TIME/coreutils.mo %%NLS%%share/locale/ro/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/ro/LC_TIME/coreutils.mo %%NLS%%share/locale/ru/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/ru/LC_TIME/coreutils.mo %%NLS%%share/locale/sk/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/sk/LC_TIME/coreutils.mo %%NLS%%share/locale/sl/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/sl/LC_TIME/coreutils.mo +%%NLS%%share/locale/sr/LC_MESSAGES/coreutils.mo +%%NLS%%share/locale/sr/LC_TIME/coreutils.mo %%NLS%%share/locale/sv/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/sv/LC_TIME/coreutils.mo %%NLS%%share/locale/tr/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/tr/LC_TIME/coreutils.mo %%NLS%%share/locale/uk/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/uk/LC_TIME/coreutils.mo %%NLS%%share/locale/vi/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/vi/LC_TIME/coreutils.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/zh_CN/LC_TIME/coreutils.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/zh_TW/LC_TIME/coreutils.mo