ports/152121: [patch] graphics/mapserver fix build with python disabled.
Tom Judge
tom at tomjudge.com
Wed Nov 10 23:10:11 UTC 2010
>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 at 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:
More information about the freebsd-ports-bugs
mailing list