pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/libxcb Fix install on platforms not using pax tar....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab340903078f
branches:  trunk
changeset: 392946:ab340903078f
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Thu May 14 02:57:28 2009 +0000

description:
Fix install on platforms not using pax tar. Bump PKGREVISION.

diffstat:

 x11/libxcb/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r a5d4a1190ab0 -r ab340903078f x11/libxcb/Makefile
--- a/x11/libxcb/Makefile       Thu May 14 01:30:50 2009 +0000
+++ b/x11/libxcb/Makefile       Thu May 14 02:57:28 2009 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2009/04/11 12:48:07 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2009/05/14 02:57:28 hasso Exp $
 #
 
 DISTNAME=      libxcb-1.2
+PKGREVISION=   1
 CATEGORIES=    x11
 MASTER_SITES=  http://xcb.freedesktop.org/dist/
 EXTRACT_SUFX=  .tar.bz2
@@ -72,6 +73,9 @@
 SUBST_STAGE.pc=                pre-configure
 SUBST_VARS.pc=         XTHREADLIB XTHREAD_CPPFLAGS
 
+post-extract:
+       ${CHMOD} -R go-w ${WRKSRC}
+
 pre-configure:
        cd ${WRKSRC} && autoreconf -v -i -f
 



Home | Main Index | Thread Index | Old Index