pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/ocaml-ssl/patches Removed superfluous patch f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a71238c7fc11
branches:  trunk
changeset: 325908:a71238c7fc11
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Tue Nov 27 19:05:00 2018 +0000

description:
Removed superfluous patch file from security/ocaml-ssl

diffstat:

 security/ocaml-ssl/patches/patch-src_Makefile |  15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)

diffs (19 lines):

diff -r bc9b55aae0b2 -r a71238c7fc11 security/ocaml-ssl/patches/patch-src_Makefile
--- a/security/ocaml-ssl/patches/patch-src_Makefile     Tue Nov 27 19:03:18 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_Makefile,v 1.1 2012/07/14 21:23:49 wiz Exp $
-
-Fix ocamlfind installation procedure w/r/t DESTDIR
---- src/Makefile.in.orig       2011-03-01 07:57:16.000000000 +0000
-+++ src/Makefile.in
-@@ -53,7 +53,8 @@ opt: native-code-library
- native-code-library: byte-code-library
- 
- install:
--      $(OCAMLFIND) install $(OCAMLFIND_INSTFLAGS) $(RESULT) META $(LIBINSTALL_FILES)
-+      ${BSD_INSTALL_DATA_DIR} ${DESTDIR}`ocamlc -where`/site-lib
-+      $(OCAMLFIND) install -ldconf /dev/null -destdir ${DESTDIR}`ocamlc -where`/site-lib $(OCAMLFIND_INSTFLAGS) $(RESULT) META $(LIBINSTALL_FILES)
- 
- uninstall:
-       $(OCAMLFIND) remove $(OCAMLFIND_INSTFLAGS) $(RESULT)



Home | Main Index | Thread Index | Old Index