diff options
author | tnn <tnn> | 2008-05-29 20:54:14 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-05-29 20:54:14 +0000 |
commit | 4a64dfc44109a7089dfa4772555e49b71e743eb7 (patch) | |
tree | c93c0bd1f12f20f9471aa1c4d00c8e074739b2a0 /graphics/glx-utils | |
parent | 812b971fc97ad3bb40b7df6d7226e5763c227f18 (diff) | |
download | pkgsrc-4a64dfc44109a7089dfa4772555e49b71e743eb7.tar.gz |
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 (limited to 'graphics/glx-utils')
-rw-r--r-- | graphics/glx-utils/Makefile | 6 | ||||
-rw-r--r-- | graphics/glx-utils/distinfo | 14 |
2 files changed, 17 insertions, 3 deletions
diff --git a/graphics/glx-utils/Makefile b/graphics/glx-utils/Makefile index d01b2c59d87..cb160b9e19d 100644 --- a/graphics/glx-utils/Makefile +++ b/graphics/glx-utils/Makefile @@ -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 @@ PKG_DESTDIR_SUPPORT= user-destdir .include "../../graphics/Mesa/Makefile.common" -DISTINFO_FILE= ${.CURDIR}/../MesaLib/distinfo +MESA_PATCHFILES= # don't track Mesa patchlevels INSTALLATION_DIRS= bin diff --git a/graphics/glx-utils/distinfo b/graphics/glx-utils/distinfo new file mode 100644 index 00000000000..0b056e1c049 --- /dev/null +++ b/graphics/glx-utils/distinfo @@ -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 |