Bug 167119

Summary: [PATCH] x11-toolkits/py-gnome2: 555 -> 755 for doc directories
Product: Ports & Packages Reporter: Baptiste Daroussin <bapt>
Component: Individual Port(s)Assignee: freebsd-gnome (Nobody) <gnome>
Status: Closed FIXED    
Severity: Affects Only Me CC: gnome
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
py27-gnome-2.28.1_2.patch none

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"