head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.2 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.1.0.8 pkgsrc-2012Q4-base:1.1 pkgsrc-2012Q3:1.1.0.6 pkgsrc-2012Q3-base:1.1 pkgsrc-2012Q2:1.1.0.4 pkgsrc-2012Q2-base:1.1 pkgsrc-2012Q1:1.1.0.2; locks; strict; comment @# @; 1.2 date 2013.03.24.18.34.47; author dholland; state dead; branches; next 1.1; 1.1 date 2012.04.13.07.34.53; author dholland; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2012.04.13.07.34.53; author tron; state dead; branches; next 1.1.2.2; 1.1.2.2 date 2012.04.15.14.35.20; author tron; state Exp; branches; next ; desc @@ 1.2 log @Remove ocamlduce; it is unbuildable, dead upstream, and the maintainer said quite a ways back to just kill it. @ text @$NetBSD: ocaml-configure.diff,v 1.1 2012/04/13 07:34:53 dholland Exp $ --- configure~ 2011-07-04 21:15:01.000000000 +0000 +++ configure @@@@ -621,7 +621,7 @@@@ if test $withsharedlibs = "yes"; then i[3456]86-*-linux*) natdynlink=true;; x86_64-*-linux*) natdynlink=true;; i[3456]86-*-darwin10.*) - if test $arch64 == true; then + if test $arch64 = true; then natdynlink=true fi;; i[3456]86-*-darwin[89]*) natdynlink=true;; @ 1.1 log @Update to 3.12.1, syncing with current ocaml in pkgsrc and thereby fixing the build. Changes 3.12.0.0 -> 3.12.1.0: - merge with OCaml 3.12.1 Changes 3.11.2.0 -> 3.12.0.0: - merge with OCaml 3.12.0 - drop native ocamlducedoc - fix memory leak issue in NS handling [Stefan Lampe] Changes 3.11.1.0 -> 3.11.2.0: - merge with OCaml 3.11.2 - build and install native-code plugin - build ocamldoc library - accept also ocaml_cmi_magic_number in objinfo @ text @d1 1 a1 1 $NetBSD$ @ 1.1.2.1 log @file ocaml-configure.diff was added on branch pkgsrc-2012Q1 on 2012-04-15 14:35:20 +0000 @ text @d1 13 @ 1.1.2.2 log @Pullup ticket #3735 - requested by dholland lang/ocamlduce: build fix Revisions pulled up: - lang/ocamlduce/Makefile 1.9 - lang/ocamlduce/PLIST.opt 1.3 - lang/ocamlduce/distinfo 1.5 - lang/ocamlduce/files/ocaml-configure.diff 1.1 - lang/ocamlduce/patches/patch-aa 1.3 --- Module Name: pkgsrc Committed By: dholland Date: Fri Apr 13 07:34:54 UTC 2012 Modified Files: pkgsrc/lang/ocamlduce: Makefile PLIST.opt distinfo pkgsrc/lang/ocamlduce/patches: patch-aa Added Files: pkgsrc/lang/ocamlduce/files: ocaml-configure.diff Log Message: Update to 3.12.1, syncing with current ocaml in pkgsrc and thereby fixing the build. Changes 3.12.0.0 -> 3.12.1.0: - merge with OCaml 3.12.1 Changes 3.11.2.0 -> 3.12.0.0: - merge with OCaml 3.12.0 - drop native ocamlducedoc - fix memory leak issue in NS handling [Stefan Lampe] Changes 3.11.1.0 -> 3.11.2.0: - merge with OCaml 3.11.2 - build and install native-code plugin - build ocamldoc library - accept also ocaml_cmi_magic_number in objinfo @ text @a0 13 $NetBSD$ --- configure~ 2011-07-04 21:15:01.000000000 +0000 +++ configure @@@@ -621,7 +621,7 @@@@ if test $withsharedlibs = "yes"; then i[3456]86-*-linux*) natdynlink=true;; x86_64-*-linux*) natdynlink=true;; i[3456]86-*-darwin10.*) - if test $arch64 == true; then + if test $arch64 = true; then natdynlink=true fi;; i[3456]86-*-darwin[89]*) natdynlink=true;; @