From bapt@FreeBSD.org  Fri Apr 20 06:16:44 2012
Return-Path: <bapt@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id F11C01065691;
	Fri, 20 Apr 2012 06:16:44 +0000 (UTC)
	(envelope-from bapt@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28])
	by mx1.freebsd.org (Postfix) with ESMTP id DDCF98FC15;
	Fri, 20 Apr 2012 06:16:44 +0000 (UTC)
Received: from freefall.freebsd.org (localhost [127.0.0.1])
	by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q3K6Gih1060005;
	Fri, 20 Apr 2012 06:16:44 GMT
	(envelope-from bapt@freefall.freebsd.org)
Received: (from bapt@localhost)
	by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q3K6GiFZ060003;
	Fri, 20 Apr 2012 06:16:44 GMT
	(envelope-from bapt)
Message-Id: <201204200616.q3K6GiFZ060003@freefall.freebsd.org>
Date: Fri, 20 Apr 2012 06:16:44 GMT
From: Baptiste Daroussin <bapt@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gnome@freebsd.org
Subject: [PATCH] x11-toolkits/py-gnome2: 555 -> 755 for doc directories
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         167119
>Category:       ports
>Synopsis:       [PATCH] x11-toolkits/py-gnome2: 555 -> 755 for doc directories
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gnome
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 20 06:20:08 UTC 2012
>Closed-Date:    Sun May 20 16:35:30 UTC 2012
>Last-Modified:  Sun May 20 16:40:09 UTC 2012
>Originator:     Baptiste Daroussin
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD azathoth.lan 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r233418M: Sat Mar 24 13:45:31 CET
>Description:
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)
>How-To-Repeat:
>Fix:

--- py27-gnome-2.28.1_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/x11-toolkits/py-gnome2/Makefile,v
retrieving revision 1.110
diff -u -u -r1.110 Makefile
--- Makefile	23 Sep 2011 22:26:32 -0000	1.110
+++ Makefile	20 Apr 2012 06:12:16 -0000
@@ -46,7 +46,7 @@
 	${MKDIR} ${EG_DST_DIR}
 	${TAR} -C ${EG_SRC_DIR} -cf - . | ${TAR} -C ${EG_DST_DIR} -xf -
 	${CHOWN} -R ${BINOWN}:${BINGRP} ${EG_DST_DIR}
-	${FIND} ${EG_DST_DIR} -type d -print | ${XARGS} ${CHMOD} 0555
+	${FIND} ${EG_DST_DIR} -type d -print | ${XARGS} ${CHMOD} 0755
 	${FIND} ${EG_DST_DIR} -type f -print | ${XARGS} ${CHMOD} 0444
 .endif
 
--- py27-gnome-2.28.1_2.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gnome 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Apr 20 06:20:19 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167119 
State-Changed-From-To: open->closed 
State-Changed-By: mezz 
State-Changed-When: Sun May 20 16:35:18 UTC 2012 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/167119: commit references a PR
Date: Sun, 20 May 2012 16:35:20 +0000 (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"
 
>Unformatted:
