[Midnightbsd-cvs] mports [19611] trunk/sysutils/coreutils: coreutils 8.23
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Jul 27 20:30:17 EDT 2015
Revision: 19611
http://svnweb.midnightbsd.org/mports/?rev=19611
Author: laffer1
Date: 2015-07-27 20:30:17 -0400 (Mon, 27 Jul 2015)
Log Message:
-----------
coreutils 8.23
Modified Paths:
--------------
trunk/sysutils/coreutils/Makefile
trunk/sysutils/coreutils/distinfo
trunk/sysutils/coreutils/pkg-plist
Added Paths:
-----------
trunk/sysutils/coreutils/files/patch-stty.c
Removed Paths:
-------------
trunk/sysutils/coreutils/files/extra-patch-stty.c
Modified: trunk/sysutils/coreutils/Makefile
===================================================================
--- trunk/sysutils/coreutils/Makefile 2015-07-28 00:24:35 UTC (rev 19610)
+++ trunk/sysutils/coreutils/Makefile 2015-07-28 00:30:17 UTC (rev 19611)
@@ -1,11 +1,10 @@
# $MidnightBSD$
PORTNAME= coreutils
-PORTVERSION= 8.22
+PORTVERSION= 8.23
PORTREVISION= 0
CATEGORIES= sysutils textproc
MASTER_SITES= GNU
-MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports at MidnightBSD.org
COMMENT= The Free Software Foundation's core utilities
@@ -24,41 +23,24 @@
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" FORCE_UNSAFE_CONFIGURE=1
CPPFLAGS+= "-I${LOCALBASE}/include"
-USES= gmake iconv charsetfix tar:xz
+USES= cpe gmake iconv charsetfix tar:xz
USE_PERL5_BUILD= yes # build - required for tests and man page generation
USE_LDCONFIG= yes
+CPE_VENDOR= gnu
+
INFO= coreutils
-MAN1= gbasename.1 gcat.1 gchcon.1 gchgrp.1 gchmod.1 gchown.1 gchroot.1 \
- gcksum.1 gcomm.1 gcp.1 gcsplit.1 gcut.1 gdate.1 gdd.1 gdf.1 gdir.1 \
- gdircolors.1 gdirname.1 gdu.1 gecho.1 genv.1 gexpand.1 gexpr.1 \
- gfactor.1 gfalse.1 gfmt.1 gfold.1 ggroups.1 ghead.1 ghostid.1 \
- gid.1 ginstall.1 gjoin.1 gkill.1 glink.1 gln.1 \
- glogname.1 gls.1 gmd5sum.1 gmkdir.1 gmkfifo.1 gmknod.1 gmktemp.1 \
- gmv.1 gnice.1 gnl.1 gnohup.1 god.1 gpaste.1 gpathchk.1 gpinky.1 \
- gpr.1 gprintenv.1 gprintf.1 gptx.1 gpwd.1 greadlink.1 grealpath.1 grm.1 \
- grmdir.1 gruncon.1 gseq.1 gsha1sum.1 gshred.1 gsleep.1 gsort.1 \
- gsplit.1 gstdbuf.1 gnustat.1 gstty.1 gsum.1 gsync.1 gtac.1 \
- gtail.1 gtee.1 gtest.1 gtimeout.1 gtouch.1 gtr.1 gtrue.1 gtruncate.1 \
- gtsort.1 gtty.1 guname.1 gunexpand.1 guniq.1 gunlink.1 guptime.1 \
- gusers.1 gvdir.1 gwc.1 gwho.1 gwhoami.1 gyes.1 gbase64.1 gsha224sum.1 \
- gsha256sum.1 gsha384sum.1 gsha512sum.1 gshuf.1 gnproc.1
-
OPTIONS_DEFINE= GMP NLS
OPTIONS_DEFAULT=NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
-GMP_LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp
+GMP_LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
GMP_CONFIGURE_WITH= gmp
.include <bsd.mport.options.mk>
-.if ${OSVERSION} >= 4015
-EXTRA_PATCHES= ${PATCHDIR}/extra-patch-stty.c
-.endif
-
post-build:
@${REINPLACE_CMD} -e "s/ lib / /g" ${WRKSRC}/Makefile
Modified: trunk/sysutils/coreutils/distinfo
===================================================================
--- trunk/sysutils/coreutils/distinfo 2015-07-28 00:24:35 UTC (rev 19610)
+++ trunk/sysutils/coreutils/distinfo 2015-07-28 00:30:17 UTC (rev 19611)
@@ -1,2 +1,2 @@
-SHA256 (coreutils-8.22.tar.xz) = 5b3e94998152c017e6c75d56b9b994188eb71bf46d4038a642cb9141f6ff1212
-SIZE (coreutils-8.22.tar.xz) = 5335124
+SHA256 (coreutils-8.23.tar.xz) = ec43ca5bcfc62242accb46b7f121f6b684ee21ecd7d075059bf650ff9e37b82d
+SIZE (coreutils-8.23.tar.xz) = 5375612
Deleted: trunk/sysutils/coreutils/files/extra-patch-stty.c
===================================================================
--- trunk/sysutils/coreutils/files/extra-patch-stty.c 2015-07-28 00:24:35 UTC (rev 19610)
+++ trunk/sysutils/coreutils/files/extra-patch-stty.c 2015-07-28 00:30:17 UTC (rev 19611)
@@ -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\
Copied: trunk/sysutils/coreutils/files/patch-stty.c (from rev 19610, trunk/sysutils/coreutils/files/extra-patch-stty.c)
===================================================================
--- trunk/sysutils/coreutils/files/patch-stty.c (rev 0)
+++ trunk/sysutils/coreutils/files/patch-stty.c 2015-07-28 00:30:17 UTC (rev 19611)
@@ -0,0 +1,24 @@
+--- 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\
Modified: trunk/sysutils/coreutils/pkg-plist
===================================================================
--- trunk/sysutils/coreutils/pkg-plist 2015-07-28 00:24:35 UTC (rev 19610)
+++ trunk/sysutils/coreutils/pkg-plist 2015-07-28 00:30:17 UTC (rev 19611)
@@ -102,6 +102,108 @@
bin/gwhoami
bin/gyes
libexec/coreutils/glibstdbuf.so
+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
@@ -186,84 +288,3 @@
%%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
- at dirrm libexec/coreutils
-%%NLS%%@dirrmtry share/locale/zh_TW/LC_TIME
-%%NLS%%@dirrmtry share/locale/zh_TW/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/zh_CN/LC_TIME
-%%NLS%%@dirrmtry share/locale/zh_CN/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/vi/LC_TIME
-%%NLS%%@dirrmtry share/locale/vi/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/uk/LC_TIME
-%%NLS%%@dirrmtry share/locale/uk/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/tr/LC_TIME
-%%NLS%%@dirrmtry share/locale/tr/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/sv/LC_TIME
-%%NLS%%@dirrmtry share/locale/sv/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/sl/LC_TIME
-%%NLS%%@dirrmtry share/locale/sl/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/sk/LC_TIME
-%%NLS%%@dirrmtry share/locale/sk/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/ru/LC_TIME
-%%NLS%%@dirrmtry share/locale/ru/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/ro/LC_TIME
-%%NLS%%@dirrmtry share/locale/ro/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/pt_BR/LC_TIME
-%%NLS%%@dirrmtry share/locale/pt_BR/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/pt/LC_TIME
-%%NLS%%@dirrmtry share/locale/pl/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/pl/LC_TIME
-%%NLS%%@dirrmtry share/locale/nl/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/nl/LC_TIME
-%%NLS%%@dirrmtry share/locale/nb/LC_TIME
-%%NLS%%@dirrmtry share/locale/nb/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/ms/LC_TIME
-%%NLS%%@dirrmtry share/locale/lg/LC_TIME
-%%NLS%%@dirrmtry share/locale/lg/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/lg/
-%%NLS%%@dirrmtry share/locale/lt/LC_TIME
-%%NLS%%@dirrmtry share/locale/ko/LC_TIME
-%%NLS%%@dirrmtry share/locale/ko/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/kk/LC_TIME
-%%NLS%%@dirrmtry share/locale/kk/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/kk
-%%NLS%%@dirrmtry share/locale/ja/LC_TIME
-%%NLS%%@dirrmtry share/locale/ja/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/it/LC_TIME
-%%NLS%%@dirrmtry share/locale/it/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/ia/LC_TIME
-%%NLS%%@dirrmtry share/locale/ia/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/ia
-%%NLS%%@dirrmtry share/locale/id/LC_TIME
-%%NLS%%@dirrmtry share/locale/id/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/hu/LC_TIME
-%%NLS%%@dirrmtry share/locale/hr/LC_TIME
-%%NLS%%@dirrmtry share/locale/gl/LC_TIME
-%%NLS%%@dirrmtry share/locale/gl/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/ga/LC_TIME
-%%NLS%%@dirrmtry share/locale/ga/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/fr/LC_TIME
-%%NLS%%@dirrmtry share/locale/fr/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/fi/LC_TIME
-%%NLS%%@dirrmtry share/locale/fi/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/eu/LC_TIME
-%%NLS%%@dirrmtry share/locale/eu/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/et/LC_TIME
-%%NLS%%@dirrmtry share/locale/et/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/es/LC_TIME
-%%NLS%%@dirrmtry share/locale/es/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/eo/LC_TIME
-%%NLS%%@dirrmtry share/locale/el/LC_TIME
-%%NLS%%@dirrmtry share/locale/el/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/de/LC_TIME
-%%NLS%%@dirrmtry share/locale/de/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/da/LC_TIME
-%%NLS%%@dirrmtry share/locale/da/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/cs/LC_TIME
-%%NLS%%@dirrmtry share/locale/cs/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/ca/LC_TIME
-%%NLS%%@dirrmtry share/locale/ca/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/bg/LC_TIME
-%%NLS%%@dirrmtry share/locale/bg/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/be/LC_TIME
-%%NLS%%@dirrmtry share/locale/be/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/af/LC_TIME
More information about the Midnightbsd-cvs
mailing list