pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/benchmarks/xengine Use Dimension instead of int for th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2e780ca005f
branches:  trunk
changeset: 498466:b2e780ca005f
user:      hira <hira%pkgsrc.org@localhost>
date:      Tue Aug 23 10:26:17 2005 +0000

description:
Use Dimension instead of int for the width and the height.
This makes the package work properly on NetBSD/macppc.
Bump PKGREVISION.

diffstat:

 benchmarks/xengine/Makefile         |   4 ++--
 benchmarks/xengine/distinfo         |   4 ++--
 benchmarks/xengine/patches/patch-aa |  17 +++++++++++++----
 3 files changed, 17 insertions(+), 8 deletions(-)

diffs (53 lines):

diff -r 70a6530a4c69 -r b2e780ca005f benchmarks/xengine/Makefile
--- a/benchmarks/xengine/Makefile       Tue Aug 23 10:03:03 2005 +0000
+++ b/benchmarks/xengine/Makefile       Tue Aug 23 10:26:17 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2005/07/15 18:27:48 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2005/08/23 10:26:17 hira Exp $
 
 DISTNAME=      xengine-1.0.1
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    benchmarks
 MASTER_SITES=  ftp://ftp.lab.kdd.co.jp/Usenet/comp.sources.x/volume09/xengine/
 DISTFILES=     part01.z patch1.z
diff -r 70a6530a4c69 -r b2e780ca005f benchmarks/xengine/distinfo
--- a/benchmarks/xengine/distinfo       Tue Aug 23 10:03:03 2005 +0000
+++ b/benchmarks/xengine/distinfo       Tue Aug 23 10:26:17 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2005/06/12 11:16:56 wiz Exp $
+$NetBSD: distinfo,v 1.5 2005/08/23 10:26:17 hira Exp $
 
 SHA1 (xengine/part01.z) = c56961f548c4b653f97075027069a8dec962da88
 RMD160 (xengine/part01.z) = 5f0f84378674ee32c17015ebe2e15477da0c1ba5
@@ -6,4 +6,4 @@
 SHA1 (xengine/patch1.z) = b633b0e88389fbdd2b9c9f6243099043040dd4d1
 RMD160 (xengine/patch1.z) = ccf0c19d2456ec299575b0190248824506b9ca33
 Size (xengine/patch1.z) = 3506 bytes
-SHA1 (patch-aa) = 012f076447d69539c0ba02127f12d2a1d85a48f2
+SHA1 (patch-aa) = 1920656c8efbede334b067b7708bd4adf1912e2f
diff -r 70a6530a4c69 -r b2e780ca005f benchmarks/xengine/patches/patch-aa
--- a/benchmarks/xengine/patches/patch-aa       Tue Aug 23 10:03:03 2005 +0000
+++ b/benchmarks/xengine/patches/patch-aa       Tue Aug 23 10:26:17 2005 +0000
@@ -1,8 +1,17 @@
-$NetBSD: patch-aa,v 1.3 2005/06/12 11:16:56 wiz Exp $
+$NetBSD: patch-aa,v 1.4 2005/08/23 10:26:17 hira Exp $
 
---- xengine.c.orig     2005-06-12 13:15:23.000000000 +0200
-+++ xengine.c
-@@ -180,13 +180,10 @@ redraw_callback(w, event, params, nparam
+--- xengine.c.orig     2005-08-23 12:01:39.000000000 +0900
++++ xengine.c  2005-08-23 12:10:23.000000000 +0900
+@@ -35,7 +35,7 @@
+ Widget          toplevel, base, rpm_info, engine;
+ GC              gcPiston, gcShaft, gcCylinder, gcRoter, gcBack, gcDep, gcPre, gcEngine;
+ Pixmap          enginePixmap;
+-int             width, height;
++Dimension       width, height;
+ 
+ String          colors[] = {"gray", "lightseagreen", "dimgrey", "forestgreen", "black", "red", "cyan", "firebrick"};
+ 
+@@ -180,13 +180,10 @@
  
        Arg             args[10];
  



Home | Main Index | Thread Index | Old Index