pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cad/boolean Get DragonFly compilation a bit farther.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/194d92ae7545
branches:  trunk
changeset: 518059:194d92ae7545
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Aug 30 07:28:26 2006 +0000

description:
Get DragonFly compilation a bit farther.

diffstat:

 cad/boolean/distinfo         |   3 ++-
 cad/boolean/patches/patch-ag |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r f4e55462dd36 -r 194d92ae7545 cad/boolean/distinfo
--- a/cad/boolean/distinfo      Wed Aug 30 07:25:50 2006 +0000
+++ b/cad/boolean/distinfo      Wed Aug 30 07:28:26 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2006/06/26 09:24:09 rillig Exp $
+$NetBSD: distinfo,v 1.10 2006/08/30 07:28:26 joerg Exp $
 
 SHA1 (boolean-6.7/boolean_6_7.zip) = c0d5dd7963e2f02be1ebe97eeddfb6a7377feaa3
 RMD160 (boolean-6.7/boolean_6_7.zip) = 5a1a926dd130312ea8255576993b92f826b2e30d
@@ -9,3 +9,4 @@
 SHA1 (patch-ad) = 5934a12e35d6977721c979557cf33bf069001443
 SHA1 (patch-ae) = c5b69b5f7f4732fa184d2bcf0359caeb67082693
 SHA1 (patch-af) = ca0f2ffeafd904fb3c65532a28f03d11a77078f6
+SHA1 (patch-ag) = 7b3dbab4bff23f611b722b3ed8b8df3475e89c7f
diff -r f4e55462dd36 -r 194d92ae7545 cad/boolean/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/boolean/patches/patch-ag      Wed Aug 30 07:28:26 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.3 2006/08/30 07:28:26 joerg Exp $
+
+--- modules/kbool/include/valuesvc.h.orig      2006-08-22 18:35:39.000000000 +0000
++++ modules/kbool/include/valuesvc.h
+@@ -38,7 +38,7 @@
+ 
+ #else
+ 
+-#if defined(__NetBSD__)
++#if defined(__NetBSD__) || defined(__DragonFly__)
+ 
+ #include <math.h>
+ 



Home | Main Index | Thread Index | Old Index