Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Feb 2009 23:21:14 +0100
From:      Herve Quiroz <hq@FreeBSD.org>
To:        openoffice@FreeBSD.org
Subject:   devel/apache-ant patch
Message-ID:  <4991FDDA.6030701@FreeBSD.org>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------030301020503010908020301
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

Hi,

Attached is a patch for devel/apache-ant that is trying to have the run
script from the FreeBSD port behave the same way as the one from
mainstream. I have already tested it and managed to build some quite
"critical" ports (e.g. java/eclipse, most libraries). Unfortunately, my
machine won't be able to build openoffice ports as there is just not
enough memory nor swap. I would be glad if there was anyone of you with
free CPU cycles or a tinderbox who could try and build some of the
openoffice ports.

Thanks a lot.

Herve

PS: please CC me as I'm not subscribed to this list.

--------------030301020503010908020301
Content-Type: text/x-patch;
 name="apache-ant.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="apache-ant.diff"

? work
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/apache-ant/Makefile,v
retrieving revision 1.48
diff -u -r1.48 Makefile
--- Makefile	6 Jun 2008 13:20:59 -0000	1.48
+++ Makefile	10 Feb 2009 22:11:34 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	apache-ant
 PORTVERSION=	1.7.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel java
 MASTER_SITES=	${MASTER_SITE_APACHE:S,%SUBDIR%/,ant/binaries/:bin,} \
 		${MASTER_SITE_LOCAL:S,%SUBDIR%/,hq/:man,} \
Index: files/ant.sh.in
===================================================================
RCS file: /home/pcvs/ports/devel/apache-ant/files/ant.sh.in,v
retrieving revision 1.6
diff -u -r1.6 ant.sh.in
--- files/ant.sh.in	6 Sep 2006 21:52:18 -0000	1.6
+++ files/ant.sh.in	10 Feb 2009 22:11:34 -0000
@@ -79,4 +79,4 @@
 	exit 1
 fi
 
-exec "${JAVACMD}" ${ANT_OPTS} -classpath "${LOCALCLASSPATH}" -Dant.home="${DATADIR}" org.apache.tools.ant.launch.Launcher ${ANT_ARGS} -lib "${CLASSPATH}" "$@"
+exec "${JAVACMD}" ${ANT_OPTS} -classpath "${LOCALCLASSPATH}" -Dant.home="${DATADIR}" -Dant.library.dir="${ANT_LIB}" org.apache.tools.ant.launch.Launcher ${ANT_ARGS} -cp "${CLASSPATH}" "$@"

--------------030301020503010908020301--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4991FDDA.6030701>