From filippo@widestore.net  Mon Apr  5 01:23:41 2004
Return-Path: <filippo@widestore.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 85C5116A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  5 Apr 2004 01:23:41 -0700 (PDT)
Received: from w1001.widhost.net (w1001.widhost.net [209.235.192.251])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4B16343D1D
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  5 Apr 2004 01:23:41 -0700 (PDT)
	(envelope-from filippo@widestore.net)
Received: from mx0.hq.widestore.net (mx0.hq.widestore.net [212.97.42.70])
	by w1001.widhost.net (Postfix) with ESMTP id 98AF221134
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  5 Apr 2004 04:23:39 -0400 (EDT)
Received: from cagnina.hq.widestore.net (cagnina.hq.widestore.net [192.168.1.1])
	by mx0.hq.widestore.net (Postfix) with ESMTP id B02BB56DA56
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  5 Apr 2004 10:23:38 +0200 (CEST)
Message-Id: <1081153418.0@cagnina.hq.widestore.net>
Date: Mon, 5 Apr 2004 10:23:38 +0200
From: "Filippo Natali" <filippo@widestore.net>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: www/plone: fix build after Zope update
X-Send-Pr-Version: gtk-send-pr 0.3.3 
X-GNATS-Notify:

>Number:         65201
>Category:       ports
>Synopsis:       www/plone: fix build after Zope update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 05 01:30:19 PDT 2004
>Closed-Date:    Mon Apr 05 15:16:23 PDT 2004
>Last-Modified:  Mon Apr 05 15:16:23 PDT 2004
>Originator:     Filippo Natali
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
Widestore srl 
>Environment:


System: FreeBSD 4.9-STABLE #1: Sat Nov 22 10:44:53 CET 2003
    filippo@cagnina.hq.widestore.net:/usr/obj/usr/src/sys/CAGNINA



>Description:


Ignore harmless errors reported by python 2.3 compileall.py script, introduced with Zope 2.7 update


>How-To-Repeat:





>Fix:


--- plone-20040405.diff begins here ---
diff -crN /usr/ports/www/plone/Makefile plone/Makefile
*** /usr/ports/www/plone/Makefile	Thu Mar 18 18:37:22 2004
--- plone/Makefile	Mon Apr  5 09:24:41 2004
***************
*** 80,86 ****
  .endif
  
  do-build:
! 	@for m in ${MODULES}; do \
  		${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/$$m; \
  	done
  
--- 80,86 ----
  .endif
  
  do-build:
! 	-@for m in ${MODULES}; do \
  		${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/$$m; \
  	done
  
--- plone-20040405.diff ends here ---



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Mon Apr 5 15:16:13 PDT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=65201 
>Unformatted:
