pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/db3 Start to make this work on (even older) ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f10ffcd6b141
branches:  trunk
changeset: 489875:f10ffcd6b141
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Sun Feb 27 21:50:26 2005 +0000

description:
Start to make this work on (even older) IRIX:  check for __sgi rather than sgi
This was originally reported in PR 28819 by Georg Schwarz for db4 and
also noted by Georg to apply to this package.

diffstat:

 databases/db3/distinfo         |   3 ++-
 databases/db3/patches/patch-ad |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 7570444e41a1 -r f10ffcd6b141 databases/db3/distinfo
--- a/databases/db3/distinfo    Sun Feb 27 21:42:42 2005 +0000
+++ b/databases/db3/distinfo    Sun Feb 27 21:50:26 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2005/02/23 16:33:05 agc Exp $
+$NetBSD: distinfo,v 1.14 2005/02/27 21:50:26 jschauma Exp $
 
 SHA1 (db-3.3.11.tar.gz) = d6871c7e6008eb726d6fc28e3debc44d34570f93
 RMD160 (db-3.3.11.tar.gz) = 08092e2cd6d67e767ed5c3f7ff55726c3f6a7d45
@@ -12,3 +12,4 @@
 SHA1 (patch-aa) = fec159b70b9da369a5b95b3e74488b07c87a8bfb
 SHA1 (patch-ab) = a2739c9dccc4564a34e71e6f830b609d057f0155
 SHA1 (patch-ac) = 38b3eda1e70dbf6d27ae09affc4b570e4190788e
+SHA1 (patch-ad) = 750da0d7561f74d88d5a008e8eb8f59636cb5f47
diff -r 7570444e41a1 -r f10ffcd6b141 databases/db3/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/db3/patches/patch-ad    Sun Feb 27 21:50:26 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2005/02/27 21:50:26 jschauma Exp $
+
+--- ../include/db_185.in.orig  Sun Feb 27 16:36:14 2005
++++ ../include/db_185.in       Sun Feb 27 16:36:20 2005
+@@ -72,7 +72,7 @@
+  * XXX
+  * SGI/IRIX already has a pgno_t.
+  */
+-#ifdef        sgi
++#ifdef        __sgi
+ #define       pgno_t  db_pgno_t
+ #endif
+ 



Home | Main Index | Thread Index | Old Index