[#]
http://marc.info/?l=openbsd-ports-cvs&m=140865446821784&w=2
openbsd-ports-cvs(obsdave,2) — All
2014-08-22 01:55:08
Module name: ports
Changes by: chrisz@cvs.openbsd.org 2014/08/21 14:54:04
Modified files:
sysutils/findlib: Makefile
sysutils/findlib/pkg: PLIST
graphics/ocaml-camlimages: Makefile
lang/ocaml : Makefile ocaml.port.mk
Added files:
lang/ocaml/pkg : DESCR-camlp4 DESCR-graphics DESCR-labltk
DESCR-main PFRAG.dynlink-native-graphics
PFRAG.dynlink-native-main PFRAG.native-camlp4
PFRAG.native-graphics PFRAG.native-labltk
PFRAG.native-main PFRAG.shared-graphics
PFRAG.shared-labltk PFRAG.shared-main
PLIST-camlp4 PLIST-graphics PLIST-labltk
PLIST-main
Removed files:
lang/ocaml/pkg : DESCR PFRAG.dynlink-native PFRAG.native
PFRAG.shared PLIST
Log message:
Split off camlp4, labltk and graphics from our current OCaml 4.01.
This will help when upgrading to upcoming OCaml 4.02, which will miss camlp4
and labltk.
For a smooth transision, make all OCaml ports BUILD_DEPEND on camlp4 via
MODULES=ocaml.
sysutils/findlib is the only port using -labltk.
graphics/ocaml-camlimage is the only port using -graphics.
ok avsm@