Sat Aug 1 11:06:24 2009 UTC ()
Update to 1.6.3.

Changes in 1.6.3 since 1.6.2.901:

Adam Jackson (1):
      selinux: Only activate if policy says to be an object manager

Alan Coopersmith (2):
      Don't printf NULL pointers on HAL connection error
      Remove hardcoded gcc -Wall option from configure.ac

Ben Skeggs (1):
      quirk: use first detailed timing as preferred for PEA prod 9003 (rh#492359)

Keith Packard (1):
      Bump release number to 1.6.3

R駑i Cardona (1):
      config: add HAL error checks

Changes in 1.6.2.901 since 1.6.2:

Adam Jackson (1):
      xdmcp: Don't crash on X -query with more than 255 IP addresses. (#20675)

Alan Coopersmith (1):
      Fix build of drivers with 1.6.2 when not using --install-libxf86config

Benjamin Defnet (2):
      hw/xf86/modes: Set crtc mode/rotation/transform before calling set_mode_major
      randr: fix operation order so that rotation+transform works

Dave Airlie (1):
      xfree86: move didLock assignment down to where the function pointer is valid.

Julien Cristau (1):
      randr: fix server crash in RRGetScreenInfo

Keith Packard (2):
      Replace dixLookupResource by dixLookupResourceBy{Type,Class}
      Bump to version 1.6.2.901 (1.6.3 RC1)

Kim Woelders (1):
      Fix key repeat problem.

Matthias Hopf (1):
      randr: Nuke broken set_origin shortcut

Michel D舅zer (1):
      EXA: Only pass CT_YXBANDED to RECTS_TO_REGION() if that is really true.

Robert Noland (1):
      One = is more than adequate here.  Make is sh safe.

R駑i Cardona (1):
      configure: libXinerama isn't needed anymore


(hasso)
diff -r1.49 -r1.50 pkgsrc/x11/modular-xorg-server/Makefile
diff -r1.15 -r1.16 pkgsrc/x11/modular-xorg-server/PLIST
diff -r1.36 -r1.37 pkgsrc/x11/modular-xorg-server/distinfo
diff -r1.4 -r0 pkgsrc/x11/modular-xorg-server/patches/patch-an
diff -r1.1 -r0 pkgsrc/x11/modular-xorg-server/patches/patch-ba

cvs diff -r1.49 -r1.50 pkgsrc/x11/modular-xorg-server/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/modular-xorg-server/Makefile 2009/07/21 11:15:53 1.49
+++ pkgsrc/x11/modular-xorg-server/Makefile 2009/08/01 11:06:23 1.50
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.49 2009/07/21 11:15:53 drochner Exp $ 1# $NetBSD: Makefile,v 1.50 2009/08/01 11:06:23 hasso Exp $
2# 2#
3 3
4DISTNAME= xorg-server-1.6.2 4DISTNAME= xorg-server-1.6.3
5PKGNAME= modular-${DISTNAME} 5PKGNAME= modular-${DISTNAME}
6PKGREVISION= 2 
7CATEGORIES= x11 6CATEGORIES= x11
8MASTER_SITES= ${MASTER_SITE_XORG:=xserver/} 7MASTER_SITES= ${MASTER_SITE_XORG:=xserver/}
9EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
10 9
11MAINTAINER= bjs@NetBSD.org 10MAINTAINER= bjs@NetBSD.org
12HOMEPAGE= http://xorg.freedesktop.org/ 11HOMEPAGE= http://xorg.freedesktop.org/
13COMMENT= Modular X11 server from modular X.org 12COMMENT= Modular X11 server from modular X.org
14 13
15PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
16SPECIAL_PERMS+= bin/Xorg ${SETUID_ROOT_PERMS} 15SPECIAL_PERMS+= bin/Xorg ${SETUID_ROOT_PERMS}
17 16
18GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
19USE_LIBTOOL= yes 18USE_LIBTOOL= yes
@@ -54,27 +53,26 @@ CONFIGURE_ARGS+= --enable-xorg @@ -54,27 +53,26 @@ CONFIGURE_ARGS+= --enable-xorg
54 53
55CONFIGURE_ARGS+= --disable-config-hal 54CONFIGURE_ARGS+= --disable-config-hal
56CONFIGURE_ARGS+= --disable-dmx 55CONFIGURE_ARGS+= --disable-dmx
57CONFIGURE_ARGS+= --disable-xprint 56CONFIGURE_ARGS+= --disable-xprint
58CONFIGURE_ARGS+= --disable-xwin 57CONFIGURE_ARGS+= --disable-xwin
59CONFIGURE_ARGS+= --disable-xephyr 58CONFIGURE_ARGS+= --disable-xephyr
60CONFIGURE_ARGS+= --disable-kdrive 59CONFIGURE_ARGS+= --disable-kdrive
61CONFIGURE_ARGS+= --disable-kdrive-vesa 60CONFIGURE_ARGS+= --disable-kdrive-vesa
62CONFIGURE_ARGS+= --disable-xfake 61CONFIGURE_ARGS+= --disable-xfake
63CONFIGURE_ARGS+= --disable-xsdl 62CONFIGURE_ARGS+= --disable-xsdl
64CONFIGURE_ARGS+= --disable-xfbdev 63CONFIGURE_ARGS+= --disable-xfbdev
65CONFIGURE_ARGS+= --disable-kbd_mode # deprecated 64CONFIGURE_ARGS+= --disable-kbd_mode # deprecated
66CONFIGURE_ARGS+= --disable-xorgcfg # deprecated 65CONFIGURE_ARGS+= --disable-xorgcfg # deprecated
67CONFIGURE_ARGS+= --enable-install-libxf86config # needed by some drivers 
68 66
69CONFIGURE_ARGS+= --with-int10=x86emu 67CONFIGURE_ARGS+= --with-int10=x86emu
70 68
71CONFIGURE_ENV+= APP_MAN_SUFFIX=1 FILE_MAN_SUFFIX=5 69CONFIGURE_ENV+= APP_MAN_SUFFIX=1 FILE_MAN_SUFFIX=5
72 70
73# Workaround for PR#41556. 71# Workaround for PR#41556.
74# Avoid to use bsd_kqueue_apm, force to use bsd_apm instead. 72# Avoid to use bsd_kqueue_apm, force to use bsd_apm instead.
75.if ${OPSYS} == "NetBSD" 73.if ${OPSYS} == "NetBSD"
76CONFIGURE_ENV+= ac_cv_header_sys_event_h=no 74CONFIGURE_ENV+= ac_cv_header_sys_event_h=no
77.endif 75.endif
78 76
79INSTALLATION_DIRS+= lib/xorg/modules/drivers lib/xorg/modules/input 77INSTALLATION_DIRS+= lib/xorg/modules/drivers lib/xorg/modules/input
80 78

cvs diff -r1.15 -r1.16 pkgsrc/x11/modular-xorg-server/PLIST (expand / switch to unified diff)

--- pkgsrc/x11/modular-xorg-server/PLIST 2009/07/09 13:14:24 1.15
+++ pkgsrc/x11/modular-xorg-server/PLIST 2009/08/01 11:06:23 1.16
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.15 2009/07/09 13:14:24 tnn Exp $ 1@comment $NetBSD: PLIST,v 1.16 2009/08/01 11:06:23 hasso Exp $
2bin/X 2bin/X
3bin/Xnest 3bin/Xnest
4bin/Xorg 4bin/Xorg
5bin/Xvfb 5bin/Xvfb
6bin/cvt 6bin/cvt
7bin/gtf 7bin/gtf
8include/xorg/BT.h 8include/xorg/BT.h
9include/xorg/IBM.h 9include/xorg/IBM.h
10include/xorg/TI.h 10include/xorg/TI.h
11include/xorg/XIstubs.h 11include/xorg/XIstubs.h
12include/xorg/bstore.h 12include/xorg/bstore.h
13include/xorg/bstorestr.h 13include/xorg/bstorestr.h
14include/xorg/bt829.h 14include/xorg/bt829.h
@@ -150,27 +150,26 @@ include/xorg/xf86xv.h @@ -150,27 +150,26 @@ include/xorg/xf86xv.h
150include/xorg/xf86xvmc.h 150include/xorg/xf86xvmc.h
151include/xorg/xf86xvpriv.h 151include/xorg/xf86xvpriv.h
152include/xorg/xisb.h 152include/xorg/xisb.h
153include/xorg/xkbfile.h 153include/xorg/xkbfile.h
154include/xorg/xkbrules.h 154include/xorg/xkbrules.h
155include/xorg/xkbsrv.h 155include/xorg/xkbsrv.h
156include/xorg/xkbstr.h 156include/xorg/xkbstr.h
157include/xorg/xorg-server.h 157include/xorg/xorg-server.h
158include/xorg/xorgVersion.h 158include/xorg/xorgVersion.h
159include/xorg/xserver-properties.h 159include/xorg/xserver-properties.h
160include/xorg/xvdix.h 160include/xorg/xvdix.h
161include/xorg/xvmcext.h 161include/xorg/xvmcext.h
162lib/X11/Options 162lib/X11/Options
163lib/libxf86config.a 
164lib/pkgconfig/xorg-server.pc 163lib/pkgconfig/xorg-server.pc
165lib/xorg/modules/extensions/libdbe.la 164lib/xorg/modules/extensions/libdbe.la
166${PLIST.dri}lib/xorg/modules/extensions/libdri.la 165${PLIST.dri}lib/xorg/modules/extensions/libdri.la
167lib/xorg/modules/extensions/libdri2.la 166lib/xorg/modules/extensions/libdri2.la
168lib/xorg/modules/extensions/libextmod.la 167lib/xorg/modules/extensions/libextmod.la
169${PLIST.dri}lib/xorg/modules/extensions/libglx.la 168${PLIST.dri}lib/xorg/modules/extensions/libglx.la
170lib/xorg/modules/libexa.la 169lib/xorg/modules/libexa.la
171lib/xorg/modules/libfb.la 170lib/xorg/modules/libfb.la
172lib/xorg/modules/libint10.la 171lib/xorg/modules/libint10.la
173lib/xorg/modules/libshadow.la 172lib/xorg/modules/libshadow.la
174lib/xorg/modules/libshadowfb.la 173lib/xorg/modules/libshadowfb.la
175lib/xorg/modules/libvbe.la 174lib/xorg/modules/libvbe.la
176lib/xorg/modules/libvgahw.la 175lib/xorg/modules/libvgahw.la

cvs diff -r1.36 -r1.37 pkgsrc/x11/modular-xorg-server/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/modular-xorg-server/distinfo 2009/07/21 11:15:53 1.36
+++ pkgsrc/x11/modular-xorg-server/distinfo 2009/08/01 11:06:23 1.37
@@ -1,19 +1,17 @@ @@ -1,19 +1,17 @@
1$NetBSD: distinfo,v 1.36 2009/07/21 11:15:53 drochner Exp $ 1$NetBSD: distinfo,v 1.37 2009/08/01 11:06:23 hasso Exp $
2 2
3SHA1 (xorg-server-1.6.2.tar.bz2) = 7eb0ae82762eecf5be031d63a77f0c1281569414 3SHA1 (xorg-server-1.6.3.tar.bz2) = 1f28e8723e110e5c1a1adf3bc89325a81a526184
4RMD160 (xorg-server-1.6.2.tar.bz2) = 37af2d733cdc7155de13cfdb21cc6367135bb440 4RMD160 (xorg-server-1.6.3.tar.bz2) = 5b9ddfeb9fb7082ef600e368ada8abbb006fe418
5Size (xorg-server-1.6.2.tar.bz2) = 4647067 bytes 5Size (xorg-server-1.6.3.tar.bz2) = 4651487 bytes
6SHA1 (patch-ab) = c65457bf58b7504375b31512c743c9f1a5dcdde0 6SHA1 (patch-ab) = c65457bf58b7504375b31512c743c9f1a5dcdde0
7SHA1 (patch-af) = 722d4679d3386c9a02e1c45a1aa355658ccc2908 7SHA1 (patch-af) = 722d4679d3386c9a02e1c45a1aa355658ccc2908
8SHA1 (patch-ah) = 2820d1a394de6bf19b980cc52a41cbb09c582b8f 8SHA1 (patch-ah) = 2820d1a394de6bf19b980cc52a41cbb09c582b8f
9SHA1 (patch-aj) = 84ff5c6215d0b62734cf26e78394a70afe2b7007 9SHA1 (patch-aj) = 84ff5c6215d0b62734cf26e78394a70afe2b7007
10SHA1 (patch-ak) = df6d3b2172254e1f9d44eb40144cad5ed29a7d1d 10SHA1 (patch-ak) = df6d3b2172254e1f9d44eb40144cad5ed29a7d1d
11SHA1 (patch-al) = cb1fb44037f23fb2838ed36aaf2591946264fe53 11SHA1 (patch-al) = cb1fb44037f23fb2838ed36aaf2591946264fe53
12SHA1 (patch-am) = be278e6044dfa37b108d2544c82b84f36b6ca9d7 12SHA1 (patch-am) = be278e6044dfa37b108d2544c82b84f36b6ca9d7
13SHA1 (patch-an) = e429179bad703addd7a23b60ff3ecd2420457a17 
14SHA1 (patch-ba) = 803f8df4e2ad2ebdfde9f7e17c3dd26fa11262ab 
15SHA1 (patch-sa) = a22001b4146dcbcbd5405c9a1ff7b1632ec946b8 13SHA1 (patch-sa) = a22001b4146dcbcbd5405c9a1ff7b1632ec946b8
16SHA1 (patch-sb) = 0a064016b16e088d08cd9e290a57cb4efb4f5d26 14SHA1 (patch-sb) = 0a064016b16e088d08cd9e290a57cb4efb4f5d26
17SHA1 (patch-sc) = dd93e15253b78395050d65df0f972e57ccf546e0 15SHA1 (patch-sc) = dd93e15253b78395050d65df0f972e57ccf546e0
18SHA1 (patch-sd) = 36d3946217b57416e8d0d3099e48d4e9f957c881 16SHA1 (patch-sd) = 36d3946217b57416e8d0d3099e48d4e9f957c881
19SHA1 (patch-se) = 22b20c734b7fcf59d75227aeb1fa703465582568 17SHA1 (patch-se) = 22b20c734b7fcf59d75227aeb1fa703465582568

File Deleted: pkgsrc/x11/modular-xorg-server/patches/Attic/patch-an

File Deleted: pkgsrc/x11/modular-xorg-server/patches/Attic/patch-ba