From owner-svn-ports-all@FreeBSD.ORG Sat Jul 6 17:32:40 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CF65F8B6; Sat, 6 Jul 2013 17:32:40 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C2E831DD7; Sat, 6 Jul 2013 17:32:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r66HWeWp046063; Sat, 6 Jul 2013 17:32:40 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r66HWepb046062; Sat, 6 Jul 2013 17:32:40 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201307061732.r66HWepb046062@svn.freebsd.org> From: Eitan Adler Date: Sat, 6 Jul 2013 17:32:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322404 - head/devel/clint X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Jul 2013 17:32:40 -0000 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