pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/glitz Add missing files to PLIST. Those are ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b89f406b8a57
branches:  trunk
changeset: 514835:b89f406b8a57
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Jun 18 13:17:12 2006 +0000

description:
Add missing files to PLIST.  Those are installed when the AGL framework
is available.  Bump PKGREVISION.

diffstat:

 graphics/glitz/Makefile |  10 ++++++++--
 graphics/glitz/PLIST    |   5 ++++-
 2 files changed, 12 insertions(+), 3 deletions(-)

diffs (41 lines):

diff -r 79274e409765 -r b89f406b8a57 graphics/glitz/Makefile
--- a/graphics/glitz/Makefile   Sun Jun 18 12:53:59 2006 +0000
+++ b/graphics/glitz/Makefile   Sun Jun 18 13:17:12 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2006/04/17 18:09:48 reed Exp $
+# $NetBSD: Makefile,v 1.17 2006/06/18 13:17:12 minskim Exp $
 
 DISTNAME=      glitz-0.4.4
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    graphics
 MASTER_SITES=  http://cairographics.org/snapshots/
 
@@ -16,6 +16,12 @@
 
 LIBS.Darwin+=          -lXext
 
+.if exists(/System/Library/Frameworks/AGL.framework)
+PLIST_SUBST+=  AGL=""
+.else
+PLIST_SUBST+=  AGL="@comment "
+.endif
+
 .include "../../mk/compiler.mk"
 
 .if !empty(PKGSRC_COMPILER:Mmipspro*)
diff -r 79274e409765 -r b89f406b8a57 graphics/glitz/PLIST
--- a/graphics/glitz/PLIST      Sun Jun 18 12:53:59 2006 +0000
+++ b/graphics/glitz/PLIST      Sun Jun 18 13:17:12 2006 +0000
@@ -1,7 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:09:33 jlam Exp $
+@comment $NetBSD: PLIST,v 1.3 2006/06/18 13:17:12 minskim Exp $
+${AGL}include/glitz-agl.h
 include/glitz-glx.h
 include/glitz.h
+${AGL}lib/libglitz-agl.la
 lib/libglitz-glx.la
 lib/libglitz.la
+${AGL}lib/pkgconfig/glitz-agl.pc
 lib/pkgconfig/glitz-glx.pc
 lib/pkgconfig/glitz.pc



Home | Main Index | Thread Index | Old Index