pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/geneweb Let geneweb build with ocaml 3.11 by...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/793ac66dc1f5
branches:  trunk
changeset: 398675:793ac66dc1f5
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Sun Sep 06 13:04:19 2009 +0000

description:
Let geneweb build with ocaml 3.11 by not emitting errors on warnings

diffstat:

 databases/geneweb/distinfo         |   3 ++-
 databases/geneweb/patches/patch-ad |  17 +++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 79afd28fe2e3 -r 793ac66dc1f5 databases/geneweb/distinfo
--- a/databases/geneweb/distinfo        Sun Sep 06 12:59:39 2009 +0000
+++ b/databases/geneweb/distinfo        Sun Sep 06 13:04:19 2009 +0000
@@ -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 -r 79afd28fe2e3 -r 793ac66dc1f5 databases/geneweb/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/geneweb/patches/patch-ad        Sun Sep 06 13:04:19 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index