1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Attempt to unbreak INDEX

No idea if this builds (it didn't)

With hat:	portmgr
This commit is contained in:
Antoine Brodin 2014-07-30 20:25:51 +00:00
parent 30ba737c2c
commit 73da6665ed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363513
7 changed files with 11 additions and 11 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -28,7 +28,7 @@ NO_STAGE= yes
.include <bsd.port.options.mk>
.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

View File

@ -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}

View File

@ -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

View File

@ -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}