aboutsummaryrefslogtreecommitdiff
path: root/print/pdftk
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2019-01-25 18:36:00 +0000
committerKurt Jaeger <pi@FreeBSD.org>2019-01-25 18:36:00 +0000
commit9c6f62a92dd43004285550219081f6bba61b7183 (patch)
treedbfa5847428be679e3ab577264bda65f96e466b9 /print/pdftk
parent71f22a47beb5732fe4a7de6b85a2825c999b5cda (diff)
downloadports-9c6f62a92dd43004285550219081f6bba61b7183.tar.gz
ports-9c6f62a92dd43004285550219081f6bba61b7183.zip
print/pdftk: unbreak port for 12+13 as gcj6 no longer segfaults
- testbuilds are fine on 12+13 PR: 235003 Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com>
Notes
Notes: svn path=/head/; revision=491171
Diffstat (limited to 'print/pdftk')
-rw-r--r--print/pdftk/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/print/pdftk/Makefile b/print/pdftk/Makefile
index d49e35e454c8..5683c2379673 100644
--- a/print/pdftk/Makefile
+++ b/print/pdftk/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pdftk
PORTVERSION= 2.02
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= print
MASTER_SITES= http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/ LOCAL/mat/pdftk
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
@@ -13,9 +13,6 @@ COMMENT= Simple tool for doing everyday things with PDF documents
LICENSE= GPLv2
-BROKEN_FreeBSD_12= gcj6: internal compiler error: Segmentation fault (program ecj1)
-BROKEN_FreeBSD_13= gcj6: internal compiler error: Segmentation fault (program ecj1)
-
# Get GCC version suffix without the dot in USE_GCC
CSUFF= ${_USE_GCC:S/.//}