ports/68716: zope doesn't work

Gerhard Schmidt estartu at augusta.de
Mon Jul 12 18:00:45 UTC 2004


The following reply was made to PR ports/68716; it has been noted by GNATS.

From: Gerhard Schmidt <estartu at augusta.de>
To: Volker Stolz <vs at freebsd.org>
Cc: freebsd-gnats-submit at freebsd.org, rainer at 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 <bsd.port.mk>
 
 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 at 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--



More information about the freebsd-ports-bugs mailing list