From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 24 08:00:38 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C38716A420 for ; Fri, 24 Jun 2005 08:00:38 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B149743D62 for ; Fri, 24 Jun 2005 08:00:37 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j5O80ZMm068677 for ; Fri, 24 Jun 2005 08:00:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j5O80ZaH068676; Fri, 24 Jun 2005 08:00:35 GMT (envelope-from gnats) Resent-Date: Fri, 24 Jun 2005 08:00:35 GMT Resent-Message-Id: <200506240800.j5O80ZaH068676@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Emanuel Haupt Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 560F216A41C for ; Fri, 24 Jun 2005 07:54:40 +0000 (GMT) (envelope-from ehaupt@mx.critical.ch) Received: from mx.critical.ch (admin.critical.ch [67.18.86.178]) by mx1.FreeBSD.org (Postfix) with SMTP id 295F343D1F for ; Fri, 24 Jun 2005 07:54:39 +0000 (GMT) (envelope-from ehaupt@mx.critical.ch) Received: (qmail 7474 invoked by uid 1000); 24 Jun 2005 07:54:38 -0000 Message-Id: <20050624075438.7473.qmail@mx.critical.ch> Date: 24 Jun 2005 07:54:38 -0000 From: Emanuel Haupt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/82600: update: archivers/tardy 1.11 -> 1.12, take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Emanuel Haupt List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jun 2005 08:00:40 -0000 >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 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 + #include + #include ++#include + #include + #include + #include 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 + #include + #include ++#include + + #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 - #include - -+#include - #include - #include - #include 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 - #include - #include --#include - #include - #include - 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 - #include /* need for grp.h on OSF/1 */ -+#include - #include - #include - --- tardy.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: