Bug 89043 - [patch] devel/py-psyco install with wrong permissions
Summary: [patch] devel/py-psyco install with wrong permissions
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-15 03:10 UTC by Mario Sergio Fujikawa Ferreira
Modified: 2005-11-29 18:56 UTC (History)
1 user (show)

See Also:


Attachments
patch-Makefile (523 bytes, text/plain)
2005-11-15 03:10 UTC, Mario Sergio Fujikawa Ferreira
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2005-11-15 03:10:17 UTC
	Depending on your umask(1) setting, several files
will not have the proper permissions for either group or other.
Your mileage may vary though.

Fix: Force post-install chmod fix.
How-To-Repeat: 	Install port with umask(1) 077, several files under 

/usr/local/lib/python2.4/site-packages/psyco/

You will notice that some files will have different permissions
than what would be expected.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2005-11-15 03:12:14 UTC
Maintainer of devel/py-psyco,

Please note that PR ports/89043 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/89043

-- 
Edwin Groothuis
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2005-11-15 03:12:24 UTC
State Changed
From-To: open->feedback

foo
Comment 3 Florent Thoumie freebsd_committer freebsd_triage 2005-11-29 18:56:29 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!