1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Update to 5.2.0

PR:		ports/63504
Submitted by:	Jason Harris <jharris@widomaker.com> (maintainer)
This commit is contained in:
Pav Lucistnik 2004-02-28 17:26:54 +00:00
parent a98fb83a1d
commit 54456f6afd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102428
5 changed files with 25 additions and 71 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= coreutils
PORTVERSION= 5.0
PORTREVISION= 1
PORTVERSION= 5.2.0
CATEGORIES= sysutils textproc
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -19,9 +18,8 @@ COMMENT= The Free Software Foundation's core utilities
CONFLICTS= sh-utils-* fileutils-* textutils-* id-utils-*
# Global variables
#
USE_GPG?= yes
SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.sig
USE_BZIP2= yes
USE_GETTEXT= yes
GNU_CONFIGURE= yes
@ -37,31 +35,23 @@ 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 \
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 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 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
# Local variables
#
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 \
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
INSTALL_INFO?= install-info
# Patch
#
post-patch:
.if !defined(WITH_SUID)
@${REINPLACE_CMD} -e "s/u\+s/u\+w/g" ${WRKSRC}/src/Makefile.in
.endif
# Post-install
#
post-install: install-info
install-info:

View File

@ -1,2 +1,10 @@
MD5 (coreutils-5.0.tar.bz2) = 94e5558ee2a65723d4840bfde2d323f0
MD5 (coreutils-5.0.tar.bz2.sig) = 86116a258f352c423e6e13f555f9d338
MD5 (coreutils-5.2.0.tar.bz2) = ea024eaf04ee7a2a4270655d584445d2
SHA1 (coreutils-5.2.0.tar.bz2) = cbfe111d30161520127f96980d069e0665c203b6
RMD160 (coreutils-5.2.0.tar.bz2) = fc0e9b915254d808422f26cca9dea26c3d3c2436
SHA256 (coreutils-5.2.0.tar.bz2) = 06b36f0a2ed34fab2b9cce5a6d6ab68ab12fb5eea37fe95880d90b043f9e8eeb
SIZE (coreutils-5.2.0.tar.bz2) = 4242493
MD5 (coreutils-5.2.0.tar.bz2.sig) = 45b3d936d5dfbc24790e5eacd68684c0
SHA1 (coreutils-5.2.0.tar.bz2.sig) = cbcaad07b897124e4dfed62a141de1ebd28f2717
RMD160 (coreutils-5.2.0.tar.bz2.sig) = 42523fa79aef471880b650c69b318591d7cbc4db
SHA256 (coreutils-5.2.0.tar.bz2.sig) = 80c0831c52b1f5fc62a7ab789cb98c94f658f7bfb08e9c0d25bcdc2805876c66
SIZE (coreutils-5.2.0.tar.bz2.sig) = 189

View File

@ -1,11 +0,0 @@
--- lib/Makefile.in.orig Wed Apr 2 16:28:42 2003
+++ lib/Makefile.in Wed Dec 17 02:03:19 2003
@@ -823,7 +823,7 @@
$(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
rm -f $(charset_tmp) ; \
else \
- if test @GLIBC21@ = no; then \
+ if 0; then \
sed -f ref-add.sed charset.alias > $(charset_tmp) ; \
$(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
rm -f $(charset_tmp) ; \

View File

@ -1,36 +0,0 @@
--- src/stat.c.orig Sat Mar 22 23:32:02 2003
+++ src/stat.c Wed Dec 17 01:35:58 2003
@@ -23,20 +23,22 @@
#include <sys/types.h>
#include <pwd.h>
#include <grp.h>
-#include <unistd.h>
-#include <time.h>
-#if HAVE_SYS_STATVFS_H
+#if HAVE_SYS_STATVFS_H && HAVE_STRUCT_STATVFS_F_BASETYPE
# include <sys/statvfs.h>
-#endif
-#if HAVE_SYS_VFS_H
+#elif HAVE_SYS_VFS_H
# include <sys/vfs.h>
-#endif
-
+#elif HAVE_SYS_MOUNT_H && HAVE_SYS_PARAM_H
+/* NOTE: freebsd5.0 needs sys/param.h and sys/mount.h for statfs.
+ It does have statvfs.h, but shouldn't use it, since it doesn't
+ HAVE_STRUCT_STATVFS_F_BASETYPE. So find a clean way to fix it. */
/* NetBSD 1.5.2 needs these, for the declaration of struct statfs. */
-#if !HAVE_SYS_STATVFS_H && !HAVE_SYS_VFS_H
-# if HAVE_SYS_MOUNT_H && HAVE_SYS_PARAM_H
-# include <sys/param.h>
-# include <sys/mount.h>
+# include <sys/param.h>
+# include <sys/mount.h>
+# if HAVE_NETINET_IN_H && HAVE_NFS_NFS_CLNT_H && HAVE_NFS_VFS_H
+/* Ultrix 4.4 needs these for the declaration of struct statfs. */
+# include <netinet/in.h>
+# include <nfs/nfs_clnt.h>
+# include <nfs/vfs.h>
# endif
#endif

View File

@ -1,3 +1,4 @@
bin/g[
bin/gbasename
bin/gcat
bin/gchgrp
@ -107,6 +108,8 @@ share/locale/fi/LC_MESSAGES/coreutils.mo
share/locale/fi/LC_TIME/coreutils.mo
share/locale/fr/LC_MESSAGES/coreutils.mo
share/locale/fr/LC_TIME/coreutils.mo
share/locale/ga/LC_MESSAGES/coreutils.mo
share/locale/ga/LC_TIME/coreutils.mo
share/locale/gl/LC_MESSAGES/coreutils.mo
share/locale/gl/LC_TIME/coreutils.mo
share/locale/hu/LC_MESSAGES/coreutils.mo