diff options
author | marcus <marcus@FreeBSD.org> | 2007-03-19 13:14:07 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-03-19 13:14:07 +0800 |
commit | e83248f2b323aa90dfea75471b86ccc444a80f88 (patch) | |
tree | f4fc2dbabf96cb67c502479d9fc13f40bf0d0108 /mail/evolution-exchange | |
parent | 52dd0c5de1d6a7165dc355ecf161f52bb7dbbfda (diff) | |
download | freebsd-ports-gnome-e83248f2b323aa90dfea75471b86ccc444a80f88.tar.gz freebsd-ports-gnome-e83248f2b323aa90dfea75471b86ccc444a80f88.tar.zst freebsd-ports-gnome-e83248f2b323aa90dfea75471b86ccc444a80f88.zip |
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features. Not that it doesn't have its share of new and exciting
items. See http://www.gnome.org/start/2.18/ for all the goodies in
this release.
GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
Diffstat (limited to 'mail/evolution-exchange')
-rw-r--r-- | mail/evolution-exchange/Makefile | 25 | ||||
-rw-r--r-- | mail/evolution-exchange/distinfo | 6 |
2 files changed, 21 insertions, 10 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index 7309ce80d5ce..4626ccd214a0 100644 --- a/mail/evolution-exchange/Makefile +++ b/mail/evolution-exchange/Makefile @@ -3,11 +3,11 @@ # Whom: Adam Weinberger, based off kiesel's ximian-exchange port # # $FreeBSD$ -# $MCom: ports/mail/evolution-exchange/Makefile,v 1.70 2006/10/03 02:06:00 ahze Exp $ +# $MCom: ports/mail/evolution-exchange/Makefile,v 1.83 2007/03/13 16:03:50 marcus Exp $ # PORTNAME= evolution-exchange -PORTVERSION= 2.8.3 +PORTVERSION= 2.10.0 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -24,17 +24,22 @@ USE_GETTEXT= yes USE_XLIB= yes GNU_CONFIGURE= yes USE_GMAKE= yes +USE_BDB= 41 USE_OPENLDAP= yes USE_GNOME= gnomeprefix intlhack gnomehack gnometarget -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${BDB_INCLUDE_DIR}" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-openldap=${LOCALBASE} \ --with-static-ldap=no \ - --disable-compile-warnings + --disable-compile-warnings \ + --with-libdb=${LOCALBASE} -EVO_VERSION= 2.8 -PLIST_SUB= VERSION="2.8" EVO_VERSION=${EVO_VERSION} EDS_VERSION="1.2" \ - OLDDOCSDIR="share/doc/ximian-connector" +EVO_VERSION= 2.10 +VERSION= 2.10 +PLIST_SUB= VERSION=${VERSION} EVO_VERSION=${EVO_VERSION} \ + EDS_VERSION="1.2" OLDDOCSDIR="share/doc/ximian-connector" + +GCONF_SCHEMAS= apps_exchange_addressbook-${VERSION}.schemas .include <bsd.port.pre.mk> @@ -58,4 +63,10 @@ CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC" IGNORE= does not build with ${LOCALBASE}/include/mapi.h exists in system, run pkg_info -W ${LOCALBASE}/include/mapi.h to find the offending port and uninstall it, then install ${PORTNAME} and reinstall port .endif +post-patch: + @${REINPLACE_CMD} -e 's|EVOLUTION_API_VERSION=2.8|EVOLUTION_API_VERSION=2.10| ; \ + s|EDS_BASE_VERSION=1.8|EDS_BASE_VERSION=1.10| ; \ + s|-ldb|-l${BDB_LIB_NAME}|g' \ + ${WRKSRC}/configure + .include <bsd.port.post.mk> diff --git a/mail/evolution-exchange/distinfo b/mail/evolution-exchange/distinfo index 5f71a13d4d3f..1b6b34321c85 100644 --- a/mail/evolution-exchange/distinfo +++ b/mail/evolution-exchange/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/evolution-exchange-2.8.3.tar.bz2) = 8a6be6640c7824285088f6a2e98f12a4 -SHA256 (gnome2/evolution-exchange-2.8.3.tar.bz2) = 987b31056ba8914f2c1b6d0ae64c45f8564dda6d1949fda1ebec11abc1de611b -SIZE (gnome2/evolution-exchange-2.8.3.tar.bz2) = 1034763 +MD5 (gnome2/evolution-exchange-2.10.0.tar.bz2) = ffed2fdc7645b029bbf0c774e35e3fa0 +SHA256 (gnome2/evolution-exchange-2.10.0.tar.bz2) = faacd758f4d36a698506066a4958806d66c74b68d3a40b5767dfcd1ffd3d08d1 +SIZE (gnome2/evolution-exchange-2.10.0.tar.bz2) = 1043846 |