[Midnightbsd-cvs] mports [21263] trunk/textproc/fop/Makefile: disable just in time compiler for now as it allows build on openjdk

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Mar 25 22:07:34 EDT 2016


Revision: 21263
          http://svnweb.midnightbsd.org/mports/?rev=21263
Author:   laffer1
Date:     2016-03-25 22:07:33 -0400 (Fri, 25 Mar 2016)
Log Message:
-----------
disable just in time compiler for now as it allows build on openjdk

Modified Paths:
--------------
    trunk/textproc/fop/Makefile

Modified: trunk/textproc/fop/Makefile
===================================================================
--- trunk/textproc/fop/Makefile	2016-03-26 01:54:17 UTC (rev 21262)
+++ trunk/textproc/fop/Makefile	2016-03-26 02:07:33 UTC (rev 21263)
@@ -2,6 +2,7 @@
 
 PORTNAME=	fop
 PORTVERSION=	1.0
+PORTREVISION=	1
 CATEGORIES=	textproc java
 MASTER_SITES=	${MASTER_SITE_APACHE:S/$/:fop/} \
 		SF/offo/offo-hyphenation/1.0:hyph
@@ -20,11 +21,11 @@
 DATADIR=	${JAVASHAREDIR}/${PORTNAME}
 
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 USE_ANT=	yes
 
 # Prevent out of memory error during build
-MAKE_ENV+=	"ANT_OPTS=-Xmx512m"
+MAKE_ENV+=	"ANT_OPTS=-Xmx512m -Xint"
 
 post-extract:
 	@cd ${WRKDIR} && ${UNZIP_CMD} ${DISTDIR}/offo-hyphenation.zip



More information about the Midnightbsd-cvs mailing list