ports/90418: devel/cvsweb3: Wrong install location with www/apache22

Tetsuya Uemura t_uemura at macome.co.jp
Thu Dec 15 06:00:12 UTC 2005


>Number:         90418
>Category:       ports
>Synopsis:       devel/cvsweb3: Wrong install location with www/apache22
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 15 06:00:10 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Tetsuya Uemura
>Release:        6.0-STABLE
>Organization:
MACOME Corp.
>Environment:
FreeBSD s2882g3nr.macome.co.jp 6.0-STABLE FreeBSD 6.0-STABLE #0: Wed Dec 14 13:44:13 JST 2005     uemura at s2882g3nr.macome.co.jp:/usr/obj/usr/src/sys/S2882G3NR  amd64
>Description:
              www/apache22 installs its data files to ${PREFIX}/www/apache22 though, devel/cvsweb3 fails to find this directory.
>How-To-Repeat:
              Install www/apache22 via ports, then install devel/cvsweb3.
>Fix:
              Apply following patch.

--- devel/cvsweb3.orig/Makefile Wed Dec 14 13:05:25 2005
+++ devel/cvsweb3/Makefile      Thu Dec 15 14:45:34 2005
@@ -60,6 +60,10 @@
 CGIDIR?=       www/cgi-bin
 ICONSDIR?=     www/icons
 CSSDIR?=       www/data/css
+.elif exists(${PREFIX}/www/apache22/cgi-bin)
+CGIDIR?=       www/apache22/cgi-bin
+ICONSDIR?=     www/apache22/icons
+CSSDIR?=       www/apache22/data/css
 .elif exists(${PREFIX}/apache/cgi-bin)
 CGIDIR?=       apache/cgi-bin
 ICONSDIR?=     apache/icons
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list