Date: Sun, 8 Dec 2013 13:29:42 +0000 (UTC) From: Marcus von Appen <mva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335890 - in head/lang: gjs v8 Message-ID: <201312081329.rB8DTgQi079659@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mva Date: Sun Dec 8 13:29:41 2013 New Revision: 335890 URL: http://svnweb.freebsd.org/changeset/ports/335890 Log: - Fix the usage of 'python' to get rid of the implicit lang/python dependency - lang/v8 requires python to build Approved by: portmgr (blanket) Modified: head/lang/gjs/Makefile head/lang/v8/Makefile (contents, props changed) Modified: head/lang/gjs/Makefile ============================================================================== --- head/lang/gjs/Makefile Sun Dec 8 13:25:49 2013 (r335889) +++ head/lang/gjs/Makefile Sun Dec 8 13:29:41 2013 (r335890) @@ -18,7 +18,7 @@ CONFLICTS_BUILD=spidermonkey17-1.7.* USE_XZ= yes USES= gettext gmake pathfix pkgconfig shebangfix -USE_PYTHON_BUILD=yes +USE_PYTHON_BUILD=2 USE_AUTOTOOLS= libtool USE_GNOME= cairo glib20 gnomeprefix introspection:build \ intlhack ltverhack @@ -26,6 +26,8 @@ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +python_OLD_CMD= /usr/bin/env python +python_CMD= /usr/bin/env python2 SHEBANG_FILES= scripts/make-tests NO_STAGE= yes Modified: head/lang/v8/Makefile ============================================================================== --- head/lang/v8/Makefile Sun Dec 8 13:25:49 2013 (r335889) +++ head/lang/v8/Makefile Sun Dec 8 13:29:41 2013 (r335890) @@ -9,6 +9,7 @@ MASTER_SITES= LOCAL/vanilla MAINTAINER= vanilla@FreeBSD.org COMMENT= Google\'s open source JavaScript engine +BUILD_DEPENDS= python:${PORTSDIR}/lang/python LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo USES= gmake
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312081329.rB8DTgQi079659>