Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Mar 2011 15:23:53 +0100
From:      Matthias Andree <mandree@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        glarkin@FreeBSD.org
Subject:   ports/155348: [PATCH] print/pdftk: Drop support for discontinued FreeBSD <7
Message-ID:  <E1PwbLl-0001dx-9W@apollo.emma.line.org>
Resent-Message-ID: <201103071430.p27EUCdA092153@freefall.freebsd.org>

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

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1PwbLl-0001dx-9W>