Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Apr 2014 10:29:33 +0200
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        Baptiste Daroussin <bapt@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
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>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140425102933.30fd7e0b>