pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/xfig Add stronger accomodation for broken mod...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/da87f978446a
branches:  trunk
changeset: 632191:da87f978446a
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Tue Mar 18 23:28:20 2014 +0000

description:
Add stronger accomodation for broken modes in distfile.

On OS X 10.9, the find command to repair directory modes fails,
apparently because the directory is 600, without even the owner x bit.
Add an extra chmod to fix that before the find.  (No PKGREVISION++,
because the binary package will be unchanged if it built before.)

diffstat:

 graphics/xfig/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5e584eda237b -r da87f978446a graphics/xfig/Makefile
--- a/graphics/xfig/Makefile    Tue Mar 18 20:11:10 2014 +0000
+++ b/graphics/xfig/Makefile    Tue Mar 18 23:28:20 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2013/02/16 11:22:34 wiz Exp $
+# $NetBSD: Makefile,v 1.69 2014/03/18 23:28:20 gdt Exp $
 
 DISTNAME=      xfig.3.2.5b.full
 PKGNAME=       xfig-3.2.5b
@@ -27,6 +27,7 @@
 
 post-extract:
        cd ${WRKSRC} && ${RM} -f Doc/*.orig Doc/*/*.orig Doc/*/*.save Doc/*/*/*.orig
+       ${CHMOD} 755 ${WRKSRC}/Libraries
        find ${WRKSRC}/Libraries -type d -exec ${CHMOD} 0755 {} \;
        find ${WRKSRC}/Libraries -type f -exec ${CHMOD} 0644 {} \;
        find ${WRKSRC}/Doc -type d -exec ${CHMOD} 0755 {} \;



Home | Main Index | Thread Index | Old Index