svn commit: r433000 - head/net-im/mcabber

Tijl Coosemans tijl at FreeBSD.org
Wed Feb 1 13:03:44 UTC 2017


On Wed, 1 Feb 2017 11:22:45 +0000 (UTC) Dmitry Marakasov <amdmi3 at 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?


More information about the svn-ports-all mailing list