Hello, I have found a bug in resin2 port when i compile it with 'WITH_APACHE = YES' flag in Makefile. The 'make' goes ok, but 'make install' fails with following message: ----------------------------- make install --------------------------------- /usr/local/sbin/apxs -i -n caucho -a /usr/ports/www/resin2/work/resin-2.1.17/src/c/plugin/apache1/mod_caucho.so [activating module `caucho' in /usr/local/etc/apache/httpd.conf] cp /usr/ports/www/resin2/work/resin-2.1.17/src/c/plugin/apache1/mod_caucho.so /usr/local/libexec/apache/mod_caucho.so cp: /usr/ports/www/resin2/work/resin-2.1.17/src/c/plugin/apache1/mod_caucho.so: No such file or directory apxs:Break: Command failed with rc=1 *** Error code 1 ----------------------------- make install --------------------------------- Seems resin-2.1.17/src/c/plugin/ hasn't 'apache1' directory but it has a 'apache'. Fix: Patch that fixes this problem:
Class Changed From-To: maintainer-update->change-request Fix category (submitter is not maintainer)
State Changed From-To: open->feedback Awaiting maintainers feedback
Patch approved, thanks for the fix! -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/
[Sending with the right email address] Patch approved, thanks for the fix! -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/
miwi 2006-10-07 11:25:58 UTC FreeBSD ports repository Modified files: www/resin2 Makefile Log: - Fix a flag for WITH_APACHE=YES PR: ports/103423 Submitted by: Sergey Al. Safonov <spoof@spoofa.info> Approved by: Jean-Baptiste Quenot <jbq@caraldi.com> (maintainer) Sponsored by: FreeBSD Bug-a-thon #1 Revision Changes Path 1.13 +1 -1 ports/www/resin2/Makefile _______________________________________________ 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: feedback->closed Committed. Thanks!