pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ocaml Updated patch-configure to correct a build ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/733381e86986
branches:  trunk
changeset: 610465:733381e86986
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Fri Oct 26 08:18:15 2012 +0000

description:
Updated patch-configure to correct a build failure on DragonFly BSD
(discussed with marino@)

diffstat:

 lang/ocaml/distinfo                |   4 ++--
 lang/ocaml/patches/patch-configure |  11 ++++++++++-
 2 files changed, 12 insertions(+), 3 deletions(-)

diffs (40 lines):

diff -r 2c9c20bb0637 -r 733381e86986 lang/ocaml/distinfo
--- a/lang/ocaml/distinfo       Fri Oct 26 02:25:51 2012 +0000
+++ b/lang/ocaml/distinfo       Fri Oct 26 08:18:15 2012 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.64 2012/10/08 15:05:32 jaapb Exp $
+$NetBSD: distinfo,v 1.65 2012/10/26 08:18:15 jaapb Exp $
 
 SHA1 (ocaml-4.00.1.tar.bz2) = 10b8a4d0b88d20b003e3dd719f2ac9434e6a1042
 RMD160 (ocaml-4.00.1.tar.bz2) = db28f57b463af90650b877af0baf44eb226b0a79
@@ -11,7 +11,7 @@
 SHA1 (patch-bytecomp_bytelink.ml) = 051044bc6f534d3f197d40e6d527e5224a1f166a
 SHA1 (patch-byterun_Makefile) = 9681ce78c78879d29d9c58f35278a14e6cb18e96
 SHA1 (patch-camlp4_man_Makefile) = c3a5dc09a2cc15d969c4e074be7da98a979f7db4
-SHA1 (patch-configure) = 0a6a4c75f1c6ef6d4dfc0a1bcfe1a003e5e0db6b
+SHA1 (patch-configure) = 71c49c38c59350897fe9b0831cfc2bab52b922b4
 SHA1 (patch-debugger_Makefile.shared) = 583fa88caf965164aa3b638dda4c2a6e8878bdf9
 SHA1 (patch-man_Makefile) = 3f52dd1fcbde53399852a6490d5f27fc7c1c98e5
 SHA1 (patch-ocamldoc_Makefile) = d09c5f779dc1da9317d1c6e5eb4b251a9af45562
diff -r 2c9c20bb0637 -r 733381e86986 lang/ocaml/patches/patch-configure
--- a/lang/ocaml/patches/patch-configure        Fri Oct 26 02:25:51 2012 +0000
+++ b/lang/ocaml/patches/patch-configure        Fri Oct 26 08:18:15 2012 +0000
@@ -1,8 +1,17 @@
-$NetBSD: patch-configure,v 1.1 2012/10/08 15:05:33 jaapb Exp $
+$NetBSD: patch-configure,v 1.2 2012/10/26 08:18:15 jaapb Exp $
 
 Several configure changes to work on and detect NetBSD (and some other OSes)
 --- configure.orig     2012-06-26 15:33:50.000000000 +0000
 +++ configure
+@@ -537,7 +537,7 @@ if test $withsharedlibs = "yes"; then
+       mksharedlib="$flexlink"
+       mkmaindll="$flexlink -maindll"
+       shared_libraries_supported=true;;
+-    *-*-linux-gnu|*-*-linux|*-*-freebsd[3-9]*|*-*-openbsd*|*-*-netbsd*|*-*-gnu*)
++    *-*-linux-gnu|*-*-linux|*-*-freebsd[3-9]*|*-*-openbsd*|*-*-netbsd*|*-*-gnu*|*-*-dragonfly)
+       sharedcccompopts="-fPIC"
+       mksharedlib="$bytecc -shared"
+       bytecclinkopts="$bytecclinkopts -Wl,-E"
 @@ -633,7 +633,7 @@ if test $withsharedlibs = "yes"; then
      x86_64-*-linux*)              natdynlink=true;;
      i[3456]86-*-darwin[89].*)     natdynlink=true;;



Home | Main Index | Thread Index | Old Index