From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 12 18:00:45 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C091E16A4CE for ; Mon, 12 Jul 2004 18:00:45 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FA1743D1D for ; Mon, 12 Jul 2004 18:00:45 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i6CI0jjl047798 for ; Mon, 12 Jul 2004 18:00:45 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6CI0jRJ047797; Mon, 12 Jul 2004 18:00:45 GMT (envelope-from gnats) Date: Mon, 12 Jul 2004 18:00:45 GMT Message-Id: <200407121800.i6CI0jRJ047797@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Gerhard Schmidt Subject: Re: ports/68716: zope doesn't work X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gerhard Schmidt List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jul 2004 18:00:45 -0000 The following reply was made to PR ports/68716; it has been noted by GNATS. From: Gerhard Schmidt To: Volker Stolz Cc: freebsd-gnats-submit@freebsd.org, rainer@ultra-secure.de Subject: Re: ports/68716: zope doesn't work Date: Mon, 12 Jul 2004 19:49:56 +0200 --LZvS9be/3tNcYl/X Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I have installed Zope 2.7.1 on FreeBSD 4.10 and found out that some files in ${ZOPEBASEDIR}/lib/python are installed with false permissions. I don't understand why this is only a Problem under 4.x an not under 5.x Here is a patch to fix this. diff -urN /usr/ports/www/zope/Makefile zope/Makefile --- /usr/ports/www/zope/Makefile Mon Jul 12 18:59:02 2004 +++ zope/Makefile Mon Jul 12 19:24:57 2004 @@ -74,6 +74,7 @@ @${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ ${FILESDIR}/zope.sh > ${PREFIX}/etc/rc.d/zope.sh @${CHMOD} ${BINMODE} ${PREFIX}/etc/rc.d/zope.sh + @${CHMOD} -R og+r ${ZOPEBASEDIR}/lib @${MKDIR} ${ZOPEBASEDIR}/Products @${CAT} ${PKGMESSAGE} @${ECHO_MSG} @@ -86,5 +87,6 @@ @${CHOWN} ${ZOPE_USER} ${ZOPEINSTANCEDIR}/var @${CHOWN} ${ZOPE_USER} ${ZOPEINSTANCEDIR}/log @${SED} ${CONFIG_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} ${FILESDIR}/instance_message + @${RM} -f ${ZOPEBASEDIR}/bin/copyzopeskel.pyc .include It also fixes a deinstall problem after make instance is called. Bye Estartu -- -------------------------------------------------------------------------- Gerhard Schmidt | Nick : estartu IRC : Estartu | PGP Public Key Fischbachweg 3 | | auf Anfrage/ 86856 Hiltenfingen | estartu@augusta.de | on Request --LZvS9be/3tNcYl/X Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: l/bCSoTdUSthEbrocy9maFwKG6igTqzT iQCVAwUBQPLPQwzx22nOTJQRAQHAFAP/eUqsqUdgRQjkB4+S9rRWERMULbE5wdPY CpDS7UBqb9xwhzFM5+l3wF7/0tRePcJth4q3PqKNzHAoS1GCEVVF3E5MR6PGaddL GV3Aum4Y33bsTrer+vX/aRRWmCieQUqGqzc75kSwwDq5zyhBgBaOWTOf5QHvmhE+ HT7MRKarR3U= =LGq9 -----END PGP SIGNATURE----- --LZvS9be/3tNcYl/X--