This is an attempt to fix a build failure on amd64 reported by Kris: ------------------------------------------------------------------ ports-amd64@FreeBSD.org: resin-2.1.17_1 failed on amd64 6 Build error: ... cc -shared -o common.o stream.o registry.o config.o memory.o /usr/bin/ld: stream.o: relocation R_X86_64_32 can not be used when making a shared object; recompile with -fPIC stream.o: could not read symbols: Bad value *** Error code 1 ------------------------------------------------------------------ The attached patch also keeps the port in sync with Resin 3: * A new option can be set in rc.conf to specify Java version to be used: resin2_java_version * Set REQUIRE and KEYWORD in rc(8) script * Fix rc.d script when using "faststart" * Update maintainer address from jb.quenot@caraldi.com to jbq@caraldi.com
Responsible Changed From-To: freebsd-ports-bugs->rafan Eat.
State Changed From-To: open->closed Committed. Thanks!
rafan 2006-12-16 02:14:26 UTC FreeBSD ports repository Modified files: www/resin2 Makefile www/resin2/files pkg-message.in resin.sh.in resinctl Log: - Fix build on 64-bit arch Keep sync with www/resin3: - A new option can be set in rc.conf to specify Java version to be used: resin2_java_version - Set REQUIRE and KEYWORD in rc.d script - Fix faststart in rc.d script - Update maintainer's email PR: ports/106793 Submitted by: Jean-Baptiste Quenot <jb.quenot at caraldi.com> (maintainer) Revision Changes Path 1.14 +10 -2 ports/www/resin2/Makefile 1.5 +0 -15 ports/www/resin2/files/pkg-message.in 1.4 +16 -4 ports/www/resin2/files/resin.sh.in 1.4 +3 -3 ports/www/resin2/files/resinctl _______________________________________________ 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"