summaryrefslogtreecommitdiff
path: root/security/ocaml-ssl
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-14 19:16:25 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-14 19:16:25 +0000
commit13b803f691448714cc24b91c8b56f44a4176a88f (patch)
tree0bdc3f4f7d84cdcf3a362c23c1be84cb0faee683 /security/ocaml-ssl
parentbdca4c449cf5a935425b3ceed5455bb6a0d48035 (diff)
downloadpkgsrc-13b803f691448714cc24b91c8b56f44a4176a88f.tar.gz
Don't mess with ldconf.
Diffstat (limited to 'security/ocaml-ssl')
-rw-r--r--security/ocaml-ssl/distinfo4
-rw-r--r--security/ocaml-ssl/patches/patch-aa4
2 files changed, 4 insertions, 4 deletions
diff --git a/security/ocaml-ssl/distinfo b/security/ocaml-ssl/distinfo
index 97a34f95e31..4885c4a3c3d 100644
--- a/security/ocaml-ssl/distinfo
+++ b/security/ocaml-ssl/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2010/01/30 19:44:50 joerg Exp $
+$NetBSD: distinfo,v 1.5 2010/02/14 19:16:25 joerg Exp $
SHA1 (ocaml-ssl-0.4.2.tar.gz) = ec6362b681aa5498143ec0c4ddd77fbbe745a2aa
RMD160 (ocaml-ssl-0.4.2.tar.gz) = ba5b4106d19e0b3d50e9a19d705ef18a5b20948c
Size (ocaml-ssl-0.4.2.tar.gz) = 109090 bytes
-SHA1 (patch-aa) = e13b4c2f9ee38cb45f3eeb74f36a9887b194daf1
+SHA1 (patch-aa) = 5a1b4b6282b083f0d86bfa0448cef75602c64785
diff --git a/security/ocaml-ssl/patches/patch-aa b/security/ocaml-ssl/patches/patch-aa
index 92232028abf..6053fa4134e 100644
--- a/security/ocaml-ssl/patches/patch-aa
+++ b/security/ocaml-ssl/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1 2010/01/30 19:44:51 joerg Exp $
+$NetBSD: patch-aa,v 1.2 2010/02/14 19:16:25 joerg Exp $
--- src/Makefile.in.orig 2010-01-30 19:40:05.000000000 +0000
+++ src/Makefile.in
@@ -8,7 +8,7 @@ $NetBSD: patch-aa,v 1.1 2010/01/30 19:44:51 joerg Exp $
install:
- $(OCAMLFIND) install $(OCAMLFIND_INSTFLAGS) $(RESULT) META $(LIBINSTALL_FILES)
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}`ocamlc -where`/site-lib
-+ $(OCAMLFIND) install -destdir ${DESTDIR}`ocamlc -where`/site-lib $(OCAMLFIND_INSTFLAGS) $(RESULT) META $(LIBINSTALL_FILES)
++ $(OCAMLFIND) install -ldconf /dev/null -destdir ${DESTDIR}`ocamlc -where`/site-lib $(OCAMLFIND_INSTFLAGS) $(RESULT) META $(LIBINSTALL_FILES)
uninstall:
$(OCAMLFIND) remove $(OCAMLFIND_INSTFLAGS) $(RESULT)