From owner-svn-ports-head@FreeBSD.ORG Fri Apr 25 08:48:56 2014 Return-Path: Delivered-To: svn-ports-head@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 C4C91EFF; Fri, 25 Apr 2014 08:48:56 +0000 (UTC) Received: from fep26.mx.upcmail.net (fep26.mx.upcmail.net [62.179.121.46]) by mx1.freebsd.org (Postfix) with ESMTP id 59E0C132B; Fri, 25 Apr 2014 08:48:54 +0000 (UTC) Received: from edge01.upcmail.net ([192.168.13.236]) by viefep26-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20140425084813.XGBP19629.viefep26-int.chello.at@edge01.upcmail.net>; Fri, 25 Apr 2014 10:48:13 +0200 Received: from [192.168.1.33] ([95.97.217.177]) by edge01.upcmail.net with edge id u8ol1n01Q3qDx4X018omCX; Fri, 25 Apr 2014 10:48:47 +0200 X-SourceIP: 95.97.217.177 Message-ID: <1398415712.1273.1.camel@crashalot.rainbow-runner.nl> Subject: Re: svn commit: r352087 - head/databases/evolution-data-server From: Koop Mast To: Tijl Coosemans Date: Fri, 25 Apr 2014 10:48:32 +0200 In-Reply-To: <20140425102933.30fd7e0b@kalimero.tijl.coosemans.org> References: <201404250630.s3P6UTHW069406@svn.freebsd.org> <20140425102933.30fd7e0b@kalimero.tijl.coosemans.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, Baptiste Daroussin , svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2014 08:48:56 -0000 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