On 2011-03-17 20:40, Pav Lucistnik wrote: > olli hauer píše v čt 17. 03. 2011 v 19:54 +0100: > >> @pav >> can you send me the URL to the last run of otrs, so I can fix the port >> or send an PR? > > http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.8.20110317100410/otrs-3.0.6.log >
Thanks Pav, can you test the following diff? // olli # rcsdiff -u Makefile =================================================================== RCS file: RCS/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 2011/03/17 19:52:03 1.1 +++ Makefile 2011/03/17 20:04:40 @@ -77,6 +77,7 @@ var/httpd/htdocs/skins/Agent/*/img/source USE_PERL5= yes +USE_APACHE= 1.3+ .include <bsd.port.pre.mk> @@ -90,11 +91,8 @@ USE_PGSQL= yes .endif -.ifdef WITH_MODPERL2 -USE_APACHE= 2.2+ +.if defined(WITH_MODPERL2) || ${APACHE_VERSION} > 13 RUN_DEPENDS+= ${APACHE_PKGNAMEPREFIX}mod_perl2>=2.0.0:${PORTSDIR}/www/mod_perl2 -.else -USE_APACHE= 1.3+ .endif .ifdef WITH_REPORTS_MODULES _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"