diff options
author | joerg <joerg> | 2005-12-22 14:37:17 +0000 |
---|---|---|
committer | joerg <joerg> | 2005-12-22 14:37:17 +0000 |
commit | d15564448be5c5cf6ce760a81bb7e293381f8726 (patch) | |
tree | be95f8dcbfcaa4b502b0de67741d662864a1ce7c /lang/ocaml | |
parent | b64ca5f72339fd7edda1d7789d7264578bc79795 (diff) | |
download | pkgsrc-d15564448be5c5cf6ce760a81bb7e293381f8726.tar.gz |
DragonFly needs the stublib PLIST fragment as well. Bump revision.
Fix another place where a ocaml script is installed with
BSD_INSTALL_PROGRAM, which doesn't work on DragonFly, since strip
bails out.
Diffstat (limited to 'lang/ocaml')
-rw-r--r-- | lang/ocaml/Makefile | 5 | ||||
-rw-r--r-- | lang/ocaml/distinfo | 4 | ||||
-rw-r--r-- | lang/ocaml/patches/patch-bh | 4 |
3 files changed, 7 insertions, 6 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 3b69b912bc3..1f586aba796 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.41 2005/10/25 08:13:23 tonio Exp $ +# $NetBSD: Makefile,v 1.42 2005/12/22 14:37:17 joerg Exp $ .include "Makefile.common" +PKGREVISION= 1 CONFIGURE_ARGS+= -no-tk CONFIGURE_ENV+= disable_x11=yes @@ -18,7 +19,7 @@ PLIST_SRC+= ${PKGDIR}/PLIST.prof PLIST_SRC+= ${PKGDIR}/PLIST .endif -.if ${OPSYS} == "Darwin" +.if ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly" PLIST_SRC+= ${PKGDIR}/PLIST.stub .endif diff --git a/lang/ocaml/distinfo b/lang/ocaml/distinfo index 100b2d4505e..a9d02207012 100644 --- a/lang/ocaml/distinfo +++ b/lang/ocaml/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.31 2005/11/29 07:02:47 joerg Exp $ +$NetBSD: distinfo,v 1.32 2005/12/22 14:37:17 joerg Exp $ SHA1 (ocaml-3.08.4.tar.bz2) = d9eb54611d24f9e1c33736f12c7ba87412057cbb RMD160 (ocaml-3.08.4.tar.bz2) = 448ed9af56cacb9c32208d064e1c9732a2086bd2 @@ -33,7 +33,7 @@ SHA1 (patch-bd) = 2ab20ead8779de1f2eb77d3504e89d182f39a63d SHA1 (patch-be) = 292080cdd459f56c1749b54bf8507f3aacdbd334 SHA1 (patch-bf) = e38ad77f37c451b2887bb4b5849128644b673249 SHA1 (patch-bg) = 760ab3521c7cc9cc573799f6d499e926502354c2 -SHA1 (patch-bh) = ea8d3a21f1957af3c048f8b586df7b4aec50f58a +SHA1 (patch-bh) = 2f14629fa692aec79a280ed0f350fcf20076eecf SHA1 (patch-bi) = 93b0700588ef5e34d28f2fe06bc5974290822708 SHA1 (patch-bk) = ed30ca7afe04ff89c7a5ef8384d37c4f68e9efe7 SHA1 (patch-bm) = fccbd39eb43088da8363687b6757db6fe3abb10d diff --git a/lang/ocaml/patches/patch-bh b/lang/ocaml/patches/patch-bh index df754dfe568..b32dbf812ae 100644 --- a/lang/ocaml/patches/patch-bh +++ b/lang/ocaml/patches/patch-bh @@ -1,4 +1,4 @@ -$NetBSD: patch-bh,v 1.1 2004/04/22 09:18:43 tron Exp $ +$NetBSD: patch-bh,v 1.2 2005/12/22 14:37:17 joerg Exp $ --- otherlibs/labltk/lib/Makefile.orig Fri Aug 9 02:46:30 2002 +++ otherlibs/labltk/lib/Makefile Thu Apr 22 10:34:37 2004 @@ -15,7 +15,7 @@ $NetBSD: patch-bh,v 1.1 2004/04/22 09:18:43 tron Exp $ - chmod 755 $(BINDIR)/$(LIBNAME) + if test -d $(INSTALLDIR); then : ; else ${BSD_INSTALL_DATA_DIR} $(INSTALLDIR); fi + ${BSD_INSTALL_DATA} $(LIBNAME).cma $(INSTALLDIR) -+ ${BSD_INSTALL_PROGRAM} $(LIBNAME)top$(EXE) $(INSTALLDIR) ++ ${BSD_INSTALL_SCRIPT} $(LIBNAME)top$(EXE) $(INSTALLDIR) + @if test -d $(BINDIR); then : ; else ${BSD_INSTALL_PROGRAM_DIR} $(BINDIR); fi + ${BSD_INSTALL_SCRIPT} $(LIBNAME) $(BINDIR) |