Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jul 2007 20:40:51 GMT
From:      Sture Åhlin <sture.ahlin@telia.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/114485: Portmanager updates fails on system with Mantis 1.0.7 and Apache 2.0+ installed
Message-ID:  <200707102040.l6AKepRd034006@www.freebsd.org>
Resent-Message-ID: <200707102050.l6AKo5de040745@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         114485
>Category:       ports
>Synopsis:       Portmanager updates fails on system with Mantis 1.0.7 and Apache 2.0+ installed
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 10 20:50:05 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Sture Åhlin
>Release:        6.2
>Organization:
>Environment:
FreeBSD server.company.net 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5 #1: Sun Jul  1 15:30:42 CEST 2007     root@server.company.net:/usr/obj/usr/src/sys/COOLERMASTER  i386

>Description:
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.
>How-To-Repeat:
Update system with default Mantis 1.0.7 /usr/ports/databases/mantis/Makefile.
>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.

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707102040.l6AKepRd034006>