Source-Changes-HG archive

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

[src/trunk]: src/external/mit/xorg/bin/xdm Remove previous; this is built in ...



details:   https://anonhg.NetBSD.org/src/rev/765af8e3f5de
branches:  trunk
changeset: 787431:765af8e3f5de
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jun 17 15:58:40 2013 +0000

description:
Remove previous; this is built in ../../lib/libXdmGreet as pointed out by
mrg.

diffstat:

 external/mit/xorg/bin/xdm/Makefile         |   5 +----
 external/mit/xorg/bin/xdm/greeter/Makefile |  22 ----------------------
 2 files changed, 1 insertions(+), 26 deletions(-)

diffs (45 lines):

diff -r d2c161a643a2 -r 765af8e3f5de external/mit/xorg/bin/xdm/Makefile
--- a/external/mit/xorg/bin/xdm/Makefile        Mon Jun 17 15:46:04 2013 +0000
+++ b/external/mit/xorg/bin/xdm/Makefile        Mon Jun 17 15:58:40 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.12 2013/06/16 01:51:29 christos Exp $
+#      $NetBSD: Makefile,v 1.13 2013/06/17 15:58:40 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -11,9 +11,6 @@
 .if ${MKPIC} == "no"
 SRCS+=         Login.c greet.c verify.c
 CPPFLAGS+=     -DSTATIC_GREETER_LIB
-.else
-# XXX: Perhaps always build libXdmGreet and link against that?
-SUBDIR+=       greeter
 .endif
 
 CPPFLAGS+=             -DRETSIGTYPE=void
diff -r d2c161a643a2 -r 765af8e3f5de external/mit/xorg/bin/xdm/greeter/Makefile
--- a/external/mit/xorg/bin/xdm/greeter/Makefile        Mon Jun 17 15:46:04 2013 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-#      $NetBSD: Makefile,v 1.1 2013/06/16 01:51:29 christos Exp $
-
-NOMAN= 1
-
-.include <bsd.own.mk>
-
-SHLIB_MAJOR=0
-SHLIB_MINOR=0
-LIB=   XdmGreet
-SRCS=  Login.c greet.c verify.c
-CPPFLAGS+= -DRETSIGTYPE=void
-
-LDADD+=        -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11 -lXdmcp -lXinerama
-DPADD+=        ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
-       ${LIBXPM} ${LIBXEXT} ${LIBX11} ${LIBXDMCP} ${LIBXINERAMA}
-
-.include "../Makefile.xdm"
-
-.include <bsd.x11.mk>
-.include <bsd.lib.mk>
-
-.PATH: ${X11SRCDIR.xdm}/greeter



Home | Main Index | Thread Index | Old Index