Skip site navigation (1)Skip section navigation (2)
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:   ports/65201: www/plone: fix build after Zope update
Message-ID:  <1081153418.0@cagnina.hq.widestore.net>
Resent-Message-ID: <200404050830.i358UJw5018478@freefall.freebsd.org>

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

>Number:         65201
>Category:       ports
>Synopsis:       www/plone: fix build after Zope update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 05 01:30:19 PDT 2004
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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