Index: Makefile =================================================================== RCS file: /home/pcvs/ports/lang/ocaml/Makefile,v retrieving revision 1.51 diff -u -r1.51 Makefile --- Makefile 9 May 2006 20:52:17 -0000 1.51 +++ Makefile 21 May 2006 12:04:45 -0000 @@ -6,11 +6,13 @@ # PORTNAME= ocaml -PORTVERSION= 3.09.0 +PORTVERSION= 3.09.2 CATEGORIES= lang MASTER_SITES= http://caml.inria.fr/distrib/${DISTNAME:R}/ \ ftp://ftp.inria.fr/INRIA/caml-light/${DISTNAME:R}/ \ - ftp://ftp.kurims.kyoto-u.ac.jp/pub/lang/caml-light/${DISTNAME:R}/ + ftp://ftp.kurims.kyoto-u.ac.jp/pub/lang/caml-light/${DISTNAME:R}/ \ + ${MASTER_SITE_GENTOO} +MASTER_SITE_SUBDIR= distfiles PKGNAMESUFFIX= ${SFX} MAINTAINER?= marwan.burelle@lri.fr @@ -88,7 +90,7 @@ .include .if ${ARCH} == sparc64 || ${ARCH} == ia64 -BROKEN= "ocamlc.opt seg-faults on ${ARCH}, please try to fix" +BROKEN= ocamlc.opt seg-faults on ${ARCH}, please try to fix .endif PLIST_SUB+= PROF="" Index: distinfo =================================================================== RCS file: /home/pcvs/ports/lang/ocaml/distinfo,v retrieving revision 1.20 diff -u -r1.20 distinfo --- distinfo 1 Dec 2005 17:32:25 -0000 1.20 +++ distinfo 21 May 2006 12:04:45 -0000 @@ -1,3 +1,3 @@ -MD5 (ocaml-3.09.0.tar.bz2) = 834f88b1f39aa066bb620747764c0588 -SHA256 (ocaml-3.09.0.tar.bz2) = f64248d171f72a8d980ccd39d31036e747ac5584aa72a272be84a6602b4ab4bd -SIZE (ocaml-3.09.0.tar.bz2) = 2013495 +MD5 (ocaml-3.09.2.tar.bz2) = 63428ce7e114520e8f529c9ca809a1b0 +SHA256 (ocaml-3.09.2.tar.bz2) = 2115d6a4e420b5517ed7313c64bd6bd93f610ec208250b7d025595376180b0b1 +SIZE (ocaml-3.09.2.tar.bz2) = 2036341 Index: files/patch-camlp4-man::Makefile =================================================================== RCS file: /home/pcvs/ports/lang/ocaml/files/patch-camlp4-man::Makefile,v retrieving revision 1.4 diff -u -r1.4 patch-camlp4-man::Makefile --- files/patch-camlp4-man::Makefile 6 Dec 2003 00:05:05 -0000 1.4 +++ files/patch-camlp4-man::Makefile 21 May 2006 12:04:45 -0000 @@ -1,5 +1,5 @@ ---- camlp4/man/Makefile.orig Sat Nov 22 17:30:44 2003 -+++ camlp4/man/Makefile Sat Nov 22 04:48:25 2003 +--- ./camlp4/man/Makefile.orig Thu Jul 3 20:14:49 2003 ++++ ./camlp4/man/Makefile Sun May 21 14:02:41 2006 @@ -3,7 +3,6 @@ include ../config/Makefile Index: files/patch-camlp4::lib::Makefile =================================================================== RCS file: /home/pcvs/ports/lang/ocaml/files/patch-camlp4::lib::Makefile,v retrieving revision 1.1 diff -u -r1.1 patch-camlp4::lib::Makefile --- files/patch-camlp4::lib::Makefile 23 Apr 2005 01:34:05 -0000 1.1 +++ files/patch-camlp4::lib::Makefile 21 May 2006 12:04:45 -0000 @@ -1,6 +1,6 @@ ---- camlp4/lib/Makefile.orig Fri Apr 22 05:28:15 2005 -+++ camlp4/lib/Makefile Fri Apr 22 05:28:41 2005 -@@ -49,7 +49,8 @@ +--- ./camlp4/lib/Makefile.orig Tue Nov 30 21:57:03 2004 ++++ ./camlp4/lib/Makefile Sun May 21 14:02:41 2006 +@@ -51,7 +51,8 @@ installopt: for f in $(TARGET:.cma=.cmxa) $(TARGET:.cma=.p.cmxa) *.cmx ; do \ Index: files/patch-configure =================================================================== RCS file: /home/pcvs/ports/lang/ocaml/files/patch-configure,v retrieving revision 1.6 diff -u -r1.6 patch-configure --- files/patch-configure 1 Dec 2005 15:46:34 -0000 1.6 +++ files/patch-configure 21 May 2006 12:04:45 -0000 @@ -1,14 +1,14 @@ ---- configure.orig Wed Sep 7 12:41:56 2005 -+++ configure Wed Sep 7 12:30:03 2005 -@@ -653,6 +653,7 @@ - alpha,*,digital) profiling='prof';; +--- ./configure.orig Thu Mar 30 14:00:19 2006 ++++ ./configure Sun May 21 14:02:41 2006 +@@ -667,6 +667,7 @@ i386,*,linux_elf) profiling='prof';; + i386,*,gnu) profiling='prof';; i386,*,bsd_elf) profiling='prof';; + *,*,freebsd) profiling='prof';; sparc,*,solaris) profiling='prof' case "$nativecc" in gcc*) ;; *) cc_profile='-xpg';; esac;; -@@ -1123,117 +1124,14 @@ +@@ -1107,117 +1108,14 @@ x11_include="not found" x11_link="not found" Index: files/patch-ocamldoc::Makefile =================================================================== RCS file: /home/pcvs/ports/lang/ocaml/files/patch-ocamldoc::Makefile,v retrieving revision 1.2 diff -u -r1.2 patch-ocamldoc::Makefile --- files/patch-ocamldoc::Makefile 6 Dec 2003 00:05:05 -0000 1.2 +++ files/patch-ocamldoc::Makefile 21 May 2006 12:04:45 -0000 @@ -1,16 +1,16 @@ ---- ocamldoc/Makefile.orig Sat Nov 22 17:38:34 2003 -+++ ocamldoc/Makefile Sat Nov 22 04:34:14 2003 +--- ./ocamldoc/Makefile.orig Thu Nov 10 17:44:36 2005 ++++ ./ocamldoc/Makefile Sun May 21 14:02:41 2006 @@ -40,7 +40,7 @@ - OCAMLDOC_LIBA=odoc_info.a INSTALL_LIBDIR=$(OCAMLLIB)/ocamldoc + INSTALL_CUSTOMDIR=$(INSTALL_LIBDIR)/custom INSTALL_BINDIR=$(OCAMLBIN) -INSTALL_MANODIR=$(MANDIR)/man3 +INSTALL_MANODIR=$(MANDIR)/mann - INSTALL_MLIS=odoc_info.mli + INSTALL_MLIS=odoc_info.mli INSTALL_CMIS=$(INSTALL_MLIS:.mli=.cmi) -@@ -281,7 +281,9 @@ - $(CP) ocamldoc.hva *.cmi $(GENERATORS) $(OCAMLDOC_LIBCMA) $(INSTALL_LIBDIR) +@@ -261,7 +261,9 @@ + $(CP) ocamldoc.hva *.cmi $(OCAMLDOC_LIBCMA) $(INSTALL_LIBDIR) $(CP) $(INSTALL_MLIS) $(INSTALL_CMIS) $(INSTALL_LIBDIR) if test -d $(INSTALL_MANODIR); then : ; else $(MKDIR) $(INSTALL_MANODIR); fi - $(CP) stdlib_man/* $(INSTALL_MANODIR) Index: files/patch-stdlib::Makefile =================================================================== RCS file: /home/pcvs/ports/lang/ocaml/files/patch-stdlib::Makefile,v retrieving revision 1.1 diff -u -r1.1 patch-stdlib::Makefile --- files/patch-stdlib::Makefile 23 Apr 2005 01:34:05 -0000 1.1 +++ files/patch-stdlib::Makefile 21 May 2006 12:04:45 -0000 @@ -1,6 +1,6 @@ ---- stdlib/Makefile.bak Fri Apr 22 05:04:24 2005 -+++ stdlib/Makefile Fri Apr 22 05:13:40 2005 -@@ -47,8 +47,7 @@ +--- ./stdlib/Makefile.orig Mon Nov 29 17:53:30 2004 ++++ ./stdlib/Makefile Sun May 21 14:02:41 2006 +@@ -48,8 +48,7 @@ rm -f std_exit.p.cmi install: