Index: head/net-im/corebird/Makefile =================================================================== --- head/net-im/corebird/Makefile (revision 517062) +++ head/net-im/corebird/Makefile (revision 517063) @@ -1,58 +1,59 @@ # Created by: Olivier Duchateau # $FreeBSD$ PORTNAME= corebird PORTVERSION= 1.7.4 PORTREVISION= 3 CATEGORIES= net-im MAINTAINER= cpm@FreeBSD.org COMMENT= GTK3 Twitter client written in Vala LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= valac:lang/vala LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libnotify.so:devel/libnotify \ libjson-glib-1.0.so:devel/json-glib \ libgspell-1.so:textproc/gspell -USES= autoreconf compiler:c++11-lang gmake libtool pkgconfig sqlite +USES= autoreconf compiler:c++11-lang gmake gnome libtool pkgconfig \ + sqlite USE_GITHUB= yes GH_ACCOUNT= baedert GNU_CONFIGURE= yes USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 intltool libxml2 pango INSTALLS_ICONS= yes OPTIONS_DEFINE= DEBUG GSTREAMER NLS OPTIONS_DEFAULT= GSTREAMER OPTIONS_SUB= yes DEBUG_CONFIGURE_ON= --enable-debug GSTREAMER_LIB_DEPENDS= libgstbase-1.0.so:multimedia/gstreamer1 \ libgstreamer-1.0.so:multimedia/gstreamer1 GSTREAMER_USE= gstreamer1=yes,bad,good,gtk,hls,libav,soup,x,ximagesrc GSTREAMER_CONFIGURE_OFF= --disable-video NLS_USES= gettext NLS_CONFIGURE_OFF= --disable-nls GLIB_SCHEMAS= org.baedert.corebird.gschema.xml post-extract: @${REINPLACE_CMD} -e 's|tests||' ${WRKSRC}/Makefile.am @${REINPLACE_CMD} -e 's|org.baedert.corebird.desktop.in|corebird.desktop.in|' \ ${WRKSRC}/data/Makefile.am @cd ${WRKSRC}/data && ${MV} org.baedert.corebird.desktop.in \ corebird.desktop.in # Replace locales files in right place post-configure: @${REINPLACE_CMD} -e 's|[$$][(]DATADIRNAME[)]|share|' \ ${WRKSRC}/po/Makefile .include Index: head/net-im/cutegram/Makefile =================================================================== --- head/net-im/cutegram/Makefile (revision 517062) +++ head/net-im/cutegram/Makefile (revision 517063) @@ -1,37 +1,38 @@ # Created by: Henry Hu # $FreeBSD$ PORTNAME= cutegram PORTVERSION= 2.7.1 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -stable PORTREVISION= 3 CATEGORIES= net-im MAINTAINER= henry.hu.sh@gmail.com COMMENT= Free and opensource telegram client LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libqtelegram-ae.so:net-im/libqtelegram-ae \ libtelegramqml.so:net-im/telegramqml USE_GITHUB= yes GH_ACCOUNT= Aseman-Land GH_PROJECT= Cutegram aseman-qt-tools:tools GH_TAGNAME= 91bf14b:tools GH_SUBDIR= Cutegram/asemantools:tools -USES= compiler:c++11-lang qmake:outsource desktop-file-utils qt:5 ssl +USES= compiler:c++11-lang desktop-file-utils gnome qmake:outsource \ + qt:5 ssl USE_QT= qmake_build buildtools_build core declarative sql xml multimedia \ widgets dbus webkit quickcontrols graphicaleffects sql-sqlite3 QMAKE_ARGS= LIBQTELEGRAM_INCLUDE_PATH="${LOCALBASE}/include/libqtelegram-ae" \ TELEGRAMQML_INCLUDE_PATH="${LOCALBASE}/include/telegramqml" INSTALLS_ICONS= yes post-patch: @${REINPLACE_CMD} -e "/isEmpty(OPENSSL_INCLUDE_PATH)/d" \ ${WRKSRC}/Cutegram/Cutegram.pro .include Index: head/net-im/farsight2/Makefile =================================================================== --- head/net-im/farsight2/Makefile (revision 517062) +++ head/net-im/farsight2/Makefile (revision 517063) @@ -1,28 +1,28 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/trunk/net-im/farsight2/Makefile 19804 2014-08-13 14:55:11Z kwm $ PORTNAME= farsight2 PORTVERSION= 0.0.31 PORTREVISION= 3 CATEGORIES= net-im devel MASTER_SITES= http://www.freedesktop.org/software/farstream/releases/farsight2/ \ http://miwibox.org/distfiles/ MAINTAINER= gnome@FreeBSD.org COMMENT= Collection of GStreamer modules and libraries for videoconferencing LIB_DEPENDS= libnice.so:net-im/libnice RUN_DEPENDS= libnice-gst010>=0:net-im/libnice-gst010 -USES= gettext libtool gmake pathfix pkgconfig python:2.7 +USES= gettext gmake gnome libtool pathfix pkgconfig python:2.7 USE_LDCONFIG= yes USE_GNOME= glib20 USE_GSTREAMER= core good bad python GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip .include Index: head/net-im/freetalk/Makefile =================================================================== --- head/net-im/freetalk/Makefile (revision 517062) +++ head/net-im/freetalk/Makefile (revision 517063) @@ -1,33 +1,34 @@ # Created by: Oleg Ginzburg (olevole@olevole.ru) # $FreeBSD$ PORTNAME= freetalk PORTVERSION= 4.1 DISTVERSIONPREFIX= v PORTREVISION= 8 CATEGORIES= net-im MAINTAINER= ports@FreeBSD.org COMMENT= GNU console based Jabber client LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libloudmouth-1.so:net-im/loudmouth \ libguile-2.2.so:lang/guile2 \ libgc-threaded.so:devel/boehm-gc-threaded -USES= autoreconf gettext-runtime localbase makeinfo pkgconfig readline +USES= autoreconf gettext-runtime gnome localbase makeinfo pkgconfig \ + readline USE_GNOME= glib20 GNU_CONFIGURE= yes USE_GITHUB= yes GH_ACCOUNT= GNUFreetalk INFO= freetalk post-patch: @${REINPLACE_CMD} -e 's,guile-2\.0,guile-2.2,' \ ${WRKSRC}/configure.ac .include Index: head/net-im/jggtrans/Makefile =================================================================== --- head/net-im/jggtrans/Makefile (revision 517062) +++ head/net-im/jggtrans/Makefile (revision 517063) @@ -1,47 +1,47 @@ # Created by: Bartek Rutkowski # $FreeBSD$ PORTNAME= jggtrans PORTVERSION= 2.2.6 PORTREVISION= 3 CATEGORIES= net-im polish MASTER_SITES= https://github.com/Jajcus/jggtrans/releases/download/v${DISTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Jabberd XMPP to GG instant messaging service gateway LICENSE= GPLv2 LIB_DEPENDS= libidn.so:dns/libidn \ libexpat.so:textproc/expat2 \ libgadu.so:polish/libgadu GNU_CONFIGURE= yes -USES= gettext gmake pkgconfig +USES= gettext gmake gnome pkgconfig USE_GNOME= glib20 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -I${LOCALBASE}/include USE_RC_SUBR= jggtrans OPTIONS_DEFINE= DEBUG EJABBERD EJABBERD_DESC= transport with ejabberd DEBUG_CONFIGURE_ENABLE=debug .include .if ${PORT_OPTIONS:MEJABBERD} JABBER_USER?= ejabberd SUB_LIST+= JABBER_REQUIRE=ejabberd .else JABBER_USER?= jabber SUB_LIST+= JABBER_REQUIRE=jabberd .endif SUB_LIST+= JABBER_USER=${JABBER_USER} post-install: @${INSTALL_DATA} ${WRKSRC}/jggtrans.xml ${STAGEDIR}${PREFIX}/etc/jggtrans.xml.sample .include Index: head/net-im/kopete/Makefile =================================================================== --- head/net-im/kopete/Makefile (revision 517062) +++ head/net-im/kopete/Makefile (revision 517063) @@ -1,38 +1,38 @@ # $FreeBSD$ PORTNAME= kopete PORTVERSION= ${KDE_APPLICATIONS_VERSION} PORTREVISION= 1 CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE multi-protocol instant messenger BUILD_DEPENDS= v4l_compat>0:multimedia/v4l_compat LIB_DEPENDS= libidn.so:dns/libidn \ libjasper.so:graphics/jasper \ libotr.so:security/libotr \ libqca-qt5.so:devel/qca \ libv4l2.so:multimedia/libv4l -USES= cmake compiler:c++11-lang desktop-file-utils jpeg kde:5 qt:5 shebangfix \ - tar:xz +USES= cmake compiler:c++11-lang desktop-file-utils gnome jpeg kde:5 \ + qt:5 shebangfix tar:xz USE_GNOME= libxml2 libxslt USE_KDE= archive auth bookmarks codecs completion config configwidgets \ coreaddons crash dbusaddons dnssd ecm emoticons guiaddons i18n \ iconthemes itemviews jobwidgets js kcmutils kdelibs4support \ khtml kio notifications notifyconfig parts service solid sonnet \ texteditor textwidgets unitconversion wallet widgetsaddons \ windowsystem xmlgui # KDE PIM components USE_KDE+= contacts identitymanagement libkleo pimtextedit USE_QT= concurrent core dbus gui network phonon4 printsupport sql widgets xml \ buildtools_build qmake_build SHEBANG_FILES= protocols/winpopup/winpopup-install \ protocols/winpopup/winpopup-send \ kopete/kconf_update/*.pl OPTIONS_DEFINE= DOCS .include Index: head/net-im/libnice/Makefile =================================================================== --- head/net-im/libnice/Makefile (revision 517062) +++ head/net-im/libnice/Makefile (revision 517063) @@ -1,47 +1,47 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ PORTNAME= libnice PORTVERSION= 0.1.13 CATEGORIES= net-im devel MASTER_SITES= http://nice.freedesktop.org/releases/ MAINTAINER= gnome@FreeBSD.org COMMENT= Library and transmitter that implements ICE-19 -USES= gettext gmake libtool pathfix pkgconfig +USES= gettext gmake gnome libtool pathfix pkgconfig USE_LDCONFIG= yes USE_GNOME= glib20 introspection:build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_GETIFADDRS LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip .if !defined(LIBNICE_SLAVE) OPTIONS_DEFINE= GUPNP GUPNP_DESC= UPnP IGD port mapping support GUPNP_LIB_DEPENDS+= libgupnp-igd-1.0.so:net/gupnp-igd GUPNP_CONFIGURE_ENABLE= gupnp .endif #.include .if defined(LIBNICE_SLAVE) . if ${LIBNICE_SLAVE}==gstreamer010 USE_GSTREAMER= yes CONFIGURE_ARGS+=--without-gstreamer --with-gstreamer-0.10 . endif . if ${LIBNICE_SLAVE}==gstreamer1 USE_GSTREAMER1= yes CONFIGURE_ARGS+=--with-gstreamer --without-gstreamer-0.10 . endif .else CONFIGURE_ARGS= --without-gstreamer --without-gstreamer-0.10 .endif post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|-Wno-missing-field-initializers|#|g' @${REINPLACE_CMD} -e 's|-Werror||g' ${WRKSRC}/configure .include Index: head/net-im/libpurple/Makefile =================================================================== --- head/net-im/libpurple/Makefile (revision 517062) +++ head/net-im/libpurple/Makefile (revision 517063) @@ -1,318 +1,319 @@ # Created by: Jim Mock # $FreeBSD$ PORTNAME?= libpurple PORTVERSION= 2.13.0 PORTREVISION= 2 CATEGORIES?= net-im MASTER_SITES= SF/pidgin/Pidgin/${PORTVERSION} DISTNAME= pidgin-${PORTVERSION} MAINTAINER?= marcus@FreeBSD.org COMMENT?= Backend library for the Pidgin multi-protocol messaging client -USES+= cpe gettext gmake libtool localbase pathfix pkgconfig tar:bzip2 +USES+= cpe gettext gmake gnome libtool localbase pathfix pkgconfig \ + tar:bzip2 USE_GNOME?= gnomeprefix intltool glib20 libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS?=--disable-gtkui \ --disable-consoleui \ --with-dynamic-prpls=${PRPL_MODULES:S/,$//} \ --enable-static \ --disable-nm INSTALL_TARGET= install-strip .if !defined(PIDGIN_SLAVE) # Pidgin slave ports that require the following functionality, must explicitly # set these macros themselves. USES+= iconv shebangfix USE_LDCONFIG= yes SHEBANG_FILES= libpurple/purple-remote \ libpurple/purple-url-handler .if defined(PACKAGE_BUILDING) WITH_GNOME= yes .endif .endif PRPL_MODULES= CPE_VENDOR= pidgin OPTIONS_DEFINE= DBUS SASL GSTREAMER VV IDN PERL TCLTK OPTIONS_GROUP= PROTOCOLS OPTIONS_RADIO= TLS OPTIONS_RADIO_TLS= NSS GNUTLS OPTIONS_GROUP_PROTOCOLS=BONJOUR GG SAMETIME SILC IRC JABBER \ NOVELL OSCAR QQ SIMPLE ZEPHYR OPTIONS_DEFAULT= BONJOUR DBUS NSS GSTREAMER VV IDN GG IRC JABBER \ NOVELL OSCAR QQ SIMPLE ZEPHYR BONJOUR_DESC= mDNS support and Bonjour protocol GNUTLS_DESC= Use GNUTLS for encryption support NSS_DESC= Use Mozilla NSS for encryption support SASL_DESC= Cyrus SASL support (for jabberd) GSTREAMER_DESC= Use GStreamer for playing sounds VV_DESC= Video and voice support SAMETIME_DESC= The Lotus Sametime chat protocol SILC_DESC= The Secure Internet Live Conferencing protocol GG_DESC= The Gadu-Gadu chat protocol IRC_DESC= The Internet Relay Chat protocol JABBER_DESC= The Jabber/XMPP/Google Talk protocol NOVELL_DESC= The Novell GroupWise chat protocol OSCAR_DESC= The ICQ/Oscar protocol QQ_DESC= The Tercent QQ chat protocol SIMPLE_DESC= The SIMPLE chat protocol ZEPHYR_DESC= The Zephyr chat protocol .if defined(WITH_GTKUI) OPTIONS_DEFINE+= GTKSPELL CAP OPTIONS_DEFAULT+= GTKSPELL CAP GTKSPELL_DESC= Spell checking support CAP_DESC= Contact Availability Prediction plugin PLIST_SUB+= GTKUI="" .else PLIST_SUB+= GTKUI="@comment not installed: " .endif .if defined(WITH_CONSOLEUI) OPTIONS_DEFINE+=NCURSES NCURSES_DESC= Build with ncurses from ports PLIST_SUB+= CONSOLEUI="" .else PLIST_SUB+= CONSOLEUI="@comment not installed: " .endif CONFIGURE_ARGS+=--disable-doxygen .include .if ${PORT_OPTIONS:MTCLTK} USES+= tk CFLAGS+= -I${TK_INCLUDEDIR} -I${TCL_INCLUDEDIR} CONFIGURE_ARGS+= --with-tclconfig=${TCL_LIBDIR} \ --with-tkconfig=${TK_LIBDIR} PLIST_SUB+= TCL:="" .else CONFIGURE_ARGS+= --disable-tcl PLIST_SUB+= TCL:="@comment not installed: " .endif .if ${PORT_OPTIONS:MNCURSES} USES+= ncurses:port CONFIGURE_ARGS+=--with-ncurses-headers=${LOCALBASE}/include/ncurses/ .else USES+= ncurses .endif .if ${PORT_OPTIONS:MPERL} USES+= perl5 CONFIGURE_ARGS+= --with-perl-lib=site PLIST_SUB+= PERL:="" .if !defined(PIDGIN_SLAVE) || defined(WITH_GTKUI) PLIST_SUB+= PERLMAN:="" .else PLIST_SUB+= PERLMAN:="@comment not installed: " .endif .else CONFIGURE_ARGS+= --disable-perl PLIST_SUB+= PERL:="@comment not installed: " \ PERLMAN:="@comment not installed: " .endif .if defined(WITH_GTKUI) && !defined(PIDGIN_SLAVE) USE_GNOME+= gconf2 GCONF_SCHEMAS= purple.schemas .endif #.if defined(WITH_GTKUI) #USE_GNOME+= evolutiondataserver #PLIST_SUB+= EVO="" #CONFIGURE_ARGS+= --enable-gevolution #.else CONFIGURE_ARGS+= --disable-gevolution PLIST_SUB+= EVO="@comment not installed: " #.endif .if ${PORT_OPTIONS:MGSTREAMER} USE_GSTREAMER1+=core good .else CONFIGURE_ARGS+=--disable-gstreamer .endif .if ${PORT_OPTIONS:MVV} && ${PORT_OPTIONS:MGSTREAMER} LIB_DEPENDS+= libfarstream-0.2.so:net-im/farstream USE_GSTREAMER1+=v4l2 PLIST_SUB+= VV="" .else CONFIGURE_ARGS+=--disable-vv PLIST_SUB+= VV="@comment " .endif .if ${PORT_OPTIONS:MIDN} LIB_DEPENDS+= libidn.so:dns/libidn .else CONFIGURE_ARGS+=--disable-idn .endif .if ${PORT_OPTIONS:MCAP} LIB_DEPENDS+= libsqlite3.so:databases/sqlite3 CONFIGURE_ARGS+=--enable-cap PLIST_SUB+= CAP="" .else CONFIGURE_ARGS+=--disable-cap PLIST_SUB+= CAP="@comment not installed: " .endif .if ${PORT_OPTIONS:MGNUTLS} LIB_DEPENDS+= libgnutls.so:security/gnutls CONFIGURE_ARGS+= --enable-gnutls=yes PLIST_SUB+= GNUTLS="" .else CONFIGURE_ARGS+= --enable-gnutls=no PLIST_SUB+= GNUTLS="@comment " .endif .if ${PORT_OPTIONS:MNSS} LIB_DEPENDS+= libnss3.so:security/nss CONFIGURE_ARGS+= --enable-nss=yes \ --with-nspr-includes=${LOCALBASE}/include/nspr \ --with-nspr-libs=${LOCALBASE}/lib \ --with-nss-includes=${LOCALBASE}/include/nss/nss \ --with-nss-libs=${LOCALBASE}/lib/nss PLIST_SUB+= NSS="" .else CONFIGURE_ARGS+= --enable-nss=no PLIST_SUB+= NSS="@comment " .endif .if ${PORT_OPTIONS:MSASL} LIB_DEPENDS+= libsasl2.so:security/cyrus-sasl2 CONFIGURE_ARGS+= --enable-cyrus-sasl .endif .if ${PORT_OPTIONS:MBONJOUR} LIB_DEPENDS+= libavahi-client.so:net/avahi-app PLIST_SUB+= BONJOUR="" PRPL_MODULES:= bonjour,${PRPL_MODULES} .else CONFIGURE_ARGS+=--disable-avahi PLIST_SUB+= BONJOUR="@comment not installed: " .endif .if ${PORT_OPTIONS:MGTKSPELL} LIB_DEPENDS+= libgtkspell.so:textproc/gtkspell .else CONFIGURE_ARGS+= --disable-gtkspell .endif .if ${PORT_OPTIONS:MDBUS} USES+= python LIB_DEPENDS+= libdbus-glib-1.so:devel/dbus-glib .if !defined(PIDGIN_SLAVE) RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR} .endif CONFIGURE_ARGS+= --enable-dbus --with-python=${PYTHON_CMD} PLIST_SUB+= DBUS="" .else CONFIGURE_ARGS+= --disable-dbus PLIST_SUB+= DBUS="@comment not installed: " .endif .if ${PORT_OPTIONS:MSAMETIME} LIB_DEPENDS+= libmeanwhile.so:net-im/meanwhile PLIST_SUB+= SAMETIME="" PRPL_MODULES:= sametime,${PRPL_MODULES} .else PLIST_SUB+= SAMETIME="@comment not installed: " CONFIGURE_ARGS+=--disable-meanwhile .endif .if ${PORT_OPTIONS:MSILC} LIB_DEPENDS+= libsilcclient.so:devel/silc-toolkit CONFIGURE_ARGS+= --with-silc-includes=${LOCALBASE}/include/silc \ --with-silc-libs=${LOCALBASE}/lib PLIST_SUB+= SILC="" PRPL_MODULES:= silc,${PRPL_MODULES} .else PLIST_SUB+= SILC="@comment not installed: " .endif .if ${PORT_OPTIONS:MGG} PLIST_SUB+= GG="" PRPL_MODULES:= gg,${PRPL_MODULES} .else PLIST_SUB+= GG="@comment not installed: " .endif .if ${PORT_OPTIONS:MIRC} PLIST_SUB+= IRC="" PRPL_MODULES:= irc,${PRPL_MODULES} .else PLIST_SUB+= IRC="@comment not installed: " .endif .if ${PORT_OPTIONS:MJABBER} PLIST_SUB+= JABBER="" PRPL_MODULES:= jabber,${PRPL_MODULES} .else PLIST_SUB+= JABBER="@comment not installed: " .endif .if ${PORT_OPTIONS:MNOVELL} PLIST_SUB+= NOVELL="" PRPL_MODULES:= novell,${PRPL_MODULES} .else PLIST_SUB+= NOVELL="@comment not installed: " .endif .if ${PORT_OPTIONS:MOSCAR} PLIST_SUB+= OSCAR="" PRPL_MODULES:= oscar,${PRPL_MODULES} .else PLIST_SUB+= OSCAR="@comment not installed: " .endif #.if ${PORT_OPTIONS:MQQ} #PLIST_SUB+= QQ="" #PRPL_MODULES:= qq,${PRPL_MODULES} #.else #PLIST_SUB+= QQ="@comment not installed: " #.endif .if ${PORT_OPTIONS:MSIMPLE} PLIST_SUB+= SIMPLE="" PRPL_MODULES:= simple,${PRPL_MODULES} .else PLIST_SUB+= SIMPLE="@comment not installed: " .endif .if ${PORT_OPTIONS:MZEPHYR} PLIST_SUB+= ZEPHYR="" PRPL_MODULES:= zephyr,${PRPL_MODULES} .else PLIST_SUB+= ZEPHYR="@comment not installed: " .endif pre-everything:: .if ! ${PORT_OPTIONS:MGNUTLS} && ! ${PORT_OPTIONS:MNSS} @${ECHO_MSG} "WARNING: In order to use MSN, you must enable the GNUTLS and/or NSS options." .endif post-patch: @${REINPLACE_CMD} \ -e 's|-lpthread $$LIBDL|-lpthread ${ICONV_LIB}|' \ ${WRKSRC}/configure .if defined(PIDGIN_SLAVE) @${FIND} ${BUILD_WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|$$(top_builddir)/libpurple/libpurple.la|-lpurple|' @${REINPLACE_CMD} -e 's|gconftool-2|gconftool-disabled|g' \ ${WRKSRC}/configure .endif .if !defined(PIDGIN_SLAVE) && ${PORT_OPTIONS:MPERL} post-install: @${SED} -i '' -e 's|^${STAGEDIR}||g' \ ${STAGEDIR}${PREFIX}/lib/purple-2/perl/auto/Purple/.packlist .endif .include Index: head/net-im/libtelepathy/Makefile =================================================================== --- head/net-im/libtelepathy/Makefile (revision 517062) +++ head/net-im/libtelepathy/Makefile (revision 517063) @@ -1,25 +1,25 @@ # Created by: FreeBSD GNOME Team # $FreeBSD$ # $MCom: ports/trunk/net-im/libtelepathy/Makefile 19913 2014-09-25 22:29:26Z kwm $ PORTNAME= libtelepathy PORTVERSION= 0.3.3 PORTREVISION= 3 CATEGORIES= net-im devel MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ MAINTAINER= gnome@FreeBSD.org COMMENT= Flexible Communications Framework LIB_DEPENDS= libtelepathy-glib.so:net-im/telepathy-glib \ libdbus-glib-1.so:devel/dbus-glib -USES= gmake libtool pathfix pkgconfig python:2.7,build +USES= gmake gnome libtool pathfix pkgconfig python:2.7,build USE_LDCONFIG= yes USE_GNOME= glib20 libxslt:build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lglib-2.0 `pkg-config --libs telepathy-glib` INSTALL_TARGET= install-strip .include Index: head/net-im/loudmouth/Makefile =================================================================== --- head/net-im/loudmouth/Makefile (revision 517062) +++ head/net-im/loudmouth/Makefile (revision 517063) @@ -1,46 +1,46 @@ # Created by: Adam Weinberger # $FreeBSD$ # $MCom: ports/trunk/net-im/loudmouth/Makefile 19914 2014-09-25 22:33:21Z kwm $ PORTNAME= loudmouth PORTVERSION= 1.5.3 PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= https://mcabber.com/files/loudmouth/ \ http://www.lilotux.net/~mikael/mcabber/files/loudmouth/ MAINTAINER= gnome@FreeBSD.org COMMENT= Lightweight Jabber client library LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libidn.so:dns/libidn -USES= gettext gmake libtool pkgconfig tar:bzip2 +USES= gettext gmake gnome libtool pkgconfig tar:bzip2 USE_GNOME= glib20 GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-gtk-doc --disable-rebuilds \ --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS OPTIONS_DEFAULT=GNUTLS OPTIONS_RADIO= SSL OPTIONS_RADIO_SSL= GNUTLS OPENSSL .include .if ${PORT_OPTIONS:MGNUTLS} LIB_DEPENDS+= libgnutls.so:security/gnutls CONFIGURE_ARGS+=--with-ssl=gnutls .elif ${PORT_OPTIONS:MOPENSSL} USES+= ssl CONFIGURE_ARGS+=--with-ssl=openssl RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss .else CONFIGURE_ARGS+=--without-ssl .endif .include Index: head/net-im/mcabber/Makefile =================================================================== --- head/net-im/mcabber/Makefile (revision 517062) +++ head/net-im/mcabber/Makefile (revision 517063) @@ -1,68 +1,69 @@ # Created by: vsevolod # $FreeBSD$ PORTNAME= mcabber PORTVERSION= 1.1.0 PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Small Jabber console client LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING # it picks libcharset from converters/libiconv installed by glib, # so provide an explicit dependency LIB_DEPENDS= libloudmouth-1.so:net-im/loudmouth \ libcharset.so:converters/libiconv -USES= gettext iconv:wchar_t libtool localbase ncurses pathfix pkgconfig tar:bzip2 +USES= gettext gnome iconv:wchar_t libtool localbase ncurses pathfix \ + pkgconfig tar:bzip2 USE_GNOME= glib20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-hgcset INSTALL_TARGET= install-strip OPTIONS_DEFINE= EXAMPLES GPGME OTR IDN OPTIONS_DEFAULT= IDN OPTIONS_RADIO= SPELL OPTIONS_RADIO_SPELL= ASPELL ENCHANT OPTIONS_SUB= yes ENCHANT_DESC= Spell checking support via Enchant GPGME_DESC= OpenPGP support via GPGME OTR_DESC= Off-the-record messaging support ASPELL_LIB_DEPENDS= libaspell.so:textproc/aspell ASPELL_CONFIGURE_ENABLE=aspell ENCHANT_LIB_DEPENDS= libenchant.so:textproc/enchant ENCHANT_CONFIGURE_ENABLE=enchant GPGME_LIB_DEPENDS= libgpgme.so:security/gpgme GPGME_CONFIGURE_ENABLE= gpgme OTR_LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libotr.so.5:security/libotr OTR_CONFIGURE_ENABLE= otr IDN_LIB_DEPENDS= libidn.so:dns/libidn IDN_CONFIGURE_OFF= --without-libidn post-patch: @${REINPLACE_CMD} -e 's|$$"$${libdir}|"$${libdir}|' \ -e 's|-O2 $$CFLAGS|$$CFLAGS|' ${WRKSRC}/configure post-install: ${INSTALL_DATA} ${WRKSRC}/mcabber.desktop \ ${STAGEDIR}${PREFIX}/share/applications post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/mcabberrc.example \ ${STAGEDIR}${EXAMPLESDIR}/mcabberrc @(cd ${WRKSRC} && ${COPYTREE_SHARE} contrib \ ${STAGEDIR}${EXAMPLESDIR}) .include Index: head/net-im/meanwhile/Makefile =================================================================== --- head/net-im/meanwhile/Makefile (revision 517062) +++ head/net-im/meanwhile/Makefile (revision 517063) @@ -1,29 +1,29 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ PORTNAME= meanwhile PORTVERSION= 1.0.2 PORTREVISION= 6 CATEGORIES= net-im MASTER_SITES= SF MAINTAINER= marcus@FreeBSD.org COMMENT= Open Source implementation of the Lotus Sametime protocol -USES= gmake libtool pathfix pkgconfig +USES= gmake gnome libtool pathfix pkgconfig USE_GNOME= glib20 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-doxygen=no \ --with-gmp-prefix=${LOCALBASE} CPPFLAGS+= -I${LOCALBASE}/include -DGLIB_COMPILATION LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-doc-${PORTVERSION} post-patch: @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ ${WRKSRC}/samples/*.c ${WRKSRC}/src/*.[ch] .include Index: head/net-im/mu-conference/Makefile =================================================================== --- head/net-im/mu-conference/Makefile (revision 517062) +++ head/net-im/mu-conference/Makefile (revision 517063) @@ -1,111 +1,111 @@ # Created by: Denis Shaposhnikov # $FreeBSD$ PORTNAME= mu-conference PORTVERSION= 0.8 PORTREVISION= 7 CATEGORIES= net-im MASTER_SITES= http://download.gna.org/mu-conference/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= mm@FreeBSD.org COMMENT= Multi-User Conferencing component for Jabber BROKEN= unfetchable LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexpat.so:textproc/expat2 \ libidn.so:dns/libidn -USES= pkgconfig shebangfix +USES= gnome pkgconfig shebangfix SHEBANG_FILES= scripts/roommaker.pl scripts/roomname.pl USE_GNOME= glib20 USE_RC_SUBR= ${PORTNAME} OPTIONS_DEFINE= MYSQL DOCS OPTIONS_DEFAULT=DAEMON OPTIONS_SINGLE= SERVER OPTIONS_SINGLE_SERVER= JABBERD EJABBERD DAEMON JABBERD_DESC= Use with jabberd 2.x (net-im/jabberd) EJABBERD_DESC= Use with ejabberd (net-im/ejabberd) DAEMON_DESC= Use builtin daemon SUB_FILES+= pkg-message README.FreeBSD.jabberd14 \ README.FreeBSD.jabberd2 README.FreeBSD.external DOCFILES= AUTHORS ChangeLog FAQ LICENSE README TODO \ XEP0045_SUPPORT muc-default.xml style.css PORTDOCS= * MAKE_JOBS_UNSAFE= yes .include .if ${PORT_OPTIONS:MMYSQL} USE_MYSQL= yes CFLAGS+= -DHAVE_MYSQL LIBS+= `${LOCALBASE}/bin/mysql_config --libs` DOCFILES+= README.sql mu-conference.sql .endif MUC_LOGDIR?= /var/log/mu-conference .if ${PORT_OPTIONS:MJABBERD} JABBER_REQUIRE?= jabberd JABBER_USER?= jabber JABBER_PIDDIR?= /var/jabberd/pid JABBER_SPOOLDIR?= /var/spool/jabber RUN_DEPENDS+= jabberd:net-im/jabberd .elif ${PORT_OPTIONS:MEJABBERD} JABBER_REQUIRE?= ejabberd JABBER_USER?= ejabberd JABBER_PIDDIR?= /var/jabberd/pid JABBER_SPOOLDIR?= /var/spool/jabber RUN_DEPENDS+= ejabberdctl:net-im/ejabberd .elif ${PORT_OPTIONS:MDAEMON} JABBER_REQUIRE?= DAEMON JABBER_USER?= nobody JABBER_PIDDIR?= /var/run/mu-conference JABBER_SPOOLDIR?= /var/spool/mu-conference .endif SUB_LIST+= JABBER_REQUIRE="${JABBER_REQUIRE}" \ JABBER_PIDDIR="${JABBER_PIDDIR}" \ JABBER_SPOOLDIR="${JABBER_SPOOLDIR}" \ JABBER_USER=${JABBER_USER} \ MUC_LOGDIR=${MUC_LOGDIR} post-patch: @${REINPLACE_CMD} -e 's/=$$(CFLAGS)/=/g;s/^CFLAGS[:]*=/CFLAGS+=/g' \ -e 's/^CC:*=/CC?=/g;s|gcc |$$(CC) |;s|-O2||g' \ -e 's#`pkg-config#-I${LOCALBASE}/include `${LOCALBASE}/bin/pkg-config#g' \ ${WRKSRC}/Makefile ${WRKSRC}/*/Makefile \ ${WRKSRC}/*/*/Makefile @${REINPLACE_CMD} -e 's#\./spool/chat.localhost#${JABBER_SPOOLDIR}/conference.localhost#g' \ -e 's#\./syslogs#${LOGDIR}#g' \ -e 's#\./logs#${JABBER_SPOOLDIR}/conference.localhost/logs#g' \ -e 's#\.#${JABBER_PIDDIR}#g' \ ${WRKSRC}/muc-default.xml do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/mu-conference ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/muc-default.xml ${STAGEDIR}${PREFIX}/etc/muc.xml.sample .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR}/scripts .for FILE in README.FreeBSD.jabberd14 README.FreeBSD.jabberd2 README.FreeBSD.external @${INSTALL_DATA} ${WRKDIR}/${FILE} ${STAGEDIR}${DOCSDIR} .endfor .for FILE in ${DOCFILES} @${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}${DOCSDIR} .endfor ${INSTALL_DATA} ${WRKSRC}/scripts/README ${STAGEDIR}${DOCSDIR}/scripts .for FILE in roommaker.pl roomname.pl ${INSTALL_SCRIPT} ${WRKSRC}/scripts/${FILE} ${STAGEDIR}${DOCSDIR}/scripts .endfor .endif .include Index: head/net-im/pidgin-bs/Makefile =================================================================== --- head/net-im/pidgin-bs/Makefile (revision 517062) +++ head/net-im/pidgin-bs/Makefile (revision 517063) @@ -1,26 +1,26 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= pidgin-bs PORTVERSION= 1.3.0 PORTREVISION= 10 CATEGORIES= net-im MASTER_SITES= SF/${PORTNAME}/bot-sentry/${PORTVERSION} DISTNAME= bot-sentry-${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Pidgin plugin to prevent instant message spam LICENSE= GPLv3 LIB_DEPENDS= libpurple.so:net-im/libpurple RUN_DEPENDS= pidgin:net-im/pidgin GNU_CONFIGURE= yes -USES= gettext gmake libtool pkgconfig tar:bzip2 +USES= gettext gmake gnome libtool pkgconfig tar:bzip2 USE_GNOME= gtk20 intltool USE_LDCONFIG= ${PREFIX}/lib/pidgin INSTALL_TARGET= install-strip .include Index: head/net-im/pidgin-guifications/Makefile =================================================================== --- head/net-im/pidgin-guifications/Makefile (revision 517062) +++ head/net-im/pidgin-guifications/Makefile (revision 517063) @@ -1,31 +1,31 @@ # Created by: ports@c0decafe.net # $FreeBSD$ PORTNAME= pidgin-guifications PORTVERSION= 2.16 PORTREVISION= 8 CATEGORIES= net-im MASTER_SITES= https://www.mimar.rs/distfiles/ MAINTAINER= marko.cupac@mimar.rs COMMENT= Plugin to add msn style "toaster" popups to Pidgin BROKEN= unfetchable LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/include/pidgin/pidgin.h:net-im/pidgin RUN_DEPENDS= pidgin:net-im/pidgin -USES= gettext gmake libtool pathfix pkgconfig tar:bzip2 +USES= gettext gmake gnome libtool pathfix pkgconfig tar:bzip2 USE_GNOME= gtk20 intltool GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib post-extract: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} \ -e 's#\([@(]\)PIDGIN_LIBDIR\([@)]\)#\1libdir\2#' \ -e 's#\([@(]\)PIDGIN_DATADIR\([@)]\)#\1datadir\2#' .include Index: head/net-im/pidgin-hotkeys/Makefile =================================================================== --- head/net-im/pidgin-hotkeys/Makefile (revision 517062) +++ head/net-im/pidgin-hotkeys/Makefile (revision 517063) @@ -1,27 +1,27 @@ # $FreeBSD$ PORTNAME= pidgin-hotkeys PORTVERSION= 0.2.4 PORTREVISION= 19 CATEGORIES= net-im MASTER_SITES= SF MAINTAINER= garga@FreeBSD.org COMMENT= Pidgin plugin that allows user to assign global hotkeys LICENSE= GPLv2 LIB_DEPENDS= libpurple.so:net-im/libpurple BUILD_DEPENDS= pidgin:net-im/pidgin RUN_DEPENDS= pidgin:net-im/pidgin -USES= libtool pkgconfig +USES= gnome libtool pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes PLIST_FILES= lib/pidgin/hotkeys.so post-patch: @${REINPLACE_CMD} -e 's,X11/keysym.h,X11/X.h,' ${WRKSRC}/src/hotkeys.c .include Index: head/net-im/pidgin-latex/Makefile =================================================================== --- head/net-im/pidgin-latex/Makefile (revision 517062) +++ head/net-im/pidgin-latex/Makefile (revision 517063) @@ -1,32 +1,32 @@ # Created by: Geoffrey Mainland # $FreeBSD$ PORTNAME= latex PORTVERSION= 1.0 PORTREVISION= 10 CATEGORIES= net-im MASTER_SITES= SF/pidgin-${PORTNAME}/pidgin-${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= pidgin- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= mainland@apeiron.net COMMENT= Display LaTeX output in your IMs BUILD_DEPENDS= ${LOCALBASE}/include/pidgin/pidgin.h:net-im/pidgin RUN_DEPENDS= pidgin:net-im/pidgin \ convert:graphics/ImageMagick6 WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME} -USES= gmake pkgconfig tar:bzip2 +USES= gmake gnome pkgconfig tar:bzip2 USE_TEX= latex USE_GNOME= gtk20 MAKE_ARGS= CC="${CC}" PLIST_FILES= lib/pidgin/LaTeX.so do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/pidgin ${INSTALL_LIB} ${WRKSRC}/LaTeX.so ${STAGEDIR}${PREFIX}/lib/pidgin .include Index: head/net-im/pidgin-libnotify/Makefile =================================================================== --- head/net-im/pidgin-libnotify/Makefile (revision 517062) +++ head/net-im/pidgin-libnotify/Makefile (revision 517063) @@ -1,34 +1,34 @@ # Created by: Meethune Bhowmick # $FreeBSD$ PORTNAME= libnotify PORTVERSION= 0.14 PORTREVISION= 14 CATEGORIES= net-im MASTER_SITES= SF/gaim-${PORTNAME}/pidgin-${PORTNAME}/pidgin-${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= pidgin- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= meethune@gmail.com COMMENT= This plugin adds a libnotify interface to Pidgin BUILD_DEPENDS= ${LOCALBASE}/bin/pidgin:net-im/pidgin \ ${LOCALBASE}/libdata/pkgconfig/libnotify.pc:devel/libnotify LIB_DEPENDS= libnotify.so:devel/libnotify \ libpurple.so:net-im/libpurple GNU_CONFIGURE= yes -USES= gmake libtool pkgconfig +USES= gmake gnome libtool pkgconfig USE_LDCONFIG= yes USE_GNOME= gtk20 intltool CONFIGURE_ARGS= --disable-static CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext .include Index: head/net-im/pidgin-osd/Makefile =================================================================== --- head/net-im/pidgin-osd/Makefile (revision 517062) +++ head/net-im/pidgin-osd/Makefile (revision 517063) @@ -1,26 +1,26 @@ # Created by: Vyacheslav Anikin # $FreeBSD$ PORTNAME= pidgin-osd PORTVERSION= 0.1.0 PORTREVISION= 6 CATEGORIES= net-im MASTER_SITES= https://babelize.org/download/pidgin-osd/ MAINTAINER= anikinsl@gmail.com COMMENT= Pidgin plugin for displaying new messages on screen BROKEN= unfetchable BUILD_DEPENDS= pidgin:net-im/pidgin \ xosd>=2.2.12:misc/xosd RUN_DEPENDS= pidgin:net-im/pidgin \ xosd>=2.2.12:misc/xosd -USES= gmake libtool pkgconfig tar:bzip2 +USES= gmake gnome libtool pkgconfig tar:bzip2 USE_GNOME= glib20 GNU_CONFIGURE= yes PLIST_FILES= lib/pidgin/pidgin-osd.so .include Index: head/net-im/pidgin-privacy-please/Makefile =================================================================== --- head/net-im/pidgin-privacy-please/Makefile (revision 517062) +++ head/net-im/pidgin-privacy-please/Makefile (revision 517063) @@ -1,40 +1,40 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= pidgin-privacy-please PORTVERSION= 0.7.1 DISTVERSIONPREFIX= v PORTREVISION= 5 CATEGORIES= net-im MAINTAINER= ehaupt@FreeBSD.org COMMENT= Privacy plugin for the pidgin instant messenger BROKEN= unfetchable DEPRECATED= Abandonware EXPIRATION_DATE= 2019-12-09 LICENSE= GPLv2 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libpurple.so:net-im/libpurple BUILD_DEPENDS= pidgin:net-im/pidgin RUN_DEPENDS= pidgin:net-im/pidgin GNU_CONFIGURE= yes -USES= gmake gettext libtool pkgconfig autoreconf +USES= autoreconf gettext gmake gnome libtool pkgconfig USE_GNOME= cairo gdkpixbuf2 gtk20 intltool USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= cockroach GH_TAGNAME= 21e7046 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip .include Index: head/net-im/pidgin-rocketchat/Makefile =================================================================== --- head/net-im/pidgin-rocketchat/Makefile (revision 517062) +++ head/net-im/pidgin-rocketchat/Makefile (revision 517063) @@ -1,30 +1,30 @@ # $FreeBSD$ PORTNAME= pidgin-rocketchat PORTVERSION= 0.0.20171004 CATEGORIES= net-im MASTER_SITES= https://bitbucket.org/EionRobb/purple-rocketchat/get/ DISTNAME= fb8dcc649782 MAINTAINER= mizhka@gmail.com COMMENT= Rocket.Chat Plugin for libpurple LICENSE= GPLv3 LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ libpurple.so:net-im/libpurple BUILD_DEPENDS= ${LOCALBASE}/lib/libmarkdown.a:textproc/discount RUN_DEPENDS= pidgin:net-im/pidgin -USES= gmake pkgconfig zip +USES= gmake gnome pkgconfig zip USE_GNOME= glib20 USE_LDCONFIG= yes PLIST_FILES= lib/pidgin/librocketchat.so WRKSRC= ${WRKDIR}/EionRobb-purple-rocketchat-${DISTNAME} do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/pidgin ${INSTALL_LIB} ${WRKSRC}/librocketchat.so ${STAGEDIR}${PREFIX}/lib/pidgin .include Index: head/net-im/pidgin-skypeweb/Makefile =================================================================== --- head/net-im/pidgin-skypeweb/Makefile (revision 517062) +++ head/net-im/pidgin-skypeweb/Makefile (revision 517063) @@ -1,33 +1,34 @@ # Created by: Andrey Akhmichin # $FreeBSD$ PORTNAME= pidgin-skypeweb PORTVERSION= 1.5 PORTEPOCH= 1 CATEGORIES= net-im MAINTAINER= sepulkarium45@yahoo.com COMMENT= Plugin to use Skype chat from Pidgin(without Skype running) LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/gpl3.txt BUILD_DEPENDS= pidgin:net-im/pidgin RUN_DEPENDS= pidgin:net-im/pidgin LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ libpurple.so:net-im/libpurple -USES= cmake dos2unix gettext-runtime localbase:ldflags pkgconfig +USES= cmake dos2unix gettext-runtime gnome localbase:ldflags \ + pkgconfig USE_GITHUB= yes GH_ACCOUNT= EionRobb GH_PROJECT= skype4pidgin USE_GNOME= glib20 USE_LDCONFIG= yes DOS2UNIX_FILES= gpl3.txt theme CONFLICTS_INSTALL= pidgin-skype-* WRKSRC_SUBDIR= skypeweb .include Index: head/net-im/pidgin-twitter/Makefile =================================================================== --- head/net-im/pidgin-twitter/Makefile (revision 517062) +++ head/net-im/pidgin-twitter/Makefile (revision 517063) @@ -1,32 +1,32 @@ # Created by: Junji NAKANISHI # $FreeBSD$ PORTNAME= pidgin-twitter PORTVERSION= 0.9.2 PORTREVISION= 5 CATEGORIES= net-im MASTER_SITES= http://www.honeyplanet.jp/ MAINTAINER= jun-g@daemonfreaks.com COMMENT= Pidgin plugin to help twitting via pidgin BUILD_DEPENDS= pidgin:net-im/pidgin RUN_DEPENDS= pidgin:net-im/pidgin -USES= gmake pkgconfig +USES= gmake gnome pkgconfig USE_GNOME= glib20 libxml2 GNU_CONFIGURE= yes PLIST_FILES= lib/pidgin/pidgin-twitter.so \ ${DATADIR_REL}/prefs.ui post-patch: @${REINPLACE_CMD} -e 's|-Werror||g' ${WRKSRC}/Makefile.in do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/pidgin ${INSTALL_LIB} ${WRKSRC}/pidgin-twitter.so ${STAGEDIR}${PREFIX}/lib/pidgin ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/prefs.ui ${STAGEDIR}${DATADIR} .include Index: head/net-im/pidgin-window_merge/Makefile =================================================================== --- head/net-im/pidgin-window_merge/Makefile (revision 517062) +++ head/net-im/pidgin-window_merge/Makefile (revision 517063) @@ -1,31 +1,31 @@ # $FreeBSD$ PORTNAME= window_merge PORTVERSION= 0.3 CATEGORIES= net-im PKGNAMEPREFIX= pidgin- MAINTAINER= arcade@b1t.name COMMENT= One window interface for pidgin LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpurple.so:net-im/libpurple BUILD_DEPENDS= pidgin:net-im/pidgin RUN_DEPENDS= pidgin:net-im/pidgin GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static -USES= autoreconf gmake libtool pkgconfig localbase:ldflags +USES= autoreconf gmake gnome libtool localbase:ldflags pkgconfig USE_GNOME= intltool INSTALL_TARGET= install-strip PLIST_FILES= lib/pidgin/window_merge.so USE_GITHUB= yes GH_ACCOUNT= dm0- GH_TAGNAME= b4811ae1807a6c124fb06a717951bb2541be19f7 .include Index: head/net-im/purple-facebook/Makefile =================================================================== --- head/net-im/purple-facebook/Makefile (revision 517062) +++ head/net-im/purple-facebook/Makefile (revision 517063) @@ -1,25 +1,25 @@ # $FreeBSD$ PORTNAME= purple-facebook PORTVERSION= 0.9.5 CATEGORIES= net-im MASTER_SITES= https://github.com/dequis/purple-facebook/releases/download/v${PORTVERSION}-${GITHASH}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-${GITHASH} MAINTAINER= swills@FreeBSD.org COMMENT= Facebook plugin for libpurple LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpurple.so:net-im/libpurple \ libjson-glib-1.0.so:devel/json-glib GITHASH= 9ff9acf9fa14 -USES= autoreconf libtool pkgconfig +USES= autoreconf gnome libtool pkgconfig PLIST_FILES= lib/purple-2/libfacebook.so GNU_CONFIGURE= yes USE_GNOME= glib20 USE_LDCONFIG= yes .include Index: head/net-im/purple-slack/Makefile =================================================================== --- head/net-im/purple-slack/Makefile (revision 517062) +++ head/net-im/purple-slack/Makefile (revision 517063) @@ -1,35 +1,35 @@ # $FreeBSD$ PORTNAME= purple-slack PORTVERSION= 20180508 CATEGORIES= net-im MAINTAINER= aou@eecs.berkeley.edu COMMENT= Slack plugin for libpurple LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpurple.so:net-im/libpurple BUILD_DEPENDS= bash:shells/bash -USES= gmake pkgconfig +USES= gmake gnome pkgconfig USE_GNOME= glib20 USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= dylex GH_PROJECT= slack-libpurple GH_TAGNAME= 0179b2c PLIST_FILES= lib/purple-2/libslack.so \ share/pixmaps/pidgin/protocols/16/slack.png \ share/pixmaps/pidgin/protocols/22/slack.png \ share/pixmaps/pidgin/protocols/48/slack.png MAKE_ARGS= CC="${CC}" SHELL="${LOCALBASE}/bin/bash" post-install: ${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/purple-2/libslack.so .include Index: head/net-im/scudcloud/Makefile =================================================================== --- head/net-im/scudcloud/Makefile (revision 517062) +++ head/net-im/scudcloud/Makefile (revision 517063) @@ -1,41 +1,41 @@ # Created by: Nicola Stanislao Vitale # $FreeBSD$ PORTNAME= scudcloud PORTVERSION= 1.65 DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= net-im MAINTAINER= nivit@FreeBSD.org COMMENT= Desktop client app for Slack LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsmin>0:devel/py-jsmin@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sip>0:devel/py-sip@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}qt5-webkit>0:www/py-qt5-webkit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}qt5-webkitwidgets>0:www/py-qt5-webkitwidgets@${PY_FLAVOR} GH_ACCOUNT= raelgc HUNSPELL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hunspell>0:textproc/py-hunspell@${PY_FLAVOR} \ falkon:www/falkon INSTALLS_ICONS= yes OPTIONS_DEFINE= HUNSPELL -USES= python:3.4+ +USES= gnome python:3.4+ USE_GITHUB= yes USE_PYTHON= autoplist distutils optsuffix NO_ARCH= yes post-patch: @${REINPLACE_CMD} -i.bak -e 's,%%LOCALBASE%%,${LOCALBASE},1' \ ${WRKSRC}/share/${PORTNAME}.desktop \ ${WRKSRC}/${PORTNAME}/resources.py .include Index: head/net-im/telepathy-haze/Makefile =================================================================== --- head/net-im/telepathy-haze/Makefile (revision 517062) +++ head/net-im/telepathy-haze/Makefile (revision 517063) @@ -1,23 +1,23 @@ # Created by: Michael Johnson # $FreeBSD$ PORTNAME= telepathy-haze PORTVERSION= 0.8.0 PORTREVISION= 3 CATEGORIES= net-im MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-haze/ MAINTAINER= gnome@FreeBSD.org COMMENT= Libpurple connection manager for telepathy LIB_DEPENDS= libpurple.so:net-im/libpurple \ libidn.so:dns/libidn \ libtelepathy-glib.so:net-im/telepathy-glib -USES= gmake pathfix pkgconfig python:2.7,build +USES= gmake gnome pathfix pkgconfig python:2.7,build USE_GNOME= libxslt:build CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes INSTALL_TARGET= install-strip .include Index: head/net-im/telepathy-idle/Makefile =================================================================== --- head/net-im/telepathy-idle/Makefile (revision 517062) +++ head/net-im/telepathy-idle/Makefile (revision 517063) @@ -1,35 +1,35 @@ # Created by: Florent Thoumie # $FreeBSD$ # $MCom: ports/trunk/net-im/telepathy-idle/Makefile 20041 2014-11-04 11:13:49Z kwm $ PORTNAME= telepathy-idle PORTVERSION= 0.2.0 PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ MAINTAINER= gnome@FreeBSD.org COMMENT= IRC Connection Manager for Telepathy Framework LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libtelepathy-glib.so:net-im/telepathy-glib -USES= gmake libtool pathfix pkgconfig python:2.7,build ssl +USES= gmake gnome libtool pathfix pkgconfig python:2.7,build ssl USE_GNOME= glib20 libxslt:build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip .include .if ${SSL_DEFAULT} == base CONFIGURE_ENV+= OPENSSL_LIBS="-L/usr/lib -lssl -lcrypto" OPENSSL_CFLAGS="-I/usr/include" .endif post-patch: @${REINPLACE_CMD} -e 's|strnlen(\([^,]*\), [^)]*)|strlen(\1)|' \ ${WRKSRC}/src/idle-connection.c \ ${WRKSRC}/src/idle-parser.c .include Index: head/net-im/telepathy-mission-control/Makefile =================================================================== --- head/net-im/telepathy-mission-control/Makefile (revision 517062) +++ head/net-im/telepathy-mission-control/Makefile (revision 517063) @@ -1,33 +1,33 @@ # Created by: Michael Johnson # $FreeBSD$ # $MCom: ports/trunk/net-im/telepathy-mission-control/Makefile 19955 2014-10-15 10:15:00Z gusi $ PORTNAME= telepathy-mission-control PORTVERSION= 5.16.3 PORTREVISION= 1 CATEGORIES= net-im devel MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-mission-control/ MAINTAINER= gnome@FreeBSD.org COMMENT= Telepathy component to apps to abstract details of connection managers LIB_DEPENDS= libtelepathy.so:net-im/libtelepathy \ libdbus-glib-1.so:devel/dbus-glib -USES= gmake libtool pathfix pkgconfig python:2.7,build +USES= gmake gnome libtool pathfix pkgconfig python:2.7,build USE_GNOME= glib20 libxslt GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+=--disable-upower USE_LDCONFIG= yes GLIB_SCHEMAS= im.telepathy.MissionControl.FromEmpathy.gschema.xml INSTALL_TARGET= install-strip PLIST_SUB= VERSION=${PORTVERSION} post-patch: @${REINPLACE_CMD} -e 's|$${datadir}/gtk-doc/html|${DOCSDIR}|' \ ${WRKSRC}/configure .include Index: head/net-im/telepathy-python/Makefile =================================================================== --- head/net-im/telepathy-python/Makefile (revision 517062) +++ head/net-im/telepathy-python/Makefile (revision 517063) @@ -1,24 +1,24 @@ # $FreeBSD$ # $MCom: ports/net-im/telepathy-python/Makefile,v 1.5 2009/01/08 07:07:51 marcus Exp $ PORTNAME= telepathy-python PORTVERSION= 0.15.19 PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= gnome@FreeBSD.org COMMENT= Python bindings for the Telepathy framework BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR} -USES= gmake python:2.7 +USES= gmake gnome python:2.7 USE_GNOME= libxslt:build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_JOBS_UNSAFE= yes .include Index: head/net-im/telepathy-rakia/Makefile =================================================================== --- head/net-im/telepathy-rakia/Makefile (revision 517062) +++ head/net-im/telepathy-rakia/Makefile (revision 517063) @@ -1,26 +1,26 @@ # Created by: Gustau Perez i Querol # $FreeBSD$ # $MCom: ports/trunk/net-im/telepathy-rakia/Makefile 19804 2014-08-13 14:55:11Z kwm $ PORTNAME= telepathy-rakia PORTVERSION= 0.8.0 PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ MAINTAINER= gnome@FreeBSD.org COMMENT= SIP connection manager based around the Sofia-SIP library LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libsofia-sip-ua-glib.so:net/sofia-sip \ libtelepathy-glib.so:net-im/telepathy-glib -USES= gmake pathfix pkgconfig python:2.7,build ssl +USES= gmake gnome pathfix pkgconfig python:2.7,build ssl USE_GNOME= glib20 libxslt:build GNU_CONFIGURE= yes INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .include Index: head/net-im/telepathy-sofiasip/Makefile =================================================================== --- head/net-im/telepathy-sofiasip/Makefile (revision 517062) +++ head/net-im/telepathy-sofiasip/Makefile (revision 517063) @@ -1,21 +1,21 @@ # Created by: Yuri # $FreeBSD$ PORTNAME= telepathy-sofiasip PORTVERSION= 0.4.5 PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= SF/tp-sofiasip/${PORTNAME}/${PORTVERSION} MAINTAINER= yuri@FreeBSD.org COMMENT= SIP (sofia-sip) Connection Manager for Telepathy Framework LIB_DEPENDS= libsofia-sip-ua.so:net/sofia-sip \ libtelepathy-glib.so:net-im/telepathy-glib \ libdbus-glib-1.so:devel/dbus-glib GNU_CONFIGURE= yes -USES= pkgconfig gmake ssl +USES= gmake gnome pkgconfig ssl USE_GNOME= glib20 .include Index: head/net-im/toxic/Makefile =================================================================== --- head/net-im/toxic/Makefile (revision 517062) +++ head/net-im/toxic/Makefile (revision 517063) @@ -1,62 +1,62 @@ # Created by: Thierry Thomas # $FreeBSD$ PORTNAME= toxic PORTVERSION= 0.8.3 DISTVERSIONPREFIX= v PORTREVISION= 2 CATEGORIES= net-im MAINTAINER= thierry@FreeBSD.org COMMENT= Console client for Tox LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:net-im/tox \ ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat LIB_DEPENDS= libvpx.so:multimedia/libvpx \ libpng.so:graphics/png \ libcurl.so:ftp/curl \ libv4l2.so:multimedia/libv4l \ libqrencode.so:graphics/libqrencode \ libconfig.so:devel/libconfig RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:net-im/tox USES= desktop-file-utils gettext-runtime gmake ncurses openal:al,alut pkgconfig USE_GITHUB= yes GH_ACCOUNT= JFreegman OPTIONS_DEFINE= X11 PYTHON OPTIONS_DEFAULT=X11 -X11_USES= gnome +X11_USES= gnome xorg X11_USE= GNOME=gdkpixbuf2,glib20 XORG=x11 X11_MAKE_ARGS_OFF= DISABLE_X11=1 DISABLE_DESKTOP_NOTIFY=1 X11_LIB_DEPENDS=libnotify.so:devel/libnotify PYTHON_USES= python:3.3+ PYTHON_MAKE_ARGS= ENABLE_PYTHON=1 CFLAGS+= -I${NCURSESINC} LDFLAGS+= -L${NCURSESLIB} MAKE_ENV= USER_CFLAGS="${CFLAGS}" USER_LDFLAGS="${LDFLAGS}" \ MANDIR="${MANPREFIX}/man" LLD_UNSAFE= yes SUB_FILES= pkg-message post-patch-PYTHON-on: ${REINPLACE_CMD} -e '/PYTHON3_LIBS/ s|python3|python-${PYTHON_VER}|' \ -e 's|python3-config|${PYTHON_VERSION}-config|g' \ ${WRKSRC}/cfg/checks/python.mk pre-configure: ${REINPLACE_CMD} -e 's|PREFIX =|PREFIX?=|;s|$$(shell git rev-list HEAD.*$$|${GH_TAGNAME}|' \ ${WRKSRC}/cfg/global_vars.mk post-install: ${RM} ${STAGEDIR}${MANPREFIX}/man/man1/toxic.1-e ${STAGEDIR}${MANPREFIX}/man/man5/toxic.conf.5-e ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/toxic .include