summaryrefslogtreecommitdiff
path: root/databases/geneweb
diff options
context:
space:
mode:
authortonio <tonio>2009-09-06 13:04:19 +0000
committertonio <tonio>2009-09-06 13:04:19 +0000
commit480ccbaea9e5925a248f8d81020ee55750d446f6 (patch)
tree410040c8ef95856fcc39c80b7a620a196ea1256d /databases/geneweb
parent043adf7dd2a02c92412f9acc26f8ebc91c05d6a3 (diff)
downloadpkgsrc-480ccbaea9e5925a248f8d81020ee55750d446f6.tar.gz
Let geneweb build with ocaml 3.11 by not emitting errors on warnings
Diffstat (limited to 'databases/geneweb')
-rw-r--r--databases/geneweb/distinfo3
-rw-r--r--databases/geneweb/patches/patch-ad17
2 files changed, 19 insertions, 1 deletions
diff --git a/databases/geneweb/distinfo b/databases/geneweb/distinfo
index db0d918d247..f1b3de18015 100644
--- a/databases/geneweb/distinfo
+++ b/databases/geneweb/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.14 2008/06/15 22:55:22 gdt Exp $
+$NetBSD: distinfo,v 1.15 2009/09/06 13:04:19 tonio Exp $
SHA1 (geneweb-5.01.tgz) = 4443b12d88cc8a6fa04ae903ace3f7bdb384d40e
RMD160 (geneweb-5.01.tgz) = 75507bb35df74b92becc8514c9ad82c8f4ef886e
Size (geneweb-5.01.tgz) = 1388008 bytes
SHA1 (patch-ac) = cf35956939ab1ce57cac2a4261f892b0a34cb053
+SHA1 (patch-ad) = 83bdd42cc3229257b9eca3433c2f09b315b5e53d
diff --git a/databases/geneweb/patches/patch-ad b/databases/geneweb/patches/patch-ad
new file mode 100644
index 00000000000..e1e1aa6a529
--- /dev/null
+++ b/databases/geneweb/patches/patch-ad
@@ -0,0 +1,17 @@
+$NetBSD: patch-ad,v 1.1 2009/09/06 13:04:53 tonio Exp $
+
+Do not emit errors on warning, to build with ocaml 3.11
+
+--- tools/Makefile.inc.unix.orig 2009-09-06 12:58:26.000000000 +0000
++++ tools/Makefile.inc.unix 2009-09-06 12:58:42.000000000 +0000
+@@ -5,8 +5,8 @@
+ CAMLP5F=-DUNIX
+ CAMLP5D=+camlp5
+ LIBUNIX=-cclib -lunix
+-OCAMLC=ocamlc.opt -warn-error A
+-OCAMLOPT=ocamlopt.opt -warn-error A
++OCAMLC=ocamlc.opt
++OCAMLOPT=ocamlopt.opt
+ OCAMLI=
+ OCAMLD=
+ STRIP=strip