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 updates for xauth 1.0.8 and xconsole 1...



details:   https://anonhg.NetBSD.org/src/rev/6e2d45234ffe
branches:  trunk
changeset: 327796:6e2d45234ffe
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Mar 17 09:24:11 2014 +0000

description:
updates for xauth 1.0.8 and xconsole 1.0.6.

diffstat:

 external/mit/xorg/bin/xauth/Makefile    |  4 ++--
 external/mit/xorg/bin/xconsole/Makefile |  3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r e9507e4e52a7 -r 6e2d45234ffe external/mit/xorg/bin/xauth/Makefile
--- a/external/mit/xorg/bin/xauth/Makefile      Mon Mar 17 09:21:19 2014 +0000
+++ b/external/mit/xorg/bin/xauth/Makefile      Mon Mar 17 09:24:11 2014 +0000
@@ -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}
 
diff -r e9507e4e52a7 -r 6e2d45234ffe external/mit/xorg/bin/xconsole/Makefile
--- a/external/mit/xorg/bin/xconsole/Makefile   Mon Mar 17 09:21:19 2014 +0000
+++ b/external/mit/xorg/bin/xconsole/Makefile   Mon Mar 17 09:24:11 2014 +0000
@@ -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 @@
        ${LIBXPM} ${LIBXEXT} ${LIBX11}
 
 .PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/app-defaults
+.PATH: ${X11SRCDIR.${PROG}}/man
 
 CPPFLAGS+=-DHAS_OPENPTY -DHAVE_UTIL_H
 



Home | Main Index | Thread Index | Old Index