Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Nov 2010 20:09:55 GMT
From:      Toomas Aas <toomas@tarkvarastuudio.ee>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/152144: graphics/mapserver fails to build with ming support
Message-ID:  <201011112009.oABK9tLB092211@www.freebsd.org>
Resent-Message-ID: <201011112010.oABKAAbQ039727@freefall.freebsd.org>

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

>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@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:



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