ports/155348: [PATCH] print/pdftk: Drop support for discontinued FreeBSD <7

Matthias Andree mandree at FreeBSD.org
Mon Mar 7 14:30:12 UTC 2011


>Number:         155348
>Category:       ports
>Synopsis:       [PATCH] print/pdftk: Drop support for discontinued FreeBSD <7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 07 14:30:11 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Andree
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD apollo.emma.line.org 8.2-RELEASE FreeBSD 8.2-RELEASE #65: Fri Feb 25 01:47:50 CET 2011
>Description:
Hi Greg, pdftk no longer needs support for FreeBSD before 7. The attached
patch removes the OSVERSION dependencies and the bsd.port.pre/post.mk split
to streamline the Makefile. (I came across this before I realized that USE_GCC
sets RUN_DEPENDS properly... these are leftover changes from a proposed bigger overhaul that turned out not to be necessary.)

Port maintainer (glarkin at FreeBSD.org) is cc'd.

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

--- pdftk-1.44.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/print/pdftk/Makefile,v
retrieving revision 1.35
diff -u -u -r1.35 Makefile
--- Makefile	20 Jan 2011 15:44:47 -0000	1.35
+++ Makefile	7 Mar 2011 14:20:39 -0000
@@ -62,10 +62,4 @@
 	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
 	@${INSTALL_MAN} ${WRKSRC}/../${PORTNAME}.1 ${PREFIX}/man/man1
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 700000
-BROKEN=	gcjh45 core dumps on 6.x
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- pdftk-1.44.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list