Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jul 2013 17:32:40 +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: r322404 - head/devel/clint
Message-ID:  <201307061732.r66HWepb046062@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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