pkgsrc-WIP-changes archive

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

gdm: Remove unused PLIST variables



Module Name:	pkgsrc-wip
Committed By:	nia <nia%netbsd.org@localhost>
Pushed By:	nee
Date:		Thu Nov 5 11:09:36 2020 +0100
Changeset:	a99feb6ec35f3f8ed8f947bbff135e73b94c520c

Modified Files:
	gdm/Makefile

Log Message:
gdm: Remove unused PLIST variables

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a99feb6ec35f3f8ed8f947bbff135e73b94c520c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gdm/Makefile | 12 ------------
 1 file changed, 12 deletions(-)

diffs:
diff --git a/gdm/Makefile b/gdm/Makefile
index b9f6125d63..1420c1127d 100644
--- a/gdm/Makefile
+++ b/gdm/Makefile
@@ -97,18 +97,6 @@ GDMGRP=		daemon
 CONFIGURE_ARGS+=	X_SERVER_ARGS="vt05"
 .endif
 
-PLIST_VARS+=		dmx
-.if exists(${X11BASE}/include/X11/extensions/dmxext.h)
-PLIST.dmx=		yes
-.endif
-PRINT_PLIST_AWK+=	/dmx/ { print "$${DMX}" $$0; next }
-
-PLIST_VARS+=		gdmopen
-.if exists(/usr/include/linux/vt.h) || ${OPSYS} == "SunOS"
-PLIST.gdmopen=		yes
-.endif
-PRINT_PLIST_AWK+=	/gdmopen/ { print "$${GDMOPEN}" $$0; next }
-
 post-install:
 	${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/pixmaps
 	${INSTALL_DATA} ${FILESDIR}/NetBSD.xpm ${DESTDIR}${PREFIX}/share/pixmaps


Home | Main Index | Thread Index | Old Index