svn commit: r352431 - in head: devel/clint math/py-graphtool
Antoine Brodin
antoine at FreeBSD.org
Sun Apr 27 15:26:13 UTC 2014
Author: antoine
Date: Sun Apr 27 15:26:12 2014
New Revision: 352431
URL: http://svnweb.freebsd.org/changeset/ports/352431
QAT: https://qat.redports.org/buildarchive/r352431/
Log:
Deprecate ports broken for more than 6 months
With hat: portmgr
Modified:
head/devel/clint/Makefile
head/math/py-graphtool/Makefile
Modified: head/devel/clint/Makefile
==============================================================================
--- head/devel/clint/Makefile Sun Apr 27 15:25:37 2014 (r352430)
+++ head/devel/clint/Makefile Sun Apr 27 15:26:12 2014 (r352431)
@@ -25,6 +25,8 @@ USES= gmake
INFO= clint
MAKE_JOBS_UNSAFE= yes
BROKEN= fails to find python.h
+DEPRECATED= Broken for more than 6 months
+EXPIRATION_DATE= 2014-05-27
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
Modified: head/math/py-graphtool/Makefile
==============================================================================
--- head/math/py-graphtool/Makefile Sun Apr 27 15:25:37 2014 (r352430)
+++ head/math/py-graphtool/Makefile Sun Apr 27 15:26:12 2014 (r352431)
@@ -30,6 +30,8 @@ NO_STAGE= yes
.include <bsd.port.pre.mk>
BROKEN= fails to build
+DEPRECATED= Broken for more than 6 months
+EXPIRATION_DATE= 2014-05-27
.if ${ARCH} == "powerpc"
BROKEN= Does not compile on powerpc: exhausts virtual memory
More information about the svn-ports-all
mailing list