Module Name: src Committed By: mrg Date: Mon Mar 17 09:24:11 UTC 2014
Modified Files: src/external/mit/xorg/bin/xauth: Makefile src/external/mit/xorg/bin/xconsole: Makefile Log Message: updates for xauth 1.0.8 and xconsole 1.0.6. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/bin/xauth/Makefile cvs rdiff -u -r1.3 -r1.4 src/external/mit/xorg/bin/xconsole/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/mit/xorg/bin/xauth/Makefile diff -u src/external/mit/xorg/bin/xauth/Makefile:1.2 src/external/mit/xorg/bin/xauth/Makefile:1.3 --- src/external/mit/xorg/bin/xauth/Makefile:1.2 Sat Jul 23 06:41:08 2011 +++ src/external/mit/xorg/bin/xauth/Makefile Mon Mar 17 09:24:11 2014 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2011/07/23 06:41:08 mrg Exp $ +# $NetBSD: Makefile,v 1.3 2014/03/17 09:24:11 mrg Exp $ .include <bsd.own.mk> PROG= xauth SRCS= xauth.c gethost.c process.c parsedpy.c -CPPFLAGS+= -DRETSIGTYPE=void +CPPFLAGS+= -DRETSIGTYPE=void -DPACKAGE_VERSION=\"1.0.8\" CPPFLAGS.gethost.c= ${X11FLAGS.CONNECTION} CPPFLAGS.parsedpy.c= ${X11FLAGS.CONNECTION} Index: src/external/mit/xorg/bin/xconsole/Makefile diff -u src/external/mit/xorg/bin/xconsole/Makefile:1.3 src/external/mit/xorg/bin/xconsole/Makefile:1.4 --- src/external/mit/xorg/bin/xconsole/Makefile:1.3 Sun May 15 21:25:33 2011 +++ src/external/mit/xorg/bin/xconsole/Makefile Mon Mar 17 09:24:11 2014 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2011/05/15 21:25:33 christos Exp $ +# $NetBSD: Makefile,v 1.4 2014/03/17 09:24:11 mrg Exp $ .include <bsd.own.mk> @@ -11,6 +11,7 @@ DPADD+= ${LIBUTIL} ${LIBXAW} ${LIBXMU} $ ${LIBXPM} ${LIBXEXT} ${LIBX11} .PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/app-defaults +.PATH: ${X11SRCDIR.${PROG}}/man CPPFLAGS+=-DHAS_OPENPTY -DHAVE_UTIL_H