summaryrefslogtreecommitdiffstats
path: root/mail/evolution
Commit message (Collapse)AuthorAgeFilesLines
* Fix build on amd64.marcus2003-12-182-0/+22
| | | | Tested by: arved
* Fix a bug where Evo would crash on exit on Sparc64. I'm not bumpingmarcus2003-10-251-0/+20
| | | | | | | PORTREVISION since the user base is fairly low. Reported by: Koop Mast <einekoai@chello.nl> Tested by: Koop Mast <einekoai@chello.nl>
* Update to 1.4.5. Seemarcus2003-09-253-104/+106
| | | | | http://developer.ximian.com/projects/evolution/release_notes/1.4.5.html for a list of what's changed.
* Fix broken db3 configure on -CURRENT. -pthread -> ${PTHREAD_LIBS}bland2003-09-071-0/+1
|
* Fix a problem where the timezone would reset to UTC when switching views.marcus2003-08-272-0/+107
| | | | | | | | Thanks to William Bloom <wbloom@eldocomp.com> for finding the catalyst that causes this. PR: 55409 Obtained from: libical-0.24
* Depend on openldap*-client to fix the build and INDEX builds.marcus2003-08-141-1/+1
|
* Update to 1.4.4. See the release notes for what has changed.marcus2003-08-013-2/+3
| | | | http://developer.ximian.com/projects/evolution/release_notes/1.4.4.html
* Update to 1.4.3.adamw2003-07-114-17/+6
|
* Chase libgtkhtml3, and remove the dependency upon soap, whichadamw2003-07-111-3/+2
| | | | | | is dependendeded upon by gtkhtml3. PORTREVISION bump.
* Remove the quotes from ${EVO_VERSION} and change the chmod call a bit.marcus2003-06-161-2/+2
|
* There's no need for a pkg-install script. The work can be done with amarcus2003-06-162-20/+2
| | | | simple post-install.
* Remove some left over directories.marcus2003-06-161-0/+3
| | | | Reported by: bento
* Patch the correct file to enable the right desktop links.marcus2003-06-142-13/+13
|
* Fix a problem where new accounts were being created with read-only mailboxes.marcus2003-06-132-2/+27
|
* The Evolution developers forgot to change the name of the binary in themarcus2003-06-111-0/+13
| | | | desktop file.
* Update to 1.4.0. Note, this is now a GNOME 2 application.marcus2003-06-1114-1676/+1463
|
* Chase the location of the NSS header files.marcus2003-04-121-1/+1
|
* * Update to 1.2.4marcus2003-04-053-4/+4
| | | | * Remove USE_GNOMENG macro
* * Update to 1.2.3marcus2003-04-045-95/+29
| | | | | | * Fix a problem creating filters on [older] FreeBSD mailing lists [1] Submitted by: Vladimir B. Grebenschikov <vova@sw.ru>
* * 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
|
OpenPOWER on IntegriCloud