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 MAINTAINER= ports@FreeBSD.org
COMMENT= Interoperable serializers for C,C++,Haskell,Icon,Java,ML 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 USES= dos2unix
DOS2UNIX_FILES= src/icon/libasdl.icn DOS2UNIX_FILES= src/icon/libasdl.icn

View file

@ -13,7 +13,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= Language and tools for documenting Standard ML libraries 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 nsgmls:${PORTSDIR}/textproc/jade
RUN_DEPENDS= nsgmls:${PORTSDIR}/textproc/jade RUN_DEPENDS= nsgmls:${PORTSDIR}/textproc/jade

View file

@ -8,7 +8,7 @@ DOCSRCDIR='%%PREFIX%%/smlnj/cml/doc'
if [ ! -d "$DOCSRCDIR" ] if [ ! -d "$DOCSRCDIR" ]
then then
echo "CML doc sources not found in directory $DOCSRCDIR" 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 exit 1
fi fi

View file

@ -28,7 +28,7 @@ NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSMLNJDEVEL} .if ${PORT_OPTIONS:MSMLNJDEVEL}
BUILD_DEPENDS+= smlnj-devel>=65:${PORTSDIR}/lang/sml-nj-devel BUILD_DEPENDS+= smlnj>=65:${PORTSDIR}/lang/smlnj
.endif .endif
.if ${PORT_OPTIONS:MPOLYML} .if ${PORT_OPTIONS:MPOLYML}
BUILD_DEPENDS+= poly:${PORTSDIR}/lang/polyml BUILD_DEPENDS+= poly:${PORTSDIR}/lang/polyml

View file

@ -48,11 +48,11 @@ ALL_TARGET= all-no-docs
SRC_DIST= ${DISTNAME}.src.tgz SRC_DIST= ${DISTNAME}.src.tgz
.if ${PORT_OPTIONS:MSMLNJ} .if ${PORT_OPTIONS:MSMLNJ}
BROKEN= ${DISTNAME}-${PORTVERSION} does not bootstrap properly with sml-nj BROKEN= ${DISTNAME}-${PORTVERSION} does not bootstrap properly with smlnj
.endif .endif
.if ${PORT_OPTIONS:MSMLNJ} .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= BOOT_DIST=
MAKE_ENV+= SMLNJ_DEVEL=yes MAKE_ENV+= SMLNJ_DEVEL=yes
.if ! ${PORT_OPTIONS:MDOCS} .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_TLA=${HEAP_HOL_TLA} \
HEAP_HOL_HOL4=${HEAP_HOL_HOL4} HEAP_HOL_HOL4=${HEAP_HOL_HOL4}
.if ! ${PORT_OPTIONS:MPOLYML} .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 MAKE_ENV+= SMLNJ_DEVEL=yes
.else .else
BUILD_DEPENDS+= polyml>=5.2.1:${PORTSDIR}/lang/polyml 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:MSTABILITATION} || empty(PORT_OPTIONS:MMLTON)
.if ${PORT_OPTIONS:MDEVEL} .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 MAKE_ENV+= SMLNJ_DEVEL=yes
.else .else
BUILD_DEPENDS+= smlnj>=0:${PORTSDIR}/lang/sml-nj BUILD_DEPENDS+= smlnj>=0:${PORTSDIR}/lang/smlnj
RUN_DEPENDS+= smlnj>=0:${PORTSDIR}/lang/sml-nj RUN_DEPENDS+= smlnj>=0:${PORTSDIR}/lang/smlnj
MAKE_ENV+= SMLNJ=yes MAKE_ENV+= SMLNJ=yes
.endif .endif
@ -69,7 +69,7 @@ PLIST_SUB+= STABLE="@comment " STABLE_DEVEL="@comment "
.endif .endif
.if ${PORT_OPTIONS:MSTABILITATION} || !empty(PORT_OPTIONS:MDEVEL) .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 .endif
.if ${PORT_OPTIONS:MMLTON} .if ${PORT_OPTIONS:MMLTON}