summaryrefslogtreecommitdiff
path: root/math/cassowary
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1999-09-08 17:17:41 +0000
committerhubertf <hubertf@pkgsrc.org>1999-09-08 17:17:41 +0000
commit415343cb215f09a4ba9a78ff5825a4274f721f96 (patch)
treed91a05114d561964156c9fac7aa1443289bd7776 /math/cassowary
parent54a089907919373dda734eefeb75d4d43a29ce70 (diff)
downloadpkgsrc-415343cb215f09a4ba9a78ff5825a4274f721f96.tar.gz
<values.h> is no longer part of NetBSD.
Diffstat (limited to 'math/cassowary')
-rw-r--r--math/cassowary/files/patch-sum6
-rw-r--r--math/cassowary/patches/patch-ab18
-rw-r--r--math/cassowary/patches/patch-ac12
-rw-r--r--math/cassowary/patches/patch-ad12
4 files changed, 42 insertions, 6 deletions
diff --git a/math/cassowary/files/patch-sum b/math/cassowary/files/patch-sum
index a0701aced78..29d8301fe86 100644
--- a/math/cassowary/files/patch-sum
+++ b/math/cassowary/files/patch-sum
@@ -1,4 +1,6 @@
-$NetBSD: patch-sum,v 1.1.1.1 1999/08/24 14:24:26 agc Exp $
+$NetBSD: patch-sum,v 1.2 1999/09/08 17:17:41 hubertf Exp $
MD5 (patch-aa) = b21220ed2c64fbcdecfd8f161fc84b99
-MD5 (patch-ab) = 12397a228af7d007df4bc76316db1b07
+MD5 (patch-ab) = e799bf95602aa9317d409d757cfa9dae
+MD5 (patch-ac) = e6308dd8d885f5e631d4993845ea2c99
+MD5 (patch-ad) = e5fc87e2f82eba03530feda2aaf69b44
diff --git a/math/cassowary/patches/patch-ab b/math/cassowary/patches/patch-ab
index 267d9593c79..2a09b1e8fd5 100644
--- a/math/cassowary/patches/patch-ab
+++ b/math/cassowary/patches/patch-ab
@@ -1,8 +1,18 @@
-$NetBSD: patch-ab,v 1.1.1.1 1999/08/24 14:24:27 agc Exp $
+$NetBSD: patch-ab,v 1.2 1999/09/08 17:17:42 hubertf Exp $
---- c++/Cassowary.h 1999/08/23 15:31:16 1.1
-+++ c++/Cassowary.h 1999/08/23 15:31:24
-@@ -47,6 +47,11 @@
+--- c++/Cassowary.h.orig Mon Jul 12 05:13:14 1999
++++ c++/Cassowary.h Wed Sep 8 17:58:26 1999
+@@ -22,7 +22,9 @@
+ #endif
+
+ #include "ClConstraintHash.h"
++#ifndef __NetBSD__
+ #include <values.h>
++#endif
+
+ #ifdef USE_GC
+ #include "../../gc/gc_cpp.h"
+@@ -47,6 +49,11 @@
typedef double Number;
typedef long FDNumber;
diff --git a/math/cassowary/patches/patch-ac b/math/cassowary/patches/patch-ac
new file mode 100644
index 00000000000..e53c1ee2160
--- /dev/null
+++ b/math/cassowary/patches/patch-ac
@@ -0,0 +1,12 @@
+--- c++/ClC.cc.orig Wed Sep 8 18:38:16 1999
++++ c++/ClC.cc Wed Sep 8 18:38:36 1999
+@@ -17,7 +17,9 @@
+ #include "Cl.h"
+ #include <strstream.h>
+ #include <stdio.h>
++#ifndef __NetBSD__
+ #include <values.h>
++#endif
+
+ #ifdef HAVE_CONFIG_H
+ #include <cassowary/config.h>
diff --git a/math/cassowary/patches/patch-ad b/math/cassowary/patches/patch-ad
new file mode 100644
index 00000000000..6370925bec5
--- /dev/null
+++ b/math/cassowary/patches/patch-ad
@@ -0,0 +1,12 @@
+--- c++/ClC.h.orig Wed Sep 8 18:46:40 1999
++++ c++/ClC.h Wed Sep 8 18:46:50 1999
+@@ -23,7 +23,9 @@
+ #endif
+
+ #include <stdio.h>
++#ifndef __NetBSD__
+ #include <values.h>
++#endif
+
+
+ #define boolean int