diff options
author | ade <ade@FreeBSD.org> | 2000-12-16 09:43:26 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-12-16 09:43:26 +0800 |
commit | 2f869cf06d2870e032639063683dbc4e168e83a8 (patch) | |
tree | d20ed5359b8c6bd6defeefa91571ce4ffacba212 /mail/evolution/Makefile | |
parent | 77448615c00c095d55e3e7f8d315a1a3c50745ae (diff) | |
download | freebsd-ports-gnome-2f869cf06d2870e032639063683dbc4e168e83a8.tar.gz freebsd-ports-gnome-2f869cf06d2870e032639063683dbc4e168e83a8.tar.zst freebsd-ports-gnome-2f869cf06d2870e032639063683dbc4e168e83a8.zip |
Unbreak and update to 0.8
This one just seems to hang and chew CPU, at least on
my -current laptop.
I fear having to build a separate GNOME environment, with
all the debug symbols, to track this one down.
Two GNOME's on one machine! He must be mad!
Diffstat (limited to 'mail/evolution/Makefile')
-rw-r--r-- | mail/evolution/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index d475741a763d..30ffd7f711e8 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -6,13 +6,16 @@ # PORTNAME= evolution -PORTVERSION= 0.6 +PORTVERSION= 0.8 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/evolution MAINTAINER= ade@FreeBSD.org +# Note: gnomepilot support has been forcibly taken out for now, so +# we can save ourselves a little bit of build time + LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml \ glade.4:${PORTSDIR}/devel/libglade \ gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ @@ -22,17 +25,15 @@ LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml \ gnomevfs.0:${PORTSDIR}/devel/gnomevfs \ unicode.0:${PORTSDIR}/devel/libunicode \ gtkhtml.6:${PORTSDIR}/www/gtkhtml \ - ldap.1:${PORTSDIR}/net/openldap \ - gpilotd.0:${PORTSDIR}/palm/gnomepilot - -BROKEN= "Not compatible with current version of x11-toolkits/gal" + ldap.1:${PORTSDIR}/net/openldap # \ +# gpilotd.0:${PORTSDIR}/palm/gnomepilot USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= yes USE_LIBTOOL= yes LIBTOOLFILES= configure libical/configure -CONFIGURE_ARGS= --with-pisock=${LOCALBASE}/pilot +CONFIGURE_ARGS= # --with-pisock=${LOCALBASE}/pilot --enable-pilot-conduits=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |