diff options
author | wiz <wiz@pkgsrc.org> | 2012-06-03 18:38:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-06-03 18:38:01 +0000 |
commit | b359e735d62392d4bddaa8498f58f7281de58e0f (patch) | |
tree | b321b4093671f7d2781df172cbe0f538e0329886 /x11 | |
parent | fab0ce8940b1f17530ab1760a1dfba6da645ac1d (diff) | |
download | pkgsrc-b359e735d62392d4bddaa8498f58f7281de58e0f.tar.gz |
Update to 0.11.1:
Adam Jackson (3):
Clarify alpha-map loop prevention (#23581)
Make recursive alpha maps undefined
renderproto 0.11.1
Gaetan Nadon (8):
.gitignore: use common defaults with custom section # 24239
configure.ac: AM_MAINTAINER_MODE missing #24238
configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242
Makefile.am: INSTALL file is missing or incorrect #24206
Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
README: file created or updated #24206
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
config: remove the pkgconfig pc.in file from EXTRA_DIST
Peter Hutterer (1):
Update date/version on Render protocol spec to match last update (0.11)
RĂ©mi Cardona (1):
Use $(docdir) for renderproto.txt install path
Sami Farin (1):
Bug 12578 - renderproto-0.9.3: render.h does not compile
Diffstat (limited to 'x11')
-rw-r--r-- | x11/renderproto/Makefile | 6 | ||||
-rw-r--r-- | x11/renderproto/distinfo | 10 | ||||
-rw-r--r-- | x11/renderproto/patches/patch-aa | 10 |
3 files changed, 13 insertions, 13 deletions
diff --git a/x11/renderproto/Makefile b/x11/renderproto/Makefile index 46e67267eea..fce6f337bdb 100644 --- a/x11/renderproto/Makefile +++ b/x11/renderproto/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2009/07/22 12:56:45 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2012/06/03 18:38:01 wiz Exp $ # -DISTNAME= renderproto-0.11 +DISTNAME= renderproto-0.11.1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=proto/} EXTRACT_SUFX= .tar.bz2 @@ -16,6 +16,6 @@ CONFLICTS+= renderext-[0-9]* GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= ${WRKSRC}/renderproto.pc.in -USE_LANGUAGES= # none, not even C +USE_LANGUAGES= c .include "../../mk/bsd.pkg.mk" diff --git a/x11/renderproto/distinfo b/x11/renderproto/distinfo index f62e7b70523..018da9e7d17 100644 --- a/x11/renderproto/distinfo +++ b/x11/renderproto/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2009/07/22 12:56:46 wiz Exp $ +$NetBSD: distinfo,v 1.6 2012/06/03 18:38:01 wiz Exp $ -SHA1 (renderproto-0.11.tar.bz2) = d30cf508b1a1b5f0deb1c6db41ba2f4e57680637 -RMD160 (renderproto-0.11.tar.bz2) = 40bed4558e84eb0629b5253f2b9439405ab9f8c0 -Size (renderproto-0.11.tar.bz2) = 66112 bytes -SHA1 (patch-aa) = a174093860f2f2a709a9415c2ee9cb4b68d3f08d +SHA1 (renderproto-0.11.1.tar.bz2) = 7ae9868a358859fe539482b02414aa15c2d8b1e4 +RMD160 (renderproto-0.11.1.tar.bz2) = ec176a258b707fa560f8f0190e31fed6478fec74 +Size (renderproto-0.11.1.tar.bz2) = 105741 bytes +SHA1 (patch-aa) = 932af57551cbde10f0402b2704fe4967842e95c9 diff --git a/x11/renderproto/patches/patch-aa b/x11/renderproto/patches/patch-aa index 3196516bd19..32e6fb17c34 100644 --- a/x11/renderproto/patches/patch-aa +++ b/x11/renderproto/patches/patch-aa @@ -1,10 +1,10 @@ -$NetBSD: patch-aa,v 1.1 2008/01/17 14:06:07 joerg Exp $ +$NetBSD: patch-aa,v 1.2 2012/06/03 18:38:01 wiz Exp $ ---- render.h.orig 2008-01-17 14:59:52.000000000 +0100 +--- render.h.orig 2010-08-10 14:04:55.000000000 +0000 +++ render.h -@@ -26,6 +26,8 @@ - #ifndef _RENDER_H_ - #define _RENDER_H_ +@@ -28,6 +28,8 @@ + + #include <X11/Xdefs.h> +#include <X11/X.h> + |