Source-Changes-HG archive

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

[src/trunk]: src/external/mit/xorg/lib/libXext build Xge now that it builds, ...



details:   https://anonhg.NetBSD.org/src/rev/3b540fcac171
branches:  trunk
changeset: 762604:3b540fcac171
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Feb 24 08:18:40 2011 +0000

description:
build Xge now that it builds, bump the minor.

diffstat:

 external/mit/xorg/lib/libXext/Makefile      |  20 +++++++++++++++++---
 external/mit/xorg/lib/libXext/shlib_version |   4 ++--
 2 files changed, 19 insertions(+), 5 deletions(-)

diffs (44 lines):

diff -r 0c8dae750e5f -r 3b540fcac171 external/mit/xorg/lib/libXext/Makefile
--- a/external/mit/xorg/lib/libXext/Makefile    Thu Feb 24 08:15:13 2011 +0000
+++ b/external/mit/xorg/lib/libXext/Makefile    Thu Feb 24 08:18:40 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2010/11/21 06:01:50 mrg Exp $
+#      $NetBSD: Makefile,v 1.7 2011/02/24 08:18:40 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -7,8 +7,22 @@
 .PATH: ${X11SRCDIR.${LIB}}/man
 .PATH: ${X11SRCDIR.${LIB}}/include/X11/extensions/
 
-SRCS=  DPMS.c MITMisc.c XAppgroup.c XEVI.c XLbx.c XMultibuf.c XSecurity.c \
-       XShape.c XShm.c XSync.c XTestExt1.c Xcup.c Xdbe.c extutil.c globals.c
+SRCS=  DPMS.c \
+       MITMisc.c \
+       XAppgroup.c \
+       XEVI.c \
+       XLbx.c \
+       XMultibuf.c \
+       XSecurity.c \
+       XShape.c \
+       XShm.c \
+       XSync.c \
+       XTestExt1.c \
+       Xcup.c \
+       Xdbe.c \
+       Xge.c \
+       extutil.c \
+       globals.c
 
 CPPFLAGS+=     ${X11FLAGS.THREADLIB}
 
diff -r 0c8dae750e5f -r 3b540fcac171 external/mit/xorg/lib/libXext/shlib_version
--- a/external/mit/xorg/lib/libXext/shlib_version       Thu Feb 24 08:15:13 2011 +0000
+++ b/external/mit/xorg/lib/libXext/shlib_version       Thu Feb 24 08:18:40 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: shlib_version,v 1.2 2009/01/11 03:10:11 christos Exp $
+#      $NetBSD: shlib_version,v 1.3 2011/02/24 08:18:40 mrg Exp $
 #
 major=7
-minor=0
+minor=1



Home | Main Index | Thread Index | Old Index