pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/d2x This is GNU configure. Use ulong definition ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d4908e69673f
branches:  trunk
changeset: 505060:d4908e69673f
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Dec 29 18:58:23 2005 +0000

description:
This is GNU configure. Use ulong definition on DragonFly as well.

diffstat:

 games/d2x/Makefile         |   4 ++--
 games/d2x/distinfo         |   3 ++-
 games/d2x/patches/patch-ab |  13 +++++++++++++
 3 files changed, 17 insertions(+), 3 deletions(-)

diffs (47 lines):

diff -r 88b10b34827f -r d4908e69673f games/d2x/Makefile
--- a/games/d2x/Makefile        Thu Dec 29 18:17:21 2005 +0000
+++ b/games/d2x/Makefile        Thu Dec 29 18:58:23 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/12/11 09:40:40 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2005/12/29 18:58:23 joerg Exp $
 #
 
 DISTNAME=      d2x-0.2.5
@@ -10,7 +10,7 @@
 HOMEPAGE=      http://icculus.org/d2x/
 COMMENT=       Descent II port
 
-HAS_CONFIGURE= yes
+GNU_CONFIGURE= yes
 USE_TOOLS+=    gmake
 
 D2X_DATA=              ${PREFIX}/share/games/${PKGBASE}
diff -r 88b10b34827f -r d4908e69673f games/d2x/distinfo
--- a/games/d2x/distinfo        Thu Dec 29 18:17:21 2005 +0000
+++ b/games/d2x/distinfo        Thu Dec 29 18:58:23 2005 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 23:11:56 agc Exp $
+$NetBSD: distinfo,v 1.3 2005/12/29 18:58:23 joerg Exp $
 
 SHA1 (d2x-0.2.5.tar.gz) = b68c74fdc1f31a5ae32f6b27d7d3658e7e0dbdca
 RMD160 (d2x-0.2.5.tar.gz) = c27f16f52eaa7a3742cd7b50307bd747ab79c96f
 Size (d2x-0.2.5.tar.gz) = 2015249 bytes
 SHA1 (patch-aa) = c7b5790409851bea1637d0f2fc1a8d86924c4528
+SHA1 (patch-ab) = b59b2de4d60d98bec20117f085be06016ee03047
diff -r 88b10b34827f -r d4908e69673f games/d2x/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/d2x/patches/patch-ab        Thu Dec 29 18:58:23 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2005/12/29 18:58:23 joerg Exp $
+
+--- include/pstypes.h.orig     2005-12-29 18:46:17.000000000 +0000
++++ include/pstypes.h
+@@ -23,7 +23,7 @@ typedef signed char byte;
+ 
+ //define unsigned types;
+ typedef unsigned char ubyte;
+-#ifndef __unix__
++#if !defined(__unix__) || defined(__DragonFly__)
+ typedef unsigned short ushort;
+ typedef unsigned int uint;
+ typedef unsigned long ulong;



Home | Main Index | Thread Index | Old Index