diff options
Diffstat (limited to 'lang/ocaml/files')
-rw-r--r-- | lang/ocaml/files/patch-camlp4-man::Makefile | 4 | ||||
-rw-r--r-- | lang/ocaml/files/patch-camlp4::lib::Makefile | 6 | ||||
-rw-r--r-- | lang/ocaml/files/patch-configure | 10 | ||||
-rw-r--r-- | lang/ocaml/files/patch-ocamldoc::Makefile | 12 | ||||
-rw-r--r-- | lang/ocaml/files/patch-stdlib::Makefile | 6 |
5 files changed, 19 insertions, 19 deletions
diff --git a/lang/ocaml/files/patch-camlp4-man::Makefile b/lang/ocaml/files/patch-camlp4-man::Makefile index 193781dd4bb6..2626d2574ce6 100644 --- a/lang/ocaml/files/patch-camlp4-man::Makefile +++ b/lang/ocaml/files/patch-camlp4-man::Makefile @@ -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 diff --git a/lang/ocaml/files/patch-camlp4::lib::Makefile b/lang/ocaml/files/patch-camlp4::lib::Makefile index 3b948cab8da5..174a410b3b4e 100644 --- a/lang/ocaml/files/patch-camlp4::lib::Makefile +++ b/lang/ocaml/files/patch-camlp4::lib::Makefile @@ -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 \ diff --git a/lang/ocaml/files/patch-configure b/lang/ocaml/files/patch-configure index f54943ec7e20..1d822d8d7d15 100644 --- a/lang/ocaml/files/patch-configure +++ b/lang/ocaml/files/patch-configure @@ -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" diff --git a/lang/ocaml/files/patch-ocamldoc::Makefile b/lang/ocaml/files/patch-ocamldoc::Makefile index 544893e26311..f5517373077e 100644 --- a/lang/ocaml/files/patch-ocamldoc::Makefile +++ b/lang/ocaml/files/patch-ocamldoc::Makefile @@ -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) diff --git a/lang/ocaml/files/patch-stdlib::Makefile b/lang/ocaml/files/patch-stdlib::Makefile index 9ed197b03123..9bd92e1c2566 100644 --- a/lang/ocaml/files/patch-stdlib::Makefile +++ b/lang/ocaml/files/patch-stdlib::Makefile @@ -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: |