Update to version 1.4. with feedback from sthen@, ok ajacoutot@, landry@.
This commit is contained in:
parent
9c169d88b2
commit
464510bce3
@ -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 <bsd.port.mk>
|
||||
|
@ -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
|
||||
|
@ -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);
|
Loading…
Reference in New Issue
Block a user