pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/ocaml DragonFly needs the stublib PLIST fragment ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5ca5c160b94d
branches: trunk
changeset: 504797:5ca5c160b94d
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu Dec 22 14:37:17 2005 +0000
description:
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:
lang/ocaml/Makefile | 5 +++--
lang/ocaml/distinfo | 4 ++--
lang/ocaml/patches/patch-bh | 4 ++--
3 files changed, 7 insertions(+), 6 deletions(-)
diffs (58 lines):
diff -r adc2cfd7ad34 -r 5ca5c160b94d lang/ocaml/Makefile
--- a/lang/ocaml/Makefile Thu Dec 22 14:31:08 2005 +0000
+++ b/lang/ocaml/Makefile Thu Dec 22 14:37:17 2005 +0000
@@ -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
.endif
-.if ${OPSYS} == "Darwin"
+.if ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly"
PLIST_SRC+= ${PKGDIR}/PLIST.stub
.endif
diff -r adc2cfd7ad34 -r 5ca5c160b94d lang/ocaml/distinfo
--- a/lang/ocaml/distinfo Thu Dec 22 14:31:08 2005 +0000
+++ b/lang/ocaml/distinfo Thu Dec 22 14:37:17 2005 +0000
@@ -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-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 -r adc2cfd7ad34 -r 5ca5c160b94d lang/ocaml/patches/patch-bh
--- a/lang/ocaml/patches/patch-bh Thu Dec 22 14:31:08 2005 +0000
+++ b/lang/ocaml/patches/patch-bh Thu Dec 22 14:37:17 2005 +0000
@@ -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 @@
- 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)
Home |
Main Index |
Thread Index |
Old Index