pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/modular-xorg-server Bump PKGREVISION, add patch fr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/987a43bbc6c7
branches:  trunk
changeset: 552479:987a43bbc6c7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 04 20:02:12 2009 +0000

description:
Bump PKGREVISION, add patch from xsrc:
revision 1.2
date: 2008/11/23 21:58:25;  author: mrg;  state: Exp;  lines: +1 -0
patch from jmcneill@:

add a log message to notify what VT is in use.  helps gdm/consolekit.

diffstat:

 x11/modular-xorg-server/Makefile         |   4 ++--
 x11/modular-xorg-server/distinfo         |   3 ++-
 x11/modular-xorg-server/patches/patch-af |  12 ++++++++++++
 3 files changed, 16 insertions(+), 3 deletions(-)

diffs (48 lines):

diff -r 7de571eaa843 -r 987a43bbc6c7 x11/modular-xorg-server/Makefile
--- a/x11/modular-xorg-server/Makefile  Sun Jan 04 18:48:47 2009 +0000
+++ b/x11/modular-xorg-server/Makefile  Sun Jan 04 20:02:12 2009 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.38 2008/12/21 10:23:23 ahoka Exp $
+# $NetBSD: Makefile,v 1.39 2009/01/04 20:02:12 wiz Exp $
 #
 
 DISTNAME=      xorg-server-1.4.2
 PKGNAME=       modular-${DISTNAME}
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=xserver/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 7de571eaa843 -r 987a43bbc6c7 x11/modular-xorg-server/distinfo
--- a/x11/modular-xorg-server/distinfo  Sun Jan 04 18:48:47 2009 +0000
+++ b/x11/modular-xorg-server/distinfo  Sun Jan 04 20:02:12 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.29 2008/12/21 10:23:23 ahoka Exp $
+$NetBSD: distinfo,v 1.30 2009/01/04 20:02:12 wiz Exp $
 
 SHA1 (Mesa-7.0.4-xorg-server_GL) = 6aed65e64c7a684a5d707334a4b4fe7711966380
 RMD160 (Mesa-7.0.4-xorg-server_GL) = 2028532d79f5bba1d09ae787a1799fc4b206a5d7
@@ -17,6 +17,7 @@
 SHA1 (patch-ac) = 0e7d01cbdd692b75256318a0309551f6e5d2f5ec
 SHA1 (patch-ad) = 57f9b5413d0c48ac12343f9d75879a46bd334931
 SHA1 (patch-ae) = 814f46c830384292683b38261386d113897b66d1
+SHA1 (patch-af) = 722d4679d3386c9a02e1c45a1aa355658ccc2908
 SHA1 (patch-ah) = b92699ae5913459799b8b870664786b3583e292d
 SHA1 (patch-sa) = 5586e998e2239b6851291b5f79b2e6009c78b174
 SHA1 (patch-sb) = b769780b446e4f10bc99ccd3373d666daf44f863
diff -r 7de571eaa843 -r 987a43bbc6c7 x11/modular-xorg-server/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/modular-xorg-server/patches/patch-af  Sun Jan 04 20:02:12 2009 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-af,v 1.3 2009/01/04 20:02:12 wiz Exp $
+
+--- hw/xfree86/os-support/bsd/bsd_init.c.orig  2008-06-10 19:57:19.000000000 +0200
++++ hw/xfree86/os-support/bsd/bsd_init.c
+@@ -589,6 +589,7 @@ xf86OpenPcvt()
+           xf86Msg(X_PROBED, "Using pcvt driver (version %d.%d)\n",
+                   pcvt_version.rmajor, pcvt_version.rminor);
+ #endif
++          xf86Msg(X_PROBED, "using VT number %d\n\n", xf86Info.vtno);
+       }
+       else
+       {



Home | Main Index | Thread Index | Old Index