Wed Jul 22 08:46:51 2015 UTC ()
updates for xmessage 1.0.4 and xwud 1.0.4.


(mrg)
diff -r1.3 -r1.4 src/external/mit/xorg/bin/xmessage/Makefile
diff -r1.1.1.1 -r1.2 src/external/mit/xorg/bin/xwud/Makefile

cvs diff -r1.3 -r1.4 src/external/mit/xorg/bin/xmessage/Makefile (expand / switch to unified diff)

--- src/external/mit/xorg/bin/xmessage/Makefile 2013/05/31 08:01:59 1.3
+++ src/external/mit/xorg/bin/xmessage/Makefile 2015/07/22 08:46:51 1.4
@@ -1,18 +1,19 @@ @@ -1,18 +1,19 @@
1# $NetBSD: Makefile,v 1.3 2013/05/31 08:01:59 mrg Exp $ 1# $NetBSD: Makefile,v 1.4 2015/07/22 08:46:51 mrg Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
5PROG= xmessage 5PROG= xmessage
6SRCS= xmessage.c makeform.c readfile.c 6SRCS= xmessage.c makeform.c readfile.c
7 7
8APPDEFS=Xmessage Xmessage-color 8APPDEFS=Xmessage Xmessage-color
9 9
10LDADD+= -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11 10LDADD+= -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11
11DPADD+= ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \ 11DPADD+= ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
12 ${LIBXPM} ${LIBXEXT} ${LIBX11} 12 ${LIBXPM} ${LIBXEXT} ${LIBX11}
13 13
14.PATH: ${X11SRCDIR.${PROG}} 14.PATH: ${X11SRCDIR.${PROG}}
 15.PATH: ${X11SRCDIR.${PROG}}/man
15.PATH: ${X11SRCDIR.${PROG}}/app-defaults 16.PATH: ${X11SRCDIR.${PROG}}/app-defaults
16 17
17.include <bsd.x11.mk> 18.include <bsd.x11.mk>
18.include <bsd.prog.mk> 19.include <bsd.prog.mk>

cvs diff -r1.1.1.1 -r1.2 src/external/mit/xorg/bin/xwud/Makefile (expand / switch to unified diff)

--- src/external/mit/xorg/bin/xwud/Makefile 2008/07/29 05:01:22 1.1.1.1
+++ src/external/mit/xorg/bin/xwud/Makefile 2015/07/22 08:46:51 1.2
@@ -1,13 +1,14 @@ @@ -1,13 +1,14 @@
1# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $ 1# $NetBSD: Makefile,v 1.2 2015/07/22 08:46:51 mrg Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
5PROG= xwud 5PROG= xwud
6 6
7LDADD+= -lX11 7LDADD+= -lX11
8DPADD+= ${LIBX11} 8DPADD+= ${LIBX11}
9 9
10.PATH: ${X11SRCDIR.${PROG}} 10.PATH: ${X11SRCDIR.${PROG}}
 11.PATH: ${X11SRCDIR.${PROG}}/man
11 12
12.include <bsd.x11.mk> 13.include <bsd.x11.mk>
13.include <bsd.prog.mk> 14.include <bsd.prog.mk>