Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Aug 2009 21:26:55 -0300 (BRT)
From:      Sylvio Cesar <scjamorim@bsd.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jharris@widomaker.com
Subject:   ports/138083: [PATCH] sysutils/coreutils: update to 7.5
Message-ID:  <20090823002655.E0149228590@fbsd72.scjamorim.org>
Resent-Message-ID: <200908230030.n7N0U9Pu052824@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         138083
>Category:       ports
>Synopsis:       [PATCH] sysutils/coreutils: update to 7.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:   Sun Aug 23 00:30:08 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sylvio Cesar
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD fbsd72.scjamorim.org 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Mon Aug  3 22:10:47 BRT
>Description:
- Update to 7.5

You can see log in mine tinderbox:
7-stable - i386
http://www.scjamorim.org/Home/coreutils-7.5.log
7-stable - amd64
http://www.scjamorim.org/Home/coreutils-7.5_amd64.log

Port maintainer (jharris@widomaker.com) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- coreutils-7.5.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/coreutils/Makefile,v
retrieving revision 1.24
diff -u -u -r1.24 Makefile
--- Makefile	29 Aug 2008 02:36:25 -0000	1.24
+++ Makefile	23 Aug 2009 00:24:17 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	coreutils
-PORTVERSION=	6.9
-PORTREVISION=	3
+PORTVERSION=	7.5
 CATEGORIES=	sysutils textproc
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -17,12 +16,12 @@
 
 CONFLICTS=	id-utils-[0-9]* linux-gid-[0-9]*
 
-USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--program-prefix=g
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
 
 USE_GMAKE=	yes
+USE_LDCONFIG=	yes
 #USE_BISON=	yes
 
 .if defined(WITHOUT_NLS)
@@ -35,20 +34,20 @@
 
 INFO=		coreutils
 
-MAN1=	gbasename.1 gcat.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 \
+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 \
-	ghostname.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 gmv.1 \
-	gnice.1 gnl.1 gnohup.1 god.1 gpaste.1 gpathchk.1 gpinky.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 grm.1 \
-	grmdir.1 gseq.1 gsha1sum.1 gshred.1 gsleep.1 gsort.1 gsplit.1 \
-	gstat.1 gstty.1 gsu.1 gsum.1 gsync.1 gtac.1 gtail.1 gtee.1 \
-	gtest.1 gtouch.1 gtr.1 gtrue.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
+	grmdir.1 gruncon.1 gseq.1 gsha1sum.1 gshred.1 gsleep.1 gsort.1 \
+	gsplit.1 gstdbuf.1 gstat.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
 
 .include <bsd.port.pre.mk>
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/sysutils/coreutils/distinfo,v
retrieving revision 1.7
diff -u -u -r1.7 distinfo
--- distinfo	5 Jun 2007 09:42:22 -0000	1.7
+++ distinfo	23 Aug 2009 00:24:17 -0000
@@ -1,3 +1,3 @@
-MD5 (coreutils-6.9.tar.bz2) = c9607d8495f16e98906e7ed2d9751a06
-SHA256 (coreutils-6.9.tar.bz2) = 89c2895ad157de50e53298b22d91db116ee4e1dd3fdf4019260254e2e31497b0
-SIZE (coreutils-6.9.tar.bz2) = 5384378
+MD5 (coreutils-7.5.tar.gz) = 775351410b7d6879767c3e4563354dc6
+SHA256 (coreutils-7.5.tar.gz) = 341f49b9434f83ca9a8b6c2266813092ef08a5fca25f15dcc1a0ba82fc18c3c1
+SIZE (coreutils-7.5.tar.gz) = 9956013
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/sysutils/coreutils/pkg-plist,v
retrieving revision 1.11
diff -u -u -r1.11 pkg-plist
--- pkg-plist	16 Jun 2007 08:21:50 -0000	1.11
+++ pkg-plist	23 Aug 2009 00:24:17 -0000
@@ -2,6 +2,7 @@
 bin/gbase64
 bin/gbasename
 bin/gcat
+bin/gchcon
 bin/gchgrp
 bin/gchmod
 bin/gchown
@@ -29,7 +30,6 @@
 bin/ggroups
 bin/ghead
 bin/ghostid
-bin/ghostname
 bin/gid
 bin/ginstall
 bin/gjoin
@@ -42,6 +42,7 @@
 bin/gmkdir
 bin/gmkfifo
 bin/gmknod
+bin/gmktemp
 bin/gmv
 bin/gnice
 bin/gnl
@@ -58,6 +59,7 @@
 bin/greadlink
 bin/grm
 bin/grmdir
+bin/gruncon
 bin/gseq
 bin/gsha1sum
 bin/gsha224sum
@@ -70,17 +72,19 @@
 bin/gsort
 bin/gsplit
 bin/gstat
+bin/gstdbuf
 bin/gstty
-bin/gsu
 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
@@ -94,6 +98,7 @@
 bin/gwho
 bin/gwhoami
 bin/gyes
+lib/coreutils/glibstdbuf.so
 %%NLS%%share/locale/af/LC_MESSAGES/coreutils.mo
 %%NLS%%share/locale/af/LC_TIME/coreutils.mo
 %%NLS%%share/locale/be/LC_MESSAGES/coreutils.mo
@@ -126,20 +131,22 @@
 %%NLS%%share/locale/gl/LC_TIME/coreutils.mo
 %%NLS%%share/locale/hu/LC_MESSAGES/coreutils.mo
 %%NLS%%share/locale/hu/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/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/no/LC_MESSAGES/coreutils.mo
-%%NLS%%share/locale/no/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
@@ -148,8 +155,6 @@
 %%NLS%%share/locale/pt_BR/LC_TIME/coreutils.mo
 %%NLS%%share/locale/ru/LC_MESSAGES/coreutils.mo
 %%NLS%%share/locale/ru/LC_TIME/coreutils.mo
-%%NLS%%share/locale/rw/LC_MESSAGES/coreutils.mo
-%%NLS%%share/locale/rw/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
@@ -158,19 +163,27 @@
 %%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
+@dirrm lib/coreutils
 %%NLS%%@dirrmtry share/locale/zh_TW/LC_TIME
 %%NLS%%@dirrmtry share/locale/zh_CN/LC_TIME
+%%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/sv/LC_TIME
 %%NLS%%@dirrmtry share/locale/sl/LC_TIME
 %%NLS%%@dirrmtry share/locale/sk/LC_TIME
 %%NLS%%@dirrmtry share/locale/rw/LC_TIME
 %%NLS%%@dirrmtry share/locale/rw/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/rw
 %%NLS%%@dirrmtry share/locale/ru/LC_TIME
 %%NLS%%@dirrmtry share/locale/pt_BR/LC_TIME
 %%NLS%%@dirrmtry share/locale/pt/LC_TIME
@@ -179,9 +192,13 @@
 %%NLS%%@dirrmtry share/locale/nl/LC_TIME
 %%NLS%%@dirrmtry share/locale/nb/LC_TIME
 %%NLS%%@dirrmtry share/locale/ms/LC_TIME
+%%NLS%%@dirrmtry share/locale/lt/LC_TIME
 %%NLS%%@dirrmtry share/locale/ko/LC_TIME
 %%NLS%%@dirrmtry share/locale/ja/LC_TIME
 %%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/gl/LC_TIME
 %%NLS%%@dirrmtry share/locale/ga/LC_TIME
--- coreutils-7.5.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?20090823002655.E0149228590>