pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/libggi Contrary to what I stated previously, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea4293c830f8
branches:  trunk
changeset: 480626:ea4293c830f8
user:      he <he%pkgsrc.org@localhost>
date:      Fri Sep 17 07:57:51 2004 +0000

description:
Contrary to what I stated previously, the terminfo library is
installed on 2.0_BETA.  Based on a tip from Thomas Klausner, make
the PLIST entries for the terminfo library conditional, and they're
then effectively commented out on NetBSD 1.6.* (tested/verified)
and 1.5.* (so far untested).

diffstat:

 graphics/libggi/Makefile |  12 +++++++++++-
 graphics/libggi/PLIST    |   5 ++++-
 2 files changed, 15 insertions(+), 2 deletions(-)

diffs (45 lines):

diff -r 9198020d50bf -r ea4293c830f8 graphics/libggi/Makefile
--- a/graphics/libggi/Makefile  Thu Sep 16 23:23:48 2004 +0000
+++ b/graphics/libggi/Makefile  Fri Sep 17 07:57:51 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2004/04/16 17:39:32 xtraeme Exp $
+# $NetBSD: Makefile,v 1.29 2004/09/17 07:57:51 he Exp $
 #
 
 DISTNAME=      libggi-2.0.4.src
@@ -30,6 +30,16 @@
 
 .include "../../mk/bsd.prefs.mk"
 
+.if ${OPSYS} == "NetBSD"
+.if !empty(OS_VERSION:M1.[56].*)
+PLIST_SUBST+=  COND_TERMINFO="@comment "
+.else
+PLIST_SUBST+=  COND_TERMINFO=""
+.endif
+.else
+PLIST_SUBST+=  COND_TERMINFO=""
+.endif
+
 .if exists(${X11BASE}/include/X11/extensions/xf86dga.h)
 #
 # it would be more logical to set PLIST_SRC to PLIST first and then add
diff -r 9198020d50bf -r ea4293c830f8 graphics/libggi/PLIST
--- a/graphics/libggi/PLIST     Thu Sep 16 23:23:48 2004 +0000
+++ b/graphics/libggi/PLIST     Fri Sep 17 07:57:51 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2004/09/16 22:29:10 he Exp $
+@comment $NetBSD: PLIST,v 1.8 2004/09/17 07:57:51 he Exp $
 bin/cube3d
 bin/ggiteleserver
 bin/monitest
@@ -121,6 +121,9 @@
 lib/ggi/display/tele.a
 lib/ggi/display/tele.la
 lib/ggi/display/tele.so
+${COND_TERMINFO}lib/ggi/display/terminfo.a
+${COND_TERMINFO}lib/ggi/display/terminfo.la
+${COND_TERMINFO}lib/ggi/display/terminfo.so
 lib/ggi/display/tile.a
 lib/ggi/display/tile.la
 lib/ggi/display/tile.so



Home | Main Index | Thread Index | Old Index