pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/rx Fix 64-bit issues. PKGREVISION++
details: https://anonhg.NetBSD.org/pkgsrc/rev/166ed4f11db0
branches: trunk
changeset: 393184:166ed4f11db0
user: dholland <dholland%pkgsrc.org@localhost>
date: Mon May 18 05:44:13 2009 +0000
description:
Fix 64-bit issues. PKGREVISION++
diffstat:
devel/rx/Makefile | 4 ++--
devel/rx/distinfo | 4 +++-
devel/rx/patches/patch-ac | 17 +++++++++++++++++
devel/rx/patches/patch-ad | 14 ++++++++++++++
4 files changed, 36 insertions(+), 3 deletions(-)
diffs (66 lines):
diff -r 893830dde739 -r 166ed4f11db0 devel/rx/Makefile
--- a/devel/rx/Makefile Mon May 18 05:22:29 2009 +0000
+++ b/devel/rx/Makefile Mon May 18 05:44:13 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2008/04/04 15:24:56 joerg Exp $
+# $NetBSD: Makefile,v 1.23 2009/05/18 05:44:13 dholland Exp $
DISTNAME= rx-1.5
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= #
EXTRACT_SUFX= .tar.bz2
diff -r 893830dde739 -r 166ed4f11db0 devel/rx/distinfo
--- a/devel/rx/distinfo Mon May 18 05:22:29 2009 +0000
+++ b/devel/rx/distinfo Mon May 18 05:44:13 2009 +0000
@@ -1,7 +1,9 @@
-$NetBSD: distinfo,v 1.6 2008/04/04 15:24:56 joerg Exp $
+$NetBSD: distinfo,v 1.7 2009/05/18 05:44:13 dholland Exp $
SHA1 (rx-1.5.tar.bz2) = 6f58203315a1ae5e34b629f7413e21801964a48c
RMD160 (rx-1.5.tar.bz2) = a68cb446492bd7abda70a7adb68849c600cb0be5
Size (rx-1.5.tar.bz2) = 415525 bytes
SHA1 (patch-aa) = 6dd85891f4593c98b34835b56b0c32e89c7175a7
SHA1 (patch-ab) = 5c38359f4826ae96cc3843b1e4fb90561c1d2c31
+SHA1 (patch-ac) = cf6140497d7d45340a3ff424905d664eb73c2380
+SHA1 (patch-ad) = 388417220ce21083c7293a163c7feb56c02082fb
diff -r 893830dde739 -r 166ed4f11db0 devel/rx/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/rx/patches/patch-ac Mon May 18 05:44:13 2009 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-ac,v 1.1 2009/05/18 05:44:13 dholland Exp $
+
+64-bit cleanliness.
+
+--- rx/rxall.h.orig 2009-05-18 01:30:53.000000000 -0400
++++ rx/rxall.h 2009-05-18 01:30:59.000000000 -0400
+@@ -21,8 +21,9 @@
+ */
+
+
+-#if 0
+ #include <stdlib.h>
++#include <string.h>
++#if 0
+ #include "malloc.h"
+ #endif
+
diff -r 893830dde739 -r 166ed4f11db0 devel/rx/patches/patch-ad
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/rx/patches/patch-ad Mon May 18 05:44:13 2009 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ad,v 1.1 2009/05/18 05:44:13 dholland Exp $
+
+64-bit cleanliness.
+
+--- rx/rxgnucomp.c.orig 2009-05-18 01:41:42.000000000 -0400
++++ rx/rxgnucomp.c 2009-05-18 01:41:47.000000000 -0400
+@@ -18,6 +18,7 @@
+
+
+ #include <sys/types.h>
++#include <stdio.h>
+ #include "rxall.h"
+ #include "rxgnucomp.h"
+ #include "inst-rxposix.h"
Home |
Main Index |
Thread Index |
Old Index