Sun Oct 5 17:35:14 2008 UTC ()
Install xmlwf(1) from expat.


(cube)
diff -r1.3 -r1.4 src/external/mit/xorg/bin/Makefile
diff -r0 -r1.1 src/external/mit/xorg/bin/xmlwf/Makefile

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

--- src/external/mit/xorg/bin/Makefile 2008/10/03 03:52:15 1.3
+++ src/external/mit/xorg/bin/Makefile 2008/10/05 17:35:13 1.4
@@ -1,27 +1,27 @@ @@ -1,27 +1,27 @@
1# $NetBSD: Makefile,v 1.3 2008/10/03 03:52:15 cube Exp $ 1# $NetBSD: Makefile,v 1.4 2008/10/05 17:35:13 cube Exp $
2 2
3SUBDIR= appres bdftopcf bdftruncate beforelight bitmap ccmakedep \ 3SUBDIR= appres bdftopcf bdftruncate beforelight bitmap ccmakedep \
4 cleanlinks cxpm editres fc-cache fc-list \ 4 cleanlinks cxpm editres fc-cache fc-list \
5 fonttosfnt fslsfonts fstobdf glxgears glxinfo \ 5 fonttosfnt fslsfonts fstobdf glxgears glxinfo \
6 iceauth ico imake lbxproxy listres luit makedepend \ 6 iceauth ico imake lbxproxy listres luit makedepend \
7 makeg makestrs mergelib mkdirhier mkfontdir \ 7 makeg makestrs mergelib mkdirhier mkfontdir \
8 mkfontscale mkhtmlindex oclock proxymngr revpath \ 8 mkfontscale mkhtmlindex oclock proxymngr revpath \
9 rgb setxkbmap smproxy sxpm \ 9 rgb setxkbmap smproxy sxpm \
10 twm ucs2any viewres x11perf xauth xbiff xcalc \ 10 twm ucs2any viewres x11perf xauth xbiff xcalc \
11 xclipboard xclock xcmsdb xconsole xcutsel xditview xdm \ 11 xclipboard xclock xcmsdb xconsole xcutsel xditview xdm \
12 xdpyinfo xedit xev xeyes xf86dga xfd xfindproxy xfontsel \ 12 xdpyinfo xedit xev xeyes xf86dga xfd xfindproxy xfontsel \
13 xfs xfsinfo xft-config xfwp xgamma xgc xhost xinit xinput xkbcomp \ 13 xfs xfsinfo xft-config xfwp xgamma xgc xhost xinit xinput xkbcomp \
14 xkbevd xkbprint xkbutils xkill xload xlogo xlsatoms xlsclients \ 14 xkbevd xkbprint xkbutils xkill xload xlogo xlsatoms xlsclients \
15 xlsfonts xmag xman xmessage xmh xmkmf xmodmap xmore \ 15 xlsfonts xmag xman xmessage xmh xmkmf xmlwf xmodmap xmore \
16 xplsprinters xprehashprinterlist xphelloworld \ 16 xplsprinters xprehashprinterlist xphelloworld \
17 xpxthelloworld xpsimplehelloworld \ 17 xpxthelloworld xpsimplehelloworld \
18 xprop xrandr xrdb xrefresh xset xsetmode xsetpointer \ 18 xprop xrandr xrdb xrefresh xset xsetmode xsetpointer \
19 xsetroot xsm xstdcmap xterm xtrap xvidtune \ 19 xsetroot xsm xstdcmap xterm xtrap xvidtune \
20 xvinfo xwd xwininfo xwud xdriinfo sessreg 20 xvinfo xwd xwininfo xwud xdriinfo sessreg
21 21
22SUBDIR+=ssh-askpass 22SUBDIR+=ssh-askpass
23 23
24# bring back from xfree: 24# bring back from xfree:
25# lndir 25# lndir
26 26
27.include <bsd.subdir.mk> 27.include <bsd.subdir.mk>

File Added: src/external/mit/xorg/bin/xmlwf/Makefile
#	$NetBSD: Makefile,v 1.1 2008/10/05 17:35:13 cube Exp $

.include <bsd.own.mk>

PROG=	xmlwf

.PATH:	${X11SRCDIR.expat}/xmlwf ${X11SRCDIR.expat}/doc

SRCS=	codepage.c unixfilemap.c xmlfile.c xmlwf.c

LDADD=	-lexpat

.include <bsd.x11.mk>
.include <bsd.prog.mk>