ports/152144: graphics/mapserver fails to build with ming support

Toomas Aas toomas at tarkvarastuudio.ee
Thu Nov 11 20:10:11 UTC 2010


>Number:         152144
>Category:       ports
>Synopsis:       graphics/mapserver fails to build with ming support
>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:   Thu Nov 11 20:10:10 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Toomas Aas
>Release:        8.1-RELEASE
>Organization:
>Environment:
FreeBSD builder.tarkvarastuudio.ee 8.1-RELEASE-p1 FreeBSD 8.1-RELEASE-p1 #2: Mon Nov  1 22:31:58 EET 2010     toomas at builder.tarkvarastuudio.ee:/usr/obj/usr/src/sys/TVS8  amd64

>Description:
If MING support is turned on while configuring the graphics/mapserver port, build fails because ming header files cannot be found.
>How-To-Repeat:
cd /usr/ports/graphics/mapserver
make config
(turn on MING support)
make build
>Fix:
Add the attached file as files/patch-configure

Patch attached with submission follows:

--- ./configure.orig	2010-11-11 21:50:37.000000000 +0200
+++ ./configure	2010-11-11 21:50:53.000000000 +0200
@@ -11708,7 +11708,7 @@
 echo "${ECHO_T}yes, user supplied MING directory" >&6
   MING_ENABLED=-DUSE_MING_FLASH
   MING_LIB="-L$with_ming/lib -lming"
-  MING_INC="-I$with_ming/include"
+  MING_INC="-I$with_ming/include/ming"
 fi
 
 MING_ENABLED=$MING_ENABLED


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



More information about the freebsd-ports-bugs mailing list