Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Nov 2010 23:01:47 +0000
From:      "Tom Judge" <tom@tomjudge.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jpaetzel@FreeBSD.org
Subject:   ports/152121: [patch] graphics/mapserver fix build with python disabled.
Message-ID:  <20101110230146.5064448BFF@tomjudge.vm.bytemark.co.uk>
Resent-Message-ID: <201011102310.oAANA9ew092008@freefall.freebsd.org>

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

>Number:         152121
>Category:       ports
>Synopsis:       [patch] graphics/mapserver fix build with python disabled.
>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 Nov 10 23:10:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Tom Judge
>Release:        FreeBSD 8.1-STABLE amd64
>Organization:
>Environment:
System: FreeBSD tinderbox.home.tomjudge.com 8.1-STABLE FreeBSD 8.1-STABLE #0 r213720: Tue Oct 12 14:02:02 UTC 2010 tj@tinderbox.home.tomjudge.com:/usr/obj/usr/src/sys/GENERIC amd64


>Description:

Missing space in PLIST_SUB when python support is disabled.

>How-To-Repeat:
>Fix:


--- mapserver.txt begins here ---
--- Makefile.orig	2010-11-10 22:58:07.000000000 +0000
+++ Makefile	2010-11-10 22:58:29.000000000 +0000
@@ -120,7 +120,7 @@
 MAP_EGG=		MapScript-${PORTVERSION}-${PYTHON_VERSION:S/thon//}
 PLIST_SUB+=		MAP_EGG=${MAP_EGG}
 .else
-PLIST_SUB+=		WITH_PYTHON="@comment"
+PLIST_SUB+=		WITH_PYTHON="@comment "
 .endif
 
 .if defined(WITH_CURL)
--- mapserver.txt ends here ---


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



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