svn commit: r491171 - head/print/pdftk

Kurt Jaeger pi at FreeBSD.org
Fri Jan 25 18:36:01 UTC 2019


Author: pi
Date: Fri Jan 25 18:36:00 2019
New Revision: 491171
URL: https://svnweb.freebsd.org/changeset/ports/491171

Log:
  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 at gmail.com>

Modified:
  head/print/pdftk/Makefile

Modified: head/print/pdftk/Makefile
==============================================================================
--- head/print/pdftk/Makefile	Fri Jan 25 18:18:36 2019	(r491170)
+++ head/print/pdftk/Makefile	Fri Jan 25 18:36:00 2019	(r491171)
@@ -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
@@ -12,9 +12,6 @@ MAINTAINER=	ports at FreeBSD.org
 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/.//}


More information about the svn-ports-head mailing list