From owner-svn-ports-all@freebsd.org Sat Jan 7 01:07:58 2017 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 034C2B87ACC; Sat, 7 Jan 2017 01:07:58 +0000 (UTC) (envelope-from adamw@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 B84541447; Sat, 7 Jan 2017 01:07:57 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0717uaG088491; Sat, 7 Jan 2017 01:07:56 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0717tvH088478; Sat, 7 Jan 2017 01:07:55 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201701070107.v0717tvH088478@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 7 Jan 2017 01:07:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430761 - in head: comms/tlf databases/mysql-proxy deskutils/gnome-contacts devel/py-yum-metadata-parser devel/thrift-c_glib irc/irssi multimedia/py-kaa-base net-im/profanity net-mgmt/c... 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: Sat, 07 Jan 2017 01:07:58 -0000 Author: adamw Date: Sat Jan 7 01:07:55 2017 New Revision: 430761 URL: https://svnweb.freebsd.org/changeset/ports/430761 Log: LIB_DEPENDS=libglib-2.0.so should be USE_GNOME=glib20. Also, while here, sort the LIB_DEPENDS in desktutils/gnome-contacts, because wow. Modified: head/comms/tlf/Makefile head/databases/mysql-proxy/Makefile head/deskutils/gnome-contacts/Makefile head/devel/py-yum-metadata-parser/Makefile head/devel/thrift-c_glib/Makefile head/irc/irssi/Makefile head/multimedia/py-kaa-base/Makefile head/net-im/profanity/Makefile head/net-mgmt/ccnet-client/Makefile head/net-mgmt/ccnet-server/Makefile head/net-mgmt/seafile-gui/Makefile head/sysutils/fusefs-cryptofs/Makefile head/sysutils/rdup/Makefile Modified: head/comms/tlf/Makefile ============================================================================== --- head/comms/tlf/Makefile Sat Jan 7 00:49:43 2017 (r430760) +++ head/comms/tlf/Makefile Sat Jan 7 01:07:55 2017 (r430761) @@ -12,11 +12,10 @@ COMMENT= Amateur Radio curses based logg LICENSE= GPLv2 -LIB_DEPENDS= libglib-2.0.so:devel/glib20 - USES= ncurses pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= PANEL_LIB=-lpanel +USE_GNOME= glib20 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lpthread -L${LOCALBASE}/lib Modified: head/databases/mysql-proxy/Makefile ============================================================================== --- head/databases/mysql-proxy/Makefile Sat Jan 7 00:49:43 2017 (r430760) +++ head/databases/mysql-proxy/Makefile Sat Jan 7 01:07:55 2017 (r430761) @@ -12,8 +12,7 @@ COMMENT= Monitor, analyze, or transform LICENSE= GPLv2 -LIB_DEPENDS= libevent.so:devel/libevent2 \ - libglib-2.0.so:devel/glib20 +LIB_DEPENDS= libevent.so:devel/libevent2 CONFIGURE_ARGS+= --with-lua=lua-${LUA_VER} --with-mysql=${LOCALBASE}/bin/mysql_config --docdir=${DATADIR} --enable-self-contained CFLAGS+= -I${LOCALBASE}/include @@ -21,6 +20,7 @@ CONFIGURE_ENV+= PKG_CONFIG_PATH="${LUA_P LDFLAGS+= -L${LOCALBASE}/lib -L${LUA_LIBDIR} GNU_CONFIGURE= yes USES= pkgconfig lua:51 iconv libtool +USE_GNOME= glib20 USE_LDCONFIG= yes USE_MYSQL= yes USE_RC_SUBR= mysql-proxy Modified: head/deskutils/gnome-contacts/Makefile ============================================================================== --- head/deskutils/gnome-contacts/Makefile Sat Jan 7 00:49:43 2017 (r430760) +++ head/deskutils/gnome-contacts/Makefile Sat Jan 7 01:07:55 2017 (r430761) @@ -11,24 +11,23 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Contacts manager for gnome BUILD_DEPENDS= vala>=0.14.0:lang/vala -LIB_DEPENDS= libgoa-1.0.so:net/gnome-online-accounts \ - libchamplain-0.12.so:graphics/libchamplain \ +LIB_DEPENDS= libchamplain-0.12.so:graphics/libchamplain \ libclutter-gtk-1.0.so:graphics/clutter-gtk3 \ - libgee-0.8.so:devel/libgee \ + libclutter-1.0.so:graphics/clutter \ + libcogl.so:graphics/cogl \ + libdrm.so:graphics/libdrm \ + libexpat.so:textproc/expat2 \ libfolks.so:net-im/folks \ - libnotify.so:devel/libnotify \ + libgee-0.8.so:devel/libgee \ libgeocode-glib.so:net/geocode-glib \ + libgoa-1.0.so:net/gnome-online-accounts \ libgstreamer-1.0.so:multimedia/gstreamer1 \ libjson-glib-1.0.so:devel/json-glib \ - libdrm.so:graphics/libdrm \ - libexpat.so:textproc/expat2 \ - libcogl.so:graphics/cogl \ - libclutter-1.0.so:graphics/clutter \ - libsoup-2.4.so:devel/libsoup \ - libsecret-1.so:security/libsecret \ + libnotify.so:devel/libnotify \ libnspr4.so:devel/nspr \ - libtelepathy-glib.so:net-im/telepathy-glib \ - libglib-2.0.so:devel/glib20 + libsecret-1.so:security/libsecret \ + libsoup-2.4.so:devel/libsoup \ + libtelepathy-glib.so:net-im/telepathy-glib PORTSCOUT= limitw:1,even Modified: head/devel/py-yum-metadata-parser/Makefile ============================================================================== --- head/devel/py-yum-metadata-parser/Makefile Sat Jan 7 00:49:43 2017 (r430760) +++ head/devel/py-yum-metadata-parser/Makefile Sat Jan 7 01:07:55 2017 (r430761) @@ -12,10 +12,10 @@ MAINTAINER= afb@rpm5.org COMMENT= Fast metadata parser for yum LIB_DEPENDS= libxml2.so:textproc/libxml2 \ - libsqlite3.so:databases/sqlite3 \ - libglib-2.0.so:devel/glib20 + libsqlite3.so:databases/sqlite3 USES= pkgconfig python +USE_GNOME= glib20 USE_PYTHON= distutils autoplist .include Modified: head/devel/thrift-c_glib/Makefile ============================================================================== --- head/devel/thrift-c_glib/Makefile Sat Jan 7 00:49:43 2017 (r430760) +++ head/devel/thrift-c_glib/Makefile Sat Jan 7 01:07:55 2017 (r430761) @@ -16,12 +16,11 @@ PKGNAMESUFFIX= -c_glib BUILDIR= ${WRKDIR}/${DISTNAME}/lib/c_glib -LIB_DEPENDS= libglib-2.0.so:devel/glib20 - DISTINFO_FILE= ${.CURDIR}/../thrift/distinfo USES= autoreconf pathfix pkgconfig gmake libtool GNU_CONFIGURE= yes +USE_GNOME= glib20 USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes INSTALL_TARGET= install-strip Modified: head/irc/irssi/Makefile ============================================================================== --- head/irc/irssi/Makefile Sat Jan 7 00:49:43 2017 (r430760) +++ head/irc/irssi/Makefile Sat Jan 7 01:07:55 2017 (r430761) @@ -11,13 +11,12 @@ COMMENT?= Modular IRC client with many f LICENSE= GPLv2 -LIB_DEPENDS= libglib-2.0.so:devel/glib20 - CONFLICTS= irssi-devel-[0-9]* zh-irssi-[0-9]* USES= gettext-runtime gmake libtool ncurses pkgconfig tar:xz GNU_CONFIGURE= yes INSTALL_TARGET= install-strip +USE_GNOME= glib20 OPTIONS_DEFINE= PERL PROXY SOCKS BOT DOCS TRUECOLOR OPTIONS_DEFAULT= PERL Modified: head/multimedia/py-kaa-base/Makefile ============================================================================== --- head/multimedia/py-kaa-base/Makefile Sat Jan 7 00:49:43 2017 (r430760) +++ head/multimedia/py-kaa-base/Makefile Sat Jan 7 01:07:55 2017 (r430761) @@ -11,12 +11,12 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= fbsd@opal.com COMMENT= Kaa Media Repository -LIB_DEPENDS= libglib-2.0.so:devel/glib20 BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2 \ ${PYTHON_SITELIBDIR}/pygame/__init__.py:devel/py-game RUN_DEPENDS:= ${BUILD_DEPENDS} USES= python +USE_GNOME= glib20 USE_PYTHON= distutils autoplist .include Modified: head/net-im/profanity/Makefile ============================================================================== --- head/net-im/profanity/Makefile Sat Jan 7 00:49:43 2017 (r430760) +++ head/net-im/profanity/Makefile Sat Jan 7 01:07:55 2017 (r430761) @@ -13,7 +13,6 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libstrophe.so:net-im/libstrophe \ - libglib-2.0.so:devel/glib20 \ libcurl.so:ftp/curl \ libotr.so.5:security/libotr \ libuuid.so:misc/e2fsprogs-libuuid \ @@ -23,6 +22,7 @@ USES= ncurses pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-otr CONFIGURE_ENV= LIBS="${CFLAGS} -lcrypto" +USE_GNOME= glib20 OPTIONS_DEFINE= NOTIFY Modified: head/net-mgmt/ccnet-client/Makefile ============================================================================== --- head/net-mgmt/ccnet-client/Makefile Sat Jan 7 00:49:43 2017 (r430760) +++ head/net-mgmt/ccnet-client/Makefile Sat Jan 7 01:07:55 2017 (r430761) @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENCE.txt BUILD_DEPENDS= valac:lang/vala LIB_DEPENDS= libsearpc.so:devel/libsearpc \ - libglib-2.0.so:devel/glib20 \ libsqlite3.so:databases/sqlite3 \ libzdb.so:databases/libzdb \ libuuid.so:misc/e2fsprogs-libuuid \ @@ -28,6 +27,7 @@ GH_PROJECT= ccnet USES= autoreconf gettext libtool localbase pathfix pkgconfig \ python:-2.7 shebangfix ssl +USE_GNOME= glib20 USE_LDCONFIG= yes USE_OPENLDAP= yes SHEBANG_FILES= tools/*.py Modified: head/net-mgmt/ccnet-server/Makefile ============================================================================== --- head/net-mgmt/ccnet-server/Makefile Sat Jan 7 00:49:43 2017 (r430760) +++ head/net-mgmt/ccnet-server/Makefile Sat Jan 7 01:07:55 2017 (r430761) @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= valac:lang/vala LIB_DEPENDS= libsearpc.so:devel/libsearpc \ - libglib-2.0.so:devel/glib20 \ libsqlite3.so:databases/sqlite3 \ libzdb.so:databases/libzdb \ libuuid.so:misc/e2fsprogs-libuuid \ @@ -28,6 +27,7 @@ GH_ACCOUNT= haiwen USES= autoreconf gettext libtool localbase mysql:client \ pathfix pgsql pkgconfig python:-2.7 shebangfix ssl +USE_GNOME= glib20 USE_LDCONFIG= yes USE_OPENLDAP= yes Modified: head/net-mgmt/seafile-gui/Makefile ============================================================================== --- head/net-mgmt/seafile-gui/Makefile Sat Jan 7 00:49:43 2017 (r430760) +++ head/net-mgmt/seafile-gui/Makefile Sat Jan 7 01:07:55 2017 (r430761) @@ -11,8 +11,7 @@ COMMENT= Open Source Cloud Storage (Clie LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libglib-2.0.so:devel/glib20 \ - libsearpc.so:devel/libsearpc \ +LIB_DEPENDS= libsearpc.so:devel/libsearpc \ libseafile.so:net-mgmt/seafile-client \ libsqlite3.so:databases/sqlite3 \ libccnet.so:net-mgmt/ccnet-client \ @@ -27,6 +26,7 @@ GH_PROJECT= seafile-client USES= compiler:c++11-lang cmake gettext pkgconfig shebangfix SHEBANG_FILES= extensions/*.sh scripts/*.sh fsplugin/*.sh \ scripts/*.py +USE_GNOME= glib20 USE_OPENSSL= yes USE_QT5= core dbus gui network testlib widgets \ qmake_build buildtools_build linguisttools_build Modified: head/sysutils/fusefs-cryptofs/Makefile ============================================================================== --- head/sysutils/fusefs-cryptofs/Makefile Sat Jan 7 00:49:43 2017 (r430760) +++ head/sysutils/fusefs-cryptofs/Makefile Sat Jan 7 01:07:55 2017 (r430761) @@ -13,11 +13,11 @@ COMMENT= Encrypted filesystem for FUSE LICENSE= GPLv2 -LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ - libglib-2.0.so:devel/glib20 +LIB_DEPENDS= libgcrypt.so:security/libgcrypt GNU_CONFIGURE= yes USES= fuse pkgconfig +USE_GNOME= glib20 DOCS= README cryptofs.conf OPTIONS_DEFINE= DOCS Modified: head/sysutils/rdup/Makefile ============================================================================== --- head/sysutils/rdup/Makefile Sat Jan 7 00:49:43 2017 (r430760) +++ head/sysutils/rdup/Makefile Sat Jan 7 01:07:55 2017 (r430761) @@ -14,12 +14,12 @@ COMMENT= Tool to generate (incremental) LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libglib-2.0.so:devel/glib20 \ - libpcre.so:devel/pcre \ +LIB_DEPENDS= libpcre.so:devel/pcre \ libnettle.so:security/nettle WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= autoreconf gmake libarchive pkgconfig +USE_GNOME= glib20 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip MAKEFILE= GNUmakefile