From owner-svn-ports-all@freebsd.org Fri Nov 8 09:37:35 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 946751ACEB2; Fri, 8 Nov 2019 09:37:35 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 478Ztl47Cnz46sf; Fri, 8 Nov 2019 09:37:35 +0000 (UTC) (envelope-from tobik@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 70A10241F9; Fri, 8 Nov 2019 09:37:35 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xA89bZ61034170; Fri, 8 Nov 2019 09:37:35 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xA89bUmA034142; Fri, 8 Nov 2019 09:37:30 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201911080937.xA89bUmA034142@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 8 Nov 2019 09:37:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517042 - in head/databases: adodb akonadi dbf emma kexi libmongo-client mariadb101-server mdbtools monetdb pear-Horde_Db pear-Horde_Memcache pear-MDB2_Driver_mysql pear-Structures_Data... X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/databases: adodb akonadi dbf emma kexi libmongo-client mariadb101-server mdbtools monetdb pear-Horde_Db pear-Horde_Memcache pear-MDB2_Driver_mysql pear-Structures_DataGrid_DataSource_DBQuery p... X-SVN-Commit-Revision: 517042 X-SVN-Commit-Repository: ports 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.29 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: Fri, 08 Nov 2019 09:37:35 -0000 Author: tobik Date: Fri Nov 8 09:37:29 2019 New Revision: 517042 URL: https://svnweb.freebsd.org/changeset/ports/517042 Log: databases: Add missing USES={gnome,php} Modified: head/databases/adodb/Makefile head/databases/akonadi/Makefile head/databases/dbf/Makefile head/databases/emma/Makefile head/databases/kexi/Makefile head/databases/libmongo-client/Makefile head/databases/mariadb101-server/Makefile head/databases/mdbtools/Makefile head/databases/monetdb/Makefile head/databases/pear-Horde_Db/Makefile head/databases/pear-Horde_Memcache/Makefile head/databases/pear-MDB2_Driver_mysql/Makefile head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile head/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile head/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile head/databases/pgadmin3/Makefile head/databases/pgfouine/Makefile head/databases/pgmodeler/Makefile head/databases/pgworksheet/Makefile head/databases/pxlib/Makefile head/databases/py-python-rrdtool/Makefile head/databases/qof/Makefile head/databases/spatialite/Makefile head/databases/sqlitemanager/Makefile Modified: head/databases/adodb/Makefile ============================================================================== --- head/databases/adodb/Makefile Fri Nov 8 09:31:13 2019 (r517041) +++ head/databases/adodb/Makefile Fri Nov 8 09:37:29 2019 (r517042) @@ -13,7 +13,7 @@ COMMENT= Database library for PHP LICENSE= BSD4CLAUSE LGPL21 LICENSE_COMB= dual -USES= tar:tgz +USES= php tar:tgz USE_PHP= pcre CONFLICTS= adodb-5.* Modified: head/databases/akonadi/Makefile ============================================================================== --- head/databases/akonadi/Makefile Fri Nov 8 09:31:13 2019 (r517041) +++ head/databases/akonadi/Makefile Fri Nov 8 09:37:29 2019 (r517042) @@ -15,8 +15,8 @@ BUILD_DEPENDS= xsltproc:textproc/libxslt CONFLICTS= akonadi-[0-9]* akonadi-kf5-git-[0-9]* -USES= cmake compiler:c++11-lib gettext kde:5 \ - qt:5 shared-mime-info tar:xz +USES= cmake compiler:c++11-lib gettext gnome kde:5 qt:5 \ + shared-mime-info tar:xz USE_GNOME= libxml2 USE_KDE= auth codecs completion config configwidgets coreaddons crash \ dbusaddons ecm guiaddons i18n iconthemes itemmodels itemviews \ Modified: head/databases/dbf/Makefile ============================================================================== --- head/databases/dbf/Makefile Fri Nov 8 09:31:13 2019 (r517041) +++ head/databases/dbf/Makefile Fri Nov 8 09:37:29 2019 (r517042) @@ -17,7 +17,7 @@ OPTIONS_SUB= yes WRKSRC= ${WRKDIR}/lib${PORTNAME} -USES= libtool pathfix zip +USES= gnome libtool pathfix zip USE_GNOME= intltool GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_prog_DOC_TO_MAN="" Modified: head/databases/emma/Makefile ============================================================================== --- head/databases/emma/Makefile Fri Nov 8 09:31:13 2019 (r517041) +++ head/databases/emma/Makefile Fri Nov 8 09:37:29 2019 (r517042) @@ -12,7 +12,7 @@ COMMENT= Extendable MySQL managing assistant RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.3:databases/py-MySQLdb@${PY_FLAVOR} -USES= python:2.7 +USES= gnome python:2.7 USE_GNOME= pygtk2 USE_PYTHON= distutils Modified: head/databases/kexi/Makefile ============================================================================== --- head/databases/kexi/Makefile Fri Nov 8 09:31:13 2019 (r517041) +++ head/databases/kexi/Makefile Fri Nov 8 09:37:29 2019 (r517042) @@ -14,7 +14,7 @@ LIB_DEPENDS= libKDb3.so:databases/kdb \ libKPropertyCore3.so:x11-toolkits/kproperty \ libKReport3.so:textproc/kreport -USES= cmake compiler:c++11-lang desktop-file-utils gettext \ +USES= cmake compiler:c++11-lang desktop-file-utils gettext gnome \ iconv kde:5 pkgconfig qt:5 tar:xz USE_GNOME= glib20 USE_KDE= auth bookmarks codecs completion config \ Modified: head/databases/libmongo-client/Makefile ============================================================================== --- head/databases/libmongo-client/Makefile Fri Nov 8 09:31:13 2019 (r517041) +++ head/databases/libmongo-client/Makefile Fri Nov 8 09:37:29 2019 (r517042) @@ -16,7 +16,7 @@ USE_GITHUB= yes GH_ACCOUNT= algernon GNU_CONFIGURE= yes -USES= autoreconf libtool pkgconfig gmake pathfix +USES= autoreconf gmake gnome libtool pathfix pkgconfig USE_GNOME= glib20 USE_LDCONFIG= yes Modified: head/databases/mariadb101-server/Makefile ============================================================================== --- head/databases/mariadb101-server/Makefile Fri Nov 8 09:31:13 2019 (r517041) +++ head/databases/mariadb101-server/Makefile Fri Nov 8 09:37:29 2019 (r517042) @@ -111,7 +111,7 @@ CMAKE_ON+= WITHOUT_SERVER GSSAPI_NONE_CMAKE_ON= -DPLUGIN_AUTH_GSSAPI_CLIENT=NO .else # MySQL-Server part -USES+= mysql:101m +USES+= gnome mysql:101m USE_GNOME= libxml2 USE_LDCONFIG+= ${PREFIX}/lib/mysql/plugin USE_RC_SUBR= mysql-server Modified: head/databases/mdbtools/Makefile ============================================================================== --- head/databases/mdbtools/Makefile Fri Nov 8 09:31:13 2019 (r517041) +++ head/databases/mdbtools/Makefile Fri Nov 8 09:37:29 2019 (r517042) @@ -19,7 +19,8 @@ LIB_DEPENDS= libodbc.so:databases/unixODBC OPTIONS_DEFINE= GNOME DOCS OPTIONS_SUB= yes -USES= autoreconf bison gettext-runtime iconv libtool pathfix pkgconfig readline +USES= autoreconf bison gettext-runtime gnome iconv libtool pathfix \ + pkgconfig readline USE_GITHUB= yes GH_ACCOUNT= brianb USE_LDCONFIG= yes Modified: head/databases/monetdb/Makefile ============================================================================== --- head/databases/monetdb/Makefile Fri Nov 8 09:31:13 2019 (r517041) +++ head/databases/monetdb/Makefile Fri Nov 8 09:37:29 2019 (r517042) @@ -22,7 +22,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre USE_GNOME= libxml2 -USES= bison iconv gmake libtool pkgconfig tar:xz +USES= bison gmake gnome iconv libtool pkgconfig tar:xz USE_LDCONFIG= yes USE_RC_SUBR= monetdbd Modified: head/databases/pear-Horde_Db/Makefile ============================================================================== --- head/databases/pear-Horde_Db/Makefile Fri Nov 8 09:31:13 2019 (r517041) +++ head/databases/pear-Horde_Db/Makefile Fri Nov 8 09:37:29 2019 (r517042) @@ -17,7 +17,9 @@ USE_HORDE_RUN= Horde_Date \ Horde_Exception \ Horde_Support +MYSQLI_USES= php MYSQLI_USE= PHP=mysqli +PDO_USES= php PDO_USE= PHP=pdo .include Modified: head/databases/pear-Horde_Memcache/Makefile ============================================================================== --- head/databases/pear-Horde_Memcache/Makefile Fri Nov 8 09:31:13 2019 (r517041) +++ head/databases/pear-Horde_Memcache/Makefile Fri Nov 8 09:37:29 2019 (r517042) @@ -9,7 +9,7 @@ COMMENT= Horde Memcache API IGNORE_WITH_PHP=71 -USES= horde +USES= horde php USE_PHP= memcache hash USE_HORDE_RUN= Horde_Exception Modified: head/databases/pear-MDB2_Driver_mysql/Makefile ============================================================================== --- head/databases/pear-MDB2_Driver_mysql/Makefile Fri Nov 8 09:31:13 2019 (r517041) +++ head/databases/pear-MDB2_Driver_mysql/Makefile Fri Nov 8 09:37:29 2019 (r517042) @@ -15,7 +15,7 @@ LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${PEAR_PKGNAMEPREFIX}MDB2>=0:databases/pear-MDB2@${PHP_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= pear +USES= pear php USE_PHP= mysqli NO_ARCH= yes Modified: head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile ============================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile Fri Nov 8 09:31:13 2019 (r517041) +++ head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile Fri Nov 8 09:37:29 2019 (r517042) @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:deve RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \ ${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR} -USES= pear +USES= pear php USE_PHP= mysqli NO_ARCH= yes Modified: head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile ============================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile Fri Nov 8 09:31:13 2019 (r517041) +++ head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile Fri Nov 8 09:37:29 2019 (r517042) @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:deve RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \ ${PEARDIR}/DB/Table.php:databases/pear-DB_Table@${PHP_FLAVOR} -USES= pear +USES= pear php USE_PHP= mysqli NO_ARCH= yes Modified: head/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile ============================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile Fri Nov 8 09:31:13 2019 (r517041) +++ head/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile Fri Nov 8 09:37:29 2019 (r517042) @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:deve RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \ ${PEARDIR}/DB/DataObject.php:databases/pear-DB_DataObject@${PHP_FLAVOR} -USES= pear +USES= pear php USE_PHP= mysqli NO_ARCH= yes Modified: head/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile ============================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile Fri Nov 8 09:31:13 2019 (r517041) +++ head/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile Fri Nov 8 09:37:29 2019 (r517042) @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:deve RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \ ${PEARDIR}/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR} -USES= pear +USES= pear php USE_PHP= mysqli NO_ARCH= yes Modified: head/databases/pgadmin3/Makefile ============================================================================== --- head/databases/pgadmin3/Makefile Fri Nov 8 09:31:13 2019 (r517041) +++ head/databases/pgadmin3/Makefile Fri Nov 8 09:37:29 2019 (r517042) @@ -15,7 +15,7 @@ LICENSE= PostgreSQL BUILD_DEPENDS= sphinx-build:textproc/py-sphinx -USES= compiler:c++11-lib gettext gmake pgsql:9.0+ ssl +USES= compiler:c++11-lib gettext gmake gnome pgsql:9.0+ ssl USE_GNOME= libxml2 libxslt USE_WX= 3.0 USE_CXXSTD= c++11 Modified: head/databases/pgfouine/Makefile ============================================================================== --- head/databases/pgfouine/Makefile Fri Nov 8 09:31:13 2019 (r517041) +++ head/databases/pgfouine/Makefile Fri Nov 8 09:37:29 2019 (r517042) @@ -10,6 +10,8 @@ MASTER_SITES= http://pgfoundry.org/frs/download.php/25 MAINTAINER= pea@raveland.org COMMENT= PostgreSQL log analyzer +USES+= php + NO_BUILD= Yes USE_PHP= gd pcre Modified: head/databases/pgmodeler/Makefile ============================================================================== --- head/databases/pgmodeler/Makefile Fri Nov 8 09:31:13 2019 (r517041) +++ head/databases/pgmodeler/Makefile Fri Nov 8 09:37:29 2019 (r517042) @@ -13,7 +13,8 @@ COMMENT= PostgreSQL Database Modeler LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c++11-lib gl pgsql qmake pkgconfig gmake qt:5 xorg +USES= compiler:c++11-lib gl gmake gnome pgsql pkgconfig qmake qt:5 \ + xorg USE_GITHUB= yes USE_GNOME= libxml2 Modified: head/databases/pgworksheet/Makefile ============================================================================== --- head/databases/pgworksheet/Makefile Fri Nov 8 09:31:13 2019 (r517041) +++ head/databases/pgworksheet/Makefile Fri Nov 8 09:37:29 2019 (r517042) @@ -14,7 +14,7 @@ LICENSE= GPLv2 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyPgSQL/libpq/__init__.py:databases/py-pyPgSQL@${PY_FLAVOR} -USES= pgsql python:2.7 tar:bzip2 +USES= gnome pgsql python:2.7 tar:bzip2 USE_GNOME= pygtk2 USE_PYTHON= distutils autoplist Modified: head/databases/pxlib/Makefile ============================================================================== --- head/databases/pxlib/Makefile Fri Nov 8 09:31:13 2019 (r517041) +++ head/databases/pxlib/Makefile Fri Nov 8 09:37:29 2019 (r517042) @@ -13,7 +13,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser -USES= gmake iconv libtool pathfix perl5 pkgconfig +USES= gmake gnome iconv libtool pathfix perl5 pkgconfig USE_GNOME= intltool GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/databases/py-python-rrdtool/Makefile ============================================================================== --- head/databases/py-python-rrdtool/Makefile Fri Nov 8 09:31:13 2019 (r517041) +++ head/databases/py-python-rrdtool/Makefile Fri Nov 8 09:37:29 2019 (r517042) @@ -14,7 +14,7 @@ LICENSE= LGPL3 LIB_DEPENDS= librrd.so:databases/rrdtool -USES= groff pkgconfig python:2.7 +USES= gnome groff pkgconfig python:2.7 USE_GNOME= cairo glib20 libxml2 pango USE_PYTHON= distutils autoplist Modified: head/databases/qof/Makefile ============================================================================== --- head/databases/qof/Makefile Fri Nov 8 09:31:13 2019 (r517041) +++ head/databases/qof/Makefile Fri Nov 8 09:37:29 2019 (r517042) @@ -20,7 +20,7 @@ CONFIGURE_ARGS= --disable-doxygen --disable-gdasql --d CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip -USES= gmake libtool pathfix pkgconfig +USES= gmake gnome libtool pathfix pkgconfig USE_GNOME= glib20 libxml2 USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/databases/spatialite/Makefile ============================================================================== --- head/databases/spatialite/Makefile Fri Nov 8 09:31:13 2019 (r517041) +++ head/databases/spatialite/Makefile Fri Nov 8 09:37:29 2019 (r517042) @@ -19,7 +19,7 @@ LIB_DEPENDS= libgeos_c.so:graphics/geos \ libfreexl.so:textproc/freexl GNU_CONFIGURE= yes -USES= gmake iconv pathfix pkgconfig libtool sqlite +USES= gmake gnome iconv libtool pathfix pkgconfig sqlite USE_GNOME= libxml2 CFLAGS+= -I${WRKSRC}/src/headers -I${LOCALBASE}/include Modified: head/databases/sqlitemanager/Makefile ============================================================================== --- head/databases/sqlitemanager/Makefile Fri Nov 8 09:31:13 2019 (r517041) +++ head/databases/sqlitemanager/Makefile Fri Nov 8 09:37:29 2019 (r517042) @@ -13,7 +13,7 @@ COMMENT= Multilingual web based tool to manage SQLite LICENSE= GPLv2 WRKSRC= ${WRKDIR}/SQLiteManager-${PORTVERSION} -USES= dos2unix +USES= dos2unix php NO_BUILD= yes PLIST_SUB+= WWWDIR_REL="${WWWDIR_REL}" USE_PHP= sqlite3