FreeBSD Bugzilla – Attachment 26955 Details for
Bug 45866
Update port: archivers/star to 1.4.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 5.58 KB, created by
tkato
on 2002-11-30 05:40:08 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato
Created:
2002-11-30 05:40:08 UTC
Size:
5.58 KB
patch
obsolete
>diff -urN /usr/ports/archivers/star/Makefile archivers/star/Makefile >--- /usr/ports/archivers/star/Makefile Mon Nov 11 18:58:47 2002 >+++ archivers/star/Makefile Tue Nov 26 03:08:59 2002 >@@ -7,7 +7,7 @@ > # > > PORTNAME= star >-PORTVERSION= 1.4.1 >+PORTVERSION= 1.4.2 > CATEGORIES= archivers > MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/unix/star/ > >diff -urN /usr/ports/archivers/star/distinfo archivers/star/distinfo >--- /usr/ports/archivers/star/distinfo Mon Oct 21 19:01:10 2002 >+++ archivers/star/distinfo Tue Nov 26 02:54:30 2002 >@@ -1 +1 @@ >-MD5 (star-1.4.1.tar.bz2) = 2b3539b21bb35990d112c4e61efb38af >+MD5 (star-1.4.2.tar.bz2) = 09cca421a6e47c59736f123753affec1 >diff -urN /usr/ports/archivers/star/files/patch-aa archivers/star/files/patch-aa >--- /usr/ports/archivers/star/files/patch-aa Tue Jul 20 05:36:41 1999 >+++ archivers/star/files/patch-aa Tue Nov 26 03:15:50 2002 >@@ -1,10 +1,10 @@ >---- RULES/i386-freebsd-cc.rul.orig Thu May 6 02:48:51 1999 >-+++ RULES/i386-freebsd-cc.rul Thu May 6 02:50:11 1999 >+--- RULES/i386-freebsd-cc.rul.orig Wed Oct 16 05:43:39 2002 >++++ RULES/i386-freebsd-cc.rul Tue Nov 26 03:09:44 2002 > @@ -24,7 +24,7 @@ > ########################################################################### > > CPPFLAGS= $(CPPOPTS) $(CPPOPTX) >--CFLAGS= $(COPTS) $(CWARNOPTS) $(COPTOPT) $(COPTX) >+-CFLAGS= $(COPTS) $(CWARNOPTS) $(COPTOPT) $(GCCOPTOPT) $(COPTX) > +CFLAGS+= -static $(COPTS) $(CWARNOPTS) $(COPTX) > > CPPOPTS= -I. -I$(ARCHDIR) -I$(OINCSDIR) $(INCDIRS:%=-I%) $(OSDEFS) >@@ -34,6 +34,6 @@ > TSORT= tsort > > RMDEP= : >--MKDEP= @echo " ==> MAKE DEPENDENCIES \"$@\""; $(RMDEP); gcc -M >-+MKDEP= @echo " ==> MAKE DEPENDENCIES \"$@\""; $(RMDEP); ${CCOM} -M >+-MKDEP= @echo " ==> MAKING DEPENDENCIES \"$@\""; $(RMDEP); gcc -M >++MKDEP= @echo " ==> MAKING DEPENDENCIES \"$@\""; $(RMDEP); ${CCOM} -M > MKDEP_OUT= >diff -urN /usr/ports/archivers/star/files/patch-ab archivers/star/files/patch-ab >--- /usr/ports/archivers/star/files/patch-ab Tue Jun 18 05:31:18 2002 >+++ archivers/star/files/patch-ab Tue Nov 26 03:04:50 2002 >@@ -1,6 +1,6 @@ >---- star/star.c.orig Fri May 17 19:26:31 2002 >-+++ star/star.c Tue Jun 11 22:27:46 2002 >-@@ -485,14 +485,16 @@ >+--- star/star.c.orig Fri Nov 15 19:39:13 2002 >++++ star/star.c Tue Nov 26 03:03:34 2002 >+@@ -500,14 +500,16 @@ > susage(ret) > int ret; > { >@@ -25,11 +25,11 @@ > exit(ret); > /* NOTREACHED */ > } >-@@ -501,48 +503,50 @@ >+@@ -516,48 +518,50 @@ > usage(ret) > int ret; > { >-- error("Usage:\tstar cmd [options] file1 ... filen\n"); >+- error("Usage:\t%s cmd [options] file1 ... filen\n", get_progname()); > - error("Cmd:\n"); > - error("\t-c/-u/-r\tcreate/update/replace named files to tape\n"); > - error("\t-x/-t/-n\textract/list/trace named files from tape\n"); >@@ -43,7 +43,7 @@ > - error("\t-T\t\tuse $TAPE as tape instead of stdin/stdout\n"); > + FILE *fp = ret ? stderr : stdout; > + >-+ fprintf(fp, "Usage:\tstar cmd [options] file1 ... filen\n"); >++ fprintf(fp, "Usage:\t%s cmd [options] file1 ... filen\n", get_progname()); > + fprintf(fp, "Cmd:\n"); > + fprintf(fp, "\t-c/-u/-r\tcreate/update/replace named files to tape\n"); > + fprintf(fp, "\t-x/-t/-n\textract/list/trace named files from tape\n"); >@@ -114,11 +114,11 @@ > exit(ret); > /* NOTREACHED */ > } >-@@ -551,69 +555,71 @@ >+@@ -566,69 +570,71 @@ > xusage(ret) > int ret; > { >-- error("Usage:\tstar cmd [options] file1 ... filen\n"); >+- error("Usage:\t%s cmd [options] file1 ... filen\n", get_progname()); > - error("Extended options:\n"); > - error("\tdiffopts=optlst\tcomma separated list of diffopts (see diffopts=help)\n"); > - error("\t-debug\t\tprint additional debug messages\n"); >@@ -147,7 +147,7 @@ > - error("\tbs=#\t\tset (output) block size to #\n"); > + FILE *fp = ret ? stderr : stdout; > + >-+ fprintf(fp, "Usage:\tstar cmd [options] file1 ... filen\n"); >++ fprintf(fp, "Usage:\t%s cmd [options] file1 ... filen\n", get_progname()); > + fprintf(fp, "Extended options:\n"); > + fprintf(fp, "\tdiffopts=optlst\tcomma separated list of diffopts (see diffopts=help)\n"); > + fprintf(fp, "\t-debug\t\tprint additional debug messages\n"); >@@ -241,12 +241,14 @@ > exit(ret); > /* NOTREACHED */ > } >-@@ -622,27 +628,29 @@ >+@@ -637,31 +643,33 @@ > dusage(ret) > int ret; > { > - error("Diff options:\n"); > - error("\tnot\t\tif this option is present, exclude listed options\n"); >+- error("\t!\t\tif this option is present, exclude listed options\n"); >+- error("\tall\t\tcompare everything\n"); > - error("\tperm\t\tcompare file permissions\n"); > - error("\tmode\t\tcompare file permissions\n"); > - error("\ttype\t\tcompare file type\n"); >@@ -266,10 +268,14 @@ > - error("\tmtime\t\tcompare modification time of file\n"); > - error("\tctime\t\tcompare creation time of file (only star)\n"); > - error("\ttimes\t\tcompare all times of file\n"); >+- error("\n"); >+- error("Default is to compare everything except atime.\n"); > + FILE *fp = ret ? stderr : stdout; > + > + fprintf(fp, "Diff options:\n"); > + fprintf(fp, "\tnot\t\tif this option is present, exclude listed options\n"); >++ fprintf(fp, "\t!\t\tif this option is present, exclude listed options\n"); >++ fprintf(fp, "\tall\t\tcompare everything\n"); > + fprintf(fp, "\tperm\t\tcompare file permissions\n"); > + fprintf(fp, "\tmode\t\tcompare file permissions\n"); > + fprintf(fp, "\ttype\t\tcompare file type\n"); >@@ -289,10 +295,12 @@ > + fprintf(fp, "\tmtime\t\tcompare modification time of file\n"); > + fprintf(fp, "\tctime\t\tcompare creation time of file (only star)\n"); > + fprintf(fp, "\ttimes\t\tcompare all times of file\n"); >++ fprintf(fp, "\n"); >++ fprintf(fp, "Default is to compare everything except atime.\n"); > exit(ret); > /* NOTREACHED */ > } >-@@ -651,16 +659,18 @@ >+@@ -670,16 +678,18 @@ > husage(ret) > int ret; > {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 45866
: 26955