ports/89042: [patch] devel/py-twistedCore install with wrong permissions
Mario Sergio Fujikawa Ferreira
lioux at FreeBSD.org
Tue Nov 15 03:10:18 UTC 2005
>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 at 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:
More information about the freebsd-ports-bugs
mailing list