Bug 114485 - databases/mantis: updates fails on system with Mantis 1.0.7 and Apache 2.0+ installed
Summary: databases/mantis: updates fails on system with Mantis 1.0.7 and Apache 2.0+ i...
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-10 21:50 UTC by Sture Åhlin
Modified: 2007-07-15 23:00 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 Sture Åhlin 2007-07-10 21:50:05 UTC
I run Mantis 1.0.7 on a FreeBSD 6.2 server with:
 - apache-2.2.4_2
 - mysql-server-5.0.41
 - php5-5.2.3

When updating on the system installed ports the system tries to install apache-1.3 as an dependent port. This fails.

Fix: 

I have fixed this by editing /usr/ports/databases/mantis/Makefile.

I change line number 19 in the file from;

USE_APACHE=     yes

..to;

USE_APACHE=     1.3+

The 'portmanager -u' command will after this change run without any problems.
How-To-Repeat: Update system with default Mantis 1.0.7 /usr/ports/databases/mantis/Makefile.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-07-12 12:51:57 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Robert Noland 2007-07-12 17:17:27 UTC
This is a depend issue with mantis.  I am cc'ing the maintainer.  If
apache 1.3 is a viable depend, your fix seems reasonable.

robert.
Comment 3 Dan Langille 2007-07-12 19:06:33 UTC
Fine by me.  Thank you.
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2007-07-13 00:03:18 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 Pav Lucistnik freebsd_committer freebsd_triage 2007-07-15 22:56:09 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 6 dfilter service freebsd_committer freebsd_triage 2007-07-15 22:58:56 UTC
pav         2007-07-15 21:58:50 UTC

  FreeBSD ports repository

  Modified files:
    databases/mantis     Makefile 
  Log:
  - Allow Apache 2.0+
  
  PR:             ports/114485
  Submitted by:   Sture Ahlin <sture.ahlin@telia.com>
  Approved by:    Dan Langille <dan@langille.org> (maintainer)
  
  Revision  Changes    Path
  1.15      +1 -1      ports/databases/mantis/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"