From 464510bce3cb7858bba7dcc4c041f8c7aeccaef0 Mon Sep 17 00:00:00 2001 From: matthieu Date: Mon, 29 Nov 2010 20:03:46 +0000 Subject: [PATCH] Update to version 1.4. with feedback from sthen@, ok ajacoutot@, landry@. --- x11/rendercheck/Makefile | 8 ++++---- x11/rendercheck/distinfo | 10 +++++----- x11/rendercheck/patches/patch-tests_c | 13 ------------- 3 files changed, 9 insertions(+), 22 deletions(-) delete mode 100644 x11/rendercheck/patches/patch-tests_c diff --git a/x11/rendercheck/Makefile b/x11/rendercheck/Makefile index 41910b7dc43..3ddeade1b52 100644 --- a/x11/rendercheck/Makefile +++ b/x11/rendercheck/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.8 2010/10/24 21:15:34 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.9 2010/11/29 20:03:46 matthieu Exp $ COMMENT= X Render extension test suite -DISTNAME= rendercheck-1.3 +DISTNAME= rendercheck-1.4 CATEGORIES= x11 HOMEPAGE= http://www.freedesktop.org/ @@ -21,7 +21,7 @@ MASTER_SITES= ftp://ftp.x.org/pub/individual/app/ \ ftp://ftp.gwdg.de/pub/x11/x.org/pub/individual/app/ \ ftp://ftp.sunet.se/pub/X11/ftp.x.org/individual/app/ -USE_GROFF = Yes -CONFIGURE_STYLE=gnu +CONFIGURE_STYLE= gnu +CONFIGURE_ARGS+= --disable-silent-rules .include diff --git a/x11/rendercheck/distinfo b/x11/rendercheck/distinfo index 04a08a9909a..b6ba959e70d 100644 --- a/x11/rendercheck/distinfo +++ b/x11/rendercheck/distinfo @@ -1,5 +1,5 @@ -MD5 (rendercheck-1.3.tar.gz) = KguPN7thOfJG74vg6LcX6A== -RMD160 (rendercheck-1.3.tar.gz) = qf86BbvftNWshxgaLSvf7cgEvco= -SHA1 (rendercheck-1.3.tar.gz) = j4aykX+M4bnPsov2xljZ0RIDNVQ= -SHA256 (rendercheck-1.3.tar.gz) = TVFOoLI0IydG4YjZj7QrdTxU1oqpC1Yij5wzXaxLC8U= -SIZE (rendercheck-1.3.tar.gz) = 108035 +MD5 (rendercheck-1.4.tar.gz) = itCfZG3BaK07UPgZj5i2Ug== +RMD160 (rendercheck-1.4.tar.gz) = IAX1zOGIqFBf76dqS1baxGn0k1k= +SHA1 (rendercheck-1.4.tar.gz) = kRFzgdWw6a2nnKXRu+1Lxrak/XE= +SHA256 (rendercheck-1.4.tar.gz) = AMO2zdU1Lbv+Vor41RA1/sXa+LflGJsfL+hGGfXlOfk= +SIZE (rendercheck-1.4.tar.gz) = 154251 diff --git a/x11/rendercheck/patches/patch-tests_c b/x11/rendercheck/patches/patch-tests_c deleted file mode 100644 index 3226e806568..00000000000 --- a/x11/rendercheck/patches/patch-tests_c +++ /dev/null @@ -1,13 +0,0 @@ -$OpenBSD: patch-tests_c,v 1.2 2010/07/17 20:32:38 matthieu Exp $ ---- tests.c.orig Fri Mar 7 22:46:33 2008 -+++ tests.c Sat Jul 17 19:22:44 2010 -@@ -393,8 +393,8 @@ do_tests(Display *dpy, picture_info *win) - - pictures_solid = malloc(num_colors * sizeof(picture_info)); - for (i = 0; i < num_colors; i++) { -- pictures_solid[i].color = colors[i]; - XRenderColor c; -+ pictures_solid[i].color = colors[i]; - c.alpha = (int)(colors[i].a*65535); - c.red = (int)(colors[i].r*65535); - c.green = (int)(colors[i].g*65535);