Date: Wed, 1 Feb 2017 14:02:28 +0100 From: Tijl Coosemans <tijl@FreeBSD.org> To: Dmitry Marakasov <amdmi3@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r433000 - head/net-im/mcabber Message-ID: <20170201140228.325b5344@kalimero.tijl.coosemans.org> In-Reply-To: <201702011122.v11BMjLs037260@repo.freebsd.org> References: <201702011122.v11BMjLs037260@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 1 Feb 2017 11:22:45 +0000 (UTC) Dmitry Marakasov <amdmi3@FreeBSD.org> wrote: > Author: amdmi3 > Date: Wed Feb 1 11:22:45 2017 > New Revision: 433000 > URL: https://svnweb.freebsd.org/changeset/ports/433000 > > Log: > - Update to 1.0.5 > - Tweak depends > > Modified: > head/net-im/mcabber/Makefile > head/net-im/mcabber/distinfo > > Modified: head/net-im/mcabber/Makefile > ============================================================================== > --- head/net-im/mcabber/Makefile Wed Feb 1 11:22:18 2017 (r432999) > +++ head/net-im/mcabber/Makefile Wed Feb 1 11:22:45 2017 (r433000) > @@ -13,24 +12,27 @@ COMMENT= Small Jabber console client > LICENSE= GPLv2+ > LICENSE_FILE= ${WRKSRC}/COPYING > > -LIB_DEPENDS= libloudmouth-1.so:net-im/loudmouth > +# 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 libtool localbase ncurses pathfix pkgconfig tar:bzip2 > +USES= gettext iconv:wchar_t libtool localbase ncurses pathfix pkgconfig tar:bzip2 > USE_GNOME= glib20 > GNU_CONFIGURE= yes > -CONFIGURE_ARGS= --disable-hgcset > +CONFIGURE_ARGS= --disable-hgcset --without-libidn --without-libidn here... > INSTALL_TARGET= install-strip > > -OPTIONS_DEFINE= EXAMPLES GPGME OTR > +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 > > -OPTIONS_SUB= yes > - > ASPELL_LIB_DEPENDS= libaspell.so:textproc/aspell > ASPELL_CONFIGURE_ENABLE=aspell > > @@ -44,6 +46,9 @@ OTR_LIB_DEPENDS= libgcrypt.so:security/l > libotr.so.5:security/libotr > OTR_CONFIGURE_ENABLE= otr > > +IDN_LIB_DEPENDS= libidn.so:dns/libidn > +IDN_CONFIGURE_OFF= --without-libidn ... and here?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170201140228.325b5344>