summaryrefslogtreecommitdiffstats
path: root/mail/evolution
Commit message (Collapse)AuthorAgeFilesLines
* * Fix PGP key validation with certain mailers (notably mutt) [1]marcus2003-02-273-1/+86
| | | | | | * De-pkg-comment Obtained from: Jeffrey Stedfast c/o evolution-hackers@lists.ximian.com [1]
* Point dependencies on net/openldap2 to net/openldap20edwin2003-02-241-1/+1
|
* Update to 1.2.2.marcus2003-02-083-3/+3
|
* Remove the sbin directory.marcus2003-02-021-0/+1
| | | | Reported by: bento
* Update to 1.2.1.marcus2003-01-193-4/+23
|
* Remove share/gnome/html.marcus2003-01-131-0/+1
| | | | Reported by: bento
* Remove share/gnome/libical-evolution.marcus2003-01-131-0/+1
| | | | Reported by: bento
* Don't statically link the Pilot conduits. This fixes a problem wheremarcus2002-12-243-1/+23
| | | | | | certain GTK objects would conflict, thus resulting in broken conduits. Approved by: portmgr (lioux)
* Add a RUN_DEPENDS on gnomecontrolcenter. This will allow GNOME 2 usersmarcus2002-12-131-2/+3
| | | | | | to configure things such as font settings. Approved by: portmgr (knu)
* Add the FreeBSD GNOME Project News RDF link to the My Evolution news feedsmarcus2002-11-242-7/+8
| | | | list. Bump PORTREVISION.
* Make soup optional in gtkhtml. In doing this, we have to make sure soup ismarcus2002-11-221-1/+2
| | | | | | | | | | | | | | a dependency of Evolution, so don't count on getting it from gtkhtml. The reason for this is fear that the underlying soup protocol, SOAP is inherently insecure. Thus far, however, there have been no advisories or exploits, and the one soup user, Evolution does not appear to have any SOAP-based security holes. See the following for more information: http://www.xml.com/pub/a/2002/02/27/security-lather.html http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnservice/html/service11212001.asp Requested by: Scott A. Moberly <smoberly@karamazov.org>
* Commit the patch that fixes SSL support...ugh.marcus2002-11-121-6/+19
|
* Fix SSL support.marcus2002-11-121-0/+1
|
* Update to 1.2.0. This is a big release, and I don't want to polute themarcus2002-11-1222-303/+319
| | | | | | | | the CVS log with all the details. However, almost every aspect has been touched. Note, that this is still a GNOME 1.x application! More info on the features can be found at Ximian: http://www.ximian.com/products/evolution/
* GNOME has just changed the layout of their FTP site. This resulted inmarcus2002-09-201-1/+1
| | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location.
* Convert all core GNOME1 components and some of the most popular GNOME1sobomax2002-07-111-0/+2
| | | | | | | | | | | | | | | | apps to bsd.gnomeng.mk. The goal is to make GNOME1 framework more modular, which will allow to use GNOME1 apps with GNOME2 desktop as well as considerably reduce langht of dependency chains for GNOME1 ports (for example after this commit AbiWord's dependency chain was reduced by 7 ports from 57 to only 50, while Gnumeric's - from 60 to 53 and so on). The most of the GNOME1 apps are still not converted, so that lot of work is still ahead. Please report any unusual problems to gnome@FreeBSD.org. Discussed with: marcus Reviewed by: marcus
* Add missed gal and gtkhtml into USE_GNOME. Also remove redundant gnomecc fromsobomax2002-07-101-2/+1
| | | | USE_GNOME - this dependency is inherited from gnomepilot.
* * Update to 1.0.8.marcus2002-07-093-14/+43
| | | | | | | | * Implement USE_GNOMENG * Implement REINPLACE With this commit, and the upcoming bonobo-conf commit, GNOME 2.0 users should be able to use Evolution wihtout needing any other hacks.
* Update to 1.0.7.marcus2002-06-143-2/+5
|
* The distfile was rerolled on the official MASTER_SITES; no changes.kris2002-05-151-1/+1
| | | | Noticed by: bento
* Revert the mast site back to GNOME so that my people page isn't used asmarcus2002-05-131-2/+1
| | | | | a dist site. It seems Ximian has posted the source tarball to the GNOME mirrors.
* Update to 1.0.5.marcus2002-05-128-94/+112
| | | | | I'll keep the distfile in my people site until the FTP site is updated or Ximian posts the official source tarball to the GNOME master site mirrors.
* Fix the receive timestamp when DST is in effect. Bump PORTREVISION.marcus2002-05-082-0/+12
| | | | Tested by: Mike Harding <mvh@ix.netcom.com> and myself
* Update to 1.0.4. Use home-rolled distfile (using sources checked out fromsobomax2002-05-089-183/+93
| | | | | their cvs repo passed through automake/autoconf with EVOLUTION_1_0_4 tag), because ximian doesn't hurry up to release an official source tarball.
* Fix a problem were date stamps were offset by one hour when DST was in effect.marcus2002-04-262-0/+14
| | | | | | | | Bump PORTREVISION. PR: 37471 Submitted by: Larry Rosenman <ler@lerctr.org> Approved by: sobomax
* Since MASTER_SITE_LOCAL distribution mechanism appears to be broken (48 hourssobomax2002-03-271-1/+2
| | | | | elapsed since I had put db3 distfile into my ~/public_distfiles, but it still unavailable from mirrors), provide http://people.freebsd.org download location.
* Update to 1.0.3.sobomax2002-03-253-10/+26
|
* Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h andsobomax2002-03-181-2/+0
| | | | -liconv to -lgiconv.
* Regen after a recent addition of the PATCHFILE.sobomax2002-02-251-0/+1
| | | | | Submitted by: Mike Hardling <mvh@ix.netcom.com> Pointy hat to: sobomax
* New feature: allow per-profile configuration of reply-to address. Bumpsobomax2002-02-231-1/+5
| | | | | PORTREVISION. The patch was submitted to the vendor for integration into the next release.
* Remove useless patches.sobomax2002-02-132-48/+0
|
* Fix closing parenthesis for defined()fenner2002-02-131-1/+1
| | | | Submitted by: port survey
* Add OpenLDAP2 support if WITH_LDAP is defined - this is a candidate forade2002-02-131-4/+9
| | | | | | | | turning into a WITHOUT_LDAP switch to abide by accepted GNOME bloatware standards. PR: 32838 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Update to match the realiry.sobomax2002-02-111-6/+10
| | | | Prompted by: nbm
* Update to 1.0.2.sobomax2002-02-086-31/+95
| | | | | PR: 34580 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Catch up changed MASTER_SITE_SUBDIR.sobomax2002-02-051-1/+1
|
* Don't compile/install useless statically linked versions of shared objects.sobomax2002-01-228-23/+95
|
* Don't compile/install useless statically linked version of shared object.sobomax2002-01-222-7/+53
|
* Update to 1.0.1.sobomax2002-01-138-111/+56
| | | | | PR: 33835 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Missed ${LOCALBASE}/pilot/ -> ${LOCALBASE}reg2002-01-061-1/+1
|
* Add gnomespell into RUN_DEPENDS, so that spell checking works right out of thesobomax2001-12-291-3/+4
| | | | box. Bump PORTREVISION.
* Backout previous change - it seems that new revision of the patch doesn'tsobomax2001-12-201-17/+8
| | | | | | apply everywhere. Submitted by: Todd Punderson <todd@doonga.net>
* Don't filter libc_r on 5-CURRENT.sobomax2001-12-191-8/+17
|
* Enable SSL support. Bump PORTREVISION.sobomax2001-12-191-4/+7
|
* Disable LDAP support for now, because it appears that db3-3.2.9 linked withsobomax2001-12-171-5/+5
| | | | | libopenldap is being linked into evolution before our private static db3-3.1.17, which again destabilises Evolution. Bump PORTREVISION.
* Add LDAP support.sobomax2001-12-171-5/+5
| | | | | PR: 32838 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Make pilot support optional (controllable via WITHOUT_PILOT make(1) variable).sobomax2001-12-172-13/+21
| | | | Submitted by: roam
* - Add information for fetching Ukrainian weather forecasts;sobomax2001-12-152-0/+52
| | | | | | - add Daily Daemon News and FreeBSD Newsflash newsfeeds. No PORTREVISION bump, because these changes aren't significant enough.
* Build our own, private static db3-3.1.17 library, because Ximian recommendssobomax2001-12-155-26/+108
| | | | | | | using 3.1.17, insisting that Evolution might not work properly with more recent versions (3.2.9 in this case). Bump PORTREVISION. Recommended update.
* Enable gnomepilot support.sobomax2001-12-144-13/+56
| | | | Submitted by: Jan Stocker <Jan.Stocker@t-online.de>
OpenPOWER on IntegriCloud