svn commit: r331459 - head/devel/clint

Eitan Adler eadler at FreeBSD.org
Thu Oct 24 03:32:36 UTC 2013


Author: eadler
Date: Thu Oct 24 03:32:35 2013
New Revision: 331459
URL: http://svnweb.freebsd.org/changeset/ports/331459

Log:
  I no longer use this port and it is broken.  The fix is likely simple but I don't have the time to delve into it.

Modified:
  head/devel/clint/Makefile

Modified: head/devel/clint/Makefile
==============================================================================
--- head/devel/clint/Makefile	Thu Oct 24 03:31:26 2013	(r331458)
+++ head/devel/clint/Makefile	Thu Oct 24 03:32:35 2013	(r331459)
@@ -7,7 +7,7 @@ PORTREVISION=	4
 CATEGORIES=	devel
 MASTER_SITES=	SF
 
-MAINTAINER=	eadler at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Static source code checker for C++
 
 LICENSE=	GPLv2
@@ -24,6 +24,7 @@ USE_CXXSTD=	gnu++98
 USES=		gmake
 INFO=		clint
 MAKE_JOBS_UNSAFE=	yes
+BROKEN=		fails to find python.h
 
 post-patch:
 	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \


More information about the svn-ports-head mailing list