Date: Wed, 21 Jul 2010 17:42:10 +0200 (CEST) From: Klaus Aehlig <aehlig@linta.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/148822: [patch] sysutils/coreutils update to 8.5 Message-ID: <20100721154210.70DD21CC34@curry.linta.de> Resent-Message-ID: <201007211550.o6LFo2V2070034@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 148822 >Category: ports >Synopsis: [patch] sysutils/coreutils update to 8.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jul 21 15:50:02 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Klaus Aehlig >Release: FreeBSD 8.1-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD curry.linta.de 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #5: Sun Jul 18 11:03:06 CEST 2010 aehlig@curry.linta.de:/usr/obj/usr/src/sys/CURRY amd64 >Description: sysutils/coreutils refers to version 7.5; since the release of this version, 6 further stable versions have been released. >How-To-Repeat: compare PORTVERSION with http://ftp.gnu.org/gnu/coreutils/ >Fix: Apply the following patch. Note: it also adds the LICENSE information. --- coreutils.patch begins here --- Only in coreutils.orig: CVS diff -ru coreutils.orig/Makefile coreutils/Makefile --- coreutils.orig/Makefile 2010-07-21 17:02:56.000000000 +0200 +++ coreutils/Makefile 2010-07-21 17:03:21.000000000 +0200 @@ -6,8 +6,7 @@ # PORTNAME= coreutils -PORTVERSION= 7.5 -PORTREVISION= 1 +PORTVERSION= 8.5 CATEGORIES= sysutils textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,10 +16,14 @@ CONFLICTS= id-utils-[0-9]* linux-gid-[0-9]* +SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.sig GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + USE_XZ= yes USE_GMAKE= yes USE_LDCONFIG= yes @@ -41,7 +44,7 @@ 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 + gsha256sum.1 gsha384sum.1 gsha512sum.1 gshuf.1 gnproc.1 OPTIONS= GMP "Build with GNU Multiple Precision Arithmetic Library" off diff -ru coreutils.orig/distinfo coreutils/distinfo --- coreutils.orig/distinfo 2010-07-21 17:02:56.000000000 +0200 +++ coreutils/distinfo 2010-07-21 17:03:21.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (coreutils-7.5.tar.xz) = ca9219c5b7efa533d552f61a3880f458 -SHA256 (coreutils-7.5.tar.xz) = 9590b921559999c483d3db668b9839fb83c1c7a7a7683a8ceea1f1e54b1e63fd -SIZE (coreutils-7.5.tar.xz) = 4499412 +MD5 (coreutils-8.5.tar.xz) = 55170ed640e300f5b81640c6f4641513 +SHA256 (coreutils-8.5.tar.xz) = 5aa855caa08b94ccd632510d9ab265646d2ee11498c7efff205b27c2437dec5a +SIZE (coreutils-8.5.tar.xz) = 4531488 Only in coreutils.orig/files: CVS diff -ru coreutils.orig/files/extra-patch-stty.c coreutils/files/extra-patch-stty.c --- coreutils.orig/files/extra-patch-stty.c 2010-07-21 17:02:56.000000000 +0200 +++ coreutils/files/extra-patch-stty.c 2010-07-21 17:12:59.000000000 +0200 @@ -1,15 +1,19 @@ ---- src/stty.c.orig 2007-03-18 14:36:43.000000000 -0700 -+++ src/stty.c 2008-08-28 18:54:40.000000000 -0700 -@@ -282,8 +282,6 @@ - #endif - #ifdef TABDLY +--- 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}, -- {"tab2", output, SANE_UNSET, TAB2, TABDLY}, -- {"tab1", output, SANE_UNSET, TAB1, TABDLY}, - {"tab0", output, SANE_SET, TAB0, TABDLY}, - #else - # ifdef OXTABS -@@ -632,7 +630,7 @@ + # 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\ diff -ru coreutils.orig/pkg-plist coreutils/pkg-plist --- coreutils.orig/pkg-plist 2010-07-21 17:02:56.000000000 +0200 +++ coreutils/pkg-plist 2010-07-21 17:03:21.000000000 +0200 @@ -47,6 +47,7 @@ bin/gnice bin/gnl bin/gnohup +bin/gnproc bin/god bin/gpaste bin/gpathchk @@ -113,6 +114,8 @@ %%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/en/LC_MESSAGES/coreutils.mo +%%NLS%%share/locale/en/LC_TIME/coreutils.mo %%NLS%%share/locale/el/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/el/LC_TIME/coreutils.mo %%NLS%%share/locale/es/LC_MESSAGES/coreutils.mo @@ -139,6 +142,8 @@ %%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/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 @@ -153,6 +158,8 @@ %%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 @@ -173,45 +180,81 @@ %%NLS%%share/locale/zh_TW/LC_TIME/coreutils.mo @dirrm lib/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/rw/LC_TIME %%NLS%%@dirrmtry share/locale/rw/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/no/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/ms/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/lg/LC_TIME +%%NLS%%@dirrmtry share/locale/lg/LC_MESSAGES %%NLS%%@dirrmtry share/locale/lt/LC_TIME +%%NLS%%@dirrmtry share/locale/lt/LC_MESSAGES %%NLS%%@dirrmtry share/locale/ko/LC_TIME +%%NLS%%@dirrmtry share/locale/ko/LC_MESSAGES %%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/id/LC_TIME %%NLS%%@dirrmtry share/locale/id/LC_MESSAGES %%NLS%%@dirrmtry share/locale/hu/LC_TIME +%%NLS%%@dirrmtry share/locale/hu/LC_MESSAGES %%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/en/LC_TIME +%%NLS%%@dirrmtry share/locale/en/LC_MESSAGES %%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 +%%NLS%%@dirrmtry share/locale/af/LC_MESSAGES --- coreutils.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100721154210.70DD21CC34>