From c2141245a5ebe90e1e65fb466cb534c7d1fd1046 Mon Sep 17 00:00:00 2001 From: brad Date: Tue, 25 Feb 2003 04:27:35 +0000 Subject: [PATCH] sync with update-patches --- misc/fileutils/patches/patch-src_Makefile_in | 8 ++++---- misc/fileutils/patches/patch-src_dircolors_c | 6 +++--- misc/fileutils/patches/patch-src_ls_c | 12 ++++++------ 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/misc/fileutils/patches/patch-src_Makefile_in b/misc/fileutils/patches/patch-src_Makefile_in index 5f9550fdbf9..43a1996f1eb 100644 --- a/misc/fileutils/patches/patch-src_Makefile_in +++ b/misc/fileutils/patches/patch-src_Makefile_in @@ -1,6 +1,6 @@ ---- src/Makefile.in.orig Sun Apr 29 14:40:37 2001 -+++ src/Makefile.in Sat Jul 21 17:04:36 2001 -@@ -338,7 +338,7 @@ +--- src/Makefile.in.orig Sun Apr 29 07:40:37 2001 ++++ src/Makefile.in Mon Feb 24 23:18:38 2003 +@@ -338,7 +338,7 @@ install-binPROGRAMS: $(bin_PROGRAMS) $(mkinstalldirs) $(DESTDIR)$(bindir) @list='$(bin_PROGRAMS)'; for p in $$list; do \ if test -f $$p; then \ @@ -9,7 +9,7 @@ echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$f"; \ $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$f; \ else :; fi; \ -@@ -347,7 +347,7 @@ +@@ -347,7 +347,7 @@ install-binPROGRAMS: $(bin_PROGRAMS) uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(bin_PROGRAMS)'; for p in $$list; do \ diff --git a/misc/fileutils/patches/patch-src_dircolors_c b/misc/fileutils/patches/patch-src_dircolors_c index 248b8002815..552b92ae3f0 100644 --- a/misc/fileutils/patches/patch-src_dircolors_c +++ b/misc/fileutils/patches/patch-src_dircolors_c @@ -1,6 +1,6 @@ ---- src/dircolors.c.orig Mon Aug 7 19:46:16 2000 -+++ src/dircolors.c Fri Jul 20 20:56:09 2001 -@@ -69,13 +69,15 @@ +--- src/dircolors.c.orig Mon Aug 7 12:46:16 2000 ++++ src/dircolors.c Mon Feb 24 23:18:38 2003 +@@ -69,13 +69,15 @@ static const char *const slack_codes[] = "NORMAL", "NORM", "FILE", "DIR", "LNK", "LINK", "SYMLINK", "ORPHAN", "MISSING", "FIFO", "PIPE", "SOCK", "BLK", "BLOCK", "CHR", "CHAR", "DOOR", "EXEC", "LEFT", "LEFTCODE", "RIGHT", "RIGHTCODE", diff --git a/misc/fileutils/patches/patch-src_ls_c b/misc/fileutils/patches/patch-src_ls_c index 9a8a131abbb..5138ce0fc79 100644 --- a/misc/fileutils/patches/patch-src_ls_c +++ b/misc/fileutils/patches/patch-src_ls_c @@ -1,6 +1,6 @@ ---- src/ls.c.orig Sun Apr 29 12:42:47 2001 -+++ src/ls.c Fri Jul 20 21:01:39 2001 -@@ -510,13 +510,13 @@ +--- src/ls.c.orig Sun Apr 29 05:42:47 2001 ++++ src/ls.c Mon Feb 24 23:18:38 2003 +@@ -510,13 +510,13 @@ enum color_type enum indicator_no { C_LEFT, C_RIGHT, C_END, C_NORM, C_FILE, C_DIR, C_LINK, C_FIFO, C_SOCK, @@ -16,7 +16,7 @@ }; struct color_ext_type -@@ -542,7 +542,11 @@ +@@ -542,7 +542,11 @@ static struct bin_str color_indicator[] { 0, NULL }, /* mi: Missing file: undefined */ { 0, NULL }, /* or: Orphanned symlink: undefined */ { LEN_STR_PAIR ("01;32") }, /* ex: Executable: bright green */ @@ -29,7 +29,7 @@ }; /* FIXME: comment */ -@@ -2883,7 +2887,14 @@ +@@ -2883,7 +2887,14 @@ print_color_indicator (const char *name, else { if (S_ISDIR (mode)) @@ -45,7 +45,7 @@ else if (S_ISLNK (mode)) type = ((!linkok && color_indicator[C_ORPHAN].string) ? C_ORPHAN : C_LINK); -@@ -2898,7 +2909,13 @@ +@@ -2898,7 +2909,13 @@ print_color_indicator (const char *name, else if (S_ISDOOR (mode)) type = C_DOOR;