Bug 167119 - [PATCH] x11-toolkits/py-gnome2: 555 -> 755 for doc directories
Summary: [PATCH] x11-toolkits/py-gnome2: 555 -> 755 for doc directories
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-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-20 07:20 UTC by Baptiste Daroussin
Modified: 2012-05-20 17:40 UTC (History)
1 user (show)

See Also:


Attachments
py27-gnome-2.28.1_2.patch (641 bytes, patch)
2012-04-20 07:20 UTC, Baptiste Daroussin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Baptiste Daroussin freebsd_committer freebsd_triage 2012-04-20 07:20:08 UTC
py-gnome2 install EG_DST_DIR as 0555 but py-gnome-desktop do install it as mkdir
aka 0755, which confuse pointyhat when building pkgng packages:
see
http://pointyhat-west.isc.freebsd.org/errorlogs/amd64-errorlogs/e.9-pkgng.20120419221037.pointyhat-west/py27-gnome-desktop-2.32.0_1.log

A first fix could be to set all the directory to 0755 which after all make sense
imho.

just for you information
${TAR} -C ${EG_SRC_DIR} -cf - . | ${TAR} -C ${EG_DST_DIR} -xf -
can be replaced by:
cd  ${EG_SRC_DIR}; pax -rw . ${EG_DST_DIR}
This will be faster normally, but py-gnome is already fast, so not really needed
:)

Port maintainer (gnome@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_5 (mode: change, diff: CVS)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-04-20 07:20:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Jeremy Messenger freebsd_committer freebsd_triage 2012-05-20 17:35:18 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-05-20 17:35:20 UTC
mezz        2012-05-20 16:35:09 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits/py-gnome2 Makefile 
  Log:
  555 -> 755 for doc directories.
  
  PR:             ports/167119
  Submitted by:   bapt
  
  Revision  Changes    Path
  1.111     +1 -1      ports/x11-toolkits/py-gnome2/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"