pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics Revert previous, sharing the distinfo doesn't...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/26b1ad4f9bbd
branches:  trunk
changeset: 542931:26b1ad4f9bbd
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu May 29 20:54:14 2008 +0000

description:
Revert previous, sharing the distinfo doesn't work because of the
MESA_PATCHLEVEL junk.

Instead make graphics/glx-utils not track the mesa patchlevel at all.

diffstat:

 graphics/Mesa/Makefile.common |   3 ++-
 graphics/glx-utils/Makefile   |   6 +++---
 graphics/glx-utils/distinfo   |  14 ++++++++++++++
 3 files changed, 19 insertions(+), 4 deletions(-)

diffs (57 lines):

diff -r 503e61d0a81a -r 26b1ad4f9bbd graphics/Mesa/Makefile.common
--- a/graphics/Mesa/Makefile.common     Thu May 29 20:52:44 2008 +0000
+++ b/graphics/Mesa/Makefile.common     Thu May 29 20:54:14 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.63 2008/05/29 19:14:17 tnn Exp $
+# $NetBSD: Makefile.common,v 1.64 2008/05/29 20:54:14 tnn Exp $
 #
 # This Makefile fragment is included either directly or indirectly (through
 # Makefile.lib) by all packages that are built from the Mesa sources.
@@ -15,6 +15,7 @@
 #
 #      graphics/MesaLib
 #      graphics/MesaDemos
+#      graphics/glx-utils
 #
 MESA_VERSION=          7.0.3
 MESA_PKGVERSION=       ${MESA_VERSION}${MESA_PATCHLEVEL}
diff -r 503e61d0a81a -r 26b1ad4f9bbd graphics/glx-utils/Makefile
--- a/graphics/glx-utils/Makefile       Thu May 29 20:52:44 2008 +0000
+++ b/graphics/glx-utils/Makefile       Thu May 29 20:54:14 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2008/05/29 19:13:24 tnn Exp $
+# $NetBSD: Makefile,v 1.6 2008/05/29 20:54:14 tnn Exp $
 
 DISTNAME=      MesaDemos-${MESA_VERSION}
-PKGNAME=       glx-utils-${MESA_PKGVERSION}
+PKGNAME=       glx-utils-${MESA_VERSION}
 CATEGORIES=    x11 graphics
 COMMENT=       OpenGL glxgears and glxinfo
 
@@ -9,7 +9,7 @@
 
 .include "../../graphics/Mesa/Makefile.common"
 
-DISTINFO_FILE=         ${.CURDIR}/../MesaLib/distinfo
+MESA_PATCHFILES=       # don't track Mesa patchlevels
 
 INSTALLATION_DIRS=     bin
 
diff -r 503e61d0a81a -r 26b1ad4f9bbd graphics/glx-utils/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/glx-utils/distinfo       Thu May 29 20:54:14 2008 +0000
@@ -0,0 +1,14 @@
+$NetBSD: distinfo,v 1.7 2008/05/29 20:54:14 tnn Exp $
+
+SHA1 (Mesa-7.0.3/Mesa-7.0.3-001) = 32725fd4632d51495253b06786b3f0e743d11dbd
+RMD160 (Mesa-7.0.3/Mesa-7.0.3-001) = 92b1e1d3eb3932a419c6d1fb9e7b96ef5c32fd1a
+Size (Mesa-7.0.3/Mesa-7.0.3-001) = 12578 bytes
+SHA1 (Mesa-7.0.3/Mesa-7.0.3-002) = 9fcdeb76d4cf44f0aeadff48bf7c48335773a2c0
+RMD160 (Mesa-7.0.3/Mesa-7.0.3-002) = 63b568f9c3f0e09cf53de064aee3350b4f96ee2d
+Size (Mesa-7.0.3/Mesa-7.0.3-002) = 639 bytes
+SHA1 (Mesa-7.0.3/Mesa-7.0.3-003) = d514fc54a8002983e16e38506253caed68470f39
+RMD160 (Mesa-7.0.3/Mesa-7.0.3-003) = 380c8929b520f597d618c69b014efa12a9c11e2f
+Size (Mesa-7.0.3/Mesa-7.0.3-003) = 10876 bytes
+SHA1 (Mesa-7.0.3/MesaDemos-7.0.3.tar.bz2) = c8dfef08f3b3f7abc70d99e16a35b0bbc1af4f8a
+RMD160 (Mesa-7.0.3/MesaDemos-7.0.3.tar.bz2) = 22917fbab3987e1d60d46321e1a77d5cbdd3800c
+Size (Mesa-7.0.3/MesaDemos-7.0.3.tar.bz2) = 1342158 bytes



Home | Main Index | Thread Index | Old Index