pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics Add the following patch from upstream as a ne...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1759294d587
branches:  trunk
changeset: 549045:e1759294d587
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Sun Oct 26 21:03:40 2008 +0000

description:
Add the following patch from upstream as a new distribution
patch and bump MesaLib's PKGREVISION.  While here, make a few
small changes to appease pkglint.

commit 2b8d8989fb6f9c36baf166fc715182a1407ebadb
Author: Ian Romanick <ian.d.romanick%intel.com@localhost>
Date:   Sun Sep 28 20:31:46 2008 -0700

    Use 3Dnow! x86-64 routines only on processors that support 3Dnow!
    Added an x86-64 CPUID function and use it to detect 3Dnow!
    [...]
    This fixes long standing bug #8724.

diffstat:

 graphics/Mesa/Makefile.version |  4 ++--
 graphics/MesaLib/Makefile      |  4 ++--
 graphics/MesaLib/distinfo      |  5 ++++-
 graphics/MesaLib/glx-config.mk |  4 ++--
 graphics/MesaLib/options.mk    |  6 +++---
 5 files changed, 13 insertions(+), 10 deletions(-)

diffs (89 lines):

diff -r e9583a9748a9 -r e1759294d587 graphics/Mesa/Makefile.version
--- a/graphics/Mesa/Makefile.version    Sun Oct 26 19:17:09 2008 +0000
+++ b/graphics/Mesa/Makefile.version    Sun Oct 26 21:03:40 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.version,v 1.2 2008/10/21 06:25:26 bjs Exp $
+# $NetBSD: Makefile.version,v 1.3 2008/10/26 21:03:40 bjs Exp $
 #
 # When changing this version, please run "make distinfo" in the following
 # package directories:
@@ -14,7 +14,7 @@
 
 MESA_VERSION=          7.0.4
 MESA_PKGVERSION=       ${MESA_VERSION}${MESA_PATCHLEVEL}
-MESA_PATCHFILES=       001
+MESA_PATCHFILES=       001 002
 MESA_PATCHLEVEL=       .1
 
 PATCHFILES=            ${MESA_PATCHFILES:@.p.@Mesa-${MESA_VERSION}-${.p.}@}
diff -r e9583a9748a9 -r e1759294d587 graphics/MesaLib/Makefile
--- a/graphics/MesaLib/Makefile Sun Oct 26 19:17:09 2008 +0000
+++ b/graphics/MesaLib/Makefile Sun Oct 26 21:03:40 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.74 2008/10/21 06:25:26 bjs Exp $
+# $NetBSD: Makefile,v 1.75 2008/10/26 21:03:40 bjs Exp $
 
 PKGNAME=       MesaLib-${MESA_PKGVERSION}
 COMMENT=       Graphics library similar to SGI's OpenGL
-PKGREVISION=   3
+PKGREVISION=   4
 
 MESA_HEADERS=  gl.h gl_mangle.h glext.h glx.h glxext.h \
                glx_mangle.h osmesa.h xmesa.h xmesa_x.h \
diff -r e9583a9748a9 -r e1759294d587 graphics/MesaLib/distinfo
--- a/graphics/MesaLib/distinfo Sun Oct 26 19:17:09 2008 +0000
+++ b/graphics/MesaLib/distinfo Sun Oct 26 21:03:40 2008 +0000
@@ -1,8 +1,11 @@
-$NetBSD: distinfo,v 1.60 2008/10/21 06:25:26 bjs Exp $
+$NetBSD: distinfo,v 1.61 2008/10/26 21:03:40 bjs Exp $
 
 SHA1 (Mesa-7.0.4.1/Mesa-7.0.4-001) = a49b9094272abb2484447fb35c9adf3fe391a4bb
 RMD160 (Mesa-7.0.4.1/Mesa-7.0.4-001) = 1992bb054742924f1f39a19ab35e621f53e6fbf2
 Size (Mesa-7.0.4.1/Mesa-7.0.4-001) = 38003 bytes
+SHA1 (Mesa-7.0.4.1/Mesa-7.0.4-002) = 1f7fe7b19a9ec6cc036021df8c9016fc1f1cb234
+RMD160 (Mesa-7.0.4.1/Mesa-7.0.4-002) = 5e11808b59ea3e8c4459c671c9236b18a95d8fba
+Size (Mesa-7.0.4.1/Mesa-7.0.4-002) = 4379 bytes
 SHA1 (Mesa-7.0.4.1/MesaDemos-7.0.4.tar.bz2) = 1adb2010d6d3103bd57c08f228e2bbed38178e14
 RMD160 (Mesa-7.0.4.1/MesaDemos-7.0.4.tar.bz2) = 3e5b414bf1a40603367fcd0ba321b6e2caf84626
 Size (Mesa-7.0.4.1/MesaDemos-7.0.4.tar.bz2) = 1341624 bytes
diff -r e9583a9748a9 -r e1759294d587 graphics/MesaLib/glx-config.mk
--- a/graphics/MesaLib/glx-config.mk    Sun Oct 26 19:17:09 2008 +0000
+++ b/graphics/MesaLib/glx-config.mk    Sun Oct 26 21:03:40 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: glx-config.mk,v 1.2 2008/10/21 06:46:46 bjs Exp $
+# $NetBSD: glx-config.mk,v 1.3 2008/10/26 21:03:40 bjs Exp $
 #
 # used by x11/modular-xorg-server/options.mk
 
@@ -16,7 +16,7 @@
 CFLAGS.NetBSD+=        ${ATOMIC_OPS_CHECK}HAVE_NETBSD_ATOMIC_OPS
 
 .  if ${OPSYS} == "NetBSD" && !target(netbsd-atomic-ops-check)
-.  PHONY:      netbsd-atomic-opts-check
+.PHONY:        netbsd-atomic-opts-check
 netbsd-atomic-ops-check:
 ATOMIC_OPS_CHECK!=\
   if ( ${NM} /usr/lib/libc.so | ${GREP} -q atomic_cas_uint ); then     \
diff -r e9583a9748a9 -r e1759294d587 graphics/MesaLib/options.mk
--- a/graphics/MesaLib/options.mk       Sun Oct 26 19:17:09 2008 +0000
+++ b/graphics/MesaLib/options.mk       Sun Oct 26 21:03:40 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.12 2008/07/29 13:56:15 tnn Exp $
+# $NetBSD: options.mk,v 1.13 2008/10/26 21:03:40 bjs Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.MesaLib
 PKG_SUPPORTED_OPTIONS=
@@ -46,11 +46,11 @@
 
 .if !empty(PKG_OPTIONS:Mdri)
 BUILD_TARGET=  pkgsrc-dri${BUILD_TARGET_SUFFIX}
-PLIST.dri=     # empty
+PLIST.dri=     yes
 .  include "../../graphics/MesaLib/dri.mk"
 .else
 BUILD_TARGET=  pkgsrc
-PLIST.nodri=   # empty
+PLIST.nodri=   yes
 ###
 ### XXX building libOSMesa breaks with -j, and GNU make has no .WAIT
 ###



Home | Main Index | Thread Index | Old Index