ports/111775: [PATCH] sysutils/pax-utils: cleanup non-supported FreeBSD versions

Marcelo Araujo araujo at island.freebsd.org
Tue Apr 17 17:20:04 UTC 2007


>Number:         111775
>Category:       ports
>Synopsis:       [PATCH] sysutils/pax-utils: cleanup non-supported FreeBSD versions
>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 Apr 17 17:20:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Marcelo Araujo (araujo at bsdmail.org)
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD island.freebsd.org 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007
>Description:

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

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

--- pax-utils-0.1.15.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/pax-utils/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	24 Jan 2007 21:17:52 -0000	1.4
+++ Makefile	17 Apr 2007 17:12:03 -0000
@@ -27,16 +27,10 @@
 
 MAN1=		dumpelf.1 pspax.1 scanelf.1
 
-.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>
+.include <bsd.port.mk>
--- pax-utils-0.1.15.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list