pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/glproto include/GL/internal can also contain files...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0ef901ba4aa8
branches:  trunk
changeset: 546624:0ef901ba4aa8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Sep 06 12:59:58 2008 +0000

description:
include/GL/internal can also contain files by MesaLib, which is not
always depending on glproto, so just try removing that directory.

Bump PKGREVISION.

diffstat:

 x11/glproto/Makefile |  3 ++-
 x11/glproto/PLIST    |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r a6b9ff8e1a6e -r 0ef901ba4aa8 x11/glproto/Makefile
--- a/x11/glproto/Makefile      Sat Sep 06 12:53:49 2008 +0000
+++ b/x11/glproto/Makefile      Sat Sep 06 12:59:58 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2008/05/24 21:45:14 tnn Exp $
+# $NetBSD: Makefile,v 1.4 2008/09/06 12:59:58 wiz Exp $
 #
 
 DISTNAME=              glproto-1.4.9
+PKGREVISION=           1
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=proto/}
 EXTRACT_SUFX=          .tar.bz2
diff -r a6b9ff8e1a6e -r 0ef901ba4aa8 x11/glproto/PLIST
--- a/x11/glproto/PLIST Sat Sep 06 12:53:49 2008 +0000
+++ b/x11/glproto/PLIST Sat Sep 06 12:59:58 2008 +0000
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/14 13:30:57 joerg Exp $
+@comment $NetBSD: PLIST,v 1.2 2008/09/06 12:59:58 wiz Exp $
 include/GL/glxint.h
 include/GL/glxmd.h
 include/GL/glxproto.h
 include/GL/glxtokens.h
 include/GL/internal/glcore.h
 lib/pkgconfig/glproto.pc
-@dirrm include/GL/internal
+@unexec ${RMDIR} %D/include/GL/internal 2>/dev/null || ${TRUE}
 @unexec ${RMDIR} %D/include/GL >/dev/null 2>&1 || ${TRUE}



Home | Main Index | Thread Index | Old Index