pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/kaffe Add a patch from the freebsd kaffe port mai...
details: https://anonhg.NetBSD.org/pkgsrc/rev/73c690739445
branches: trunk
changeset: 500999:73c690739445
user: tonio <tonio%pkgsrc.org@localhost>
date: Sat Oct 15 21:49:53 2005 +0000
description:
Add a patch from the freebsd kaffe port maintainer (anholt) to fix kaffe
under freebsd x86_64
diffstat:
lang/kaffe/distinfo | 3 ++-
lang/kaffe/patches/patch-ad | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (34 lines):
diff -r 210054f7206c -r 73c690739445 lang/kaffe/distinfo
--- a/lang/kaffe/distinfo Sat Oct 15 21:44:52 2005 +0000
+++ b/lang/kaffe/distinfo Sat Oct 15 21:49:53 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2005/10/11 10:00:15 tonio Exp $
+$NetBSD: distinfo,v 1.16 2005/10/15 21:49:53 tonio Exp $
SHA1 (kaffe-1.1.6.tar.gz) = 8987c3a596db89ddc793013eaf0fab5cf8730128
RMD160 (kaffe-1.1.6.tar.gz) = 9fd1177a43923346f9a21e4c0e89015ae42c4dfa
@@ -6,4 +6,5 @@
SHA1 (patch-aa) = 24f3720fded5a786bd2c4af354433ab19298ff7f
SHA1 (patch-ab) = e2ba7816d3b2c9bf850a4ad9aadec5d306a8115e
SHA1 (patch-ac) = 287fa93128361897ea0fc1bc305004b336609c88
+SHA1 (patch-ad) = d952245f70a61459e527cd846b76dede1df226e4
SHA1 (patch-af) = c170e9bb8c559db660ba2d6e7af716c29b981235
diff -r 210054f7206c -r 73c690739445 lang/kaffe/patches/patch-ad
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/kaffe/patches/patch-ad Sat Oct 15 21:49:53 2005 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ad,v 1.8 2005/10/15 21:49:53 tonio Exp $
+
+--- config/x86_64/freebsd2/md.c.orig 2005-07-04 00:02:58.000000000 +0200
++++ config/x86_64/freebsd2/md.c
+@@ -13,6 +13,10 @@
+ #include "config.h"
+ #include "config-std.h"
+
++#if defined(HAVE_SYS_TYPES_H)
++#include <sys/types.h>
++#endif
++
+ #if defined(HAVE_SYS_SYSCTL_H)
+ #include <sys/sysctl.h>
+
Home |
Main Index |
Thread Index |
Old Index