diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-03 14:28:30 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-03 14:28:30 +0000 |
commit | 9f94b89eb8e050cc6cf0c94fa04d3e8d15a1abaf (patch) | |
tree | 5a016a479b960d334da912477f03e99e872fefab /misc/gnuls | |
parent | - Update to version 2.6.1 (diff) |
- Update to version 4.1
PR: 56370
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=88442
Diffstat (limited to 'misc/gnuls')
-rw-r--r-- | misc/gnuls/Makefile | 5 | ||||
-rw-r--r-- | misc/gnuls/distinfo | 2 | ||||
-rw-r--r-- | misc/gnuls/files/patch-aa | 19 | ||||
-rw-r--r-- | misc/gnuls/files/patch-ac | 94 | ||||
-rw-r--r-- | misc/gnuls/files/patch-ad | 50 | ||||
-rw-r--r-- | misc/gnuls/files/patch-ae | 45 | ||||
-rw-r--r-- | misc/gnuls/files/patch-af | 8 | ||||
-rw-r--r-- | misc/gnuls/files/patch-ag | 8 | ||||
-rw-r--r-- | misc/gnuls/files/patch-ah | 8 | ||||
-rw-r--r-- | misc/gnuls/files/patch-ai | 12 | ||||
-rw-r--r-- | misc/gnuls/pkg-descr | 3 |
11 files changed, 142 insertions, 112 deletions
diff --git a/misc/gnuls/Makefile b/misc/gnuls/Makefile index 1b789da72c2b..e574df4e9d2f 100644 --- a/misc/gnuls/Makefile +++ b/misc/gnuls/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnuls -PORTVERSION= 4.0 -PORTREVISION= 1 +PORTVERSION= 4.1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= fileutils @@ -25,7 +24,7 @@ MAN1= gnuls.1 dircolors.1 dir.1 vdir.1 .if defined(WITH_ACL_SUPPORT) PATCHFILES= gnuls-acl-20010825.patch PATCH_SITES= ${MASTER_SITE_LOCAL} -PATCH_SITE_SUBDIR= jedgar +PATCH_SITE_SUBDIR= jedgar .else pre-fetch: @${ECHO} "To build this port with ACL support, define" diff --git a/misc/gnuls/distinfo b/misc/gnuls/distinfo index dbed76493b46..82f8b41948d6 100644 --- a/misc/gnuls/distinfo +++ b/misc/gnuls/distinfo @@ -1,2 +1,2 @@ -MD5 (fileutils-4.0.tar.gz) = 082ab37b7f37c00e768b04e37bc736be +MD5 (fileutils-4.1.tar.gz) = 2fa04ceee87e962ddf72f32a2d6b906d MD5 (gnuls-acl-20010825.patch) = d020a41cf42b44e57d4ebd4d4938dd9a diff --git a/misc/gnuls/files/patch-aa b/misc/gnuls/files/patch-aa index 438ec94ee285..77ae9523f95c 100644 --- a/misc/gnuls/files/patch-aa +++ b/misc/gnuls/files/patch-aa @@ -1,20 +1,19 @@ -*** Makefile.in.orig Fri Feb 19 19:24:40 1999 ---- Makefile.in Fri Feb 19 19:27:05 1999 +*** Makefile.in.orig Sun Aug 31 14:13:23 2003 +--- Makefile.in Sun Aug 31 14:13:37 2003 *************** -*** 92,98 **** +*** 121,127 **** AUTOMAKE_OPTIONS = gnits 1.2h ! SUBDIRS = lib intl src doc man m4 po tests + EXTRA_DIST = Makefile.maint GNUmakefile ChangeLog-1997 \ + .kludge-stamp .prev-version - # Remove this file here (it is created via configure), not from within intl. - DISTCLEANFILES = intl/libintl.h ---- 92,99 ---- +--- 121,127 ---- AUTOMAKE_OPTIONS = gnits 1.2h -! #SUBDIRS = lib intl src doc man m4 po tests -! SUBDIRS = lib intl src man +! SUBDIRS = lib intl src man + EXTRA_DIST = Makefile.maint GNUmakefile ChangeLog-1997 \ + .kludge-stamp .prev-version - # Remove this file here (it is created via configure), not from within intl. - DISTCLEANFILES = intl/libintl.h diff --git a/misc/gnuls/files/patch-ac b/misc/gnuls/files/patch-ac index 7e97eced55f3..0d6818b0652a 100644 --- a/misc/gnuls/files/patch-ac +++ b/misc/gnuls/files/patch-ac @@ -1,54 +1,94 @@ -*** src/Makefile.in.orig Thu Feb 18 08:40:27 1999 ---- src/Makefile.in Thu Feb 18 08:44:15 1999 +*** src/Makefile.in.orig Sun Apr 29 07:40:37 2001 +--- src/Makefile.in Wed Sep 3 09:22:13 2003 *************** -*** 95,103 **** - EXTRAdir = $(bindir) - EXTRA_PROGRAMS = df mvdir +*** 121,129 **** + + EXTRA_PROGRAMS = df ! bin_PROGRAMS = chgrp chown chmod cp dd dircolors du \ ! ginstall ln dir vdir ls mkdir \ -! mkfifo mknod mv rm rmdir sync touch @DF_PROG@ +! mkfifo mknod mv rm rmdir shred sync touch @DF_PROG@ + - libexec_PROGRAMS = @MVDIR_PROG@ datadir = $(prefix)/@DATADIRNAME@ ---- 95,101 ---- - EXTRAdir = $(bindir) - EXTRA_PROGRAMS = df mvdir +--- 121,127 ---- + + EXTRA_PROGRAMS = df ! bin_PROGRAMS = gnuls dir vdir dircolors - libexec_PROGRAMS = @MVDIR_PROG@ + datadir = $(prefix)/@DATADIRNAME@ *************** -*** 203,209 **** - ls_OBJECTS = ls$U.o ls-ls$U.o - ls_LDADD = $(LDADD) - ls_DEPENDENCIES = ../lib/libfu.a +*** 173,183 **** + CONFIG_HEADER = $(top_builddir)/config.h + CONFIG_CLEAN_FILES = + EXTRA_PROGRAMS = df$(EXEEXT) +! bin_PROGRAMS = chgrp$(EXEEXT) chown$(EXEEXT) chmod$(EXEEXT) cp$(EXEEXT) \ +! dd$(EXEEXT) dircolors$(EXEEXT) du$(EXEEXT) ginstall$(EXEEXT) \ +! ln$(EXEEXT) dir$(EXEEXT) vdir$(EXEEXT) ls$(EXEEXT) mkdir$(EXEEXT) \ +! mkfifo$(EXEEXT) mknod$(EXEEXT) mv$(EXEEXT) rm$(EXEEXT) rmdir$(EXEEXT) \ +! shred$(EXEEXT) sync$(EXEEXT) touch$(EXEEXT) @DF_PROG@ + PROGRAMS = $(bin_PROGRAMS) + + CPPFLAGS = @CPPFLAGS@ +--- 171,177 ---- + CONFIG_HEADER = $(top_builddir)/config.h + CONFIG_CLEAN_FILES = + EXTRA_PROGRAMS = df$(EXEEXT) +! bin_PROGRAMS = dircolors$(EXEEXT) dir$(EXEEXT) vdir$(EXEEXT) gnuls$(EXEEXT) + PROGRAMS = $(bin_PROGRAMS) + + CPPFLAGS = @CPPFLAGS@ +*************** +*** 242,248 **** + am_ls_OBJECTS = ls$U.$(OBJEXT) ls-ls$U.$(OBJEXT) + ls_OBJECTS = $(am_ls_OBJECTS) + ls_DEPENDENCIES = ../lib/libfetish.a ! ls_LDFLAGS = mkdir_SOURCES = mkdir.c - mkdir_OBJECTS = mkdir$U.o + mkdir_OBJECTS = mkdir$U.$(OBJEXT) mkdir_LDADD = $(LDADD) ---- 201,207 ---- - ls_OBJECTS = ls$U.o ls-ls$U.o - ls_LDADD = $(LDADD) - ls_DEPENDENCIES = ../lib/libfu.a +--- 236,242 ---- + am_ls_OBJECTS = ls$U.$(OBJEXT) ls-ls$U.$(OBJEXT) + ls_OBJECTS = $(am_ls_OBJECTS) + ls_DEPENDENCIES = ../lib/libfetish.a ! ls_LDFLAGS = -o gnuls mkdir_SOURCES = mkdir.c - mkdir_OBJECTS = mkdir$U.o + mkdir_OBJECTS = mkdir$U.$(OBJEXT) mkdir_LDADD = $(LDADD) *************** -*** 412,419 **** - @rm -f vdir - $(LINK) $(vdir_LDFLAGS) $(vdir_OBJECTS) $(vdir_LDADD) $(LIBS) +*** 316,323 **** + DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in ansi2knr.1 \ + ansi2knr.c + +! SOURCES = $(chgrp_SOURCES) chmod.c $(chown_SOURCES) $(cp_SOURCES) dd.c df.c $(dir_SOURCES) dircolors.c du.c $(ginstall_SOURCES) ln.c $(ls_SOURCES) mkdir.c mkfifo.c mknod.c $(mv_SOURCES) $(rm_SOURCES) rmdir.c shred.c sync.c touch.c $(vdir_SOURCES) +! OBJECTS = $(am_chgrp_OBJECTS) chmod$U.$(OBJEXT) $(am_chown_OBJECTS) $(am_cp_OBJECTS) dd$U.$(OBJEXT) df$U.$(OBJEXT) $(am_dir_OBJECTS) dircolors$U.$(OBJEXT) du$U.$(OBJEXT) $(am_ginstall_OBJECTS) ln$U.$(OBJEXT) $(am_ls_OBJECTS) mkdir$U.$(OBJEXT) mkfifo$U.$(OBJEXT) mknod$U.$(OBJEXT) $(am_mv_OBJECTS) $(am_rm_OBJECTS) rmdir$U.$(OBJEXT) shred$U.$(OBJEXT) sync$U.$(OBJEXT) touch$U.$(OBJEXT) $(am_vdir_OBJECTS) + + all: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) all-am +--- 310,317 ---- + DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in ansi2knr.1 \ + ansi2knr.c + +! SOURCES = $(dir_SOURCES) dircolors.c $(ls_SOURCES) $(vdir_SOURCES) +! OBJECTS = $(am_dir_OBJECTS) dircolors$U.$(OBJEXT) $(am_ls_OBJECTS) $(am_vdir_OBJECTS) + + all: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) all-am +*************** +*** 415,422 **** + @rm -f ln + $(LINK) $(ln_LDFLAGS) $(ln_OBJECTS) $(ln_LDADD) $(LIBS) ! ls: $(ls_OBJECTS) $(ls_DEPENDENCIES) ! @rm -f ls $(LINK) $(ls_LDFLAGS) $(ls_OBJECTS) $(ls_LDADD) $(LIBS) mkdir: $(mkdir_OBJECTS) $(mkdir_DEPENDENCIES) ---- 410,417 ---- - @rm -f vdir - $(LINK) $(vdir_LDFLAGS) $(vdir_OBJECTS) $(vdir_LDADD) $(LIBS) +--- 409,416 ---- + @rm -f ln + $(LINK) $(ln_LDFLAGS) $(ln_OBJECTS) $(ln_LDADD) $(LIBS) ! gnuls: $(ls_OBJECTS) $(ls_DEPENDENCIES) ! @rm -f gnuls diff --git a/misc/gnuls/files/patch-ad b/misc/gnuls/files/patch-ad index bde557b82e13..4679c9b19242 100644 --- a/misc/gnuls/files/patch-ad +++ b/misc/gnuls/files/patch-ad @@ -1,52 +1,42 @@ -*** man/Makefile.in.orig Sat Nov 14 10:46:12 1998 ---- man/Makefile.in Sat Feb 20 09:20:26 1999 +*** man/Makefile.in.orig Sun Aug 31 13:59:34 2003 +--- man/Makefile.in Sun Aug 31 14:00:15 2003 *************** -*** 88,96 **** - YACC = @YACC@ +*** 118,126 **** l = @l@ + ! man_MANS = chgrp.1 chmod.1 chown.1 cp.1 dir.1 dd.1 df.1 dircolors.1 \ ! du.1 ginstall.1 ln.1 ls.1 mkdir.1 mkfifo.1 mknod.1 mv.1 rm.1 rmdir.1 \ -! sync.1 touch.1 vdir.1 +! shred.1 sync.1 touch.1 vdir.1 + man_aux = $(man_MANS:.1=.x) - EXTRA_DIST = $(man_MANS) $(HELP2MAN) $(man_aux) \ ---- 88,94 ---- - YACC = @YACC@ +--- 118,124 ---- l = @l@ + ! man_MANS = dir.1 dircolors.1 gnuls.1 vdir.1 + man_aux = $(man_MANS:.1=.x) - EXTRA_DIST = $(man_MANS) $(HELP2MAN) $(man_aux) \ *************** -*** 117,123 **** +*** 148,154 **** + NROFF = nroff + DIST_COMMON = Makefile.am Makefile.in - TAR = tar - GZIP = --best -! all: Makefile $(MANS) +! all: all-am .SUFFIXES: - $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) ---- 115,125 ---- - TAR = tar - GZIP = --best -! all: freebsd_setup Makefile $(MANS) +--- 146,156 ---- + NROFF = nroff + DIST_COMMON = Makefile.am Makefile.in + +! all: freebsd-setup all-am ! -! freebsd_setup: +! freebsd-setup: ! @cp ls.1 gnuls.1 ! @cp ls.x gnuls.x .SUFFIXES: - $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) -*************** -*** 228,234 **** - uninstall all installdirs mostlyclean-generic distclean-generic \ - clean-generic maintainer-clean-generic clean mostlyclean distclean \ - maintainer-clean -- - - # For additional rules usually of interest only to the maintainer, - # see GNUmakefile and Makefile.maint. ---- 230,235 ---- + diff --git a/misc/gnuls/files/patch-ae b/misc/gnuls/files/patch-ae index 0d3cdf7f7549..df0e95365aec 100644 --- a/misc/gnuls/files/patch-ae +++ b/misc/gnuls/files/patch-ae @@ -1,29 +1,46 @@ -*** man/ls.1.orig Sat Feb 20 08:55:59 1999 ---- man/ls.1 Sat Feb 20 09:02:36 1999 +*** man/ls.1.orig Sun Aug 31 14:01:47 2003 +--- man/ls.1 Sun Aug 31 14:04:59 2003 *************** *** 1,9 **** - ." DO NOT MODIFY THIS FILE! It was generated by help2man 1.5.1.2. -! .TH LS 1 "November 1998" "GNU fileutils 4.0" "FSF" + .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24. +! .TH LS "1" "April 2001" "ls (fileutils) 4.1" FSF .SH NAME ! ls \- list directory contents .SH SYNOPSIS ! .B ls [\fIOPTION\fR]... [\fIFILE\fR]... .SH DESCRIPTION - .PP + .\" Add any additional description here --- 1,9 ---- - ." DO NOT MODIFY THIS FILE! It was generated by help2man 1.5.1.2. -! .TH GNULS 1 "November 1998" "GNU fileutils 4.0" "FSF" + .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24. +! .TH GNULS "1" "April 2001" "ls (fileutils) 4.1" FSF .SH NAME ! gnuls \- list directory contents .SH SYNOPSIS ! .B gnuls [\fIOPTION\fR]... [\fIFILE\fR]... .SH DESCRIPTION - .PP + .\" Add any additional description here +*************** +*** 113,119 **** + .TP + \fB\-\-show\-control\-chars\fR + show non graphic characters as-is (default +! unless program is `ls' and output is a terminal) + .TP + \fB\-Q\fR, \fB\-\-quote\-name\fR + enclose entry names in double quotes +--- 113,119 ---- + .TP + \fB\-\-show\-control\-chars\fR + show non graphic characters as-is (default +! unless program is `gnuls' and output is a terminal) + .TP + \fB\-Q\fR, \fB\-\-quote\-name\fR + enclose entry names in double quotes *************** -*** 171,182 **** - Report bugs to <bug-fileutils@gnu.org>. +*** 196,207 **** + warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. .SH "SEE ALSO" The full documentation for ! .B ls @@ -35,15 +52,15 @@ .IP .B info ls .PP ---- 171,181 ---- - Report bugs to <bug-fileutils@gnu.org>. +--- 196,206 ---- + warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. .SH "SEE ALSO" The full documentation for ! .B gnuls is maintained as a Texinfo manual. If the .B info -! program and the full suite of GNU fileutils -! are properly installed at your site, the command +! program and the full suite of GNU fileutils are properly installed +! at your site, the command .IP .B info ls .PP diff --git a/misc/gnuls/files/patch-af b/misc/gnuls/files/patch-af index 7dfb71619813..b2b08166dfb4 100644 --- a/misc/gnuls/files/patch-af +++ b/misc/gnuls/files/patch-af @@ -1,7 +1,7 @@ -*** man/dircolors.1.orig Sat Feb 20 09:28:05 1999 ---- man/dircolors.1 Sat Feb 20 09:29:10 1999 +*** man/dircolors.1.orig Sun Aug 31 14:05:39 2003 +--- man/dircolors.1 Sun Aug 31 14:06:07 2003 *************** -*** 37,45 **** +*** 43,51 **** .B dircolors is maintained as a Texinfo manual. If the .B info @@ -11,7 +11,7 @@ .IP .B info dircolors .PP ---- 37,44 ---- +--- 43,50 ---- .B dircolors is maintained as a Texinfo manual. If the .B info diff --git a/misc/gnuls/files/patch-ag b/misc/gnuls/files/patch-ag index 15916a87d6bb..c7b0aa54d27e 100644 --- a/misc/gnuls/files/patch-ag +++ b/misc/gnuls/files/patch-ag @@ -1,7 +1,7 @@ -*** man/dir.1.orig Sat Feb 20 09:29:26 1999 ---- man/dir.1 Sat Feb 20 09:29:45 1999 +*** man/dir.1.orig Sun Aug 31 14:06:52 2003 +--- man/dir.1 Sun Aug 31 14:07:07 2003 *************** -*** 174,182 **** +*** 199,207 **** .B dir is maintained as a Texinfo manual. If the .B info @@ -11,7 +11,7 @@ .IP .B info dir .PP ---- 174,181 ---- +--- 199,206 ---- .B dir is maintained as a Texinfo manual. If the .B info diff --git a/misc/gnuls/files/patch-ah b/misc/gnuls/files/patch-ah index 9ca0a8683f33..46bab869f2a5 100644 --- a/misc/gnuls/files/patch-ah +++ b/misc/gnuls/files/patch-ah @@ -1,7 +1,7 @@ -*** man/vdir.1.orig Sat Feb 20 09:29:29 1999 ---- man/vdir.1 Sat Feb 20 09:30:04 1999 +*** man/vdir.1.orig Sun Aug 31 14:07:48 2003 +--- man/vdir.1 Sun Aug 31 14:08:01 2003 *************** -*** 174,182 **** +*** 199,207 **** .B vdir is maintained as a Texinfo manual. If the .B info @@ -11,7 +11,7 @@ .IP .B info vdir .PP ---- 174,181 ---- +--- 199,206 ---- .B vdir is maintained as a Texinfo manual. If the .B info diff --git a/misc/gnuls/files/patch-ai b/misc/gnuls/files/patch-ai deleted file mode 100644 index 8cf9bf7aa38e..000000000000 --- a/misc/gnuls/files/patch-ai +++ /dev/null @@ -1,12 +0,0 @@ ---- lib/error.c.orig Fri Mar 27 12:22:34 1998 -+++ lib/error.c Thu Jan 31 08:49:18 2002 -@@ -152,7 +152,8 @@ - { - #if defined HAVE_STRERROR_R || defined _LIBC - char errbuf[1024]; -- fprintf (stderr, ": %s", __strerror_r (errnum, errbuf, sizeof errbuf)); -+ __strerror_r (errnum, errbuf, sizeof errbuf); -+ fprintf (stderr, ": %s", errbuf); - #else - fprintf (stderr, ": %s", strerror (errnum)); - #endif diff --git a/misc/gnuls/pkg-descr b/misc/gnuls/pkg-descr index 3a59fddb7f96..82dc47b6c742 100644 --- a/misc/gnuls/pkg-descr +++ b/misc/gnuls/pkg-descr @@ -18,6 +18,3 @@ NOTES: 3. This colorized `ls' program is not the same as the `colorls' program available from the ports collection. - -Brian Clapper <bmc@WillsCreek.COM> -20 February, 1999 |