From 73da6665ed88ef1b59adf1bcc0da22d24c291629 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Wed, 30 Jul 2014 20:25:51 +0000 Subject: [PATCH] Attempt to unbreak INDEX No idea if this builds (it didn't) With hat: portmgr --- devel/asdlgen/Makefile | 2 +- devel/ml-doc/Makefile | 2 +- devel/ml-doc/files/fix-cml-doc.sh.in | 2 +- devel/sml_tk/Makefile | 2 +- lang/mlton/Makefile | 4 ++-- math/isabelle/Makefile | 2 +- textproc/sml-fxp/Makefile | 8 ++++---- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/devel/asdlgen/Makefile b/devel/asdlgen/Makefile index e9abfea36035..e2c7d29b67dc 100644 --- a/devel/asdlgen/Makefile +++ b/devel/asdlgen/Makefile @@ -11,7 +11,7 @@ DISTFILES= asdlGen.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= Interoperable serializers for C,C++,Haskell,Icon,Java,ML -BUILD_DEPENDS= smlnj-devel>=110.65:${PORTSDIR}/lang/sml-nj-devel +BUILD_DEPENDS= smlnj>=110.65:${PORTSDIR}/lang/smlnj USES= dos2unix DOS2UNIX_FILES= src/icon/libasdl.icn diff --git a/devel/ml-doc/Makefile b/devel/ml-doc/Makefile index 4d93506e19c9..a2a85eb1f32d 100644 --- a/devel/ml-doc/Makefile +++ b/devel/ml-doc/Makefile @@ -13,7 +13,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Language and tools for documenting Standard ML libraries -BUILD_DEPENDS= smlnj-devel>=110.71:${PORTSDIR}/lang/sml-nj-devel \ +BUILD_DEPENDS= smlnj>=110.71:${PORTSDIR}/lang/smlnj \ nsgmls:${PORTSDIR}/textproc/jade RUN_DEPENDS= nsgmls:${PORTSDIR}/textproc/jade diff --git a/devel/ml-doc/files/fix-cml-doc.sh.in b/devel/ml-doc/files/fix-cml-doc.sh.in index 0ee742c533a5..2dd87777fd3c 100644 --- a/devel/ml-doc/files/fix-cml-doc.sh.in +++ b/devel/ml-doc/files/fix-cml-doc.sh.in @@ -8,7 +8,7 @@ DOCSRCDIR='%%PREFIX%%/smlnj/cml/doc' if [ ! -d "$DOCSRCDIR" ] then echo "CML doc sources not found in directory $DOCSRCDIR" - echo "Install lang/sml-nj-devel with option WITH_EVERYTHING" + echo "Install lang/smlnj with option EVERYTHING" exit 1 fi diff --git a/devel/sml_tk/Makefile b/devel/sml_tk/Makefile index ddb1784982fb..67fdef0ec826 100644 --- a/devel/sml_tk/Makefile +++ b/devel/sml_tk/Makefile @@ -28,7 +28,7 @@ NO_STAGE= yes .include .if ${PORT_OPTIONS:MSMLNJDEVEL} -BUILD_DEPENDS+= smlnj-devel>=65:${PORTSDIR}/lang/sml-nj-devel +BUILD_DEPENDS+= smlnj>=65:${PORTSDIR}/lang/smlnj .endif .if ${PORT_OPTIONS:MPOLYML} BUILD_DEPENDS+= poly:${PORTSDIR}/lang/polyml diff --git a/lang/mlton/Makefile b/lang/mlton/Makefile index c8c732c31e88..4ea6991867e6 100644 --- a/lang/mlton/Makefile +++ b/lang/mlton/Makefile @@ -48,11 +48,11 @@ ALL_TARGET= all-no-docs SRC_DIST= ${DISTNAME}.src.tgz .if ${PORT_OPTIONS:MSMLNJ} -BROKEN= ${DISTNAME}-${PORTVERSION} does not bootstrap properly with sml-nj +BROKEN= ${DISTNAME}-${PORTVERSION} does not bootstrap properly with smlnj .endif .if ${PORT_OPTIONS:MSMLNJ} -BUILD_DEPENDS+= smlnj-devel>=110.65:${PORTSDIR}/lang/sml-nj-devel +BUILD_DEPENDS+= smlnj>=110.65:${PORTSDIR}/lang/smlnj BOOT_DIST= MAKE_ENV+= SMLNJ_DEVEL=yes .if ! ${PORT_OPTIONS:MDOCS} diff --git a/math/isabelle/Makefile b/math/isabelle/Makefile index aa67bb780172..7253955bef6e 100644 --- a/math/isabelle/Makefile +++ b/math/isabelle/Makefile @@ -123,7 +123,7 @@ PLIST_SUB+= HEAPSUBDIR=${ML_SYSTEM}_${ML_PLATFORM} \ HEAP_HOL_TLA=${HEAP_HOL_TLA} \ HEAP_HOL_HOL4=${HEAP_HOL_HOL4} .if ! ${PORT_OPTIONS:MPOLYML} -BUILD_DEPENDS+= smlnj-devel>=110.71:${PORTSDIR}/lang/sml-nj-devel +BUILD_DEPENDS+= smlnj>=110.71:${PORTSDIR}/lang/smlnj MAKE_ENV+= SMLNJ_DEVEL=yes .else BUILD_DEPENDS+= polyml>=5.2.1:${PORTSDIR}/lang/polyml diff --git a/textproc/sml-fxp/Makefile b/textproc/sml-fxp/Makefile index c2253b1da431..9416ff521516 100644 --- a/textproc/sml-fxp/Makefile +++ b/textproc/sml-fxp/Makefile @@ -36,12 +36,12 @@ RUN_DEPENDS+= xvcg:${PORTSDIR}/graphics/vcg .if ${PORT_OPTIONS:MSTABILITATION} || empty(PORT_OPTIONS:MMLTON) .if ${PORT_OPTIONS:MDEVEL} -BUILD_DEPENDS+= smlnj-devel>=110.65:${PORTSDIR}/lang/sml-nj-devel +BUILD_DEPENDS+= smlnj>=110.65:${PORTSDIR}/lang/smlnj MAKE_ENV+= SMLNJ_DEVEL=yes .else -BUILD_DEPENDS+= smlnj>=0:${PORTSDIR}/lang/sml-nj -RUN_DEPENDS+= smlnj>=0:${PORTSDIR}/lang/sml-nj +BUILD_DEPENDS+= smlnj>=0:${PORTSDIR}/lang/smlnj +RUN_DEPENDS+= smlnj>=0:${PORTSDIR}/lang/smlnj MAKE_ENV+= SMLNJ=yes .endif @@ -69,7 +69,7 @@ PLIST_SUB+= STABLE="@comment " STABLE_DEVEL="@comment " .endif .if ${PORT_OPTIONS:MSTABILITATION} || !empty(PORT_OPTIONS:MDEVEL) -RUN_DEPENDS+= smlnj-devel>=110.65:${PORTSDIR}/lang/sml-nj-devel +RUN_DEPENDS+= smlnj>=110.65:${PORTSDIR}/lang/smlnj .endif .if ${PORT_OPTIONS:MMLTON}