Bug 159592 - [patch] graphics/xfig installs shared files with restrictive permissions
Summary: [patch] graphics/xfig installs shared files with restrictive 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: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-07 23:00 UTC by mjl
Modified: 2011-08-09 08:50 UTC (History)
1 user (show)

See Also:


Attachments
patch-xfig (770 bytes, text/plain)
2011-08-07 23:00 UTC, mjl
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description mjl 2011-08-07 23:00:24 UTC
Files, such as library elements and html documentation are installed owned
and readable only by root.  These should be readable by all users.

Fix: use this patch.
How-To-Repeat: Install xfig.  cd ${LOCALBASE}/lib/X11/xfig/Libraries/ and examine the
permissions of the various fig files beneath.  Likewise in
${LOCALBASE}/share/doc/xfig/html/
Comment 1 mjl 2011-08-08 10:16:36 UTC
I just noticed that xfig has no maintainer.  I would be happy to be
maintainer.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-08-08 11:28:19 UTC
linimon     2011-08-08 10:28:10 UTC

  FreeBSD ports repository

  Modified files:
    graphics/xfig        Makefile 
  Log:
  Over to new maintainer.
  
  PR:             ports/159592 (partial)
  
  Revision  Changes    Path
  1.70      +1 -1      ports/graphics/xfig/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 Mark Linimon freebsd_committer freebsd_triage 2011-08-08 11:28:47 UTC
Class Changed
From-To: update->maintainer-update

Submitter has agreed to take over maintainership.
Comment 4 Frederic Culot freebsd_committer freebsd_triage 2011-08-09 06:09:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-08-09 08:42:00 UTC
culot       2011-08-09 07:41:51 UTC

  FreeBSD ports repository

  Modified files:
    graphics/xfig        Makefile 
  Log:
  - Make files from documentation and library readable by non-root users
  
  PR:             ports/159592
  Submitted by:   Matthew Luckie <mjl@luckie.org.nz> (maintainer)
  
  Revision  Changes    Path
  1.71      +2 -2      ports/graphics/xfig/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 6 Frederic Culot freebsd_committer freebsd_triage 2011-08-09 08:42:18 UTC
State Changed
From-To: open->closed

Committed. Thanks!