Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Dec 2006 00:21:00 +0100 (CET)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        drizzt@gufi.org
Subject:   ports/106950: [PATCH] sysutils/pax-utils: update to 0.1.14
Message-ID:  <200612192321.kBJNL0ow099153@miwi.homeunix.org>
Resent-Message-ID: <200612192320.kBJNKGrX015214@freefall.freebsd.org>

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

>Number:         106950
>Category:       ports
>Synopsis:       [PATCH] sysutils/pax-utils: update to 0.1.14
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 19 23:20:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Martin Wilke
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD miwi.homeunix.org 7.0-CURRENT FreeBSD 7.0-CURRENT #197: Fri Dec 15 09:15:59 CET 2006
>Description:
- Update to 0.1.14
- Marked broken for 4.X build
- TB: http://miwibox.org/tb/index.php?action=describe_port&id=1955

Removed file(s):
- pkg-plist

Port maintainer (drizzt@gufi.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- pax-utils-0.1.14.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/pax-utils/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	12 Sep 2006 08:16:07 -0000	1.2
+++ Makefile	19 Dec 2006 22:35:21 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pax-utils
-PORTVERSION=	0.1.13
+PORTVERSION=	0.1.14
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GENTOO} \
 		http://dev.gentoo.org/~solar/pax/ \
@@ -19,7 +19,24 @@
 USE_BZIP2=	true
 USE_GMAKE=	true
 USE_GETOPT_LONG=true
+USE_GCC=	3.4+
+
+PLIST_FILES=	bin/dumpelf bin/pspax bin/scanelf
+
+DOCS=		BUGS README TODO
 
 MAN1=		dumpelf.1 pspax.1 scanelf.1
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+do-install:
+	${INSTALL_SCRIPT} ${WRKSRC}/dumpelf ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/pspax ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/scanelf ${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/man/* ${PREFIX}/man/man1
+
+.if ${OSVERSION} < 500000
+BROKEN=		Does not compile on 4.x
+.endif
+
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/sysutils/pax-utils/distinfo,v
retrieving revision 1.1
diff -u -u -r1.1 distinfo
--- distinfo	31 Aug 2006 21:31:26 -0000	1.1
+++ distinfo	19 Dec 2006 20:10:44 -0000
@@ -1,3 +1,3 @@
-MD5 (pax-utils-0.1.13.tar.bz2) = 5f09df47a16e83462384b44b75310539
-SHA256 (pax-utils-0.1.13.tar.bz2) = 72f3cdad93b5436070dcc63b67764a06c594f324ccc001e8bfb974a8d1a86f36
-SIZE (pax-utils-0.1.13.tar.bz2) = 53354
+MD5 (pax-utils-0.1.14.tar.bz2) = c903a7926b45621ba5c213f8b5a0f5af
+SHA256 (pax-utils-0.1.14.tar.bz2) = 1d0c7ff208e66cbafc6ae5cec0dd7413902ab817bbe790adadfebfe8692be63a
+SIZE (pax-utils-0.1.14.tar.bz2) = 56402
Index: pkg-plist
===================================================================
RCS file: pkg-plist
diff -N pkg-plist
--- pkg-plist	31 Aug 2006 21:31:26 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,7 +0,0 @@
-bin/dumpelf
-bin/pspax
-bin/scanelf
-share/doc/pax-utils/BUGS
-share/doc/pax-utils/README
-share/doc/pax-utils/TODO
-@dirrm share/doc/pax-utils
--- pax-utils-0.1.14.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?200612192321.kBJNL0ow099153>