From nobody@FreeBSD.org  Fri Sep 21 19:18:52 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1548916A420
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 21 Sep 2007 19:18:52 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 021E413C478
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 21 Sep 2007 19:18:52 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LJIp33093558
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 21 Sep 2007 19:18:51 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id l8LJIpnF093557;
	Fri, 21 Sep 2007 19:18:51 GMT
	(envelope-from nobody)
Message-Id: <200709211918.l8LJIpnF093557@www.freebsd.org>
Date: Fri, 21 Sep 2007 19:18:51 GMT
From: Christian Ullrich <chris@chrullrich.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Typo in bsd.python.mk breaks USE_ZOPE=2.10
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         116520
>Category:       ports
>Synopsis:       Typo in bsd.python.mk breaks USE_ZOPE=2.10
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    perky
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 21 19:20:01 GMT 2007
>Closed-Date:    Sun Oct 07 13:50:46 GMT 2007
>Last-Modified:  Sun Oct  7 14:00:17 GMT 2007
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->perky 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Sep 21 19:20:15 UTC 2007 
Responsible-Changed-Why:  
bsd.python.mk is perky territory 

http://www.freebsd.org/cgi/query-pr.cgi?pr=116520 
State-Changed-From-To: open->closed 
State-Changed-By: perky 
State-Changed-When: Sun Oct 7 13:46:08 GMT 2007 
State-Changed-Why:  
Committed. Thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=116520 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/116520: commit references a PR
Date: Sun,  7 Oct 2007 13:50:27 +0000 (UTC)

 perky       2007-10-07 13:50:16 UTC
 
   FreeBSD ports repository
 
   Modified files:
     Mk                   bsd.python.mk 
   Log:
   - Correct installation paths in plist for PREFIX != LOCALBASE [1]
   - Fix typo on comment about SZOPEBASEDIR and ZOPEBASEDIR [2]
   - Fix type on Zope 2.10 support [3]
   - Add a workaround for package building of ports using easy_install
     on jail environments [4]
   
   PR:             116278 [1], 116428 [2], 116520 [3]
   Submitted by:   Marcus von Appen <mva@sysfault.org> [1],
                   nakaji [2], Christian Ullrich <chris@chrullrich.net> [3]
   Reported by:    sat [4]
   
   Revision  Changes    Path
   1.100     +35 -7     ports/Mk/bsd.python.mk
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
