From 575a0a2e2126ce02f4e1e703d79c8df44d2c0e68 Mon Sep 17 00:00:00 2001 From: linimon Date: Wed, 23 May 2018 07:06:21 +0000 Subject: Mark as broken/deprecated: mastersite times out. While here, pet portlint. --- math/mtl/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'math') diff --git a/math/mtl/Makefile b/math/mtl/Makefile index 34e72c033d20..c90df5620273 100644 --- a/math/mtl/Makefile +++ b/math/mtl/Makefile @@ -8,13 +8,16 @@ CATEGORIES= math devel MASTER_SITES= http://www.osl.iu.edu/download/research/mtl/ MAINTAINER= ports@FreeBSD.org -COMMENT= The Matrix Template Library, Version 2 +COMMENT= Matrix Template Library, Version 2 LICENSE= MTL LICENSE_NAME= Matrix Template Library License LICENSE_FILE= ${WRKSRC}/license.mtl.txt LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BROKEN= fails to fetch: mastersite times out +DEPRECATED= fails to fetch: mastersite times out + CONFIGURE_ENV= CXXCPP="${CXXCPP}" CXXCPP?= ${CXX} -E GNU_CONFIGURE= yes @@ -51,7 +54,7 @@ PORTEXAMPLES= * post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/doubledouble - @${INSTALL_DATA} ${WRKSRC}/contrib/examples/* ${STAGEDIR}${EXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/contrib/doubledouble/* ${STAGEDIR}${EXAMPLESDIR}/doubledouble + ${INSTALL_DATA} ${WRKSRC}/contrib/examples/* ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/contrib/doubledouble/* ${STAGEDIR}${EXAMPLESDIR}/doubledouble .include -- cgit