Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Nov 2002 14:25:09 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45866: Update port: archivers/star to 1.4.2
Message-ID:  <20021130142509.071ed74e.tkato@prontomail.com>

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

>Number:         45866
>Category:       ports
>Synopsis:       Update port: archivers/star to 1.4.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 29 21:40:08 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.7-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update to version 1.4.2

>How-To-Repeat:
>Fix:

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;
  {
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021130142509.071ed74e.tkato>