diff options
author | jaapb <jaapb@pkgsrc.org> | 2016-05-05 08:12:01 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2016-05-05 08:12:01 +0000 |
commit | d94c6d790baaa5d8d69f9ab39188943098b7b288 (patch) | |
tree | 50e5dda272be898517cdeebeaecd82bf362bd111 /lang/ocaml/patches/patch-stdlib_Makefile | |
parent | 947fb502065363a81b56b73e03095c8a2d475be8 (diff) | |
download | pkgsrc-d94c6d790baaa5d8d69f9ab39188943098b7b288.tar.gz |
Updated package to latest version, 4.03.0. Also removed some obsolete and
unneeded patches.
The list of changes is a thousand lines long, so I'm not including it
here: details can be found in the Changes file in the top directory of the
package after extraction.
Diffstat (limited to 'lang/ocaml/patches/patch-stdlib_Makefile')
-rw-r--r-- | lang/ocaml/patches/patch-stdlib_Makefile | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/lang/ocaml/patches/patch-stdlib_Makefile b/lang/ocaml/patches/patch-stdlib_Makefile index fcfb6dfdf37..cbc8f9e1e6d 100644 --- a/lang/ocaml/patches/patch-stdlib_Makefile +++ b/lang/ocaml/patches/patch-stdlib_Makefile @@ -1,24 +1,24 @@ -$NetBSD: patch-stdlib_Makefile,v 1.3 2015/12/29 23:34:53 dholland Exp $ +$NetBSD: patch-stdlib_Makefile,v 1.4 2016/05/05 08:12:01 jaapb Exp $ Use BSD_INSTALL_* instead of mkdir and cp ---- stdlib/Makefile.orig 2014-04-12 10:17:02.000000000 +0000 +--- stdlib/Makefile.orig 2016-04-01 12:53:41.000000000 +0000 +++ stdlib/Makefile -@@ -25,7 +25,7 @@ allopt-prof: stdlib.p.cmxa std_exit.p.cm +@@ -27,7 +27,7 @@ allopt-prof: stdlib.p.cmxa std_exit.p.cm installopt: installopt-default installopt-$(PROFILING) installopt-default: -- cp stdlib.cmxa stdlib.a std_exit.o *.cmx $(INSTALL_LIBDIR) -+ $(BSD_INSTALL_DATA) stdlib.cmxa stdlib.a std_exit.o *.cmx $(INSTALL_LIBDIR) - cd $(INSTALL_LIBDIR); $(RANLIB) stdlib.a +- cp stdlib.cmxa stdlib.a std_exit.o *.cmx "$(INSTALL_LIBDIR)" ++ $(BSD_INSTALL_DATA) stdlib.cmxa stdlib.a std_exit.o *.cmx "$(INSTALL_LIBDIR)" + cd "$(INSTALL_LIBDIR)"; $(RANLIB) stdlib.a installopt-noprof: -@@ -39,7 +39,7 @@ installopt-noprof: - ln -s std_exit.o $(INSTALL_LIBDIR)/std_exit.p.o +@@ -41,7 +41,7 @@ installopt-noprof: + ln -s std_exit.o "$(INSTALL_LIBDIR)/std_exit.p.o" installopt-prof: -- cp stdlib.p.cmxa stdlib.p.a std_exit.p.cmx std_exit.p.o $(INSTALL_LIBDIR) -+ $(BSD_INSTALL_DATA) stdlib.p.cmxa stdlib.p.a std_exit.p.cmx std_exit.p.o $(INSTALL_LIBDIR) - cd $(INSTALL_LIBDIR); $(RANLIB) stdlib.p.a +- cp stdlib.p.cmxa stdlib.p.a std_exit.p.cmx std_exit.p.o \ ++ $(BSD_INSTALL_DATA) stdlib.p.cmxa stdlib.p.a std_exit.p.cmx std_exit.p.o \ + "$(INSTALL_LIBDIR)" + cd "$(INSTALL_LIBDIR)"; $(RANLIB) stdlib.p.a - stdlib.p.cmxa: $(OBJS:.cmo=.p.cmx) |