- Change port to properly pass 32/64bit options based on current ARCH to the ant build process. - Remove javaservicewrapper/files/patch-build.xml, this patch should no longer be necessary due to the update above. - Remove unnecessary USE_GMAKE. - Strip resulting binary. - Take over maintainership, Alejandro no longer uses this port. --- On 7/9/2009 2:08 PM, Mike Jakubik wrote: > Hi, > > Is there any chance of updating this port? The version in the ports tree > is 3.2.3 while 3.3.5 is already available. > > Thanks > Hello, I've just updated it, thanks (and sorry for the delay). BTW I'm not using it now, if you want to maintain it you can have it. Regards, Ale
Responsible Changed From-To: freebsd-ports-bugs->alepulver Over to maintainer (via the GNATS Auto Assign Tool)
alepulver 2009-07-30 16:28:27 UTC FreeBSD ports repository Modified files: sysutils/javaservicewrapper Makefile Removed files: sysutils/javaservicewrapper/files patch-build.xml Log: - Change port to properly pass 32/64bit options based on current ARCH to the ant build process. - Remove javaservicewrapper/files/patch-build.xml, this patch should no longer be necessary due to the update above. - Strip resulting binary. - Take over maintainership, Alejandro no longer uses this port. Changes by alepulver: - Keep USE_GMAKE because Ant calls it when building the C code. - Put do-build before bsd.port.pre.mk to avoid a target redefinition warning. PR: ports/137267 Submitted by: Mike Jakubik <mikej@rogers.com> Revision Changes Path 1.7 +19 -6 ports/sysutils/javaservicewrapper/Makefile 1.2 +0 -10 ports/sysutils/javaservicewrapper/files/patch-build.xml (dead) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!