OTRS port is using old style USE_APACHE=YES setting, which causes an attempt to install www/apache13 although www/apache22 is already installed. OTRS should be working well with all versions of Apache available trough the ports system (tested with 2.2). Fix: change USE_APACHE=YES to USE_APACHE=1.3+ in the Makefile of the port
Responsible Changed From-To: freebsd-ports-bugs->skv Over to maintainer (via the GNATS Auto Assign Tool)
skv 2008-11-11 09:27:41 UTC FreeBSD ports repository Modified files: devel/otrs Makefile distinfo pkg-plist Log: - Update to 2.3.3 - Use USE_APACHE=1.3+ [1] - Add p5-Text-CSV as dependency [2] - Install DBUpgrade* scripts [3] Changes: http://lists.otrs.org/pipermail/announce/2008/000104.html PR: ports/127299 [1], ports/127094 [2] Submitted by: Velko Ivanov <vivanov xx ivanov-nest.com> [1], Mike Duchene <mp xx grymmjack.com> [2] Pointed by: Victor Balada Diaz <v.balada xx coolbleiben.net> [3] Revision Changes Path 1.18 +6 -5 ports/devel/otrs/Makefile 1.11 +3 -3 ports/devel/otrs/distinfo 1.11 +36 -0 ports/devel/otrs/pkg-plist _______________________________________________ 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, thanks!