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...
Don Lewis
truckman at FreeBSD.org
Wed Dec 18 06:44:53 UTC 2013
On 17 Dec, Baptiste Daroussin wrote:
> 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
>> >
>> > Log:
>> > In preparation for making libtool generate libraries with a sane name, fix all
>> > LIB_DEPENDS in databases
>> >
>>
>> > Modified: head/databases/evolution-data-server/Makefile
>> > ==============================================================================
>> > --- head/databases/evolution-data-server/Makefile Wed Dec 11 18:05:34 2013 (r336186)
>> > +++ head/databases/evolution-data-server/Makefile Wed Dec 11 18:08:52 2013 (r336187)
>> > @@ -12,13 +12,13 @@ DIST_SUBDIR= gnome2
>> > MAINTAINER= gnome at FreeBSD.org
>> > COMMENT= The data backends for the Evolution integrated mail/PIM suite
>> >
>> > -LIB_DEPENDS= 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= 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
>> >
>> > USE_BZIP2= yes
>> > USE_GMAKE= yes
>> > @@ -52,7 +52,7 @@ KRB5_LIB= `/usr/bin/krb5-config gssapi
>> > .endif
>> >
>> > .if ${PORT_OPTIONS:MWEATHER}
>> > -LIB_DEPENDS+= gweather:${PORTSDIR}/net/libgweather
>> > +LIB_DEPENDS+= libgweather.so:${PORTSDIR}/net/libgweather
>> > CONFIGURE_ARGS+= --with-weather
>> > PLIST_SUB+= WEATHER=""
>> > .else
>> >
>>
>> This broke evolution-data-server, and it is still broken as of r336693.
>> The devel/libsoup port installs these libraries:
>
> Fixed sorry about it
Thanks!
More information about the svn-ports-all
mailing list