Skip site navigation (1)Skip section navigation (2)
Date:      24 Jun 2005 07:54:38 -0000
From:      Emanuel Haupt <ehaupt@critical.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/82600: update: archivers/tardy 1.11 -> 1.12, take maintainership 
Message-ID:  <20050624075438.7473.qmail@mx.critical.ch>
Resent-Message-ID: <200506240800.j5O80ZaH068676@freefall.freebsd.org>

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

>Number:         82600
>Category:       ports
>Synopsis:       update: archivers/tardy 1.11 -> 1.12, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 24 08:00:35 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Emanuel Haupt
>Release:        FreeBSD 4.11-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD admin.critical.ch 4.11-RELEASE-p2 FreeBSD 4.11-RELEASE-p2 #0: Wed Apr 6 16:53:59 CEST 2005 root@admin.critical.ch:/usr/obj/usr/src-release/src/sys/GENERIC i386


	
>Description:
- update archivers/tardy from version 1.11 to 1.12
- now respects CFLAGS and LDFLAGS
- take maintainership

>How-To-Repeat:
	
>Fix:

	

--- tardy.patch begins here ---
diff -Nur tardy.orig/Makefile tardy/Makefile
--- tardy.orig/Makefile	Tue Apr 12 05:24:48 2005
+++ tardy/Makefile	Fri Jun 24 09:43:18 2005
@@ -7,17 +7,24 @@
 #
 
 PORTNAME=	tardy
-PORTVERSION=	1.11
+PORTVERSION=	1.12
 CATEGORIES=	archivers
-MASTER_SITES=	http://www.canb.auug.org.au/~millerp/
+MASTER_SITES=	http://tardy.sourceforge.net/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	ehaupt@critical.ch
 COMMENT=	Manipulate the file headers in tar archive files in various ways
 
+USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
-MAN1=	tardy.1
+MAN1=		tardy.1
 PLIST_FILES=	bin/tardy
+
+post-patch:
+.for var in CFLAGS LDFLAGS
+	@${REINPLACE_CMD} -e 's|^\(${var}\)\ =\ \(.*\)|\1 ?= \2|' \
+		${WRKSRC}/Makefile.in
+.endfor
 
 .include <bsd.port.mk>
diff -Nur tardy.orig/distinfo tardy/distinfo
--- tardy.orig/distinfo	Tue Jan 27 21:50:40 2004
+++ tardy/distinfo	Fri Jun 24 08:56:51 2005
@@ -1,2 +1,2 @@
-MD5 (tardy-1.11.tar.gz) = de9d9c6d8634589c0e6567b70054a0a6
-SIZE (tardy-1.11.tar.gz) = 163320
+MD5 (tardy-1.12.tar.gz) = 7cc18880df66f8e2693e3df210006b6c
+SIZE (tardy-1.12.tar.gz) = 185481
diff -Nur tardy.orig/files/patch-common_error.cc tardy/files/patch-common_error.cc
--- tardy.orig/files/patch-common_error.cc	Thu Jan  1 01:00:00 1970
+++ tardy/files/patch-common_error.cc	Fri Jun 24 09:03:27 2005
@@ -0,0 +1,10 @@
+--- common/error.cc.orig	Fri Jun 24 08:58:42 2005
++++ common/error.cc	Fri Jun 24 08:59:00 2005
+@@ -23,6 +23,7 @@
+ #include <ac/assert.h>
+ #include <ac/ctype.h>
+ #include <ac/errno.h>
++#include <sys/types.h>
+ #include <ac/grp.h>
+ #include <ac/pwd.h>
+ #include <ac/stdarg.h>
diff -Nur tardy.orig/files/patch-common_tar_output_filter_gzip.cc tardy/files/patch-common_tar_output_filter_gzip.cc
--- tardy.orig/files/patch-common_tar_output_filter_gzip.cc	Thu Jan  1 01:00:00 1970
+++ tardy/files/patch-common_tar_output_filter_gzip.cc	Fri Jun 24 09:18:46 2005
@@ -0,0 +1,10 @@
+--- common/tar/output/filter/gzip.cc.orig	Fri Jun 24 09:17:36 2005
++++ common/tar/output/filter/gzip.cc	Fri Jun 24 09:17:57 2005
+@@ -26,6 +26,7 @@
+ #include <ac/stdlib.h>
+ #include <ac/string.h>
+ #include <tar/output/filter/gzip.h>
++#include <unistd.h>
+ 
+ #ifndef Z_BUFSIZE
+ #ifdef MAXSEG_64K
diff -Nur tardy.orig/files/patch-error.cc tardy/files/patch-error.cc
--- tardy.orig/files/patch-error.cc	Mon Jan 13 18:10:31 2003
+++ tardy/files/patch-error.cc	Thu Jan  1 01:00:00 1970
@@ -1,10 +0,0 @@
---- common/error.cc.orig	Tue Jan 14 00:59:18 2003
-+++ common/error.cc	Tue Jan 14 00:59:40 2003
-@@ -28,6 +28,7 @@
- #include <ac/stdlib.h>
- #include <ac/string.h>
- 
-+#include <sys/types.h>
- #include <grp.h>
- #include <pwd.h>
- #include <ac/unistd.h>
diff -Nur tardy.orig/files/patch-filename.cc tardy/files/patch-filename.cc
--- tardy.orig/files/patch-filename.cc	Mon Jan 13 18:10:31 2003
+++ tardy/files/patch-filename.cc	Thu Jan  1 01:00:00 1970
@@ -1,10 +0,0 @@
---- common/tar/input/filename.cc.orig	Tue Jan 14 01:00:31 2003
-+++ common/tar/input/filename.cc	Tue Jan 14 01:01:33 2003
-@@ -27,7 +27,6 @@
- #include <ac/unistd.h>
- #include <sys/types.h>
- #include <sys/stat.h>
--#include <sys/sysmacros.h>
- #include <pwd.h>
- #include <grp.h>
- 
diff -Nur tardy.orig/files/patch-tardy.cc tardy/files/patch-tardy.cc
--- tardy.orig/files/patch-tardy.cc	Mon Jan 13 18:10:31 2003
+++ tardy/files/patch-tardy.cc	Thu Jan  1 01:00:00 1970
@@ -1,10 +0,0 @@
---- tardy/tardy.cc.orig	Tue Jan 14 00:58:28 2003
-+++ tardy/tardy.cc	Tue Jan 14 00:58:44 2003
-@@ -22,6 +22,7 @@
- 
- #include <vector>
- #include <ac/stdio.h> /* need for grp.h on OSF/1 */
-+#include <sys/types.h>
- #include <grp.h>
- #include <pwd.h>
- 
--- tardy.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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