Bug 127299 - ports/devel/otrs uses old style USE_APACHE=YES
Summary: ports/devel/otrs uses old style USE_APACHE=YES
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: skv
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-11 14:00 UTC by Velko Ivanov
Modified: 2008-11-11 09:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Velko Ivanov 2008-09-11 14:00:12 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-09-11 14:00:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->skv

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-11-11 09:27:50 UTC
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"
Comment 3 skv freebsd_committer freebsd_triage 2008-11-11 09:28:42 UTC
State Changed
From-To: open->closed

Committed, thanks!