Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Sep 2007 19:18:51 GMT
From:      Christian Ullrich <chris@chrullrich.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/116520: Typo in bsd.python.mk breaks USE_ZOPE=2.10
Message-ID:  <200709211918.l8LJIpnF093557@www.freebsd.org>
Resent-Message-ID: <200709211920.l8LJK1Xm028083@freefall.freebsd.org>

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

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



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