pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gdm Exclude bin/gdm-dmx-reconnect-proxy from PLIST...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fb52cf3ba629
branches:  trunk
changeset: 499269:fb52cf3ba629
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Sep 17 19:09:53 2005 +0000

description:
Exclude bin/gdm-dmx-reconnect-proxy from PLIST if dmxext.h is unavailable.

diffstat:

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

diffs (33 lines):

diff -r a371d8577d67 -r fb52cf3ba629 x11/gdm/Makefile
--- a/x11/gdm/Makefile  Sat Sep 17 17:22:41 2005 +0000
+++ b/x11/gdm/Makefile  Sat Sep 17 19:09:53 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2005/08/21 11:30:55 jmmv Exp $
+# $NetBSD: Makefile,v 1.87 2005/09/17 19:09:53 minskim Exp $
 #
 
 DISTNAME=      gdm-2.8.0.1
@@ -114,6 +114,12 @@
 PLIST_SUBST+=          PAM_MISC="@comment "
 .endif
 
+.if exists(${X11BASE}/include/X11/extensions/dmxext.h)
+PLIST_SUBST+=          DMX=""
+.else
+PLIST_SUBST+=          DMX="@comment "
+.endif
+
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gdm
        ${INSTALL_DATA} ${DISTDIR}/Daemon.README ${PREFIX}/share/doc/gdm
diff -r a371d8577d67 -r fb52cf3ba629 x11/gdm/PLIST
--- a/x11/gdm/PLIST     Sat Sep 17 17:22:41 2005 +0000
+++ b/x11/gdm/PLIST     Sat Sep 17 19:09:53 2005 +0000
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.20 2005/07/20 02:44:48 schmonz Exp $
-bin/gdm-dmx-reconnect-proxy
+@comment $NetBSD: PLIST,v 1.21 2005/09/17 19:09:54 minskim Exp $
+${DMX}bin/gdm-dmx-reconnect-proxy
 bin/gdmXnest
 bin/gdmXnestchooser
 bin/gdmdynamic



Home | Main Index | Thread Index | Old Index