Date: Thu, 17 Mar 2011 21:10:24 +0100 From: olli hauer <ohauer@gmx.de> To: pav@FreeBSD.org Cc: "Philip M. Gollucci" <pgollucci@p6m7g8.com>, cvs-ports@FreeBSD.org, ohauer@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/otrs Makefile Message-ID: <4D826AB0.3020003@gmx.de> In-Reply-To: <1300390857.93905.0.camel@hood.oook.cz> References: <201103162128.p2GLSVOR045823@repoman.freebsd.org> <4D8173F8.70706@p6m7g8.com> <4D81E7CA.7080409@FreeBSD.org> <4D8215CB.10604@p6m7g8.com> <4D8258FF.2090103@gmx.de> <1300390857.93905.0.camel@hood.oook.cz>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D826AB0.3020003>