From owner-svn-ports-all@freebsd.org Tue Nov 22 21:56:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5D7DC50C7D; Tue, 22 Nov 2016 21:56:39 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A59D5DBF; Tue, 22 Nov 2016 21:56:39 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAMLucPu069310; Tue, 22 Nov 2016 21:56:38 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMLubV9069302; Tue, 22 Nov 2016 21:56:37 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611222156.uAMLubV9069302@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 22 Nov 2016 21:56:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426869 - in head: databases/grass games/0ad graphics/qgis multimedia/py-mlt www/chromium www/webkit-gtk2 www/webkit-gtk3 www/webkit2-gtk3 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.23 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: Tue, 22 Nov 2016 21:56:40 -0000 Author: antoine Date: Tue Nov 22 21:56:37 2016 New Revision: 426869 URL: https://svnweb.freebsd.org/changeset/ports/426869 Log: Add explicit build dependency on the python symlink, right now they rely on it being provided by x11-toolkits/gtk20 Modified: head/databases/grass/Makefile head/games/0ad/Makefile head/graphics/qgis/Makefile head/multimedia/py-mlt/Makefile head/www/chromium/Makefile head/www/webkit-gtk2/Makefile head/www/webkit-gtk3/Makefile head/www/webkit2-gtk3/Makefile Modified: head/databases/grass/Makefile ============================================================================== --- head/databases/grass/Makefile Tue Nov 22 21:35:09 2016 (r426868) +++ head/databases/grass/Makefile Tue Nov 22 21:56:37 2016 (r426869) @@ -25,7 +25,8 @@ COMMENT= Open source Geographical Inform LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/GPL.TXT -BUILD_DEPENDS= ${LOCALBASE}/bin/swig:devel/swig13 +BUILD_DEPENDS= ${LOCALBASE}/bin/swig:devel/swig13 \ + python:lang/python LIB_DEPENDS= libgdal.so:graphics/gdal \ libpng.so:graphics/png \ libproj.so:graphics/proj \ Modified: head/games/0ad/Makefile ============================================================================== --- head/games/0ad/Makefile Tue Nov 22 21:35:09 2016 (r426868) +++ head/games/0ad/Makefile Tue Nov 22 21:56:37 2016 (r426869) @@ -13,6 +13,7 @@ MAINTAINER= madpilot@FreeBSD.org COMMENT= Real-time strategy (RTS) game of ancient warfare BUILD_DEPENDS= zip:archivers/zip \ + python:lang/python \ cmake:devel/cmake LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libicui18n.so:devel/icu \ Modified: head/graphics/qgis/Makefile ============================================================================== --- head/graphics/qgis/Makefile Tue Nov 22 21:35:09 2016 (r426868) +++ head/graphics/qgis/Makefile Tue Nov 22 21:56:37 2016 (r426869) @@ -11,7 +11,8 @@ COMMENT= Geographical Information System LICENSE= GPLv2 -BUILD_DEPENDS= txt2tags:textproc/txt2tags +BUILD_DEPENDS= txt2tags:textproc/txt2tags \ + python:lang/python LIB_DEPENDS= libexpat.so:textproc/expat2 \ libgdal.so:graphics/gdal \ libgeos.so:graphics/geos \ Modified: head/multimedia/py-mlt/Makefile ============================================================================== --- head/multimedia/py-mlt/Makefile Tue Nov 22 21:35:09 2016 (r426868) +++ head/multimedia/py-mlt/Makefile Tue Nov 22 21:56:37 2016 (r426869) @@ -12,7 +12,8 @@ LICENSE= GPLv2 LICENSE_COMB= single LIB_DEPENDS= libmlt.so:${MASTER_PORT} -BUILD_DEPENDS= swig:devel/swig13 +BUILD_DEPENDS= swig:devel/swig13 \ + python:lang/python USES= python:2 MASTERDIR= ${.CURDIR:H:H}/multimedia/mlt Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Tue Nov 22 21:35:09 2016 (r426868) +++ head/www/chromium/Makefile Tue Nov 22 21:56:37 2016 (r426869) @@ -17,6 +17,7 @@ BROKEN_FreeBSD_9=does not configure BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:devel/gperf \ bash:shells/bash \ + python:lang/python \ yasm:devel/yasm \ flock:sysutils/flock \ ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat \ Modified: head/www/webkit-gtk2/Makefile ============================================================================== --- head/www/webkit-gtk2/Makefile Tue Nov 22 21:35:09 2016 (r426868) +++ head/www/webkit-gtk2/Makefile Tue Nov 22 21:56:37 2016 (r426869) @@ -14,6 +14,7 @@ COMMENT= Opensource browser engine using BUILD_DEPENDS= gtkdoc-rebase:textproc/gtk-doc \ p5-Switch>0:lang/p5-Switch \ + python:lang/python \ geoclue>=0:net/geoclue LIB_DEPENDS= libenchant.so:textproc/enchant \ libsecret-1.so:security/libsecret \ Modified: head/www/webkit-gtk3/Makefile ============================================================================== --- head/www/webkit-gtk3/Makefile Tue Nov 22 21:35:09 2016 (r426868) +++ head/www/webkit-gtk3/Makefile Tue Nov 22 21:56:37 2016 (r426869) @@ -14,6 +14,7 @@ COMMENT= Opensource browser engine using BUILD_DEPENDS= gtkdoc-rebase:textproc/gtk-doc \ p5-Switch>0:lang/p5-Switch \ + python:lang/python \ geoclue>=0:net/geoclue LIB_DEPENDS= libenchant.so:textproc/enchant \ libsecret-1.so:security/libsecret \ Modified: head/www/webkit2-gtk3/Makefile ============================================================================== --- head/www/webkit2-gtk3/Makefile Tue Nov 22 21:35:09 2016 (r426868) +++ head/www/webkit2-gtk3/Makefile Tue Nov 22 21:56:37 2016 (r426869) @@ -12,7 +12,8 @@ DISTNAME= ${PORTNAME}gtk-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= Opensource browser engine using the GTK+ 3 toolkit -BUILD_DEPENDS= geoclue>=0:net/geoclue +BUILD_DEPENDS= geoclue>=0:net/geoclue \ + python:lang/python LIB_DEPENDS= libenchant.so:textproc/enchant \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \