And finally, upgrade OCaml to 4.02. The dependencies on lang/ocaml,-camlp4 are changed to lang/ocaml-camlp4, since camlp4 is no longer included with OCaml. Findlib will no longer install the Bytes module which is now included in OCaml. As far is I can see, only findlib needs a REVISION bump. Apart from findlib and lang/ocaml, only BUILD_DEPENDS are changed. RUN_DEPENDS of all OCaml packages are automatically updated via PKGSPEC in lang/ocaml. Should something break, I am reachable and ready to fix it.
OK?
Christopher
Index: devel/coccinelle/Makefile
===================================================================
RCS file: /cvs/ports/devel/coccinelle/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- devel/coccinelle/Makefile 22 Aug 2014 22:49:07 -0000 1.23
+++ devel/coccinelle/Makefile 1 Sep 2014 11:15:58 -0000
@@ -25,7 +25,7 @@ MASTER_SITES = ${HOMEPAGE}distrib/
MODULES = lang/ocaml \
lang/python
-BUILD_DEPENDS = ${RUN_DEPENDS}
+BUILD_DEPENDS = ${RUN_DEPENDS} lang/ocaml-camlp4
RUN_DEPENDS = devel/ocaml-pcre \
sysutils/findlib \
sysutils/ggrep \
Index: devel/ocaml-bitstring/Makefile
===================================================================
RCS file: /cvs/ports/devel/ocaml-bitstring/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- devel/ocaml-bitstring/Makefile 22 Aug 2014 22:21:53 -0000 1.2
+++ devel/ocaml-bitstring/Makefile 1 Sep 2014 11:16:53 -0000
@@ -18,7 +18,7 @@ PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= https://bitstring.googlecode.com/files/
MODULES= lang/ocaml
-BUILD_DEPENDS= sysutils/findlib
+BUILD_DEPENDS= sysutils/findlib lang/ocaml-camlp4
.include <bsd.port.arch.mk>
.if ! ${PROPERTIES:Mocaml_native}
Index: devel/ocaml-camomile/Makefile
===================================================================
RCS file: /cvs/ports/devel/ocaml-camomile/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- devel/ocaml-camomile/Makefile 27 Aug 2014 07:47:47 -0000 1.6
+++ devel/ocaml-camomile/Makefile 1 Sep 2014 11:16:53 -0000
@@ -22,7 +22,7 @@ PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ocaml
-BUILD_DEPENDS = sysutils/findlib lang/ocaml,-camlp4
+BUILD_DEPENDS = sysutils/findlib lang/ocaml-camlp4
CONFIGURE_STYLE = gnu dest autoconf no-autoheader
AUTOCONF_VERSION = 2.69
Index: devel/ocaml-lambda-term/Makefile
===================================================================
RCS file: /cvs/ports/devel/ocaml-lambda-term/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- devel/ocaml-lambda-term/Makefile 27 Aug 2014 08:05:17 -0000 1.11
+++ devel/ocaml-lambda-term/Makefile 1 Sep 2014 11:16:53 -0000
@@ -22,7 +22,7 @@ WANTLIB = c ev m pthread charset
MODULES = lang/ocaml converters/libiconv
-BUILD_DEPENDS = devel/ocaml-lwt devel/ocaml-zed lang/ocaml,-camlp4
+BUILD_DEPENDS = devel/ocaml-lwt devel/ocaml-zed lang/ocaml-camlp4
RUN_DEPENDS = devel/ocaml-lwt devel/ocaml-zed
LIB_DEPENDS = devel/libev
Index: devel/ocaml-lwt/Makefile
===================================================================
RCS file: /cvs/ports/devel/ocaml-lwt/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- devel/ocaml-lwt/Makefile 27 Aug 2014 08:05:17 -0000 1.13
+++ devel/ocaml-lwt/Makefile 1 Sep 2014 11:16:54 -0000
@@ -22,7 +22,7 @@ MODULES = lang/ocaml \
MYDEPENDS = devel/ocaml-react \
textproc/ocaml-text \
security/ocaml-ssl
-BUILD_DEPENDS = ${MYDEPENDS} sysutils/findlib lang/ocaml,-camlp4
+BUILD_DEPENDS = ${MYDEPENDS} sysutils/findlib lang/ocaml-camlp4
RUN_DEPENDS = ${MYDEPENDS}
LIB_DEPENDS = devel/glib2 devel/libev
WANTLIB = glib-2.0 ev pthread
Index: devel/ounit/Makefile
===================================================================
RCS file: /cvs/ports/devel/ounit/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- devel/ounit/Makefile 22 Aug 2014 22:49:07 -0000 1.6
+++ devel/ounit/Makefile 1 Sep 2014 11:17:16 -0000
@@ -17,7 +17,7 @@ PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ocaml
-BUILD_DEPENDS += sysutils/findlib
+BUILD_DEPENDS += sysutils/findlib lang/ocaml-camlp4
CONFIGURE_STYLE = oasis
Index: devel/utop/Makefile
===================================================================
RCS file: /cvs/ports/devel/utop/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- devel/utop/Makefile 27 Aug 2014 08:05:17 -0000 1.4
+++ devel/utop/Makefile 1 Sep 2014 11:18:09 -0000
@@ -21,7 +21,7 @@ CONFIGURE_ARGS += --enable-tests
MODULES = lang/ocaml
RUN_DEPENDS = devel/ocaml-lambda-term
-BUILD_DEPENDS = ${RUN_DEPENDS} sysutils/findlib
lang/ocaml,-camlp4
+BUILD_DEPENDS = ${RUN_DEPENDS} sysutils/findlib
lang/ocaml-camlp4
# silence a warning
post-extract:
Index: lang/ocaml/Makefile
===================================================================
RCS file: /cvs/ports/lang/ocaml/Makefile,v
retrieving revision 1.64
diff -u -p -r1.64 Makefile
--- lang/ocaml/Makefile 21 Aug 2014 20:54:04 -0000 1.64
+++ lang/ocaml/Makefile 1 Sep 2014 11:20:21 -0000
@@ -2,23 +2,18 @@
NOT_FOR_ARCHS= hppa
-MULTI_PACKAGES = -camlp4 -graphics -labltk -main
+MULTI_PACKAGES = -graphics -main
COMMENT-main = ML language with complete class-based objective system
COMMENT-graphics = OCaml Graphics library providing basic drawing primitives
-COMMENT-camlp4 = OCaml Preprocessor and Pretty-Printer
-COMMENT-labltk = OCaml TK bindings
# XXX Don't even think of updating ocaml alone.
# Do check that the ports that depend on it still work, or repair them.
# Don't forget to bump version in ocaml.port.mk, too!
-VERSION=4.01.0
-REVISION = 0
+VERSION=4.02.0
PKGNAME-main = ocaml-${VERSION}
PKGNAME-graphics = ocaml-graphics-${VERSION}
-PKGNAME-camlp4 = ocaml-camlp4-${VERSION}
-PKGNAME-labltk = ocaml-labltk-${VERSION}
# OCaml has no binary compatibility between releases.
PKGSPEC-main = ocaml-=${VERSION}
@@ -37,65 +32,45 @@ MAINTAINER= Anil Madhavapeddy <avsm@open
# QPL/LGPL
PERMIT_PACKAGE_CDROM= Yes
-MODULES+= lang/tcl x11/tk
-
-CONFIGURE_STYLE= simple
-CONFIGURE_ARGS+=-tkdefs '-I${MODTCL_INCDIR} -I${MODTK_INCDIR}'
-CONFIGURE_ARGS+=-tklibs -L${LOCALBASE}/lib
+CONFIGURE_STYLE= simple dest
CONFIGURE_ARGS+=-prefix ${PREFIX}
CONFIGURE_ARGS+=-cc '${CC} ${CFLAGS}'
CONFIGURE_ARGS+=-x11include ${X11BASE}/include -x11lib ${X11BASE}/lib
CONFIGURE_ENV+=OPENBSD_LOCALBASE="${LOCALBASE}"
-# ocaml's configure script is too smart for its own good
-FAKE_FLAGS= PREFIX=${WRKINST}${PREFIX}
-
USE_GMAKE= Yes
-BUILD_DEPENDS += ${MODTK_BUILD_DEPENDS} \
- devel/gdb
-RUN_DEPENDS-camlp4 += lang/ocaml
+BUILD_DEPENDS += devel/gdb
RUN_DEPENDS-graphics += lang/ocaml
-RUN_DEPENDS-labltk += lang/ocaml ${MODTK_RUN_DEPENDS}
-LIB_DEPENDS-labltk += ${MODTK_LIB_DEPENDS}
-WANTLIB-main = c curses m pthread
-WANTLIB-camlp4 = c m
+WANTLIB-main = c curses iberty m pthread z
WANTLIB-graphics = X11
-WANTLIB-labltk = X11 ${MODTK_WANTLIB}
.include <bsd.port.arch.mk>
.if ${PROPERTIES:Mocaml_native}
ALL_TARGET= world bootstrap opt opt.opt
PKG_ARGS += -Dnative=1
+TEST_DEPENDS += ${BUILD_PKGPATH}
+
.if ${PROPERTIES:Mocaml_native_dynlink}
PKG_ARGS += -Ddynlink=1
.else
PKG_ARGS += -Ddynlink=0
.endif
+
.else
ALL_TARGET= world bootstrap
PKG_ARGS += -Dnative=0
+NO_TEST = yes
.endif
-# XXX regress tests only work on archs with native-code compiler
-TEST_DEPENDS+= ${BUILD_PKGPATH}
-
-post-extract:
- @cp ${WRKSRC}/asmrun/power-elf.S ${WRKSRC}/asmrun/power-bsd.S
post-install:
-.if ${PROPERTIES:Mocaml_native}
- @ln -sf ${LOCALBASE}/bin/ocamlbuild.native ${PREFIX}/bin/ocamlbuild
-.else
- @ln -sf ${LOCALBASE}/bin/ocamlbuild.byte ${PREFIX}/bin/ocamlbuild
-.endif
@${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ocaml/html/libref
@${INSTALL_DATA} ${WRKDIR}/htmlman/*.{html,gif} \
${PREFIX}/share/doc/ocaml/html
@${INSTALL_DATA} ${WRKDIR}/htmlman/libref/* \
${PREFIX}/share/doc/ocaml/html/libref
- @strip ${PREFIX}/bin/ocamlrun ${PREFIX}/bin/ocamlyacc
@${INSTALL_DATA} \
${WRKSRC}/{LICENSE,Changes} \
${PREFIX}/share/doc/ocaml
Index: lang/ocaml/distinfo
===================================================================
RCS file: /cvs/ports/lang/ocaml/distinfo,v
retrieving revision 1.18
diff -u -p -r1.18 distinfo
--- lang/ocaml/distinfo 25 Nov 2013 14:40:15 -0000 1.18
+++ lang/ocaml/distinfo 1 Sep 2014 11:20:21 -0000
@@ -1,4 +1,4 @@
-SHA256 (ocaml-4.01-refman-html.tar.gz) =
AQGcj4opqKf0IuCQcEtmat4qAH1X6pQSKF+I9xZlYAE=
-SHA256 (ocaml-4.01.0.tar.gz) = 6hdR3v9FT1xzjRDYoK0TWv7ghS05HPlXZrcmwPr3z9s=
-SIZE (ocaml-4.01-refman-html.tar.gz) = 571422
-SIZE (ocaml-4.01.0.tar.gz) = 4397871
+SHA256 (ocaml-4.02-refman-html.tar.gz) =
Lxt5c6cbc/FAO4AUVseA52Q5C9fX/C5Fwf0RT3o4hgc=
+SHA256 (ocaml-4.02.0.tar.gz) = 27y9cqKaUSBmd6YG6gnf7IOuJcu/Ut7pAwa8BIEs0DQ=
+SIZE (ocaml-4.02-refman-html.tar.gz) = 612896
+SIZE (ocaml-4.02.0.tar.gz) = 3048921
Index: lang/ocaml/ocaml.port.mk
===================================================================
RCS file: /cvs/ports/lang/ocaml/ocaml.port.mk,v
retrieving revision 1.27
diff -u -p -r1.27 ocaml.port.mk
--- lang/ocaml/ocaml.port.mk 21 Aug 2014 20:54:04 -0000 1.27
+++ lang/ocaml/ocaml.port.mk 1 Sep 2014 11:20:21 -0000
@@ -36,7 +36,7 @@ PKG_ARGS+=-Ddynlink=0
.endif
RUN_DEPENDS += lang/ocaml
-BUILD_DEPENDS += lang/ocaml lang/ocaml,-camlp4
+BUILD_DEPENDS += lang/ocaml
MAKE_ENV += OCAMLFIND_DESTDIR=${DESTDIR}${TRUEPREFIX}/lib/ocaml \
OCAMLFIND_COMMANDS="ocamldoc=${MODOCAML_OCAMLDOC}"
Index: lang/ocaml/patches/patch-asmrun_signals_osdep_h
===================================================================
RCS file: lang/ocaml/patches/patch-asmrun_signals_osdep_h
diff -N lang/ocaml/patches/patch-asmrun_signals_osdep_h
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ lang/ocaml/patches/patch-asmrun_signals_osdep_h 1 Sep 2014 11:20:21
-0000
@@ -0,0 +1,50 @@
+$OpenBSD$
+
+Add stack overflow detection for i386 and amd64.
+
+--- asmrun/signals_osdep.h.orig Tue May 13 15:20:48 2014
++++ asmrun/signals_osdep.h Sun Aug 31 20:22:33 2014
+@@ -130,6 +130,22 @@
+ #define CONTEXT_YOUNG_PTR (context->uc_mcontext.gregs[REG_R15])
+ #define CONTEXT_FAULTING_ADDRESS ((char *) info->si_addr)
+
++/****************** AMD64, OpenBSD */
++
++#elif defined(TARGET_amd64) && defined (SYS_openbsd)
++
++ #define DECLARE_SIGNAL_HANDLER(name) \
++ static void name(int sig, siginfo_t * info, struct sigcontext * context)
++
++ #define SET_SIGACT(sigact,name) \
++ sigact.sa_sigaction = (void (*)(int,siginfo_t *,void *)) (name); \
++ sigact.sa_flags = SA_SIGINFO
++
++ #define CONTEXT_PC (context->sc_rip)
++ #define CONTEXT_EXCEPTION_POINTER (context->sc_r14)
++ #define CONTEXT_YOUNG_PTR (context->sc_r15)
++ #define CONTEXT_FAULTING_ADDRESS ((char *) info->si_addr)
++
+ /****************** I386, Linux */
+
+ #elif defined(TARGET_i386) && defined(SYS_linux_elf)
+@@ -142,6 +158,20 @@
+ sigact.sa_flags = 0
+
+ #define CONTEXT_FAULTING_ADDRESS ((char *) context.cr2)
++
++/****************** I386, BSD_ELF */
++
++#elif defined(TARGET_i386) && defined(SYS_bsd_elf)
++
++ #define DECLARE_SIGNAL_HANDLER(name) \
++ static void name(int sig, siginfo_t * info, struct sigcontext * context)
++
++ #define SET_SIGACT(sigact,name) \
++ sigact.sa_sigaction = (void (*)(int,siginfo_t *,void *)) (name); \
++ sigact.sa_flags = SA_SIGINFO
++
++ #define CONTEXT_PC (context->sc_eip)
++ #define CONTEXT_FAULTING_ADDRESS ((char *) info->si_addr)
+
+ /****************** I386, BSD */
+
Index: lang/ocaml/patches/patch-configure
===================================================================
RCS file: /cvs/ports/lang/ocaml/patches/patch-configure,v
retrieving revision 1.17
diff -u -p -r1.17 patch-configure
--- lang/ocaml/patches/patch-configure 25 Nov 2013 14:40:15 -0000 1.17
+++ lang/ocaml/patches/patch-configure 1 Sep 2014 11:20:21 -0000
@@ -1,22 +1,7 @@
-$OpenBSD: patch-configure,v 1.17 2013/11/25 14:40:15 dcoppa Exp $
---- configure.orig Wed Nov 13 16:47:53 2013
-+++ configure Wed Nov 13 16:55:03 2013
-@@ -649,11 +649,11 @@ if test $withsharedlibs = "yes"; then
- sparc*-*-linux*) natdynlink=true;;
- i686-*-kfreebsd*) natdynlink=true;;
- x86_64-*-kfreebsd*) natdynlink=true;;
-- i[345]86-*-freebsd*) natdynlink=true;;
-+ i[3456]86-*-freebsd*) natdynlink=true;;
- x86_64-*-freebsd*) natdynlink=true;;
-- i[345]86-*-openbsd*) natdynlink=true;;
-+ i[3456]86-*-openbsd*) natdynlink=true;;
- x86_64-*-openbsd*) natdynlink=true;;
-- i[345]86-*-netbsd*) natdynlink=true;;
-+ i[3456]86-*-netbsd*) natdynlink=true;;
- x86_64-*-netbsd*) natdynlink=true;;
- i386-*-gnu0.3) natdynlink=true;;
- arm*-*-linux*) natdynlink=true;;
-@@ -702,6 +702,8 @@ case "$host" in
+$OpenBSD$
+--- configure.orig Sun Aug 31 21:04:23 2014
++++ configure Sun Aug 31 21:06:35 2014
+@@ -816,6 +816,8 @@ case "$target" in
if $arch64;then model=ppc64;else
model=ppc;fi;;
armv6*-*-linux-gnueabihf) arch=arm; model=armv6; system=linux_eabihf;;
arm*-*-linux-gnueabihf) arch=arm; system=linux_eabihf;;
@@ -25,33 +10,28 @@ $OpenBSD: patch-configure,v 1.17 2013/11
armv7*-*-linux-gnueabi) arch=arm; model=armv7; system=linux_eabi;;
armv6t2*-*-linux-gnueabi) arch=arm; model=armv6t2; system=linux_eabi;;
armv6*-*-linux-gnueabi) arch=arm; model=armv6; system=linux_eabi;;
-@@ -797,10 +799,14 @@ case "$arch,$model,$system" in
- i386,*,bsd_elf) profiling='prof';;
- amd64,*,macosx) profiling='prof';;
- i386,*,macosx) profiling='prof';;
-+ sparc,*,bsd) profiling='prof';;
- sparc,*,solaris)
- profiling='prof'
- case "$nativecc" in gcc*) ;; *) cc_profile='-xpg';; esac;;
- amd64,*,linux) profiling='prof';;
-+ amd64,*,openbsd) profiling='prof';;
-+ power,*,elf) profiling='prof';;
-+ power,*,*bsd*) profiling='prof';;
- amd64,*,gnu) profiling='prof';;
- arm,*,linux*) profiling='prof';;
- *) profiling='noprof';;
-@@ -1563,11 +1569,11 @@ fi
+@@ -1324,7 +1326,8 @@ fi
+ # Determine if system stack overflows can be detected
+
+ case "$arch,$system" in
+- i386,linux_elf|amd64,linux|power,rhapsody|amd64,macosx|i386,macosx)
++ i386,linux_elf|amd64,linux|power,rhapsody|amd64,macosx|i386,macosx| \
++ amd64,openbsd|i386,bsd_elf)
+ inf "System stack overflow can be detected."
+ echo "#define HAS_STACK_OVERFLOW_DETECTION" >> s.h;;
+ *)
+@@ -1581,11 +1584,11 @@ echo "X11_LINK=$x11_link" >> Makefile
# Look for BFD library
-if ./hasgot -i bfd.h && \
- ./hasgot -lbfd -ldl -liberty -lz bfd_openr; then
-+if ./hasgot -I${OPENBSD_LOCALBASE}/include -i bfd.h && \
-+ ./hasgot -L${OPENBSD_LOCALBASE}/lib -lbfd -liberty -lz bfd_openr; then
- echo "BFD library found."
++if ./hasgot -I${OPENBSD_LOCALBASE}/include -DPACKAGE=ocaml -i bfd.h && \
++ ./hasgot -L${OPENBSD_LOCALBASE}/lib -DPACKAGE=ocaml -lbfd -liberty -lz
bfd_openr; then
+ inf "BFD library found."
echo "#define HAS_LIBBFD" >> s.h
- echo "LIBBFD_LINK=-lbfd -ldl -liberty -lz" >> Makefile
+ echo "LIBBFD_LINK=-I${OPENBSD_LOCALBASE}/include -L${OPENBSD_LOCALBASE}/lib
-lbfd -liberty -lz" >> Makefile
else
- echo "BFD library not found, 'objinfo' will be unable to display info on
.cmxs files"
+ wrn "BFD library not found, 'objinfo' will be unable to display info on
.cmxs files."
echo "LIBBFD_LINK=" >> Makefile
Index: lang/ocaml/pkg/DESCR-camlp4
===================================================================
RCS file: lang/ocaml/pkg/DESCR-camlp4
diff -N lang/ocaml/pkg/DESCR-camlp4
--- lang/ocaml/pkg/DESCR-camlp4 21 Aug 2014 20:54:04 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,7 +0,0 @@
-Camlp4 is a software system for writing extensible parsers
-for programming languages. It provides a set of OCaml
-libraries that are used to define grammars as well as
-loadable syntax extensions of such grammars. Camlp4 stands
-for Caml Preprocessor and Pretty-Printer and one of its most
-important applications is the definition of domain-specific
-extensions of the syntax of OCaml.
Index: lang/ocaml/pkg/DESCR-labltk
===================================================================
RCS file: lang/ocaml/pkg/DESCR-labltk
diff -N lang/ocaml/pkg/DESCR-labltk
--- lang/ocaml/pkg/DESCR-labltk 21 Aug 2014 20:54:04 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,4 +0,0 @@
-LablTk is an interface to the Tcl/Tk GUI framework.
-It allows to develop GUI applications in a speedy and type
-safe way. A legacy Camltk interface is included. The
-OCamlBrowser library viewer is also part of this project.
Index: lang/ocaml/pkg/PFRAG.native-camlp4
===================================================================
RCS file: lang/ocaml/pkg/PFRAG.native-camlp4
diff -N lang/ocaml/pkg/PFRAG.native-camlp4
--- lang/ocaml/pkg/PFRAG.native-camlp4 21 Aug 2014 20:54:04 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,75 +0,0 @@
-@comment $OpenBSD: PFRAG.native-camlp4,v 1.1 2014/08/21 20:54:04 chrisz Exp $
-@bin bin/camlp4o.opt
-@bin bin/camlp4of.opt
-@bin bin/camlp4oof.opt
-@bin bin/camlp4orf.opt
-@bin bin/camlp4r.opt
-@bin bin/camlp4rf.opt
-lib/ocaml/camlp4/Camlp4Bin.cmx
-lib/ocaml/camlp4/Camlp4Bin.o
-lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.cmx
-lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.o
-lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmx
-lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.o
-lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.cmx
-lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.o
-lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.cmx
-lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.o
-lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.cmx
-lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.o
-lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.cmx
-lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.o
-lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.cmx
-lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.o
-lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.cmx
-lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.o
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.cmx
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.o
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.cmx
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.o
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.o
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.o
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.cmx
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.o
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmx
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.o
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.o
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.o
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmx
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.o
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.o
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.o
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmx
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.o
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.o
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmx
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.o
-lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.cmx
-lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.o
-lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx
-lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.o
-lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.cmx
-lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.o
-lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmx
-lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.o
-lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmx
-lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.o
-lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmx
-lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.o
-lib/ocaml/camlp4/Camlp4Top/Rprint.cmx
-lib/ocaml/camlp4/Camlp4Top/Rprint.o
-lib/ocaml/camlp4/Camlp4Top/Top.cmx
-lib/ocaml/camlp4/Camlp4Top/Top.o
-lib/ocaml/camlp4/camlp4fulllib.a
-lib/ocaml/camlp4/camlp4fulllib.cmxa
-lib/ocaml/camlp4/camlp4lib.a
-lib/ocaml/camlp4/camlp4lib.cmxa
-lib/ocaml/camlp4/camlp4prof.cmx
-lib/ocaml/camlp4/camlp4prof.o
Index: lang/ocaml/pkg/PFRAG.native-labltk
===================================================================
RCS file: lang/ocaml/pkg/PFRAG.native-labltk
diff -N lang/ocaml/pkg/PFRAG.native-labltk
--- lang/ocaml/pkg/PFRAG.native-labltk 21 Aug 2014 20:54:04 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,98 +0,0 @@
-@comment $OpenBSD: PFRAG.native-labltk,v 1.1 2014/08/21 20:54:04 chrisz Exp $
-lib/ocaml/labltk/balloon.cmx
-lib/ocaml/labltk/bell.cmx
-lib/ocaml/labltk/button.cmx
-lib/ocaml/labltk/cBell.cmx
-lib/ocaml/labltk/cButton.cmx
-lib/ocaml/labltk/cCanvas.cmx
-lib/ocaml/labltk/cCheckbutton.cmx
-lib/ocaml/labltk/cClipboard.cmx
-lib/ocaml/labltk/cDialog.cmx
-lib/ocaml/labltk/cEncoding.cmx
-lib/ocaml/labltk/cEntry.cmx
-lib/ocaml/labltk/cFocus.cmx
-lib/ocaml/labltk/cFont.cmx
-lib/ocaml/labltk/cFrame.cmx
-lib/ocaml/labltk/cGrab.cmx
-lib/ocaml/labltk/cGrid.cmx
-lib/ocaml/labltk/cImage.cmx
-lib/ocaml/labltk/cImagebitmap.cmx
-lib/ocaml/labltk/cImagephoto.cmx
-lib/ocaml/labltk/cLabel.cmx
-lib/ocaml/labltk/cListbox.cmx
-lib/ocaml/labltk/cMenu.cmx
-lib/ocaml/labltk/cMenubutton.cmx
-lib/ocaml/labltk/cMessage.cmx
-lib/ocaml/labltk/cOption.cmx
-lib/ocaml/labltk/cOptionmenu.cmx
-lib/ocaml/labltk/cPack.cmx
-lib/ocaml/labltk/cPalette.cmx
-lib/ocaml/labltk/cPixmap.cmx
-lib/ocaml/labltk/cPlace.cmx
-lib/ocaml/labltk/cRadiobutton.cmx
-lib/ocaml/labltk/cResource.cmx
-lib/ocaml/labltk/cScale.cmx
-lib/ocaml/labltk/cScrollbar.cmx
-lib/ocaml/labltk/cSelection.cmx
-lib/ocaml/labltk/cText.cmx
-lib/ocaml/labltk/cTk.cmx
-lib/ocaml/labltk/cTkvars.cmx
-lib/ocaml/labltk/cTkwait.cmx
-lib/ocaml/labltk/cToplevel.cmx
-lib/ocaml/labltk/cWinfo.cmx
-lib/ocaml/labltk/cWm.cmx
-lib/ocaml/labltk/camltk.cmx
-lib/ocaml/labltk/canvas.cmx
-lib/ocaml/labltk/checkbutton.cmx
-lib/ocaml/labltk/clipboard.cmx
-lib/ocaml/labltk/dialog.cmx
-lib/ocaml/labltk/encoding.cmx
-lib/ocaml/labltk/entry.cmx
-lib/ocaml/labltk/fileevent.cmx
-lib/ocaml/labltk/fileselect.cmx
-lib/ocaml/labltk/focus.cmx
-lib/ocaml/labltk/font.cmx
-lib/ocaml/labltk/frame.cmx
-lib/ocaml/labltk/frxlib.a
-lib/ocaml/labltk/frxlib.cmxa
-lib/ocaml/labltk/grab.cmx
-lib/ocaml/labltk/grid.cmx
-lib/ocaml/labltk/image.cmx
-lib/ocaml/labltk/imagebitmap.cmx
-lib/ocaml/labltk/imagephoto.cmx
-lib/ocaml/labltk/jpf_font.cmx
-lib/ocaml/labltk/jpflib.a
-lib/ocaml/labltk/jpflib.cmxa
-lib/ocaml/labltk/label.cmx
-lib/ocaml/labltk/labltk.a
-lib/ocaml/labltk/labltk.cmx
-lib/ocaml/labltk/labltk.cmxa
-lib/ocaml/labltk/listbox.cmx
-lib/ocaml/labltk/menu.cmx
-lib/ocaml/labltk/menubutton.cmx
-lib/ocaml/labltk/message.cmx
-lib/ocaml/labltk/option.cmx
-lib/ocaml/labltk/optionmenu.cmx
-lib/ocaml/labltk/pack.cmx
-lib/ocaml/labltk/palette.cmx
-lib/ocaml/labltk/pixmap.cmx
-lib/ocaml/labltk/place.cmx
-lib/ocaml/labltk/protocol.cmx
-lib/ocaml/labltk/radiobutton.cmx
-lib/ocaml/labltk/rawwidget.cmx
-lib/ocaml/labltk/scale.cmx
-lib/ocaml/labltk/scrollbar.cmx
-lib/ocaml/labltk/selection.cmx
-lib/ocaml/labltk/shell.cmx
-lib/ocaml/labltk/text.cmx
-lib/ocaml/labltk/textvariable.cmx
-lib/ocaml/labltk/timer.cmx
-lib/ocaml/labltk/tk.cmx
-lib/ocaml/labltk/tkthread.cmx
-lib/ocaml/labltk/tkthread.o
-lib/ocaml/labltk/tkvars.cmx
-lib/ocaml/labltk/tkwait.cmx
-lib/ocaml/labltk/toplevel.cmx
-lib/ocaml/labltk/widget.cmx
-lib/ocaml/labltk/winfo.cmx
-lib/ocaml/labltk/wm.cmx
Index: lang/ocaml/pkg/PFRAG.native-main
===================================================================
RCS file: /cvs/ports/lang/ocaml/pkg/PFRAG.native-main,v
retrieving revision 1.1
diff -u -p -r1.1 PFRAG.native-main
--- lang/ocaml/pkg/PFRAG.native-main 21 Aug 2014 20:54:04 -0000 1.1
+++ lang/ocaml/pkg/PFRAG.native-main 1 Sep 2014 11:20:21 -0000
@@ -21,8 +21,16 @@ lib/ocaml/bigarray.cmx
lib/ocaml/bigarray.cmxa
lib/ocaml/buffer.cmx
lib/ocaml/buffer.p.cmx
+lib/ocaml/bytes.cmx
+lib/ocaml/bytes.p.cmx
+lib/ocaml/bytesLabels.cmx
+lib/ocaml/bytesLabels.p.cmx
lib/ocaml/callback.cmx
lib/ocaml/callback.p.cmx
+lib/ocaml/camlinternalFormat.cmx
+lib/ocaml/camlinternalFormat.p.cmx
+lib/ocaml/camlinternalFormatBasics.cmx
+lib/ocaml/camlinternalFormatBasics.p.cmx
lib/ocaml/camlinternalLazy.cmx
lib/ocaml/camlinternalLazy.p.cmx
lib/ocaml/camlinternalMod.cmx
@@ -128,7 +136,9 @@ lib/ocaml/ocamlbuild/ocamlbuild.cmx
lib/ocaml/ocamlbuild/ocamlbuild.o
lib/ocaml/ocamlbuild/ocamlbuild_executor.cmx
lib/ocaml/ocamlbuild/ocamlbuild_executor.o
+lib/ocaml/ocamlbuild/ocamlbuild_pack.cmx
lib/ocaml/ocamlbuild/ocamlbuild_plugin.cmx
+lib/ocaml/ocamlbuild/ocamlbuild_plugin.o
lib/ocaml/ocamlbuild/ocamlbuild_unix_plugin.cmx
lib/ocaml/ocamlbuild/ocamlbuild_unix_plugin.o
lib/ocaml/ocamlbuild/ocamlbuildlib.a
Index: lang/ocaml/pkg/PFRAG.shared-labltk
===================================================================
RCS file: lang/ocaml/pkg/PFRAG.shared-labltk
diff -N lang/ocaml/pkg/PFRAG.shared-labltk
--- lang/ocaml/pkg/PFRAG.shared-labltk 21 Aug 2014 20:54:04 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,2 +0,0 @@
-@comment $OpenBSD: PFRAG.shared-labltk,v 1.1 2014/08/21 20:54:04 chrisz Exp $
-lib/ocaml/stublibs/dlllabltk.so
Index: lang/ocaml/pkg/PLIST-camlp4
===================================================================
RCS file: lang/ocaml/pkg/PLIST-camlp4
diff -N lang/ocaml/pkg/PLIST-camlp4
--- lang/ocaml/pkg/PLIST-camlp4 21 Aug 2014 20:54:04 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,94 +0,0 @@
-@comment $OpenBSD: PLIST-camlp4,v 1.1 2014/08/21 20:54:04 chrisz Exp $
-%%native%%
-bin/camlp4
-bin/camlp4boot
-bin/camlp4o
-bin/camlp4of
-bin/camlp4oof
-bin/camlp4orf
-bin/camlp4prof
-bin/camlp4r
-bin/camlp4rf
-bin/mkcamlp4
-lib/ocaml/camlp4/
-lib/ocaml/camlp4/Camlp4.cmi
-lib/ocaml/camlp4/Camlp4Bin.cmi
-lib/ocaml/camlp4/Camlp4Bin.cmo
-lib/ocaml/camlp4/Camlp4Filters/
-lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.cmi
-lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.cmo
-lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmi
-lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmo
-lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.cmi
-lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.cmo
-lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.cmi
-lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.cmo
-lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.cmi
-lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.cmo
-lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.cmi
-lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.cmo
-lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.cmi
-lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.cmo
-lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.cmi
-lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.cmo
-lib/ocaml/camlp4/Camlp4Parsers/
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.cmi
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.cmo
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.cmi
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.cmo
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.cmi
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.cmi
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.cmi
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.cmo
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmi
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.cmi
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmi
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmi
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmo
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmi
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmi
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmi
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmi
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmi
-lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo
-lib/ocaml/camlp4/Camlp4Printers/
-lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.cmi
-lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.cmo
-lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.cmi
-lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo
-lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.cmi
-lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.cmo
-lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmi
-lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmo
-lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmi
-lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmo
-lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmi
-lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmo
-lib/ocaml/camlp4/Camlp4Top/
-lib/ocaml/camlp4/Camlp4Top.cmi
-lib/ocaml/camlp4/Camlp4Top.cmo
-lib/ocaml/camlp4/Camlp4Top/Rprint.cmi
-lib/ocaml/camlp4/Camlp4Top/Rprint.cmo
-lib/ocaml/camlp4/Camlp4Top/Top.cmi
-lib/ocaml/camlp4/Camlp4Top/Top.cmo
-lib/ocaml/camlp4/Camlp4_config.cmi
-lib/ocaml/camlp4/Camlp4_import.cmi
-lib/ocaml/camlp4/camlp4fulllib.cma
-lib/ocaml/camlp4/camlp4lib.cma
-lib/ocaml/camlp4/camlp4o.cma
-lib/ocaml/camlp4/camlp4of.cma
-lib/ocaml/camlp4/camlp4oof.cma
-lib/ocaml/camlp4/camlp4orf.cma
-lib/ocaml/camlp4/camlp4prof.cmi
-lib/ocaml/camlp4/camlp4prof.cmo
-lib/ocaml/camlp4/camlp4r.cma
-lib/ocaml/camlp4/camlp4rf.cma
Index: lang/ocaml/pkg/PLIST-labltk
===================================================================
RCS file: lang/ocaml/pkg/PLIST-labltk
diff -N lang/ocaml/pkg/PLIST-labltk
--- lang/ocaml/pkg/PLIST-labltk 21 Aug 2014 20:54:04 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,228 +0,0 @@
-@comment $OpenBSD: PLIST-labltk,v 1.1 2014/08/21 20:54:04 chrisz Exp $
-%%native%%
-%%SHARED%%
-bin/labltk
-bin/ocamlbrowser
-lib/ocaml/labltk/
-lib/ocaml/labltk/balloon.cmi
-lib/ocaml/labltk/balloon.mli
-lib/ocaml/labltk/bell.cmi
-lib/ocaml/labltk/bell.mli
-lib/ocaml/labltk/button.cmi
-lib/ocaml/labltk/button.mli
-lib/ocaml/labltk/cBell.cmi
-lib/ocaml/labltk/cBell.mli
-lib/ocaml/labltk/cButton.cmi
-lib/ocaml/labltk/cButton.mli
-lib/ocaml/labltk/cCanvas.cmi
-lib/ocaml/labltk/cCanvas.mli
-lib/ocaml/labltk/cCheckbutton.cmi
-lib/ocaml/labltk/cCheckbutton.mli
-lib/ocaml/labltk/cClipboard.cmi
-lib/ocaml/labltk/cClipboard.mli
-lib/ocaml/labltk/cDialog.cmi
-lib/ocaml/labltk/cDialog.mli
-lib/ocaml/labltk/cEncoding.cmi
-lib/ocaml/labltk/cEncoding.mli
-lib/ocaml/labltk/cEntry.cmi
-lib/ocaml/labltk/cEntry.mli
-lib/ocaml/labltk/cFocus.cmi
-lib/ocaml/labltk/cFocus.mli
-lib/ocaml/labltk/cFont.cmi
-lib/ocaml/labltk/cFont.mli
-lib/ocaml/labltk/cFrame.cmi
-lib/ocaml/labltk/cFrame.mli
-lib/ocaml/labltk/cGrab.cmi
-lib/ocaml/labltk/cGrab.mli
-lib/ocaml/labltk/cGrid.cmi
-lib/ocaml/labltk/cGrid.mli
-lib/ocaml/labltk/cImage.cmi
-lib/ocaml/labltk/cImage.mli
-lib/ocaml/labltk/cImagebitmap.cmi
-lib/ocaml/labltk/cImagebitmap.mli
-lib/ocaml/labltk/cImagephoto.cmi
-lib/ocaml/labltk/cImagephoto.mli
-lib/ocaml/labltk/cLabel.cmi
-lib/ocaml/labltk/cLabel.mli
-lib/ocaml/labltk/cListbox.cmi
-lib/ocaml/labltk/cListbox.mli
-lib/ocaml/labltk/cMenu.cmi
-lib/ocaml/labltk/cMenu.mli
-lib/ocaml/labltk/cMenubutton.cmi
-lib/ocaml/labltk/cMenubutton.mli
-lib/ocaml/labltk/cMessage.cmi
-lib/ocaml/labltk/cMessage.mli
-lib/ocaml/labltk/cOption.cmi
-lib/ocaml/labltk/cOption.mli
-lib/ocaml/labltk/cOptionmenu.cmi
-lib/ocaml/labltk/cOptionmenu.mli
-lib/ocaml/labltk/cPack.cmi
-lib/ocaml/labltk/cPack.mli
-lib/ocaml/labltk/cPalette.cmi
-lib/ocaml/labltk/cPalette.mli
-lib/ocaml/labltk/cPixmap.cmi
-lib/ocaml/labltk/cPixmap.mli
-lib/ocaml/labltk/cPlace.cmi
-lib/ocaml/labltk/cPlace.mli
-lib/ocaml/labltk/cRadiobutton.cmi
-lib/ocaml/labltk/cRadiobutton.mli
-lib/ocaml/labltk/cResource.cmi
-lib/ocaml/labltk/cResource.mli
-lib/ocaml/labltk/cScale.cmi
-lib/ocaml/labltk/cScale.mli
-lib/ocaml/labltk/cScrollbar.cmi
-lib/ocaml/labltk/cScrollbar.mli
-lib/ocaml/labltk/cSelection.cmi
-lib/ocaml/labltk/cSelection.mli
-lib/ocaml/labltk/cText.cmi
-lib/ocaml/labltk/cText.mli
-lib/ocaml/labltk/cTk.cmi
-lib/ocaml/labltk/cTkvars.cmi
-lib/ocaml/labltk/cTkvars.mli
-lib/ocaml/labltk/cTkwait.cmi
-lib/ocaml/labltk/cTkwait.mli
-lib/ocaml/labltk/cToplevel.cmi
-lib/ocaml/labltk/cToplevel.mli
-lib/ocaml/labltk/cWinfo.cmi
-lib/ocaml/labltk/cWinfo.mli
-lib/ocaml/labltk/cWm.cmi
-lib/ocaml/labltk/cWm.mli
-lib/ocaml/labltk/camltk.cmi
-lib/ocaml/labltk/canvas.cmi
-lib/ocaml/labltk/canvas.mli
-lib/ocaml/labltk/checkbutton.cmi
-lib/ocaml/labltk/checkbutton.mli
-lib/ocaml/labltk/clipboard.cmi
-lib/ocaml/labltk/clipboard.mli
-lib/ocaml/labltk/dialog.cmi
-lib/ocaml/labltk/dialog.mli
-lib/ocaml/labltk/encoding.cmi
-lib/ocaml/labltk/encoding.mli
-lib/ocaml/labltk/entry.cmi
-lib/ocaml/labltk/entry.mli
-lib/ocaml/labltk/fileevent.cmi
-lib/ocaml/labltk/fileevent.mli
-lib/ocaml/labltk/fileselect.cmi
-lib/ocaml/labltk/fileselect.mli
-lib/ocaml/labltk/focus.cmi
-lib/ocaml/labltk/focus.mli
-lib/ocaml/labltk/font.cmi
-lib/ocaml/labltk/font.mli
-lib/ocaml/labltk/frame.cmi
-lib/ocaml/labltk/frame.mli
-lib/ocaml/labltk/frx_after.cmi
-lib/ocaml/labltk/frx_after.mli
-lib/ocaml/labltk/frx_color.cmi
-lib/ocaml/labltk/frx_color.mli
-lib/ocaml/labltk/frx_ctext.cmi
-lib/ocaml/labltk/frx_ctext.mli
-lib/ocaml/labltk/frx_dialog.cmi
-lib/ocaml/labltk/frx_dialog.mli
-lib/ocaml/labltk/frx_entry.cmi
-lib/ocaml/labltk/frx_entry.mli
-lib/ocaml/labltk/frx_fillbox.cmi
-lib/ocaml/labltk/frx_fillbox.mli
-lib/ocaml/labltk/frx_fit.cmi
-lib/ocaml/labltk/frx_fit.mli
-lib/ocaml/labltk/frx_focus.cmi
-lib/ocaml/labltk/frx_focus.mli
-lib/ocaml/labltk/frx_font.cmi
-lib/ocaml/labltk/frx_font.mli
-lib/ocaml/labltk/frx_lbutton.mli
-lib/ocaml/labltk/frx_listbox.cmi
-lib/ocaml/labltk/frx_listbox.mli
-lib/ocaml/labltk/frx_mem.cmi
-lib/ocaml/labltk/frx_mem.mli
-lib/ocaml/labltk/frx_misc.cmi
-lib/ocaml/labltk/frx_misc.mli
-lib/ocaml/labltk/frx_req.cmi
-lib/ocaml/labltk/frx_req.mli
-lib/ocaml/labltk/frx_rpc.cmi
-lib/ocaml/labltk/frx_rpc.mli
-lib/ocaml/labltk/frx_selection.cmi
-lib/ocaml/labltk/frx_selection.mli
-lib/ocaml/labltk/frx_synth.cmi
-lib/ocaml/labltk/frx_synth.mli
-lib/ocaml/labltk/frx_text.cmi
-lib/ocaml/labltk/frx_text.mli
-lib/ocaml/labltk/frx_toplevel.mli
-lib/ocaml/labltk/frx_widget.cmi
-lib/ocaml/labltk/frx_widget.mli
-lib/ocaml/labltk/frxlib.cma
-lib/ocaml/labltk/grab.cmi
-lib/ocaml/labltk/grab.mli
-lib/ocaml/labltk/grid.cmi
-lib/ocaml/labltk/grid.mli
-lib/ocaml/labltk/image.cmi
-lib/ocaml/labltk/image.mli
-lib/ocaml/labltk/imagebitmap.cmi
-lib/ocaml/labltk/imagebitmap.mli
-lib/ocaml/labltk/imagephoto.cmi
-lib/ocaml/labltk/imagephoto.mli
-lib/ocaml/labltk/jpf_font.cmi
-lib/ocaml/labltk/jpf_font.mli
-lib/ocaml/labltk/jpflib.cma
-lib/ocaml/labltk/label.cmi
-lib/ocaml/labltk/label.mli
-lib/ocaml/labltk/labltk.cma
-lib/ocaml/labltk/labltk.cmi
-lib/ocaml/labltk/labltktop
-lib/ocaml/labltk/liblabltk.a
-lib/ocaml/labltk/listbox.cmi
-lib/ocaml/labltk/listbox.mli
-lib/ocaml/labltk/menu.cmi
-lib/ocaml/labltk/menu.mli
-lib/ocaml/labltk/menubutton.cmi
-lib/ocaml/labltk/menubutton.mli
-lib/ocaml/labltk/message.cmi
-lib/ocaml/labltk/message.mli
-lib/ocaml/labltk/option.cmi
-lib/ocaml/labltk/option.mli
-lib/ocaml/labltk/optionmenu.cmi
-lib/ocaml/labltk/optionmenu.mli
-lib/ocaml/labltk/pack.cmi
-lib/ocaml/labltk/pack.mli
-lib/ocaml/labltk/palette.cmi
-lib/ocaml/labltk/palette.mli
-lib/ocaml/labltk/pixmap.cmi
-lib/ocaml/labltk/pixmap.mli
-lib/ocaml/labltk/place.cmi
-lib/ocaml/labltk/place.mli
-lib/ocaml/labltk/pp
-lib/ocaml/labltk/protocol.cmi
-lib/ocaml/labltk/protocol.mli
-lib/ocaml/labltk/radiobutton.cmi
-lib/ocaml/labltk/radiobutton.mli
-lib/ocaml/labltk/rawwidget.cmi
-lib/ocaml/labltk/rawwidget.mli
-lib/ocaml/labltk/scale.cmi
-lib/ocaml/labltk/scale.mli
-lib/ocaml/labltk/scrollbar.cmi
-lib/ocaml/labltk/scrollbar.mli
-lib/ocaml/labltk/selection.cmi
-lib/ocaml/labltk/selection.mli
-lib/ocaml/labltk/shell.cmi
-lib/ocaml/labltk/shell.mli
-lib/ocaml/labltk/text.cmi
-lib/ocaml/labltk/text.mli
-lib/ocaml/labltk/textvariable.cmi
-lib/ocaml/labltk/textvariable.mli
-lib/ocaml/labltk/timer.cmi
-lib/ocaml/labltk/timer.mli
-lib/ocaml/labltk/tk.cmi
-lib/ocaml/labltk/tkcompiler
-lib/ocaml/labltk/tkthread.cmi
-lib/ocaml/labltk/tkthread.cmo
-lib/ocaml/labltk/tkthread.mli
-lib/ocaml/labltk/tkvars.cmi
-lib/ocaml/labltk/tkvars.mli
-lib/ocaml/labltk/tkwait.cmi
-lib/ocaml/labltk/tkwait.mli
-lib/ocaml/labltk/toplevel.cmi
-lib/ocaml/labltk/toplevel.mli
-lib/ocaml/labltk/widget.cmi
-lib/ocaml/labltk/widget.mli
-lib/ocaml/labltk/winfo.cmi
-lib/ocaml/labltk/winfo.mli
-lib/ocaml/labltk/wm.cmi
-lib/ocaml/labltk/wm.mli
Index: lang/ocaml/pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/lang/ocaml/pkg/PLIST-main,v
retrieving revision 1.1
diff -u -p -r1.1 PLIST-main
--- lang/ocaml/pkg/PLIST-main 21 Aug 2014 20:54:04 -0000 1.1
+++ lang/ocaml/pkg/PLIST-main 1 Sep 2014 11:20:22 -0000
@@ -39,6 +39,12 @@ lib/ocaml/bigarray.mli
lib/ocaml/buffer.cmi
lib/ocaml/buffer.ml
lib/ocaml/buffer.mli
+lib/ocaml/bytes.cmi
+lib/ocaml/bytes.ml
+lib/ocaml/bytes.mli
+lib/ocaml/bytesLabels.cmi
+lib/ocaml/bytesLabels.ml
+lib/ocaml/bytesLabels.mli
lib/ocaml/callback.cmi
lib/ocaml/callback.ml
lib/ocaml/callback.mli
@@ -60,8 +66,15 @@ lib/ocaml/caml/signals.h
lib/ocaml/caml/socketaddr.h
lib/ocaml/caml/threads.h
lib/ocaml/caml/unixsupport.h
+lib/ocaml/caml/version.h
lib/ocaml/camlheader
lib/ocaml/camlheader_ur
+lib/ocaml/camlinternalFormat.cmi
+lib/ocaml/camlinternalFormat.ml
+lib/ocaml/camlinternalFormat.mli
+lib/ocaml/camlinternalFormatBasics.cmi
+lib/ocaml/camlinternalFormatBasics.ml
+lib/ocaml/camlinternalFormatBasics.mli
lib/ocaml/camlinternalLazy.cmi
lib/ocaml/camlinternalLazy.ml
lib/ocaml/camlinternalLazy.mli
@@ -75,7 +88,10 @@ lib/ocaml/char.cmi
lib/ocaml/char.ml
lib/ocaml/char.mli
lib/ocaml/compiler-libs/
+lib/ocaml/compiler-libs/CSE.cmi
+lib/ocaml/compiler-libs/CSEgen.cmi
lib/ocaml/compiler-libs/annot.cmi
+lib/ocaml/compiler-libs/ast_helper.cmi
lib/ocaml/compiler-libs/ast_mapper.cmi
lib/ocaml/compiler-libs/asttypes.cmi
lib/ocaml/compiler-libs/btype.cmi
@@ -96,6 +112,7 @@ lib/ocaml/compiler-libs/config.cmi
lib/ocaml/compiler-libs/consistbl.cmi
lib/ocaml/compiler-libs/ctype.cmi
lib/ocaml/compiler-libs/datarepr.cmi
+lib/ocaml/compiler-libs/deadcode.cmi
lib/ocaml/compiler-libs/dll.cmi
lib/ocaml/compiler-libs/emitcode.cmi
lib/ocaml/compiler-libs/env.cmi
@@ -141,6 +158,7 @@ lib/ocaml/compiler-libs/printtyp.cmi
lib/ocaml/compiler-libs/printtyped.cmi
lib/ocaml/compiler-libs/runtimedef.cmi
lib/ocaml/compiler-libs/simplif.cmi
+lib/ocaml/compiler-libs/strmatch.cmi
lib/ocaml/compiler-libs/stypes.cmi
lib/ocaml/compiler-libs/subst.cmi
lib/ocaml/compiler-libs/switch.cmi
@@ -247,12 +265,9 @@ lib/ocaml/obj.mli
lib/ocaml/ocamlbuild/
lib/ocaml/ocamlbuild/ocamlbuild.cmo
lib/ocaml/ocamlbuild/ocamlbuild_executor.cmi
-lib/ocaml/ocamlbuild/ocamlbuild_executor.cmo
lib/ocaml/ocamlbuild/ocamlbuild_pack.cmi
lib/ocaml/ocamlbuild/ocamlbuild_plugin.cmi
-lib/ocaml/ocamlbuild/ocamlbuild_plugin.cmo
lib/ocaml/ocamlbuild/ocamlbuild_unix_plugin.cmi
-lib/ocaml/ocamlbuild/ocamlbuild_unix_plugin.cmo
lib/ocaml/ocamlbuild/ocamlbuildlib.cma
lib/ocaml/ocamldoc/
lib/ocaml/ocamldoc/custom/
@@ -272,6 +287,7 @@ lib/ocaml/ocamldoc/odoc_dep.cmi
lib/ocaml/ocamldoc/odoc_dot.cmi
lib/ocaml/ocamldoc/odoc_env.cmi
lib/ocaml/ocamldoc/odoc_exception.cmi
+lib/ocaml/ocamldoc/odoc_extension.cmi
lib/ocaml/ocamldoc/odoc_gen.cmi
lib/ocaml/ocamldoc/odoc_global.cmi
lib/ocaml/ocamldoc/odoc_html.cmi
@@ -399,7 +415,6 @@ lib/ocaml/weak.cmi
lib/ocaml/weak.ml
lib/ocaml/weak.mli
@man man/man1/ocaml.1
-@man man/man1/ocamlbuild.1
@man man/man1/ocamlc.1
@man man/man1/ocamlc.opt.1
@man man/man1/ocamlcp.1
@@ -423,10 +438,15 @@ lib/ocaml/weak.mli
@man man/man3/Bigarray.Array3.3o
@man man/man3/Bigarray.Genarray.3o
@man man/man3/Buffer.3o
+@man man/man3/Bytes.3o
+@man man/man3/BytesLabels.3o
@man man/man3/Callback.3o
+@man man/man3/CamlinternalFormat.3o
+@man man/man3/CamlinternalFormatBasics.3o
@man man/man3/CamlinternalLazy.3o
@man man/man3/CamlinternalMod.3o
@man man/man3/CamlinternalOO.3o
+@man man/man3/Char.3o
@man man/man3/Complex.3o
@man man/man3/Digest.3o
@man man/man3/Filename.3o
@@ -442,6 +462,7 @@ lib/ocaml/weak.mli
@man man/man3/Hashtbl.SeededS.3o
@man man/man3/Int32.3o
@man man/man3/Int64.3o
+@man man/man3/Lazy.3o
@man man/man3/Lexing.3o
@man man/man3/List.3o
@man man/man3/ListLabels.3o
@@ -474,12 +495,14 @@ lib/ocaml/weak.mli
@man man/man3/Pervasives.3o
@man man/man3/Pervasives.LargeFile.3o
@man man/man3/Printexc.3o
+@man man/man3/Printexc.Slot.3o
@man man/man3/Printf.3o
@man man/man3/Queue.3o
@man man/man3/Random.3o
@man man/man3/Random.State.3o
@man man/man3/Scanf.3o
@man man/man3/Scanf.Scanning.3o
+@man man/man3/Set.3o
@man man/man3/Set.Make.3o
@man man/man3/Set.OrderedType.3o
@man man/man3/Set.S.3o
@@ -487,10 +510,12 @@ lib/ocaml/weak.mli
@man man/man3/Stack.3o
@man man/man3/StdLabels.3o
@man man/man3/StdLabels.Array.3o
+@man man/man3/StdLabels.Bytes.3o
@man man/man3/StdLabels.List.3o
@man man/man3/StdLabels.String.3o
@man man/man3/Str.3o
@man man/man3/Stream.3o
+@man man/man3/String.3o
@man man/man3/StringLabels.3o
@man man/man3/Sys.3o
@man man/man3/Unix.3o
@@ -541,7 +566,11 @@ share/doc/ocaml/html/libref/Bigarray.Arr
share/doc/ocaml/html/libref/Bigarray.Genarray.html
share/doc/ocaml/html/libref/Bigarray.html
share/doc/ocaml/html/libref/Buffer.html
+share/doc/ocaml/html/libref/Bytes.html
+share/doc/ocaml/html/libref/BytesLabels.html
share/doc/ocaml/html/libref/Callback.html
+share/doc/ocaml/html/libref/CamlinternalFormat.html
+share/doc/ocaml/html/libref/CamlinternalFormatBasics.html
share/doc/ocaml/html/libref/CamlinternalLazy.html
share/doc/ocaml/html/libref/CamlinternalMod.html
share/doc/ocaml/html/libref/CamlinternalOO.html
@@ -599,6 +628,7 @@ share/doc/ocaml/html/libref/Oo.html
share/doc/ocaml/html/libref/Parsing.html
share/doc/ocaml/html/libref/Pervasives.LargeFile.html
share/doc/ocaml/html/libref/Pervasives.html
+share/doc/ocaml/html/libref/Printexc.Slot.html
share/doc/ocaml/html/libref/Printexc.html
share/doc/ocaml/html/libref/Printf.html
share/doc/ocaml/html/libref/Queue.html
@@ -614,6 +644,7 @@ share/doc/ocaml/html/libref/Set.html
share/doc/ocaml/html/libref/Sort.html
share/doc/ocaml/html/libref/Stack.html
share/doc/ocaml/html/libref/StdLabels.Array.html
+share/doc/ocaml/html/libref/StdLabels.Bytes.html
share/doc/ocaml/html/libref/StdLabels.List.html
share/doc/ocaml/html/libref/StdLabels.String.html
share/doc/ocaml/html/libref/StdLabels.html
@@ -624,7 +655,6 @@ share/doc/ocaml/html/libref/StringLabels
share/doc/ocaml/html/libref/Sys.html
share/doc/ocaml/html/libref/Thread.html
share/doc/ocaml/html/libref/ThreadUnix.html
-share/doc/ocaml/html/libref/Tk.html
share/doc/ocaml/html/libref/Unix.LargeFile.html
share/doc/ocaml/html/libref/Unix.html
share/doc/ocaml/html/libref/UnixLabels.LargeFile.html
@@ -637,6 +667,7 @@ share/doc/ocaml/html/libref/index_attrib
share/doc/ocaml/html/libref/index_class_types.html
share/doc/ocaml/html/libref/index_classes.html
share/doc/ocaml/html/libref/index_exceptions.html
+share/doc/ocaml/html/libref/index_extensions.html
share/doc/ocaml/html/libref/index_methods.html
share/doc/ocaml/html/libref/index_module_types.html
share/doc/ocaml/html/libref/index_modules.html
@@ -654,7 +685,11 @@ share/doc/ocaml/html/libref/type_Bigarra
share/doc/ocaml/html/libref/type_Bigarray.Genarray.html
share/doc/ocaml/html/libref/type_Bigarray.html
share/doc/ocaml/html/libref/type_Buffer.html
+share/doc/ocaml/html/libref/type_Bytes.html
+share/doc/ocaml/html/libref/type_BytesLabels.html
share/doc/ocaml/html/libref/type_Callback.html
+share/doc/ocaml/html/libref/type_CamlinternalFormat.html
+share/doc/ocaml/html/libref/type_CamlinternalFormatBasics.html
share/doc/ocaml/html/libref/type_CamlinternalLazy.html
share/doc/ocaml/html/libref/type_CamlinternalMod.html
share/doc/ocaml/html/libref/type_CamlinternalOO.html
@@ -712,6 +747,7 @@ share/doc/ocaml/html/libref/type_Oo.html
share/doc/ocaml/html/libref/type_Parsing.html
share/doc/ocaml/html/libref/type_Pervasives.LargeFile.html
share/doc/ocaml/html/libref/type_Pervasives.html
+share/doc/ocaml/html/libref/type_Printexc.Slot.html
share/doc/ocaml/html/libref/type_Printexc.html
share/doc/ocaml/html/libref/type_Printf.html
share/doc/ocaml/html/libref/type_Queue.html
@@ -727,6 +763,7 @@ share/doc/ocaml/html/libref/type_Set.htm
share/doc/ocaml/html/libref/type_Sort.html
share/doc/ocaml/html/libref/type_Stack.html
share/doc/ocaml/html/libref/type_StdLabels.Array.html
+share/doc/ocaml/html/libref/type_StdLabels.Bytes.html
share/doc/ocaml/html/libref/type_StdLabels.List.html
share/doc/ocaml/html/libref/type_StdLabels.String.html
share/doc/ocaml/html/libref/type_StdLabels.html
@@ -737,7 +774,6 @@ share/doc/ocaml/html/libref/type_StringL
share/doc/ocaml/html/libref/type_Sys.html
share/doc/ocaml/html/libref/type_Thread.html
share/doc/ocaml/html/libref/type_ThreadUnix.html
-share/doc/ocaml/html/libref/type_Tk.html
share/doc/ocaml/html/libref/type_Unix.LargeFile.html
share/doc/ocaml/html/libref/type_Unix.html
share/doc/ocaml/html/libref/type_UnixLabels.LargeFile.html
@@ -749,7 +785,7 @@ share/doc/ocaml/html/libstr.html
share/doc/ocaml/html/libthreads.html
share/doc/ocaml/html/libunix.html
share/doc/ocaml/html/manual001.html
-share/doc/ocaml/html/manual044.html
+share/doc/ocaml/html/manual043.html
share/doc/ocaml/html/modtypes.html
share/doc/ocaml/html/moduleexamples.html
share/doc/ocaml/html/modules.html
Index: net/mldonkey/stable/Makefile
===================================================================
RCS file: /cvs/ports/net/mldonkey/stable/Makefile,v
retrieving revision 1.59
diff -u -p -r1.59 Makefile
--- net/mldonkey/stable/Makefile 27 Aug 2014 09:45:39 -0000 1.59
+++ net/mldonkey/stable/Makefile 1 Sep 2014 11:20:46 -0000
@@ -35,7 +35,7 @@ CONFIGURE_ENV += CPPFLAGS='-I${LOCALBASE
USE_GMAKE = Yes
MODULES = lang/ocaml devel/gettext
-BUILD_DEPENDS = lang/ocaml,-camlp4 x11/lablgtk2
+BUILD_DEPENDS = lang/ocaml-camlp4 x11/lablgtk2
LIB_DEPENDS = archivers/bzip2 \
devel/libmagic \
graphics/gd \
Index: productivity/wyrd/Makefile
===================================================================
RCS file: /cvs/ports/productivity/wyrd/Makefile,v
retrieving revision 1.20
diff -u -p -r1.20 Makefile
--- productivity/wyrd/Makefile 22 Aug 2014 22:49:07 -0000 1.20
+++ productivity/wyrd/Makefile 1 Sep 2014 11:22:30 -0000
@@ -21,7 +21,7 @@ MODULES= lang/ocaml
CONFIGURE_STYLE= gnu
USE_GMAKE= Yes
-BUILD_DEPENDS= ${RUN_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS} lang/ocaml-camlp4
RUN_DEPENDS= misc/remind
NO_TEST= Yes
Index: sysutils/findlib/Makefile
===================================================================
RCS file: /cvs/ports/sysutils/findlib/Makefile,v
retrieving revision 1.28
diff -u -p -r1.28 Makefile
--- sysutils/findlib/Makefile 25 Aug 2014 15:20:19 -0000 1.28
+++ sysutils/findlib/Makefile 1 Sep 2014 11:22:41 -0000
@@ -3,6 +3,8 @@
COMMENT= OCaml package manager
CATEGORIES= sysutils
DISTNAME= findlib-1.5.2
+REVISION= 0
+
MASTER_SITES= http://download.camlcity.org/download/
MAINTAINER= Anil Madhavapeddy <[email protected]>
@@ -15,11 +17,10 @@ MODULES+= x11/tk
WANTLIB += c m
RUN_DEPENDS += lang/ocaml
-BUILD_DEPENDS += lang/ocaml lang/ocaml,-labltk lang/ocaml,-camlp4
+BUILD_DEPENDS += lang/ocaml
CONFIGURE_STYLE=simple
-CONFIGURE_ARGS= -with-toolbox \
- -no-custom \
+CONFIGURE_ARGS= -no-custom \
-sitelib "/usr/local/lib/ocaml" \
-config ${SYSCONFDIR}/findlib.conf
Index: sysutils/findlib/pkg/PFRAG.dynlink-native
===================================================================
RCS file: /cvs/ports/sysutils/findlib/pkg/PFRAG.dynlink-native,v
retrieving revision 1.1
diff -u -p -r1.1 PFRAG.dynlink-native
--- sysutils/findlib/pkg/PFRAG.dynlink-native 25 Aug 2014 15:20:19 -0000
1.1
+++ sysutils/findlib/pkg/PFRAG.dynlink-native 1 Sep 2014 11:22:41 -0000
@@ -1,3 +1,2 @@
@comment $OpenBSD: PFRAG.dynlink-native,v 1.1 2014/08/25 15:20:19 chrisz Exp $
-@bin lib/ocaml/bytes/bytes.cmxs
@bin lib/ocaml/findlib/findlib.cmxs
Index: sysutils/findlib/pkg/PFRAG.native
===================================================================
RCS file: /cvs/ports/sysutils/findlib/pkg/PFRAG.native,v
retrieving revision 1.3
diff -u -p -r1.3 PFRAG.native
--- sysutils/findlib/pkg/PFRAG.native 25 Aug 2014 15:20:19 -0000 1.3
+++ sysutils/findlib/pkg/PFRAG.native 1 Sep 2014 11:22:41 -0000
@@ -1,7 +1,4 @@
@comment $OpenBSD: PFRAG.native,v 1.3 2014/08/25 15:20:19 chrisz Exp $
%%dynlink%%
-lib/ocaml/bytes/bytes.a
-lib/ocaml/bytes/bytes.cmx
-lib/ocaml/bytes/bytes.cmxa
lib/ocaml/findlib/findlib.a
lib/ocaml/findlib/findlib.cmxa
Index: sysutils/findlib/pkg/PLIST
===================================================================
RCS file: /cvs/ports/sysutils/findlib/pkg/PLIST,v
retrieving revision 1.11
diff -u -p -r1.11 PLIST
--- sysutils/findlib/pkg/PLIST 25 Aug 2014 15:20:19 -0000 1.11
+++ sysutils/findlib/pkg/PLIST 1 Sep 2014 11:22:41 -0000
@@ -1,15 +1,10 @@
@comment $OpenBSD: PLIST,v 1.11 2014/08/25 15:20:19 chrisz Exp $
%%native%%
@bin bin/ocamlfind
-bin/safe_camlp4
lib/ocaml/bigarray/
lib/ocaml/bigarray/META
lib/ocaml/bytes/
lib/ocaml/bytes/META
-lib/ocaml/bytes/bytes.cma
-lib/ocaml/bytes/bytes.cmi
-lib/ocaml/camlp4/
-lib/ocaml/camlp4/META
lib/ocaml/compiler-libs/META
lib/ocaml/dynlink/
lib/ocaml/dynlink/META
@@ -25,14 +20,10 @@ lib/ocaml/findlib/fl_metascanner.mli
lib/ocaml/findlib/fl_metatoken.cmi
lib/ocaml/findlib/fl_package_base.cmi
lib/ocaml/findlib/fl_package_base.mli
-lib/ocaml/findlib/make_wizard
-lib/ocaml/findlib/make_wizard.pattern
lib/ocaml/findlib/topfind.cmi
lib/ocaml/findlib/topfind.mli
lib/ocaml/graphics/
lib/ocaml/graphics/META
-lib/ocaml/labltk/
-lib/ocaml/labltk/META
lib/ocaml/num/
lib/ocaml/num-top/
lib/ocaml/num-top/META
Index: textproc/ocaml-text/Makefile
===================================================================
RCS file: /cvs/ports/textproc/ocaml-text/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- textproc/ocaml-text/Makefile 22 Aug 2014 22:49:07 -0000 1.6
+++ textproc/ocaml-text/Makefile 1 Sep 2014 11:22:51 -0000
@@ -18,7 +18,7 @@ MODULES = converters/libiconv \
lang/ocaml
RUN_DEPENDS = lang/ocaml devel/ocaml-pcre
-BUILD_DEPENDS = sysutils/findlib devel/ocaml-pcre
+BUILD_DEPENDS = sysutils/findlib devel/ocaml-pcre lang/ocaml-camlp4
# patch-setup_ml
BUILD_DEPENDS +=devel/gmake
Index: x11/lablgtk2/Makefile
===================================================================
RCS file: /cvs/ports/x11/lablgtk2/Makefile,v
retrieving revision 1.30
diff -u -p -r1.30 Makefile
--- x11/lablgtk2/Makefile 22 Aug 2014 22:49:07 -0000 1.30
+++ x11/lablgtk2/Makefile 1 Sep 2014 11:24:30 -0000
@@ -21,7 +21,7 @@ WANTLIB = X11 Xcomposite Xcursor Xdamage
gtksourceview-2.0 m pango-1.0 pangocairo-1.0 \
pangoft2-1.0 rsvg-2 xml2 z
-BUILD_DEPENDS = sysutils/findlib
+BUILD_DEPENDS = sysutils/findlib lang/ocaml-camlp4
LIB_DEPENDS = x11/gtk+2 \
devel/libglade2 \
--
http://gmerlin.de
OpenPGP: http://gmerlin.de/christopher.pub
F190 D013 8F01 AA53 E080 3F3C F17F B0A1 D44E 4FEE
signature.asc
Description: PGP signature
