svn commit: r351002 - head/mail/evolution-exchange
Baptiste Daroussin
bapt at FreeBSD.org
Fri Apr 11 16:26:40 UTC 2014
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 at valencia
@dirrmtry share/locale/bn_IN/LC_MESSAGES
@dirrmtry share/locale/bn_IN
+ at dirrmtry share/locale/ast/LC_MESSAGES
+ at dirrmtry share/locale/ast
@dirrmtry share/locale/as/LC_MESSAGES
@dirrmtry share/locale/as
More information about the svn-ports-head
mailing list