diff options
author | nia <nia@pkgsrc.org> | 2019-08-31 12:43:20 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-08-31 12:43:20 +0000 |
commit | 588ceedd0a685209821e8ae865258455fb14476d (patch) | |
tree | 9c7b468a5bb733bedf561a3ec9d029adfedfdd59 /graphics/glu | |
parent | 4b1462a0d12d111199105bfe7dccd23711b908f4 (diff) | |
download | pkgsrc-588ceedd0a685209821e8ae865258455fb14476d.tar.gz |
glu: Update to 9.0.1
Changes:
Amarnath Valluri (1):
libutils/mipmap.c: Fixed possible memory leak
John Hein (1):
pkgconfig: Include -I path for glu itself
Krzysztof KosiĆski (1):
Remove all uses of the register keyword.
Matt Turner (4):
Add -D(N)DEBUG to CFLAGS dependent on --enable-debug
libutil: Include stddef.h for NULL
Switch from bz2 to xz
glu 9.0.1
Mike Gorchak (1):
glu: initialize PriorityQ::order field to NULL in pqNewPriorityQ()
Diffstat (limited to 'graphics/glu')
-rw-r--r-- | graphics/glu/Makefile | 9 | ||||
-rw-r--r-- | graphics/glu/distinfo | 10 |
2 files changed, 9 insertions, 10 deletions
diff --git a/graphics/glu/Makefile b/graphics/glu/Makefile index 2e51f22ea0d..75d0080fa1e 100644 --- a/graphics/glu/Makefile +++ b/graphics/glu/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.67 2019/08/22 09:57:08 nia Exp $ +# $NetBSD: Makefile,v 1.68 2019/08/31 12:43:20 nia Exp $ -DISTNAME= glu-9.0.0 -PKGREVISION= 2 +DISTNAME= glu-9.0.1 CATEGORIES= graphics MASTER_SITES= https://mesa.freedesktop.org/archive/glu/ -EXTRACT_SUFX= .tar.bz2 +EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://cgit.freedesktop.org/mesa/glu/ +HOMEPAGE= https://gitlab.freedesktop.org/mesa/glu COMMENT= OpenGL Utility Library LICENSE= sgi-free-software-b-v2.0 diff --git a/graphics/glu/distinfo b/graphics/glu/distinfo index deea2a392c1..7803a6fce5e 100644 --- a/graphics/glu/distinfo +++ b/graphics/glu/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.18 2015/11/03 21:34:00 agc Exp $ +$NetBSD: distinfo,v 1.19 2019/08/31 12:43:20 nia Exp $ -SHA1 (glu-9.0.0.tar.bz2) = c2814bbaf1e60e28a75ec80f4646047c0da742bd -RMD160 (glu-9.0.0.tar.bz2) = 567991e97a0702699d9db33f45c2dc0cef1006f1 -SHA512 (glu-9.0.0.tar.bz2) = ff920e3fbca739794e1432a92fdd8517aa732110fea71ed724185425042f83ce18e9866c16f95c6e10f6993f0814a90fac9636e2b3d8ca2084d1ac0a860f61c8 -Size (glu-9.0.0.tar.bz2) = 493206 bytes +SHA1 (glu-9.0.1.tar.xz) = b6ffef562ba55d3f80146d4238589cb9b1de66f5 +RMD160 (glu-9.0.1.tar.xz) = 2f1aafb4271f9ec20349267e7de3411d141f356f +SHA512 (glu-9.0.1.tar.xz) = 8a6dae5b4bd63efb96d15f23ccda4ad9c2ffaa964897e5fa63d1e58360d8d4e6732c5efd2109dba04155d5fc457ab1718a65cf9b544ce0d452679ba988d04018 +Size (glu-9.0.1.tar.xz) = 434632 bytes SHA1 (patch-src_libtess_sweep.c) = b7f9ca4e1a83e0081b3cfa418f378e33392f7f65 |