Index: head/net-im/finch/Makefile =================================================================== --- head/net-im/finch/Makefile (revision 342484) +++ head/net-im/finch/Makefile (revision 342485) @@ -1,33 +1,30 @@ # Created by: Jim Mock # $FreeBSD$ # $MCom: ports-stable/net-im/gaim-consoleui-devel/Makefile,v 1.2 2006/10/29 18:55:28 marcus Exp $ PORTNAME= finch -PORTREVISION= 1 +PORTREVISION= 0 MAINTAINER= marcus@FreeBSD.org COMMENT= Finch multi-protocol messaging client (Console UI) -LIB_DEPENDS= purple.10:${PORTSDIR}/net-im/libpurple +LIB_DEPENDS= libpurple.so:${PORTSDIR}/net-im/libpurple MASTERDIR= ${.CURDIR}/../libpurple BUILD_WRKSRC= ${WRKSRC}/finch INSTALL_WRKSRC= ${BUILD_WRKSRC} DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist PIDGIN_SLAVE= yes WITH_CONSOLEUI= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-gtkui \ --disable-nm \ --with-dynamic_prpls=${PRPL_MODULES:S/,$//} -MAN1= finch.1 - -NO_STAGE= yes post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/finch.1 ${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/finch.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include "${MASTERDIR}/Makefile" Index: head/net-im/libpurple/Makefile =================================================================== --- head/net-im/libpurple/Makefile (revision 342484) +++ head/net-im/libpurple/Makefile (revision 342485) @@ -1,332 +1,343 @@ # Created by: Jim Mock # $FreeBSD$ # $MCom: ports/net-im/libpurple/Makefile,v 1.32 2010/05/10 04:21:19 marcus Exp $ PORTNAME?= libpurple -PORTVERSION= 2.10.7 -PORTREVISION?= 2 +PORTVERSION= 2.10.8 +PORTREVISION?= 0 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 USE_BZIP2= yes USES= gmake pkgconfig USE_GNOME?= gnomeprefix gnomehack intlhack glib20 libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS?=--disable-gtkui \ --disable-consoleui \ --with-dynamic_prpls=${PRPL_MODULES:S/,$//} \ --enable-static \ --disable-nm CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ PTHREAD_LIB="${PTHREAD_LIBS}" CFLAGS+= -D_XOPEN_SOURCE_EXTENDED CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} .if !defined(PIDGIN_SLAVE) # Pidgin slave ports that require the following functionality, must explicitly # set these macros themselves. USES+= gettext iconv USE_LDCONFIG= yes WANT_GNOME= yes USE_PYTHON= yes .if defined(PACKAGE_BUILDING) .undef WITHOUT_GNOME WITH_GNOME= yes .endif .endif PRPL_MODULES= OPTIONS_DEFINE= BONJOUR DBUS GNUTLS NSS SASL GSTREAMER VV IDN PERL TCLTK \ SAMETIME SILC GG IRC JABBER MSN MYSPACE NOVELL OSCAR QQ \ SIMPLE YAHOO ZEPHYR OPTIONS_DEFAULT= BONJOUR DBUS NSS GSTREAMER VV IDN GG IRC JABBER MSN \ MYSPACE NOVELL OSCAR QQ SIMPLE YAHOO ZEPHYR BONJOUR_DESC= mDNS support 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 MSN_DESC= The MSN Messenger protocol MYSPACE_DESC= The MySpaceIM protocol NOVELL_DESC= The Novell GroupWise chat protocol OSCAR_DESC= The AIM/ICQ/Oscar protocol QQ_DESC= The Tercent QQ chat protocol SIMPLE_DESC= The SIMPLE chat protocol YAHOO_DESC= The Yahoo! Messenger 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) +PLIST_SUB+= CONSOLEUI="" +.else +PLIST_SUB+= CONSOLEUI="@comment not installed: " +.endif + OPTIONSFILE= ${PORT_DBDIR}/${UNIQUENAME}/options CONFIGURE_ARGS+=--disable-doxygen -NO_STAGE= yes .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 .include .if !defined(PIDGIN_SLAVE) .if ${HAVE_GNOME:Mgconf2}!="" || exists(${LOCALBASE}/bin/gconftool-2) USE_GNOME+= gconf2 GCONF_SCHEMAS= purple.schemas .endif .endif #.if defined(WITH_GTKUI) && ${HAVE_GNOME:Mevolutiondataserver}!="" #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_GSTREAMER+= core good .else CONFIGURE_ARGS+=--disable-gstreamer .endif .if ${PORT_OPTIONS:MVV} && ${PORT_OPTIONS:MGSTREAMER} -LIB_DEPENDS+= gstfarsight-0.10.0:${PORTSDIR}/net-im/farsight2 +LIB_DEPENDS+= libgstfarsight-0.10.so:${PORTSDIR}/net-im/farsight2 USE_GSTREAMER+= v4l2 PLIST_SUB+= VV="" .else CONFIGURE_ARGS+=--disable-vv PLIST_SUB+= VV="@comment " .endif .if ${PORT_OPTIONS:MIDN} -LIB_DEPENDS+= idn.17:${PORTSDIR}/dns/libidn +LIB_DEPENDS+= libidn.so:${PORTSDIR}/dns/libidn .else CONFIGURE_ARGS+=--disable-idn .endif .if ${PORT_OPTIONS:MCAP} -LIB_DEPENDS+= sqlite3.8:${PORTSDIR}/databases/sqlite3 +LIB_DEPENDS+= libsqlite3.so:${PORTSDIR}/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+= gnutls:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= libgnutls.so:${PORTSDIR}/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+= nss3:${PORTSDIR}/security/nss +LIB_DEPENDS+= libnss3.so:${PORTSDIR}/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+= sasl2:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS+= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 CONFIGURE_ARGS+= --enable-cyrus-sasl .endif .if ${PORT_OPTIONS:MBONJOUR} -LIB_DEPENDS+= avahi-client.3:${PORTSDIR}/net/avahi-app +LIB_DEPENDS+= libavahi-client.so:${PORTSDIR}/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+= gtkspell.0:${PORTSDIR}/textproc/gtkspell +LIB_DEPENDS+= libgtkspell.so:${PORTSDIR}/textproc/gtkspell .else CONFIGURE_ARGS+= --disable-gtkspell .endif .if ${PORT_OPTIONS:MDBUS} -LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS+= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib .if !defined(PIDGIN_SLAVE) RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus .endif CONFIGURE_ARGS+= --enable-dbus PLIST_SUB+= DBUS="" .else CONFIGURE_ARGS+= --disable-dbus PLIST_SUB+= DBUS="@comment not installed: " .endif .if ${PORT_OPTIONS:MPERL} USES+= perl5 CONFIGURE_ARGS+= --with-perl-lib=site PLIST_SUB+= PERL:="" .if !defined(PIDGIN_SLAVE) -MAN3+= Purple.3 +PLIST_SUB+= PERLMAN:="" +.else +PLIST_SUB+= PERLMAN:="@comment not installed: " .endif .else CONFIGURE_ARGS+= --disable-perl -PLIST_SUB+= PERL:="@comment not installed: " +PLIST_SUB+= PERL:="@comment not installed: " \ + PERLMAN:="@comment not installed: " .endif .if ${PORT_OPTIONS:MSAMETIME} -LIB_DEPENDS+= meanwhile.1:${PORTSDIR}/net-im/meanwhile +LIB_DEPENDS+= libmeanwhile.so:${PORTSDIR}/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+= silcclient-1.1:${PORTSDIR}/devel/silc-toolkit +LIB_DEPENDS+= libsilcclient-1.so:${PORTSDIR}/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:MMSN} PLIST_SUB+= MSN="" PRPL_MODULES:= msn,${PRPL_MODULES} .else PLIST_SUB+= MSN="@comment not installed: " .endif .if ${PORT_OPTIONS:MMYSPACE} PLIST_SUB+= MYSPACE="" PRPL_MODULES:= myspace,${PRPL_MODULES} .else PLIST_SUB+= MYSPACE="@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:MYAHOO} PLIST_SUB+= YAHOO="" PRPL_MODULES:= yahoo,${PRPL_MODULES} .else PLIST_SUB+= YAHOO="@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|-lpthreads|${PTHREAD_LIBS:S/"//g}|g' \ -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ -e 's|-lpanel |-lpanel -lncurses|g' \ -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g' \ -e 's|-lsilc -lsilcclient ${PTHREAD_LIBS} $$LIBDL|-lsilc -lsilcclient ${PTHREAD_LIBS} ${ICONV_LIB}|' \ -e 's|TCL_VERSION found but 8.3 required|TCL_VERSION found but ${TCL_VER} required|g' \ -e 's|TCL_MINOR_VERSION" -ne 3|TCL_MINOR_VERSION" -ne ${TCL_VER:E}|' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|/bin/bash|${SH}|' \ ${WRKSRC}/libpurple/purple-send \ ${WRKSRC}/libpurple/purple-send-async @${REINPLACE_CMD} -e 's|/python|/env python|' \ ${WRKSRC}/libpurple/purple-remote \ ${WRKSRC}/libpurple/purple-url-handler .if defined(PIDGIN_SLAVE) @${FIND} ${BUILD_WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|[$$][(]top_builddir[)]/libpurple/libpurple.la|${LOCALBASE}/lib/libpurple.la|g' .endif @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} .include Index: head/net-im/libpurple/distinfo =================================================================== --- head/net-im/libpurple/distinfo (revision 342484) +++ head/net-im/libpurple/distinfo (revision 342485) @@ -1,2 +1,2 @@ -SHA256 (pidgin-2.10.7.tar.bz2) = eba32994eca20d1cf24a4261b059b2de71a1ec2dd0926e904074b0db49f7f192 -SIZE (pidgin-2.10.7.tar.bz2) = 10069279 +SHA256 (pidgin-2.10.8.tar.bz2) = b633367e3588ff3e615d68e812302dfdbe32e73693cbe42a0d827b7aed7a8227 +SIZE (pidgin-2.10.8.tar.bz2) = 10050465 Index: head/net-im/libpurple/files/patch-libpurple-protocols-irc-Makefile.am =================================================================== --- head/net-im/libpurple/files/patch-libpurple-protocols-irc-Makefile.am (revision 342484) +++ head/net-im/libpurple/files/patch-libpurple-protocols-irc-Makefile.am (nonexistent) @@ -1,11 +0,0 @@ ---- libpurple/protocols/irc/Makefile.am.orig 2013-02-11 03:16:52.000000000 -0600 -+++ libpurple/protocols/irc/Makefile.am 2013-02-15 15:18:32.950591016 -0600 -@@ -27,7 +27,7 @@ - st = - pkg_LTLIBRARIES = libirc.la - libirc_la_SOURCES = $(IRCSOURCES) --libirc_la_LIBADD = $(GLIB_LIBS) -+libirc_la_LIBADD = $(GLIB_LIBS) $(SASL_LIBS) - - endif - Property changes on: head/net-im/libpurple/files/patch-libpurple-protocols-irc-Makefile.am ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net-im/libpurple/files/patch-libpurple-protocols-irc-Makefile.in =================================================================== --- head/net-im/libpurple/files/patch-libpurple-protocols-irc-Makefile.in (revision 342484) +++ head/net-im/libpurple/files/patch-libpurple-protocols-irc-Makefile.in (nonexistent) @@ -1,21 +0,0 @@ ---- libpurple/protocols/irc/Makefile.in.orig 2013-02-11 03:17:20.000000000 -0600 -+++ libpurple/protocols/irc/Makefile.in 2013-02-15 15:18:43.256590687 -0600 -@@ -92,7 +92,8 @@ - am__installdirs = "$(DESTDIR)$(pkgdir)" - LTLIBRARIES = $(noinst_LTLIBRARIES) $(pkg_LTLIBRARIES) - am__DEPENDENCIES_1 = --@STATIC_IRC_FALSE@libirc_la_DEPENDENCIES = $(am__DEPENDENCIES_1) -+@STATIC_IRC_FALSE@libirc_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ -+@STATIC_IRC_FALSE@ $(am__DEPENDENCIES_1) - am__libirc_la_SOURCES_DIST = cmds.c dcc_send.c irc.c irc.h msgs.c \ - parse.c - am__objects_1 = libirc_la-cmds.lo libirc_la-dcc_send.lo \ -@@ -415,7 +416,7 @@ - @STATIC_IRC_TRUE@libirc_la_SOURCES = $(IRCSOURCES) - @STATIC_IRC_TRUE@libirc_la_CFLAGS = $(AM_CFLAGS) - @STATIC_IRC_FALSE@pkg_LTLIBRARIES = libirc.la --@STATIC_IRC_FALSE@libirc_la_LIBADD = $(GLIB_LIBS) -+@STATIC_IRC_FALSE@libirc_la_LIBADD = $(GLIB_LIBS) $(SASL_LIBS) - AM_CPPFLAGS = \ - -I$(top_srcdir)/libpurple \ - -I$(top_builddir)/libpurple \ Property changes on: head/net-im/libpurple/files/patch-libpurple-protocols-irc-Makefile.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net-im/libpurple/files/patch-pidgin_plugins_cap_cap.c =================================================================== --- head/net-im/libpurple/files/patch-pidgin_plugins_cap_cap.c (revision 342484) +++ head/net-im/libpurple/files/patch-pidgin_plugins_cap_cap.c (nonexistent) @@ -1,11 +0,0 @@ ---- pidgin/plugins/cap/cap.c.orig 2013-03-24 20:34:29.882262000 +0000 -+++ pidgin/plugins/cap/cap.c 2013-03-24 20:34:39.576121000 +0000 -@@ -43,7 +43,7 @@ static double generate_prediction_for(Pu - int threshold = purple_prefs_get_int("/plugins/gtk/cap/threshold"); - int min_minute = (current_minute - threshold) % 1440; - int max_minute = (current_minute + threshold) % 1440; -- char *sql, sta_id = NULL; -+ char *sql, *sta_id = NULL; - sqlite3_stmt *stmt = NULL; - const char *tail = NULL; - int rc; Property changes on: head/net-im/libpurple/files/patch-pidgin_plugins_cap_cap.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net-im/libpurple/files/patch-libpurple-media-backend-fs2.h =================================================================== --- head/net-im/libpurple/files/patch-libpurple-media-backend-fs2.h (revision 342484) +++ head/net-im/libpurple/files/patch-libpurple-media-backend-fs2.h (nonexistent) @@ -1,18 +0,0 @@ ---- libpurple/media/backend-fs2.h.orig 2010-05-22 16:51:01.677902000 +0800 -+++ libpurple/media/backend-fs2.h 2010-05-23 16:07:07.000000000 +0800 -@@ -59,6 +59,7 @@ - * Temporary function in order to be able to test while - * integrating with PurpleMedia - */ -+#ifdef USE_GSTREAMER - #include - GstElement *purple_media_backend_fs2_get_src( - PurpleMediaBackendFs2 *self, -@@ -70,6 +71,7 @@ - const gchar *sess_id, double level); - void purple_media_backend_fs2_set_output_volume(PurpleMediaBackendFs2 *self, - const gchar *sess_id, const gchar *who, double level); -+#endif - /* end tmp */ - - G_END_DECLS Property changes on: head/net-im/libpurple/files/patch-libpurple-media-backend-fs2.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net-im/libpurple/pkg-plist =================================================================== --- head/net-im/libpurple/pkg-plist (revision 342484) +++ head/net-im/libpurple/pkg-plist (revision 342485) @@ -1,363 +1,365 @@ %%DBUS%%bin/purple-client-example %%DBUS%%bin/purple-remote %%DBUS%%bin/purple-send %%DBUS%%bin/purple-send-async %%DBUS%%bin/purple-url-handler include/libpurple/account.h include/libpurple/accountopt.h include/libpurple/blist.h include/libpurple/buddyicon.h include/libpurple/cipher.h include/libpurple/circbuffer.h include/libpurple/cmds.h include/libpurple/connection.h include/libpurple/conversation.h include/libpurple/core.h %%DBUS%%include/libpurple/dbus-bindings.h %%DBUS%%include/libpurple/dbus-define-api.h include/libpurple/dbus-maybe.h %%DBUS%%include/libpurple/dbus-purple.h %%DBUS%%include/libpurple/dbus-server.h %%DBUS%%include/libpurple/dbus-types.h %%DBUS%%include/libpurple/dbus-useful.h include/libpurple/certificate.h include/libpurple/debug.h include/libpurple/desktopitem.h include/libpurple/dnsquery.h include/libpurple/dnssrv.h include/libpurple/eventloop.h include/libpurple/ft.h include/libpurple/gaim-compat.h include/libpurple/idle.h include/libpurple/imgstore.h include/libpurple/log.h include/libpurple/marshallers.h include/libpurple/media/backend-iface.h include/libpurple/media/candidate.h include/libpurple/media/codec.h include/libpurple/media/enum-types.h include/libpurple/media-gst.h include/libpurple/media.h include/libpurple/mediamanager.h include/libpurple/mime.h include/libpurple/nat-pmp.h include/libpurple/network.h include/libpurple/notify.h include/libpurple/ntlm.h include/libpurple/plugin.h include/libpurple/pluginpref.h include/libpurple/pounce.h include/libpurple/prefs.h include/libpurple/privacy.h include/libpurple/proxy.h include/libpurple/prpl.h include/libpurple/purple.h include/libpurple/request.h include/libpurple/roomlist.h include/libpurple/savedstatuses.h include/libpurple/server.h include/libpurple/signals.h include/libpurple/smiley.h include/libpurple/sound.h include/libpurple/sound-theme-loader.h include/libpurple/sound-theme.h include/libpurple/sslconn.h include/libpurple/status.h include/libpurple/stringref.h include/libpurple/stun.h include/libpurple/theme-loader.h include/libpurple/theme-manager.h include/libpurple/theme.h include/libpurple/upnp.h include/libpurple/util.h include/libpurple/value.h include/libpurple/version.h include/libpurple/whiteboard.h include/libpurple/xmlnode.h lib/purple-2/autoaccept.a lib/purple-2/autoaccept.la lib/purple-2/autoaccept.so lib/purple-2/buddynote.a lib/purple-2/buddynote.la lib/purple-2/buddynote.so %%DBUS%%lib/purple-2/dbus-example.a %%DBUS%%lib/purple-2/dbus-example.la %%DBUS%%lib/purple-2/dbus-example.so lib/purple-2/idle.a lib/purple-2/idle.la lib/purple-2/idle.so lib/purple-2/joinpart.a lib/purple-2/joinpart.la lib/purple-2/joinpart.so %%OSCAR%%lib/purple-2/libaim.a %%OSCAR%%lib/purple-2/libaim.la %%OSCAR%%lib/purple-2/libaim.so %%OSCAR%%lib/purple-2/libicq.a %%OSCAR%%lib/purple-2/libicq.la %%OSCAR%%lib/purple-2/libicq.so %%BONJOUR%%lib/purple-2/libbonjour.a %%BONJOUR%%lib/purple-2/libbonjour.la %%BONJOUR%%lib/purple-2/libbonjour.so %%GG%%lib/purple-2/libgg.a %%GG%%lib/purple-2/libgg.la %%GG%%lib/purple-2/libgg.so %%IRC%%lib/purple-2/libirc.a %%IRC%%lib/purple-2/libirc.la %%IRC%%lib/purple-2/libirc.so %%JABBER%%lib/purple-2/libjabber.a %%JABBER%%lib/purple-2/libjabber.la %%JABBER%%lib/purple-2/libjabber.so %%JABBER%%lib/purple-2/libjabber.so.0 %%MSN%%lib/purple-2/libmsn.a %%MSN%%lib/purple-2/libmsn.la %%MSN%%lib/purple-2/libmsn.so %%MYSPACE%%lib/purple-2/libmyspace.a %%MYSPACE%%lib/purple-2/libmyspace.la %%MYSPACE%%lib/purple-2/libmyspace.so %%NOVELL%%lib/purple-2/libnovell.a %%NOVELL%%lib/purple-2/libnovell.la %%NOVELL%%lib/purple-2/libnovell.so %%OSCAR%%lib/purple-2/liboscar.a %%OSCAR%%lib/purple-2/liboscar.la %%OSCAR%%lib/purple-2/liboscar.so %%OSCAR%%lib/purple-2/liboscar.so.0 %%SILC%%lib/purple-2/libsilcpurple.a %%SILC%%lib/purple-2/libsilcpurple.la %%SILC%%lib/purple-2/libsilcpurple.so %%SAMETIME%%lib/purple-2/libsametime.a %%SAMETIME%%lib/purple-2/libsametime.la %%SAMETIME%%lib/purple-2/libsametime.so %%SIMPLE%%lib/purple-2/libsimple.a %%SIMPLE%%lib/purple-2/libsimple.la %%SIMPLE%%lib/purple-2/libsimple.so %%JABBER%%lib/purple-2/libxmpp.a %%JABBER%%lib/purple-2/libxmpp.la %%JABBER%%lib/purple-2/libxmpp.so %%YAHOO%%lib/purple-2/libyahoo.a %%YAHOO%%lib/purple-2/libyahoo.la %%YAHOO%%lib/purple-2/libyahoo.so %%YAHOO%%lib/purple-2/libyahoojp.a %%YAHOO%%lib/purple-2/libyahoojp.la %%YAHOO%%lib/purple-2/libyahoojp.so %%YAHOO%%lib/purple-2/libymsg.a %%YAHOO%%lib/purple-2/libymsg.la %%YAHOO%%lib/purple-2/libymsg.so %%YAHOO%%lib/purple-2/libymsg.so.0 %%ZEPHYR%%lib/purple-2/libzephyr.a %%ZEPHYR%%lib/purple-2/libzephyr.la %%ZEPHYR%%lib/purple-2/libzephyr.so lib/purple-2/log_reader.a lib/purple-2/log_reader.la lib/purple-2/log_reader.so lib/purple-2/newline.a lib/purple-2/newline.la lib/purple-2/newline.so lib/purple-2/offlinemsg.a lib/purple-2/offlinemsg.la lib/purple-2/offlinemsg.so %%PERL:%%lib/purple-2/perl.a %%PERL:%%lib/purple-2/perl.la %%PERL:%%lib/purple-2/perl.so %%PERL:%%lib/purple-2/perl/Purple.pm %%PERL:%%lib/purple-2/perl/auto/Purple/.packlist %%PERL:%%lib/purple-2/perl/auto/Purple/Purple.bs %%PERL:%%lib/purple-2/perl/auto/Purple/Purple.so %%PERL:%%lib/purple-2/perl/auto/Purple/autosplit.ix lib/purple-2/psychic.a lib/purple-2/psychic.la lib/purple-2/psychic.so %%GNUTLS%%lib/purple-2/ssl-gnutls.a %%GNUTLS%%lib/purple-2/ssl-gnutls.la %%GNUTLS%%lib/purple-2/ssl-gnutls.so %%NSS%%lib/purple-2/ssl-nss.a %%NSS%%lib/purple-2/ssl-nss.la %%NSS%%lib/purple-2/ssl-nss.so lib/purple-2/ssl.a lib/purple-2/ssl.la lib/purple-2/ssl.so lib/purple-2/statenotify.a lib/purple-2/statenotify.la lib/purple-2/statenotify.so %%TCL:%%lib/purple-2/tcl.a %%TCL:%%lib/purple-2/tcl.la %%TCL:%%lib/purple-2/tcl.so %%DBUS%%lib/libpurple-client.a %%DBUS%%lib/libpurple-client.la %%DBUS%%lib/libpurple-client.so %%DBUS%%lib/libpurple-client.so.10 lib/libpurple.a lib/libpurple.la lib/libpurple.so lib/libpurple.so.10 libdata/pkgconfig/purple.pc +%%CONSOLEUI%%man/man1/finch.1.gz +%%GTKUI%%man/man1/pidgin.1.gz +%%PERLMAN:%%man/man3/Purple.3.gz share/aclocal/purple.m4 share/locale/af/LC_MESSAGES/pidgin.mo share/locale/am/LC_MESSAGES/pidgin.mo share/locale/ar/LC_MESSAGES/pidgin.mo +share/locale/ast/LC_MESSAGES/pidgin.mo share/locale/az/LC_MESSAGES/pidgin.mo share/locale/be@latin/LC_MESSAGES/pidgin.mo share/locale/bg/LC_MESSAGES/pidgin.mo share/locale/bn/LC_MESSAGES/pidgin.mo share/locale/bn_IN/LC_MESSAGES/pidgin.mo share/locale/bs/LC_MESSAGES/pidgin.mo share/locale/ca/LC_MESSAGES/pidgin.mo share/locale/ca@valencia/LC_MESSAGES/pidgin.mo share/locale/cs/LC_MESSAGES/pidgin.mo share/locale/da/LC_MESSAGES/pidgin.mo share/locale/de/LC_MESSAGES/pidgin.mo share/locale/dz/LC_MESSAGES/pidgin.mo share/locale/el/LC_MESSAGES/pidgin.mo share/locale/en_AU/LC_MESSAGES/pidgin.mo share/locale/en_CA/LC_MESSAGES/pidgin.mo share/locale/en_GB/LC_MESSAGES/pidgin.mo share/locale/eo/LC_MESSAGES/pidgin.mo share/locale/es/LC_MESSAGES/pidgin.mo share/locale/et/LC_MESSAGES/pidgin.mo share/locale/eu/LC_MESSAGES/pidgin.mo share/locale/fa/LC_MESSAGES/pidgin.mo share/locale/fi/LC_MESSAGES/pidgin.mo share/locale/fr/LC_MESSAGES/pidgin.mo share/locale/ga/LC_MESSAGES/pidgin.mo share/locale/gl/LC_MESSAGES/pidgin.mo share/locale/gu/LC_MESSAGES/pidgin.mo share/locale/he/LC_MESSAGES/pidgin.mo share/locale/hi/LC_MESSAGES/pidgin.mo share/locale/hr/LC_MESSAGES/pidgin.mo share/locale/hu/LC_MESSAGES/pidgin.mo share/locale/hy/LC_MESSAGES/pidgin.mo share/locale/id/LC_MESSAGES/pidgin.mo share/locale/it/LC_MESSAGES/pidgin.mo share/locale/ja/LC_MESSAGES/pidgin.mo share/locale/ka/LC_MESSAGES/pidgin.mo share/locale/ko/LC_MESSAGES/pidgin.mo share/locale/km/LC_MESSAGES/pidgin.mo share/locale/kn/LC_MESSAGES/pidgin.mo share/locale/ku/LC_MESSAGES/pidgin.mo share/locale/lo/LC_MESSAGES/pidgin.mo share/locale/lt/LC_MESSAGES/pidgin.mo share/locale/mai/LC_MESSAGES/pidgin.mo share/locale/mhr/LC_MESSAGES/pidgin.mo share/locale/mk/LC_MESSAGES/pidgin.mo share/locale/mn/LC_MESSAGES/pidgin.mo share/locale/mr/LC_MESSAGES/pidgin.mo share/locale/ms_MY/LC_MESSAGES/pidgin.mo share/locale/my_MM/LC_MESSAGES/pidgin.mo share/locale/nb/LC_MESSAGES/pidgin.mo share/locale/ne/LC_MESSAGES/pidgin.mo share/locale/nl/LC_MESSAGES/pidgin.mo share/locale/nn/LC_MESSAGES/pidgin.mo share/locale/oc/LC_MESSAGES/pidgin.mo share/locale/or/LC_MESSAGES/pidgin.mo share/locale/pa/LC_MESSAGES/pidgin.mo share/locale/pl/LC_MESSAGES/pidgin.mo share/locale/ps/LC_MESSAGES/pidgin.mo share/locale/pt/LC_MESSAGES/pidgin.mo share/locale/pt_BR/LC_MESSAGES/pidgin.mo share/locale/ro/LC_MESSAGES/pidgin.mo share/locale/ru/LC_MESSAGES/pidgin.mo share/locale/si/LC_MESSAGES/pidgin.mo share/locale/sk/LC_MESSAGES/pidgin.mo share/locale/sl/LC_MESSAGES/pidgin.mo share/locale/sq/LC_MESSAGES/pidgin.mo share/locale/sr/LC_MESSAGES/pidgin.mo share/locale/sr@latin/LC_MESSAGES/pidgin.mo share/locale/sv/LC_MESSAGES/pidgin.mo share/locale/sw/LC_MESSAGES/pidgin.mo share/locale/ta/LC_MESSAGES/pidgin.mo share/locale/te/LC_MESSAGES/pidgin.mo share/locale/th/LC_MESSAGES/pidgin.mo share/locale/tr/LC_MESSAGES/pidgin.mo share/locale/uk/LC_MESSAGES/pidgin.mo share/locale/ur/LC_MESSAGES/pidgin.mo share/locale/vi/LC_MESSAGES/pidgin.mo share/locale/xh/LC_MESSAGES/pidgin.mo share/locale/zh_CN/LC_MESSAGES/pidgin.mo share/locale/zh_HK/LC_MESSAGES/pidgin.mo share/locale/zh_TW/LC_MESSAGES/pidgin.mo share/purple/ca-certs/AOL_Member_CA.pem share/purple/ca-certs/AddTrust_External_Root.pem share/purple/ca-certs/America_Online_Root_Certification_Authority_1.pem share/purple/ca-certs/Baltimore_CyberTrust_Root.pem share/purple/ca-certs/CAcert_Class3.pem share/purple/ca-certs/CAcert_Root.pem share/purple/ca-certs/Deutsche_Telekom_Root_CA_2.pem share/purple/ca-certs/DigiCertHighAssuranceCA-3.pem +share/purple/ca-certs/DigiCertHighAssuranceEVRootCA.pem +share/purple/ca-certs/Entrust.net_2048.pem share/purple/ca-certs/Entrust.net_Secure_Server_CA.pem share/purple/ca-certs/Equifax_Secure_CA.pem share/purple/ca-certs/Equifax_Secure_Global_eBusiness_CA-1.pem share/purple/ca-certs/GTE_CyberTrust_Global_Root.pem share/purple/ca-certs/Go_Daddy_Class_2_CA.pem -share/purple/ca-certs/Microsoft_Internet_Authority.pem share/purple/ca-certs/Microsoft_Internet_Authority_2010.pem -share/purple/ca-certs/Microsoft_Secure_Server_Authority.pem share/purple/ca-certs/Microsoft_Secure_Server_Authority_2010.pem share/purple/ca-certs/StartCom_Certification_Authority.pem -share/purple/ca-certs/StartCom_Free_SSL_CA.pem share/purple/ca-certs/Thawte_Premium_Server_CA.pem share/purple/ca-certs/Thawte_Primary_Root_CA.pem share/purple/ca-certs/ValiCert_Class_2_VA.pem share/purple/ca-certs/VeriSign_Class3_Extended_Validation_CA.pem share/purple/ca-certs/VeriSign_Class_3_Public_Primary_Certification_Authority_-_G2.pem share/purple/ca-certs/VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem share/purple/ca-certs/VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5_2.pem share/purple/ca-certs/VeriSign_International_Server_Class_3_CA.pem share/purple/ca-certs/Verisign_Class3_Primary_CA.pem -share/purple/ca-certs/Verisign_RSA_Secure_Server_CA.pem share/sounds/purple/alert.wav share/sounds/purple/login.wav share/sounds/purple/logout.wav share/sounds/purple/receive.wav share/sounds/purple/send.wav @dirrm share/sounds/purple @dirrm share/purple/ca-certs @dirrm share/purple @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK @dirrmtry share/locale/xh/LC_MESSAGES @dirrmtry share/locale/xh @dirrmtry share/locale/ur/LC_MESSAGES @dirrmtry share/locale/ur @dirrmtry share/locale/te/LC_MESSAGES @dirrmtry share/locale/te @dirrmtry share/locale/sw/LC_MESSAGES @dirrmtry share/locale/sw @dirrmtry share/locale/sr@latin/LC_MESSAGES @dirrmtry share/locale/sr@latin @dirrmtry share/locale/si/LC_MESSAGES @dirrmtry share/locale/si @dirrmtry share/locale/ps/LC_MESSAGES @dirrmtry share/locale/ps @dirrmtry share/locale/oc/LC_MESSAGES @dirrmtry share/locale/oc @dirrmtry share/locale/my_MM/LC_MESSAGES @dirrmtry share/locale/my_MM @dirrmtry share/locale/ms_MY/LC_MESSAGES @dirrmtry share/locale/ms_MY @dirrmtry share/locale/mr/LC_MESSAGES @dirrmtry share/locale/mr @dirrmtry share/locale/mhr/LC_MESSAGES @dirrmtry share/locale/mhr @dirrmtry share/locale/mai/LC_MESSAGES @dirrmtry share/locale/mai @dirrmtry share/locale/lo/LC_MESSAGES @dirrmtry share/locale/lo @dirrmtry share/locale/ku/LC_MESSAGES @dirrmtry share/locale/ku @dirrmtry share/locale/km/LC_MESSAGES @dirrmtry share/locale/km @dirrmtry share/locale/hy/LC_MESSAGES @dirrmtry share/locale/hy @dirrmtry share/locale/dz/LC_MESSAGES @dirrmtry share/locale/dz @dirrmtry share/locale/ca@valencia/LC_MESSAGES @dirrmtry share/locale/ca@valencia @dirrmtry share/locale/bn_IN/LC_MESSAGES @dirrmtry share/locale/bn_IN @dirrmtry share/locale/be@latin/LC_MESSAGES @dirrmtry share/locale/be@latin %%PERL:%%@dirrm lib/purple-2/perl/auto/Purple %%PERL:%%@dirrm lib/purple-2/perl/auto %%PERL:%%@dirrm lib/purple-2/perl @dirrm lib/purple-2 @dirrm include/libpurple/media @dirrm include/libpurple Index: head/net-im/pidgin/Makefile =================================================================== --- head/net-im/pidgin/Makefile (revision 342484) +++ head/net-im/pidgin/Makefile (revision 342485) @@ -1,45 +1,42 @@ # Created by: Jim Mock # $FreeBSD$ # $MCom: ports/net-im/pidgin/Makefile,v 1.17 2007/09/17 19:53:06 marcus Exp $ PORTNAME= pidgin -PORTREVISION= 1 +PORTREVISION= 0 MAINTAINER= marcus@FreeBSD.org COMMENT= Pidgin multi-protocol messaging client (GTK+ UI) -LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ - purple.10:${PORTSDIR}/net-im/libpurple +LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ + libpurple.so:${PORTSDIR}/net-im/libpurple MASTERDIR= ${.CURDIR}/../libpurple BUILD_WRKSRC= ${WRKSRC}/pidgin INSTALL_WRKSRC= ${BUILD_WRKSRC} INSTALLS_ICONS= yes DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist PIDGIN_SLAVE= yes WITH_GTKUI= yes USE_LDCONFIG= yes USE_GNOME= gnomeprefix gnomehack intlhack gtk20 USE_XORG= xscrnsaver sm WANT_GNOME= yes CONFIGURE_ARGS= --disable-consoleui \ --disable-nm \ --enable-screensaver \ --with-dynamic_prpls=${PRPL_MODULES:S/,$//} -MAN1= pidgin.1 - -NO_STAGE= yes post-build: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ Makefile ${MAKE_ARGS} pidgin.desktop post-install: ${INSTALL_DATA} ${WRKSRC}/pidgin.desktop \ - ${PREFIX}/share/applications/pidgin.desktop - ${INSTALL_MAN} ${WRKSRC}/doc/pidgin.1 ${MAN1PREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/applications/pidgin.desktop + ${INSTALL_MAN} ${WRKSRC}/doc/pidgin.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include "${MASTERDIR}/Makefile"