Date: 15 Nov 2005 00:59:43 -0200 From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: neal@nelson.name Subject: ports/89042: [patch] devel/py-twistedCore install with wrong permissions Message-ID: <20051115030005.74136.qmail@exxodus.fedaykin.here> Resent-Message-ID: <200511150310.jAF3AGx1032190@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 89042 >Category: ports >Synopsis: [patch] devel/py-twistedCore install with wrong permissions >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 15 03:10:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Mario Sergio Fujikawa Ferreira >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD exxodus.fedaykin.here 5.4-STABLE FreeBSD 5.4-STABLE #13: Wed Nov 2 10:58:23 BRST 2005 lioux@exxodus:/usr/src/sys/i386/compile/LIOUX i386 >Description: Depending on your umask(1) setting, several files will not have the proper permissions for either group or other. Your mileage may vary though. >How-To-Repeat: Install port with umask(1) 077, several files under /usr/local/lib/python2.4/site-packages/twisted/ You will notice that some files will have different permissions than what would be expected. >Fix: Force post-install chmod fix. --- patch-Makefile begins here --- --- Makefile.orig Tue Nov 15 00:29:10 2005 +++ Makefile Tue Nov 15 00:44:42 2005 @@ -35,4 +35,9 @@ PLIST_SUB+= S=${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;} +post-install: +# permission safeness + @${CHMOD} -R ${SHAREMODE} ${PYTHONPREFIX_SITELIBDIR}/twisted/* + @${CHMOD} -R a+X ${PYTHONPREFIX_SITELIBDIR}/twisted/* + .include <bsd.port.mk> --- patch-Makefile ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051115030005.74136.qmail>