Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Oct 2013 03:32:35 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331459 - head/devel/clint
Message-ID:  <201310240332.r9O3WZtZ081682@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
+MAINTAINER=	ports@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310240332.r9O3WZtZ081682>