Date: Fri, 8 Nov 2019 13:48:35 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517064 - in head/net: Sockets gfbgraph glusterfs gnet2 gnome-nettool gnome-online-miners gq gsk gspoof gtknetcat guacamole-server kio-gdrive libgnetwork libmateweather libnids libproxy... Message-ID: <201911081348.xA8DmZQb001125@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Fri Nov 8 13:48:34 2019 New Revision: 517064 URL: https://svnweb.freebsd.org/changeset/ports/517064 Log: net: Add missing USES={gnome,php} Modified: head/net/Sockets/Makefile head/net/gfbgraph/Makefile head/net/glusterfs/Makefile head/net/gnet2/Makefile head/net/gnome-nettool/Makefile head/net/gnome-online-miners/Makefile head/net/gq/Makefile head/net/gsk/Makefile head/net/gspoof/Makefile head/net/gtknetcat/Makefile head/net/guacamole-server/Makefile head/net/kio-gdrive/Makefile head/net/libgnetwork/Makefile head/net/libmateweather/Makefile head/net/libnids/Makefile head/net/libproxy-gnome2/Makefile head/net/libproxy-gnome3/Makefile head/net/libproxy-webkit3/Makefile head/net/libzapojit/Makefile head/net/netatalk3/Makefile head/net/netembryo/Makefile head/net/ns3/Makefile head/net/pacemaker1/Makefile.common head/net/packter-agent/Makefile head/net/pear-Horde_Kolab_Server/Makefile head/net/pear-Horde_Ldap/Makefile head/net/pear-Net_LDAP2/Makefile head/net/pear-Services_Twitter/Makefile head/net/pear-XML_RPC2/Makefile head/net/pecl-yaz/Makefile head/net/phamm/Makefile head/net/pynids/Makefile head/net/remmina-plugins/bsd.plugin.mk head/net/sdl2_net/Makefile head/net/sdl_net/Makefile head/net/sobby/Makefile head/net/sofia-sip/Makefile head/net/tapidbus/Makefile head/net/tsclient/Makefile head/net/tucan/Makefile head/net/uget/Makefile head/net/uhttpmock/Makefile head/net/unison/Makefile head/net/unison232/Makefile head/net/unison240/Makefile head/net/unison248/Makefile head/net/vortex/Makefile head/net/wireshark/Makefile head/net/yaz/Makefile Modified: head/net/Sockets/Makefile ============================================================================== --- head/net/Sockets/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/Sockets/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -11,7 +11,7 @@ MASTER_SITES= http://www.alhem.net/Sockets/ \ MAINTAINER= ml@netfence.it COMMENT= C++ wrapper for BSD-style sockets -USES+= gmake ssl +USES+= gmake gnome ssl USE_GNOME= libxml2 USE_LDCONFIG= yes CFLAGS+= -I${OPENSSLINC} Modified: head/net/gfbgraph/Makefile ============================================================================== --- head/net/gfbgraph/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/gfbgraph/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -14,7 +14,7 @@ LIB_DEPENDS= librest-0.7.so:devel/librest \ libgoa-1.0.so:net/gnome-online-accounts \ libjson-glib-1.0.so:devel/json-glib -USES= gettext gmake libtool pathfix pkgconfig tar:xz +USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz USE_GNOME= glib20 intlhack introspection:build GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/net/glusterfs/Makefile ============================================================================== --- head/net/glusterfs/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/glusterfs/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -14,8 +14,8 @@ LICENSE_COMB= dual LIB_DEPENDS= libargp.so:devel/argp-standalone liburcu-bp.so:sysutils/liburcu -USES= bison gettext libtool pkgconfig python:2.7 readline shebangfix \ - sqlite ssl +USES= bison gettext gnome libtool pkgconfig python:2.7 readline \ + shebangfix sqlite ssl BROKEN_SSL= libressl Modified: head/net/gnet2/Makefile ============================================================================== --- head/net/gnet2/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/gnet2/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -11,7 +11,7 @@ PKGNAMESUFFIX= 2 MAINTAINER= gnome@FreeBSD.org COMMENT= Simple network library built upon Glib-2 -USES= libtool pathfix pkgconfig +USES= gnome libtool pathfix pkgconfig USE_GNOME= glib20 USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/net/gnome-nettool/Makefile ============================================================================== --- head/net/gnome-nettool/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/gnome-nettool/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -17,7 +17,8 @@ LIB_DEPENDS= libgtop-2.0.so:devel/libgtop RUN_DEPENDS= ${LOCALBASE}/bin/dig:dns/bind-tools USE_GNOME= gtk30 intlhack libxml2:build -USES= gettext gmake libtool localbase:ldflags pathfix pkgconfig tar:xz +USES= gettext gmake gnome libtool localbase:ldflags pathfix pkgconfig \ + tar:xz INSTALLS_ICONS= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Modified: head/net/gnome-online-miners/Makefile ============================================================================== --- head/net/gnome-online-miners/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/gnome-online-miners/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -22,8 +22,7 @@ LIB_DEPENDS= libgdata.so:devel/libgdata \ libzapojit-0.0.so:net/libzapojit \ libgrilo-0.3.so:net/grilo -USES= gettext gmake libtool localbase pathfix \ - pkgconfig tar:xz +USES= gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz USE_GNOME= libxml2 GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/net/gq/Makefile ============================================================================== --- head/net/gq/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/gq/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -19,7 +19,8 @@ LIB_DEPENDS= libgnome-keyring.so:security/libgnome-key USE_GNOME= intltool libglade2 gnomedocutils USE_OPENLDAP= yes -USES= desktop-file-utils gettext pkgconfig gmake shared-mime-info ssl +USES= desktop-file-utils gettext gmake gnome pkgconfig \ + shared-mime-info ssl GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ldap-prefix=${LOCALBASE} --disable-update-mimedb INSTALLS_ICONS= yes Modified: head/net/gsk/Makefile ============================================================================== --- head/net/gsk/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/gsk/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -13,7 +13,7 @@ COMMENT= C library for writing servers LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -USES= libtool pathfix perl5 pkgconfig ssl +USES= gnome libtool pathfix perl5 pkgconfig ssl USE_PERL5= build USE_GNOME= glib20 GNU_CONFIGURE= yes Modified: head/net/gspoof/Makefile ============================================================================== --- head/net/gspoof/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/gspoof/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -18,7 +18,7 @@ LIB_DEPENDS= libnet.so:net/libnet USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libnet-prefix=${LOCALBASE} -USES= gmake +USES= gmake gnome OPTIONS_DEFINE= DOCS Modified: head/net/gtknetcat/Makefile ============================================================================== --- head/net/gtknetcat/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/gtknetcat/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -19,7 +19,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser -USES= gmake localbase python:2.7 shebangfix +USES= gmake gnome localbase python:2.7 shebangfix SHEBANG_FILES= src/gtknetcat.in src/gtknetcat.py USE_GNOME= intlhack pygtk2 GNU_CONFIGURE= yes Modified: head/net/guacamole-server/Makefile ============================================================================== --- head/net/guacamole-server/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/guacamole-server/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -17,8 +17,7 @@ LIB_DEPENDS= libossp-uuid.so:misc/ossp-uuid \ CONFLICTS_BUILD=pulseaudio-*+jack_* ffmpeg-*+jack_* -USES= autoreconf jpeg libtool localbase \ - pkgconfig shebangfix +USES= autoreconf gnome jpeg libtool localbase pkgconfig shebangfix USE_GITHUB= yes GH_ACCOUNT= apache Modified: head/net/kio-gdrive/Makefile ============================================================================== --- head/net/kio-gdrive/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/kio-gdrive/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -17,7 +17,7 @@ LIB_DEPENDS= libqt5keychain.so:security/qtkeychain \ libkaccounts.so:net-im/kaccounts-integration RUN_DEPENDS= kaccounts-providers>=0:net-im/kaccounts-providers -USES= cmake gettext kde:5 pkgconfig qt:5 tar:xz +USES= cmake gettext gnome kde:5 pkgconfig qt:5 tar:xz USE_GNOME= intltool USE_KDE= completion config coreaddons ecm i18n jobwidgets kio \ notifications service widgetsaddons \ Modified: head/net/libgnetwork/Makefile ============================================================================== --- head/net/libgnetwork/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/libgnetwork/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -11,7 +11,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GLib-based networking wrapper -USES= gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2 +USES= gettext gmake gnome libtool:keepla pathfix pkgconfig tar:bzip2 USE_GNOME= gnomeprefix intlhack gconf2 USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/net/libmateweather/Makefile ============================================================================== --- head/net/libmateweather/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/libmateweather/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -17,7 +17,7 @@ LIB_DEPENDS= libsoup-2.4.so:devel/libsoup PORTSCOUT= limitw:1,even -USES= gettext gmake libtool localbase pathfix pkgconfig tar:xz +USES= gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz USE_GNOME= cairo gnomeprefix gtk30 intltool libxml2 USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/net/libnids/Makefile ============================================================================== --- head/net/libnids/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/libnids/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -19,6 +19,7 @@ OPTIONS_DEFAULT=GLIB2 GLIB2_DESC= Use GLIB2 for multiprocessing support OPTIONS_SUB= yes +GLIB2_USES= gnome GLIB2_USE= gnome=glib20 GLIB2_CONFIGURE_ENABLE= libglib Modified: head/net/libproxy-gnome2/Makefile ============================================================================== --- head/net/libproxy-gnome2/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/libproxy-gnome2/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -7,6 +7,7 @@ PKGNAMESUFFIX= -${LIBPROXY_SLAVE} COMMENT= GConf-based plug-in for libproxy +USES= gnome USE_GNOME= gconf2 glib20 LIBPROXY_SLAVE= gnome2 Modified: head/net/libproxy-gnome3/Makefile ============================================================================== --- head/net/libproxy-gnome3/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/libproxy-gnome3/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -6,6 +6,7 @@ PKGNAMESUFFIX= -${LIBPROXY_SLAVE} COMMENT= GSettings-based configuration plug-in for libproxy +USES= gnome USE_GNOME= glib20 LIBPROXY_SLAVE= gnome3 Modified: head/net/libproxy-webkit3/Makefile ============================================================================== --- head/net/libproxy-webkit3/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/libproxy-webkit3/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -9,7 +9,7 @@ COMMENT= WebKit JavaScript plug-in for libproxy LIB_DEPENDS= libjavascriptcoregtk-4.0.so:www/webkit2-gtk3 -USES= gettext-runtime +USES= gettext-runtime gnome USE_GNOME= glib20 LIBPROXY_SLAVE= webkit3 Modified: head/net/libzapojit/Makefile ============================================================================== --- head/net/libzapojit/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/libzapojit/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -17,7 +17,7 @@ LIB_DEPENDS= libgoa-1.0.so:net/gnome-online-accounts \ libjson-glib-1.0.so:devel/json-glib \ librest-0.7.so:devel/librest -USES= gettext gmake libtool pathfix pkgconfig tar:xz +USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz USE_GNOME= gnomeprefix intltool GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/net/netatalk3/Makefile ============================================================================== --- head/net/netatalk3/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/netatalk3/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -62,7 +62,7 @@ LDAP_CFLAGS= -I${LOCALBASE}/include -L${LOCALBASE}/li LDAP_USE= OPENLDAP=yes LDAP_CONFIGURE_OFF= --without-ldap SENDFILE_CONFIGURE_ENABLE=sendfile -DBUS_USES= python:2.7 +DBUS_USES= gnome python:2.7 DBUS_USE= GNOME=glib20 DBUS_LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libdbus-1.so:devel/dbus Modified: head/net/netembryo/Makefile ============================================================================== --- head/net/netembryo/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/netembryo/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -23,7 +23,7 @@ OPTIONS_EXCLUDE_DragonFly= SCTP IPV6_CONFIGURE_ENABLE= ipv6 SCTP_CONFIGURE_ENABLE= sctp -USES= gmake libtool pathfix pkgconfig tar:bzip2 +USES= gmake gnome libtool pathfix pkgconfig tar:bzip2 USE_GNOME= glib20 USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/net/ns3/Makefile ============================================================================== --- head/net/ns3/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/ns3/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -11,7 +11,8 @@ COMMENT= Network simulator for Internet systems LICENSE= GPLv2 -USES= compiler:c++11-lib gettext pkgconfig python sqlite tar:bzip2 waf +USES= compiler:c++11-lib gettext gnome pkgconfig python sqlite \ + tar:bzip2 waf USE_GNOME= libxml2 USE_LDCONFIG= yes WRKSRC_SUBDIR= ns-${DISTVERSION} Modified: head/net/pacemaker1/Makefile.common ============================================================================== --- head/net/pacemaker1/Makefile.common Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/pacemaker1/Makefile.common Fri Nov 8 13:48:34 2019 (r517064) @@ -31,7 +31,8 @@ USE_GITHUB= yes GH_ACCOUNT= ClusterLabs GH_PROJECT= pacemaker -USES= autoreconf corosync gmake libtool ncurses:port pathfix pkgconfig python shebangfix +USES= autoreconf corosync gmake gnome libtool ncurses:port pathfix \ + pkgconfig python shebangfix USE_BINUTILS= yes USE_GNOME= glib20 USE_LDCONFIG= yes Modified: head/net/packter-agent/Makefile ============================================================================== --- head/net/packter-agent/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/packter-agent/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -14,7 +14,7 @@ COMMENT= Agent of the tool for graphical Internet traf LICENSE= BSD2CLAUSE GNU_CONFIGURE= yes -USES= pkgconfig +USES= gnome pkgconfig USE_GNOME= glib20 CFLAGS+= -Wno-return-type Modified: head/net/pear-Horde_Kolab_Server/Makefile ============================================================================== --- head/net/pear-Horde_Kolab_Server/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/pear-Horde_Kolab_Server/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -9,7 +9,7 @@ PKGNAMEPREFIX= ${PEAR_PKGNAMEPREFIX} MAINTAINER= horde@FreeBSD.org COMMENT= Horde library for manipulating the Kolab user database -USES= horde +USES= horde php USE_PHP= hash USE_HORDE_RUN= Horde_Auth \ Horde_Exception Modified: head/net/pear-Horde_Ldap/Makefile ============================================================================== --- head/net/pear-Horde_Ldap/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/pear-Horde_Ldap/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -8,7 +8,7 @@ CATEGORIES= net www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde LDAP libraries -USES= horde +USES= horde php USE_PHP= ldap USE_HORDE_RUN= Horde_Exception \ Horde_Util Modified: head/net/pear-Net_LDAP2/Makefile ============================================================================== --- head/net/pear-Net_LDAP2/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/pear-Net_LDAP2/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -9,7 +9,7 @@ CATEGORIES= net pear MAINTAINER= joneum@FreeBSD.org COMMENT= OO interface for searching and manipulating LDAP-entries -USES= pear +USES= pear php USE_PHP= ldap .include <bsd.port.mk> Modified: head/net/pear-Services_Twitter/Makefile ============================================================================== --- head/net/pear-Services_Twitter/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/pear-Services_Twitter/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -11,8 +11,7 @@ COMMENT= PHP interface to Twitter's API BUILD_DEPENDS= ${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2@${PHP_FLAVOR} +USES= pear php USE_PHP= json simplexml mbstring - -USES= pear .include <bsd.port.mk> Modified: head/net/pear-XML_RPC2/Makefile ============================================================================== --- head/net/pear-XML_RPC2/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/pear-XML_RPC2/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PEARDIR}/Cache/Lite.php:sysutils/pear RUN_DEPENDS= ${PEARDIR}/Cache/Lite.php:sysutils/pear-Cache_Lite@${PHP_FLAVOR} \ ${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2@${PHP_FLAVOR} +USES= pear php USE_PHP= curl -USES= pear .include <bsd.port.mk> Modified: head/net/pecl-yaz/Makefile ============================================================================== --- head/net/pecl-yaz/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/pecl-yaz/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -12,7 +12,7 @@ LICENSE= PHP301 LIB_DEPENDS= libyaz.so:net/yaz -USES= php:pecl +USES= gnome php:pecl USE_GNOME+= libxslt IGNORE_WITH_PHP= 73 74 Modified: head/net/phamm/Makefile ============================================================================== --- head/net/phamm/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/phamm/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -15,7 +15,7 @@ BROKEN= unfetchable NO_BUILD= yes USE_PHP= gettext ldap openssl pcre session -USES= gettext shebangfix +USES= gettext php shebangfix SHEBANG_FILES= po/update-all-mo.sh \ tools/*.sh tools/*.pl \ tools/ldap-schema-manage Modified: head/net/pynids/Makefile ============================================================================== --- head/net/pynids/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/pynids/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -14,7 +14,7 @@ COMMENT= Python interface to libnids LIB_DEPENDS= libnet.so:net/libnet -USES= pkgconfig python:2.7 +USES= gnome pkgconfig python:2.7 USE_GNOME= glib20 USE_PYTHON= distutils autoplist pythonprefix Modified: head/net/remmina-plugins/bsd.plugin.mk ============================================================================== --- head/net/remmina-plugins/bsd.plugin.mk Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/remmina-plugins/bsd.plugin.mk Fri Nov 8 13:48:34 2019 (r517064) @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS+= remmina>=${PORTVERSION}:net/remmina RUN_DEPENDS+= remmina>=${PORTVERSION}:net/remmina -USES+= cmake localbase:ldflags pkgconfig +USES+= cmake gnome localbase:ldflags pkgconfig USE_GNOME+= atk gdkpixbuf2 glib20 gtk30 pango USE_LDCONFIG= yes INSTALLS_ICONS= yes Modified: head/net/sdl2_net/Makefile ============================================================================== --- head/net/sdl2_net/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/sdl2_net/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -13,7 +13,7 @@ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/COPYING.txt USE_SDL= sdl2 -USES= gmake libtool pathfix pkgconfig:build +USES= gmake libtool pathfix pkgconfig:build sdl GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes Modified: head/net/sdl_net/Makefile ============================================================================== --- head/net/sdl_net/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/sdl_net/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= gmake libtool pathfix pkgconfig +USES= gmake libtool pathfix pkgconfig sdl USE_LDCONFIG= yes USE_SDL= sdl Modified: head/net/sobby/Makefile ============================================================================== --- head/net/sobby/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/sobby/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -17,7 +17,7 @@ LIB_DEPENDS= libsigc-2.0.so:devel/libsigc++20 \ libnet6.so:net/net6 \ libxml++-2.6.so:textproc/libxml++26 -USES= localbase pkgconfig compiler:c++11-lang +USES= compiler:c++11-lang gnome localbase pkgconfig USE_CXXSTD= c++11 USE_GNOME= glibmm GNU_CONFIGURE= yes Modified: head/net/sofia-sip/Makefile ============================================================================== --- head/net/sofia-sip/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/sofia-sip/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -14,7 +14,7 @@ LICENSE= LGPL21 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip # Looks like GNU make(1) is needed for parallel (-jX) builds to work -USES= gmake libtool pathfix pkgconfig ssl +USES= gmake gnome libtool pathfix pkgconfig ssl USE_GNOME= glib20 .include <bsd.port.mk> Modified: head/net/tapidbus/Makefile ============================================================================== --- head/net/tapidbus/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/tapidbus/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -12,7 +12,7 @@ COMMENT= Abstraction layer for interprocess communicat LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib -USES= pathfix pkgconfig gmake libtool +USES= gmake gnome libtool pathfix pkgconfig GNU_CONFIGURE= yes USE_GNOME= glib20 INSTALL_TARGET= install-strip Modified: head/net/tsclient/Makefile ============================================================================== --- head/net/tsclient/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/tsclient/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -13,7 +13,7 @@ COMMENT= GNOME 2 frontend for rdesktop and vncviewer RUN_DEPENDS= rdesktop:net/rdesktop USE_GNOME= gtk20 intltool -USES= gettext gmake libtool pathfix pkgconfig +USES= gettext gmake gnome libtool pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gnome CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0` Modified: head/net/tucan/Makefile ============================================================================== --- head/net/tucan/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/tucan/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/ NO_BUILD= yes USE_GNOME= pygtk2 librsvg2 -USES= gettext python:2.7 +USES= gettext gnome python:2.7 post-patch: ${REINPLACE_CMD} -Ee 's|#! /usr/bin/env python|#! ${PYTHON_CMD}|' ${WRKSRC}/tucan.py Modified: head/net/uget/Makefile ============================================================================== --- head/net/uget/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/uget/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl RUN_DEPENDS= aria2c:www/aria2 -USES= compiler:c11 gettext-tools gmake pkgconfig +USES= compiler:c11 gettext-tools gmake gnome pkgconfig GNU_CONFIGURE= yes USE_GNOME= glib20 gtk30 intltool cairo INSTALLS_ICONS= yes Modified: head/net/uhttpmock/Makefile ============================================================================== --- head/net/uhttpmock/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/uhttpmock/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -16,7 +16,7 @@ BUILD_DEPENDS= gnome-autogen.sh:devel/gnome-common \ gtkdoc-rebase:textproc/gtk-doc LIB_DEPENDS= libsoup-2.4.so:devel/libsoup -USES= gettext gmake libtool pathfix pkgconfig tar:xz +USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz USE_GNOME= gnomeprefix gtk20 introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/net/unison/Makefile ============================================================================== --- head/net/unison/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/unison/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -56,7 +56,7 @@ PLIST_SUB+= X11="@comment " MAKE_ARGS= UISTYLE=gtk2 SUB_FILES= ${PORTNAME}.desktop USE_GNOME+= atk cairo gdkpixbuf2 glib20 gtk20 pango -USES+= gettext-runtime +USES+= gettext-runtime gnome PLIST_SUB+= X11="" .endif Modified: head/net/unison232/Makefile ============================================================================== --- head/net/unison232/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/unison232/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -54,7 +54,7 @@ PLIST_SUB+= X11="@comment " MAKE_ARGS+= UISTYLE=gtk2 SUB_FILES= ${PORTNAME}.desktop USE_GNOME+= atk cairo gdkpixbuf2 glib20 gtk20 pango -USES+= gettext-runtime +USES+= gettext-runtime gnome PLIST_SUB+= X11="" .endif Modified: head/net/unison240/Makefile ============================================================================== --- head/net/unison240/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/unison240/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -54,7 +54,7 @@ PLIST_SUB+= X11="@comment " MAKE_ARGS+= UISTYLE=gtk2 SUB_FILES= ${PORTNAME}.desktop USE_GNOME+= atk cairo gdkpixbuf2 glib20 gtk20 pango -USES+= gettext-runtime +USES+= gettext-runtime gnome PLIST_SUB+= X11="" .endif Modified: head/net/unison248/Makefile ============================================================================== --- head/net/unison248/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/unison248/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -63,7 +63,7 @@ MAKE_ARGS= UISTYLE=gtk2 SUB_FILES= ${PORTNAME}.desktop SUB_LIST= PORTVERSION=${PORTVERSION} VERSIONSUFFIX=${VERSIONSUFFIX} USE_GNOME+= atk cairo gdkpixbuf2 glib20 gtk20 pango -USES+= gettext-runtime +USES+= gettext-runtime gnome PLIST_SUB+= X11="" .endif Modified: head/net/vortex/Makefile ============================================================================== --- head/net/vortex/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/vortex/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -15,8 +15,10 @@ LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/lib/libnids.a:net/libnids LIB_DEPENDS= libnet.so:net/libnet -WRKSRC= ${WRKDIR}/${PORTNAME}-2.9.0 +USES= gnome USE_GNOME= glib20 + +WRKSRC= ${WRKDIR}/${PORTNAME}-2.9.0 do-build: cd ${WRKSRC} && ${CC} -c vortex.c -I${LOCALBASE}/include Modified: head/net/wireshark/Makefile ============================================================================== --- head/net/wireshark/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/wireshark/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -26,9 +26,9 @@ CONFLICTS_INSTALL?= wireshark-lite-[0-9]* tshark-[0-9] DATADIR_NAME= wireshark DATADIR= ${PREFIX}/share/${DATADIR_NAME} -USES= alias cmake cpe compiler:c++11-lang gettext-runtime \ - libtool localbase pathfix localbase:ldflags \ - perl5 pkgconfig python:3.4+ ssl tar:xz +USES= alias cmake compiler:c++11-lang cpe gettext-runtime gnome \ + libtool localbase pathfix perl5 pkgconfig python:3.4+ ssl \ + tar:xz USE_PERL5= build USE_GNOME= glib20 libxml2 USE_LDCONFIG= yes Modified: head/net/yaz/Makefile ============================================================================== --- head/net/yaz/Makefile Fri Nov 8 13:34:26 2019 (r517063) +++ head/net/yaz/Makefile Fri Nov 8 13:48:34 2019 (r517064) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libicuuc.so:devel/icu \ libgnutls.so:security/gnutls -USES= iconv libtool ncurses pathfix pkgconfig readline \ +USES= gnome iconv libtool ncurses pathfix pkgconfig readline \ shebangfix tcl SHEBANG_FILES= util/yaz-asncomp GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911081348.xA8DmZQb001125>