Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 2014 16:26:39 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351002 - head/mail/evolution-exchange
Message-ID:  <201404111626.s3BGQdI5028997@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Apr 11 16:26:39 2014
New Revision: 351002
URL: http://svnweb.freebsd.org/changeset/ports/351002
QAT: https://qat.redports.org/buildarchive/r351002/

Log:
  Support stage
  USES=libtool

Modified:
  head/mail/evolution-exchange/Makefile
  head/mail/evolution-exchange/pkg-plist

Modified: head/mail/evolution-exchange/Makefile
==============================================================================
--- head/mail/evolution-exchange/Makefile	Fri Apr 11 16:22:32 2014	(r351001)
+++ head/mail/evolution-exchange/Makefile	Fri Apr 11 16:26:39 2014	(r351002)
@@ -4,7 +4,7 @@
 
 PORTNAME=	evolution-exchange
 PORTVERSION=	2.32.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	mail gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -18,12 +18,12 @@ RUN_DEPENDS=	${EVO_PC_FILE}:${PORTSDIR}/
 
 CONFLICTS=	evolution-exchange-3.[0-9]*
 
-USE_BZIP2=	yes
-USES=		gettext gmake pkgconfig
-USE_AUTOTOOLS=	libtool
+USES=		gettext gmake libtool pathfix pkgconfig tar:bzip2
 USE_BDB=	41+
 USE_OPENLDAP=	yes
-USE_GNOME=	gnomeprefix intlhack gnomehack ltasneededhack
+USE_GNOME=	gnomeprefix intlhack
+GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
 CPPFLAGS+=	-I${LOCALBASE}/include -I${BDB_INCLUDE_DIR}
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--with-openldap=${LOCALBASE} \
@@ -37,12 +37,11 @@ PLIST_SUB=	VERSION=${VERSION} EVO_VERSIO
 
 GCONF_SCHEMAS=	apps_exchange_addressbook-${VERSION}.schemas
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if defined(HEIMDAL_HOME) || defined(WITH_HEIMDAL) || defined(NO_KERBEROS)
 HEIMDAL_HOME?=		${LOCALBASE}
-LIB_DEPENDS+=           krb5:${PORTSDIR}/security/heimdal
+LIB_DEPENDS+=           libkrb5.so:${PORTSDIR}/security/heimdal
 CONFIGURE_ARGS+=        --with-krb5=${HEIMDAL_HOME} \
 			--with-krb5-includes=${HEIMDAL_HOME}/include
 KRB5_LIB=		`${HEIMDAL_HOME}/bin/krb5-config gssapi --libs`

Modified: head/mail/evolution-exchange/pkg-plist
==============================================================================
--- head/mail/evolution-exchange/pkg-plist	Fri Apr 11 16:22:32 2014	(r351001)
+++ head/mail/evolution-exchange/pkg-plist	Fri Apr 11 16:26:39 2014	(r351002)
@@ -1,16 +1,12 @@
 bin/exchange-connector-setup-%%VERSION%%
-lib/evolution/%%VERSION%%/plugins/liborg-gnome-exchange-operations.a
 lib/evolution/%%VERSION%%/plugins/liborg-gnome-exchange-operations.la
 lib/evolution/%%VERSION%%/plugins/liborg-gnome-exchange-operations.so
 lib/evolution/%%VERSION%%/plugins/org-gnome-exchange-operations.eplug
-lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelexchange.a
 lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelexchange.la
 lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelexchange.so
 lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelexchange.urls
-lib/evolution-data-server-%%EDS_VERSION%%/extensions/libebookbackendexchange.a
 lib/evolution-data-server-%%EDS_VERSION%%/extensions/libebookbackendexchange.la
 lib/evolution-data-server-%%EDS_VERSION%%/extensions/libebookbackendexchange.so
-lib/evolution-data-server-%%EDS_VERSION%%/extensions/libecalbackendexchange.a
 lib/evolution-data-server-%%EDS_VERSION%%/extensions/libecalbackendexchange.la
 lib/evolution-data-server-%%EDS_VERSION%%/extensions/libecalbackendexchange.so
 %%DOCSDIR%%/E2kContext.html
@@ -183,5 +179,7 @@ share/locale/zh_TW/LC_MESSAGES/evolution
 @dirrmtry share/locale/ca@valencia
 @dirrmtry share/locale/bn_IN/LC_MESSAGES
 @dirrmtry share/locale/bn_IN
+@dirrmtry share/locale/ast/LC_MESSAGES
+@dirrmtry share/locale/ast
 @dirrmtry share/locale/as/LC_MESSAGES
 @dirrmtry share/locale/as



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