Date: Tue, 17 Dec 2013 22:32:01 +0100 From: Baptiste Daroussin <bapt@FreeBSD.org> To: Don Lewis <truckman@FreeBSD.org> Cc: svn-ports-head@FreeBSD.org, svn-ports-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: svn commit: r336187 - in head/databases: akonadi akonadi-googledata couchdb cppdb cyrus-imspd dbtool evolution-data-server firebird20-server firebird21-server firebird25-server freetds freetds-deve... Message-ID: <20131217213201.GO99753@ithaqua.etoilebsd.net> In-Reply-To: <201312172111.rBHLB6ss076024@gw.catspoiler.org> References: <201312111808.rBBI8rH4083498@svn.freebsd.org> <201312172111.rBHLB6ss076024@gw.catspoiler.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--4ickEXl+ukcSQ/3E Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Dec 17, 2013 at 01:11:06PM -0800, Don Lewis wrote: > On 11 Dec, Baptiste Daroussin wrote: > > Author: bapt > > Date: Wed Dec 11 18:08:52 2013 > > New Revision: 336187 > > URL: http://svnweb.freebsd.org/changeset/ports/336187 > >=20 > > Log: > > In preparation for making libtool generate libraries with a sane name= , fix all > > LIB_DEPENDS in databases > >=20 >=20 > > Modified: head/databases/evolution-data-server/Makefile > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > --- head/databases/evolution-data-server/Makefile Wed Dec 11 18:05:34 2= 013 (r336186) > > +++ head/databases/evolution-data-server/Makefile Wed Dec 11 18:08:52 2= 013 (r336187) > > @@ -12,13 +12,13 @@ DIST_SUBDIR=3D gnome2 > > MAINTAINER=3D gnome@FreeBSD.org > > COMMENT=3D The data backends for the Evolution integrated mail/PIM sui= te > > =20 > > -LIB_DEPENDS=3D soup-2.4:${PORTSDIR}/devel/libsoup \ > > - gdata.7:${PORTSDIR}/devel/libgdata \ > > - dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ > > - ical:${PORTSDIR}/devel/libical \ > > - nss3:${PORTSDIR}/security/nss \ > > - tasn1:${PORTSDIR}/security/libtasn1 \ > > - gnome-keyring:${PORTSDIR}/security/libgnome-keyring > > +LIB_DEPENDS=3D libsoup-2.so:${PORTSDIR}/devel/libsoup \ > > + libgdata.so:${PORTSDIR}/devel/libgdata \ > > + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ > > + libical.so:${PORTSDIR}/devel/libical \ > > + libnss3.so:${PORTSDIR}/security/nss \ > > + libtasn1.so:${PORTSDIR}/security/libtasn1 \ > > + libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring > > =20 > > USE_BZIP2=3D yes > > USE_GMAKE=3D yes > > @@ -52,7 +52,7 @@ KRB5_LIB=3D `/usr/bin/krb5-config gssapi=20 > > .endif > > =20 > > .if ${PORT_OPTIONS:MWEATHER} > > -LIB_DEPENDS+=3D gweather:${PORTSDIR}/net/libgweather > > +LIB_DEPENDS+=3D libgweather.so:${PORTSDIR}/net/libgweather > > CONFIGURE_ARGS+=3D --with-weather > > PLIST_SUB+=3D WEATHER=3D"" > > .else > >=20 >=20 > This broke evolution-data-server, and it is still broken as of r336693. > The devel/libsoup port installs these libraries: Fixed sorry about it regards, Bapt --4ickEXl+ukcSQ/3E Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (FreeBSD) iEYEARECAAYFAlKwwtEACgkQ8kTtMUmk6EyTvgCeNlrnz3aI232DvQKS/IJW/lU8 yMIAniaI1vqoCfO2sRTNiKUW5i29qFmQ =oZB4 -----END PGP SIGNATURE----- --4ickEXl+ukcSQ/3E--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131217213201.GO99753>