Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Mar 2016 09:12:36 +0100
From:      =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= <des@des.no>
To:        Ruslan Makhmatkhanov <rm@FreeBSD.org>, Koop Mast <kwm@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r411541 - in head: databases/evolution-data-server net/gnome-online-accounts net/vinagre net/vino security/gnome-keyring www/epiphany x11/gdm x11/gdm/files x11/gnome-shell
Message-ID:  <86oaa5vci3.fsf@desk.des.no>
In-Reply-To: <201603210554.u2L5sF7P040567@repo.freebsd.org> (Ruslan Makhmatkhanov's message of "Mon, 21 Mar 2016 05:54:15 %2B0000 (UTC)")
References:  <201603210554.u2L5sF7P040567@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Ruslan Makhmatkhanov <rm@FreeBSD.org> writes:
> Log:
>   Drop bogus libgnome-keyring dependency
> [...]
> @@ -3,6 +3,7 @@
>=20=20
>  PORTNAME=3D	gnome-keyring
>  PORTVERSION=3D	3.18.3
> +PORTREVISION=3D	1
>  CATEGORIES=3D	security gnome
>  MASTER_SITES=3D	GNOME
>  DIST_SUBDIR=3D	gnome3
> @@ -13,8 +14,7 @@ COMMENT=3D	Program that keeps passwords an
>  BUILD_DEPENDS=3D	ca_root_nss>=3D0:${PORTSDIR}/security/ca_root_nss \
>  		docbook-xsl>=3D0:${PORTSDIR}/textproc/docbook-xsl \
>  		gcr>=3D3.5.3:${PORTSDIR}/security/gcr
> -LIB_DEPENDS=3D	libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring=
 \
> -		libdbus-1.so:${PORTSDIR}/devel/dbus \
> +LIB_DEPENDS=3D	libdbus-1.so:${PORTSDIR}/devel/dbus \
>  		libgcr-3.so:${PORTSDIR}/security/gcr \
>  		libtasn1.so:${PORTSDIR}/security/libtasn1 \
>  		libp11-kit.so:${PORTSDIR}/security/p11-kit \

This broke sysutils/mate-power-manager:

http://beefy6.nyi.freebsd.org/data/101amd64-default/411630/logs/errors/mate=
-power-manager-1.12.1.log

My guess is that it needs libgnome-keyring but doesn't have a direct
dependency on it and relied instead on an indirect dependency via
security/gnome-keyring, which this commit removed.

DES
--=20
Dag-Erling Sm=C3=B8rgrav - des@des.no



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86oaa5vci3.fsf>