svn commit: r367790 - head/net/openmq

Jason E. Hale jhale at FreeBSD.org
Tue Sep 9 22:59:02 UTC 2014


Author: jhale
Date: Tue Sep  9 22:59:01 2014
New Revision: 367790
URL: http://svnweb.freebsd.org/changeset/ports/367790
QAT: https://qat.redports.org/buildarchive/r367790/

Log:
  - Fix possible out of memory issue during build
  - Update "Created by" email address
  
  PR:		193352
  Submitted by:	Radim Kolar <hsn at sendmail.cz> (maintainer)

Modified:
  head/net/openmq/Makefile

Modified: head/net/openmq/Makefile
==============================================================================
--- head/net/openmq/Makefile	Tue Sep  9 22:48:40 2014	(r367789)
+++ head/net/openmq/Makefile	Tue Sep  9 22:59:01 2014	(r367790)
@@ -1,4 +1,4 @@
-# Created by: Radim Kolar <hsn at sanatana.iol.cz>
+# Created by: Radim Kolar <hsn at sendmail.cz>
 # $FreeBSD$
 
 PORTNAME=	openmq
@@ -30,6 +30,7 @@ JAVA_VENDOR=	openjdk
 
 WRKSRC=		${WRKDIR}/mq
 PLIST=		${WRKDIR}/pkg-plist
+MAKE_ENV+=	ANT_OPTS=-Xmx1g
 
 .ifndef IMQ_CLIENT
 OPTIONS_DEFINE=	DOCS EXAMPLES


More information about the svn-ports-head mailing list