From owner-svn-ports-all@FreeBSD.ORG Fri Apr 25 08:29:38 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 57910652; Fri, 25 Apr 2014 08:29:38 +0000 (UTC) Received: from mailrelay009.isp.belgacom.be (mailrelay009.isp.belgacom.be [195.238.6.176]) by mx1.freebsd.org (Postfix) with ESMTP id 6D869111A; Fri, 25 Apr 2014 08:29:37 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AlUGAHYbWlNR8aN3/2dsb2JhbABZgwZPS8QsgQ4XdIIlAQEFOhwjEAsOBgQJJQ8qHgaIWAEIymwXjiYzB4Q5AQOZBIE5kSSDMzs Received: from 119.163-241-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.241.163.119]) by relay.skynet.be with ESMTP; 25 Apr 2014 10:29:34 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.8/8.14.8) with ESMTP id s3P8TXhq001346; Fri, 25 Apr 2014 10:29:33 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Fri, 25 Apr 2014 10:29:33 +0200 From: Tijl Coosemans To: Baptiste Daroussin Subject: Re: svn commit: r352087 - head/databases/evolution-data-server Message-ID: <20140425102933.30fd7e0b@kalimero.tijl.coosemans.org> In-Reply-To: <201404250630.s3P6UTHW069406@svn.freebsd.org> References: <201404250630.s3P6UTHW069406@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2014 08:29:38 -0000 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