diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2015-05-04 23:46:51 +0800 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2015-05-04 23:46:51 +0800 |
commit | 2c44e6acd06e2874b82746cb9dcdc785097b4203 (patch) | |
tree | aa391452ea6a289ee70b33bcbec2503509a494d2 /net-p2p | |
parent | cb214a8a7bdc497f794275b729a70ec66437e2a7 (diff) | |
download | freebsd-ports-gnome-2c44e6acd06e2874b82746cb9dcdc785097b4203.tar.gz freebsd-ports-gnome-2c44e6acd06e2874b82746cb9dcdc785097b4203.tar.zst freebsd-ports-gnome-2c44e6acd06e2874b82746cb9dcdc785097b4203.zip |
- Add USE_OCAML_CAMLP4 and USE_OCAML_TK to bsd.ocaml.mk which add
depends on the camlp4 language and labltk ocaml modules, which are
now in separate ports.
- Update x11-toolkits/ocaml-lablgtk2 to 2.18.3
- Update graphics/ocaml-lablgl to 1.05
- Make unison ports use USE_OCAML
- Convert ports to the new flags where needed
- Bump PORTREVISION on ports depending on ocaml-lablgtk2, those need to be rebuilt
PR: 199845
Submitted by: jbeich@
Differential Revision: https://reviews.freebsd.org/D2434
Approved by: portmgr (mat)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/liberator/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/mldonkey/Makefile | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/liberator/Makefile b/net-p2p/liberator/Makefile index 032c8cc175e9..c72b9c5decfe 100644 --- a/net-p2p/liberator/Makefile +++ b/net-p2p/liberator/Makefile @@ -13,6 +13,7 @@ COMMENT= Command line client to FreeNet Network USES= tar:bzip2 USE_OCAML= yes +USE_OCAML_CAMLP4=yes ALL_TARGET= all opt MAKE_JOBS_UNSAFE=yes diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile index d4326f4eba83..8e87d66802b0 100644 --- a/net-p2p/mldonkey/Makefile +++ b/net-p2p/mldonkey/Makefile @@ -12,12 +12,12 @@ COMMENT?= OCAML client for multiple peer-to-peer networks LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/Copying.txt -BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml - CONFLICTS= mldonkey{-{core,gui},}-devel-[0-9]* USES= iconv tar:bzip2 gmake USE_AUTOTOOLS= autoconf:env +USE_OCAML= yes +USE_OCAML_CAMLP4=yes GNU_CONFIGURE= yes ALL_TARGET= opt MAKE_ENV+= OCAMLRUNPARAM="l=256M" |