ports/116520: Typo in bsd.python.mk breaks USE_ZOPE=2.10
Christian Ullrich
chris at chrullrich.net
Fri Sep 21 19:20:02 UTC 2007
>Number: 116520
>Category: ports
>Synopsis: Typo in bsd.python.mk breaks USE_ZOPE=2.10
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Fri Sep 21 19:20:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Christian Ullrich
>Release: 6.2-STABLE
>Organization:
>Environment:
>Description:
There is a typo in bsd.python.mk that breaks the automatic dependency on
Zope for ports that declare USE_ZOPE=2.10.
>How-To-Repeat:
Build any port that declares USE_ZOPE=2.10 while Zope 2.10 is not installed.
Note that Zope is not automatically pulled in.
>Fix:
--- bsd.python.mk.orig 2007-09-21 20:56:12.000000000 +0200
+++ bsd.python.mk 2007-09-21 20:56:24.000000000 +0200
@@ -488,7 +488,7 @@
ZOPESKELDIR= ${ZOPEBASEDIR}/zopeskel
.elif ${ZOPE_VERSION} == "2.10"
SZOPEBASEDIR?= www/Zope210
-ZOPE_PORTDIR= ${PORTSDIR}/www/zope210
+ZOPE_PORTSDIR= ${PORTSDIR}/www/zope210
ZOPESKELDIR= ${ZOPEBASEDIR}/skel
.elif ${ZOPE_VERSION} == "2.9"
SZOPEBASEDIR?= www/Zope29
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list