svn commit: r322404 - head/devel/clint

Eitan Adler eadler at FreeBSD.org
Sat Jul 6 17:32:40 UTC 2013


Author: eadler
Date: Sat Jul  6 17:32:40 2013
New Revision: 322404
URL: http://svnweb.freebsd.org/changeset/ports/322404

Log:
  - Convert from USE_GMAKE -> USES=gmake
  - Indicate that this port does not build with python 3.
  	This does not fix building when python 3 is default but that will come soon.

Modified:
  head/devel/clint/Makefile

Modified: head/devel/clint/Makefile
==============================================================================
--- head/devel/clint/Makefile	Sat Jul  6 17:27:41 2013	(r322403)
+++ head/devel/clint/Makefile	Sat Jul  6 17:32:40 2013	(r322404)
@@ -13,17 +13,18 @@ COMMENT=	Static source code checker for 
 LICENSE=	GPLv2
 
 USE_AUTOTOOLS=	libtool
-USE_PYTHON=	yes
-USE_GMAKE=	yes
+USE_PYTHON=	-2.7
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
+CONFIGURE_ARGS=	--enable-python=${LOCALBASE}/bin/python2
 USE_LDCONFIG=	yes
 
+USES=	gmake
+
 INFO=		clint
 
 post-patch:
 	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
-		's|-pedantic||g ; \
-		 s|-ldl||g'
+		's|-ldl||g'
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list