Bug 104279 - [patch] Fix bug in Makefile for astro/xephem causing files to be installed with wrong ownership
Summary: [patch] Fix bug in Makefile for astro/xephem causing files to be installed wi...
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: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-10 23:40 UTC by Josh Paetzel <josh@tcbug.org>
Modified: 2006-10-11 09:40 UTC (History)
0 users

See Also:


Attachments
file.diff (591 bytes, patch)
2006-10-10 23:40 UTC, Josh Paetzel <josh@tcbug.org>
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Josh Paetzel <josh@tcbug.org> 2006-10-10 23:40:23 UTC

The Makefile for astro/xephem has an error in it which causes files to be installed owned by root:444 instead of root:wheel

How-To-Repeat: 

cd /usr/ports/astro/xephem
make install
ls -la /usr/X11R6/lib/X11/xephem

drwxr-xr-x   2 root  444    1024 20 Ð²ÐµÑ 22:04 auxil
drwxr-xr-x   2 root  444     512 20 Ð²ÐµÑ 22:04 catalogs
drwxr-xr-x   2 root  444     512 20 Ð²ÐµÑ 22:06 f
Comment 1 Rong-En Fan freebsd_committer freebsd_triage 2006-10-11 07:24:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

Eat.
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-10-11 09:36:55 UTC
rafan       2006-10-11 08:36:46 UTC

  FreeBSD ports repository

  Modified files:
    astro/xephem         Makefile 
  Log:
  - Fix wrong ownership on some installed files
  
  PR:             ports/104279
  Submitted by:   Josh Paetzel <josh at tcbug.org> (maintainer)
  Approved by:    portmgr (erwin)
  
  Revision  Changes    Path
  1.46      +2 -1      ports/astro/xephem/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Rong-En Fan freebsd_committer freebsd_triage 2006-10-11 09:37:07 UTC
State Changed
From-To: open->closed

Committed. Thanks!