svn commit: r352087 - head/databases/evolution-data-server
Koop Mast
kwm at rainbow-runner.nl
Fri Apr 25 08:48:56 UTC 2014
On vr, 2014-04-25 at 10:29 +0200, Tijl Coosemans wrote:
> On Fri, 25 Apr 2014 06:30:29 +0000 (UTC) Baptiste Daroussin wrote:
> > Author: bapt
> > Date: Fri Apr 25 06:30:28 2014
> > New Revision: 352087
> > URL: http://svnweb.freebsd.org/changeset/ports/352087
> > QAT: https://qat.redports.org/buildarchive/r352087/
> >
> > Log:
> > Switch to USES=libtool
> > Use options helpers
> > Use options sub
> > strip binaries
> >
> > Modified:
> > head/databases/evolution-data-server/Makefile
> > head/databases/evolution-data-server/pkg-plist
> >
> > Modified: head/databases/evolution-data-server/Makefile
> > ==============================================================================
> > --- head/databases/evolution-data-server/Makefile Fri Apr 25 06:29:25 2014 (r352086)
> > +++ head/databases/evolution-data-server/Makefile Fri Apr 25 06:30:28 2014 (r352087)
> > @@ -4,7 +4,7 @@
> >
> > PORTNAME= evolution-data-server
> > PORTVERSION= 2.32.1
> > -PORTREVISION= 6
> > +PORTREVISION= 7
> > CATEGORIES= databases gnome
> > MASTER_SITES= GNOME
> > DIST_SUBDIR= gnome2
> > @@ -20,20 +20,18 @@ LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/
> > libtasn1.so:${PORTSDIR}/security/libtasn1 \
> > libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring
> >
> > -USE_BZIP2= yes
> > -USE_GMAKE= yes
> > -USES= bison pathfix gettext pkgconfig
> > -USE_GNOME= gnomeprefix intlhack ltverhack ltasneededhack gconf2 \
> > - libxml2
> > +USES= bison gettext gmake libtool pathfix pkgconfig tar:bzip2
> > +USE_GNOME= gnomeprefix intlhack gconf2 libxml2
> > USE_OPENLDAP= yes
> > USE_SQLITE= 3
> > -USE_AUTOTOOLS= libtool
> > USE_BDB= 41+
> > USE_LDCONFIG= yes
> > +GNU_CONFIGURE= yes
> > CONFIGURE_ARGS= --enable-static \
>
> I think you can remove this --enable-static now too. USE_AUTOTOOLS=libtool
> forced static libraries to be built, but I don't think this port really
> needs them now.
>
> Same for x11-fm/mate-file-manager
>
I will check the updates we working on for both ports and correct it if
needed.
-Koop
More information about the svn-ports-all
mailing list