pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xf86-video-sis Import xf86-video-sis-0.9.3 from mo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/97bc12cec68e
branches:  trunk
changeset: 526972:97bc12cec68e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Mar 22 15:44:20 2007 +0000

description:
Import xf86-video-sis-0.9.3 from modular Xorg.

This is the SiS and XGI video driver for the modular Xorg server.

diffstat:

 x11/xf86-video-sis/DESCR            |   1 +
 x11/xf86-video-sis/Makefile         |  27 +++++++++++++++++++++++++++
 x11/xf86-video-sis/PLIST            |   6 ++++++
 x11/xf86-video-sis/distinfo         |   6 ++++++
 x11/xf86-video-sis/patches/patch-aa |  17 +++++++++++++++++
 5 files changed, 57 insertions(+), 0 deletions(-)

diffs (77 lines):

diff -r c967c5cc30aa -r 97bc12cec68e x11/xf86-video-sis/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xf86-video-sis/DESCR  Thu Mar 22 15:44:20 2007 +0000
@@ -0,0 +1,1 @@
+This is the SiS and XGI video driver for the modular Xorg server.
diff -r c967c5cc30aa -r 97bc12cec68e x11/xf86-video-sis/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xf86-video-sis/Makefile       Thu Mar 22 15:44:20 2007 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/03/22 15:44:20 joerg Exp $
+#
+
+DISTNAME=      xf86-video-sis-0.9.3
+CATEGORIES=    x11
+MASTER_SITES=  http://xorg.freedesktop.org/releases/individual/driver/
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    joerg%NetBSD.org@localhost
+COMMENT=       Modular Xorg SiS and XGI video driver
+
+PKG_DESTDIR_SUPPORT=    user-destdir
+
+USE_LIBTOOL=    yes
+GNU_CONFIGURE=  yes
+USE_TOOLS+=     pkg-config
+
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../x11/modular-xorg-server/buildlink3.mk"
+.include "../../x11/randrproto/buildlink3.mk"
+.include "../../x11/renderproto/buildlink3.mk"
+.include "../../x11/videoproto/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
+.include "../../x11/xf86dgaproto/buildlink3.mk"
+.include "../../x11/xf86miscproto/buildlink3.mk"
+.include "../../x11/xineramaproto/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c967c5cc30aa -r 97bc12cec68e x11/xf86-video-sis/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xf86-video-sis/PLIST  Thu Mar 22 15:44:20 2007 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/03/22 15:44:20 joerg Exp $
+lib/xorg/modules/drivers/sis_drv.la
+man/man4/sis.4
+@comment @dirrm lib/xorg/modules/drivers
+@comment @dirrm lib/xorg/modules
+@comment @dirrm lib/xorg
diff -r c967c5cc30aa -r 97bc12cec68e x11/xf86-video-sis/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xf86-video-sis/distinfo       Thu Mar 22 15:44:20 2007 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/03/22 15:44:20 joerg Exp $
+
+SHA1 (xf86-video-sis-0.9.3.tar.bz2) = fb386185a91bbc6764445ef251d4a0216ec9b9d0
+RMD160 (xf86-video-sis-0.9.3.tar.bz2) = 797104eab78486411a876def8e87870946fbe273
+Size (xf86-video-sis-0.9.3.tar.bz2) = 617592 bytes
+SHA1 (patch-aa) = 3783136ffb53afa09a5491bf36caa438c3274aee
diff -r c967c5cc30aa -r 97bc12cec68e x11/xf86-video-sis/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xf86-video-sis/patches/patch-aa       Thu Mar 22 15:44:20 2007 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.1.1.1 2007/03/22 15:44:20 joerg Exp $
+
+--- configure.orig     2007-03-22 16:16:34.000000000 +0100
++++ configure
+@@ -2283,10 +2283,10 @@ AMSHOWCMDSAT=''
+ AMDEPSHOWCMDSAT=''
+ AMPRETTYECHO=true
+ AMCMDECHO=echo
+-if test "x$enable_pretty_cmds" == xyes;
++if test "x$enable_pretty_cmds" = xyes;
+ then
+   AMSHOWCMDSAT='@'
+-  test x$enable_dependency_tracking == xno && AMDEPSHOWCMDSAT='@'
++  test x$enable_dependency_tracking = xno && AMDEPSHOWCMDSAT='@'
+   AMPRETTYECHO=echo
+   AMCMDECHO=true
+   LT_QUIET='--quiet'



Home | Main Index | Thread Index | Old Index