Bug 81133 - [BUG:PATCH] make install does not respect umask(1)
Summary: [BUG:PATCH] make install does not respect umask(1)
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: Mario Sergio Fujikawa Ferreira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-16 21:30 UTC by Mario Sergio Fujikawa Ferreira
Modified: 2005-08-28 19:40 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (301 bytes, patch)
2005-05-16 21:30 UTC, Mario Sergio Fujikawa Ferreira
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mario Sergio Fujikawa Ferreira 2005-05-16 21:30:05 UTC
	Port will install file  _sqlite.so with incorrect permissions

-rwxrwx---  0 root   wheel   38497 May 16 12:44 lib/python2.4/site-packages/_sqlite.so

package-contents

-rw-r--r--  0 root   wheel    1508 May 16 17:09 +CONTENTS
-rw-r--r--  0 root   wheel      64 May 16 17:09 +COMMENT
-rw-r--r--  0 root   wheel     421 May 16 17:09 +DESC
-r--r--r--  0 root   wheel   15218 May 16 17:09 +MTREE_DIRS
-rw-r--r--  0 root   wheel    2304 Dec  2 15:25 lib/python2.4/site-packages/sqlite/__init__.py
-rw-r--r--  0 root   wheel    1838 May 16 12:44 lib/python2.4/site-packages/sqlite/__init__.pyc
-rw-r--r--  0 root   wheel    1838 May 16 12:44 lib/python2.4/site-packages/sqlite/__init__.pyo
-rw-r--r--  0 root   wheel   17928 Oct 22  2004 lib/python2.4/site-packages/sqlite/main.py
-rw-r--r--  0 root   wheel   18016 May 16 12:44 lib/python2.4/site-packages/sqlite/main.pyc
-rw-r--r--  0 root   wheel   18016 May 16 12:44 lib/python2.4/site-packages/sqlite/main.pyo
-rwxrwx---  0 root   wheel   38497 May 16 12:44 lib/python2.4/site-packages/_sqlite.so
-r--r--r--  0 root   wheel    1341 May 16 12:44 share/examples/PySQLite/converters.py
-r--r--r--  0 root   wheel    3523 May 16 12:44 share/examples/PySQLite/dbapi_transactions.py
-r--r--r--  0 root   wheel    3406 May 16 12:44 share/examples/PySQLite/manual_transactions.py

Fix: Crude fix.
How-To-Repeat: 
	Build/install the port with a umask(1) of 077
Comment 1 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2005-05-16 22:45:44 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lioux

I'll handle this 

http://www.freebsd.org/cgi/query-pr.cgi?pr=81133 

Adding to audit trail from misfiled PR ports/81154:

Date: Tue, 17 May 2005 09:47:26 -0300
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2005-07-18 22:57:46 UTC
State Changed
From-To: open->feedback

To which port does this PR apply?
Comment 3 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2005-08-28 19:40:20 UTC
State Changed
From-To: feedback->closed

Committed, thanks!