Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Feb 2010 15:28:46 +0100 (CET)
From:      Slaven Rezic <slaven@rezic.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/143873: graphics/mapserver: may work with any apache
Message-ID:  <201002131428.o1DESk9Q080130@biokovo.herceg.de>
Resent-Message-ID: <201002131440.o1DEe4pQ023179@freefall.freebsd.org>

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

>Number:         143873
>Category:       ports
>Synopsis:       graphics/mapserver: may work with any apache
>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:   Sat Feb 13 14:40:04 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Slaven Rezic
>Release:        FreeBSD 8.0-RELEASE i386
>Organization:
www.rezic.de
>Environment:
System: FreeBSD biokovo.herceg.de 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 15:48:17 UTC 2009 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	mapserver is marked explicitely being dependent on apache13.
	However I think that any apache will do.

>How-To-Repeat:
	
>Fix:

diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile
index 3bd4a11..1f21f66 100644
--- a/graphics/mapserver/Makefile
+++ b/graphics/mapserver/Makefile
@@ -114,7 +114,7 @@ CONFIGURE_ARGS+=	--with-curl=${LOCALBASE}
 .endif
 
 .if defined(WITH_MAPSERV)
-USE_APACHE=		13
+USE_APACHE=		13+
 PLIST_SUB+=		WITH_MAPSERV=""
 .else
 PLIST_SUB+=		WITH_MAPSERV="@comment "
	


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



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