Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Oct 2011 10:57:10 GMT
From:      Joris Dedieu <joris.dedieu@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/161803: graphics/mapserver don't need apache
Message-ID:  <201110191057.p9JAvAUY037769@red.freebsd.org>
Resent-Message-ID: <201110191100.p9JB0LWO070088@freefall.freebsd.org>

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

>Number:         161803
>Category:       ports
>Synopsis:       graphics/mapserver don't need apache
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 19 11:00:21 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Joris Dedieu
>Release:        8.1-RELEASE-p6
>Organization:
>Environment:
FreeBSD entente2.nfrance.com 8.1-RELEASE-p6 FreeBSD 8.1-RELEASE-p6 #1: Tue Oct 11 18:17:37 CEST 2011     root@entente2.nfrance.com:/usr/obj/usr/src/sys/NFDEDIE_2_0_PF  amd64

>Description:
USE_APACHE is not mandatory while installing mapserver WITH_MAPSERV (cgi/fcgi).
You may want to run it with another webserver or standalone with spawn-fcgi.

 




>How-To-Repeat:
cd /usr/ports/graphics/mapserver
make all -DWITH_MAPSERV 
apache will come as a dependency.

>Fix:
--- Makefile.orig       2011-10-19 12:45:15.000000000 +0200
+++ Makefile    2011-10-19 12:36:09.000000000 +0200
@@ -142,12 +142,7 @@
 .endif
 
 .if defined(WITH_MAPSERV)
-USE_APACHE=            13+
-.include "${PORTSDIR}/Mk/bsd.apache.mk"
 PLIST_SUB+=            WITH_MAPSERV=""
-.if ${APACHE_VERSION} > 13
-PLIST_DIRSTRY=         www/cgi-bin
-.endif
 .else
 PLIST_SUB+=            WITH_MAPSERV="@comment "
 .endif


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



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