svn commit: r335890 - in head/lang: gjs v8
Marcus von Appen
mva at FreeBSD.org
Sun Dec 8 13:29:42 UTC 2013
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 at FreeBSD.org
COMMENT= Google\'s open source JavaScript engine
+BUILD_DEPENDS= python:${PORTSDIR}/lang/python
LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo
USES= gmake
More information about the svn-ports-all
mailing list