Date: Tue, 22 Nov 2016 21:56:37 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> 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 Message-ID: <201611222156.uAMLubV9069302@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611222156.uAMLubV9069302>