1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
Commit Graph

88 Commits

Author SHA1 Message Date
Joe Marcus Clarke
186713aecb Remove share/gnome/html.
Reported by:	bento
2003-01-13 03:36:37 +00:00
Joe Marcus Clarke
658ed1daa9 Remove share/gnome/libical-evolution.
Reported by:	bento
2003-01-13 03:31:54 +00:00
Joe Marcus Clarke
e075458eec Don't statically link the Pilot conduits. This fixes a problem where
certain GTK objects would conflict, thus resulting in broken conduits.

Approved by: portmgr (lioux)
2002-12-24 17:58:08 +00:00
Joe Marcus Clarke
6a00c98176 Add a RUN_DEPENDS on gnomecontrolcenter. This will allow GNOME 2 users
to configure things such as font settings.

Approved by:	portmgr (knu)
2002-12-13 16:16:33 +00:00
Joe Marcus Clarke
ff8f9f8c53 Add the FreeBSD GNOME Project News RDF link to the My Evolution news feeds
list.  Bump PORTREVISION.
2002-11-24 06:23:52 +00:00
Joe Marcus Clarke
7bdec3fd36 Make soup optional in gtkhtml. In doing this, we have to make sure soup is
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>
2002-11-22 20:29:41 +00:00
Joe Marcus Clarke
1bc668f239 Commit the patch that fixes SSL support...ugh. 2002-11-12 06:52:28 +00:00
Joe Marcus Clarke
d7c401ff96 Fix SSL support. 2002-11-12 06:51:48 +00:00
Joe Marcus Clarke
624cb4d85b Update to 1.2.0. This is a big release, and I don't want to polute the
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/
2002-11-12 00:01:04 +00:00
Joe Marcus Clarke
59deb69012 GNOME has just changed the layout of their FTP site. This resulted in
making all the distfiles unfetachable.  Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.
2002-09-20 17:07:51 +00:00
Maxim Sobolev
19a718ac4c Convert all core GNOME1 components and some of the most popular GNOME1
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
2002-07-11 17:16:10 +00:00
Maxim Sobolev
7bb784149f Add missed gal and gtkhtml into USE_GNOME. Also remove redundant gnomecc from
USE_GNOME - this dependency is inherited from gnomepilot.
2002-07-10 16:27:39 +00:00
Joe Marcus Clarke
aea805e701 * Update to 1.0.8.
* 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.
2002-07-09 21:56:37 +00:00
Joe Marcus Clarke
ee840f0aae Update to 1.0.7. 2002-06-14 20:11:58 +00:00
Kris Kennaway
43b454f7fe The distfile was rerolled on the official MASTER_SITES; no changes.
Noticed by:	bento
2002-05-15 23:21:32 +00:00
Joe Marcus Clarke
c252a16a73 Revert the mast site back to GNOME so that my people page isn't used as
a dist site.  It seems Ximian has posted the source tarball to the GNOME
mirrors.
2002-05-13 22:54:12 +00:00
Joe Marcus Clarke
73fce98862 Update to 1.0.5.
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.
2002-05-12 04:20:04 +00:00
Joe Marcus Clarke
8cc9996555 Fix the receive timestamp when DST is in effect. Bump PORTREVISION.
Tested by:	Mike Harding <mvh@ix.netcom.com> and myself
2002-05-08 16:37:39 +00:00
Maxim Sobolev
ebb3027ee5 Update to 1.0.4. Use home-rolled distfile (using sources checked out from
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.
2002-05-08 15:19:31 +00:00
Joe Marcus Clarke
e6fe84427b Fix a problem were date stamps were offset by one hour when DST was in effect.
Bump PORTREVISION.

PR:		37471
Submitted by:	Larry Rosenman <ler@lerctr.org>
Approved by:	sobomax
2002-04-26 21:25:28 +00:00
Maxim Sobolev
60d074af1c Since MASTER_SITE_LOCAL distribution mechanism appears to be broken (48 hours
elapsed since I had put db3 distfile into my ~/public_distfiles, but it still
unavailable from mirrors), provide http://people.freebsd.org download location.
2002-03-27 16:49:38 +00:00
Maxim Sobolev
fb32b2e1ae Update to 1.0.3. 2002-03-25 20:21:08 +00:00
Maxim Sobolev
a68d2827d3 Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h and
-liconv to -lgiconv.
2002-03-18 11:50:38 +00:00
Maxim Sobolev
7d3860493c Regen after a recent addition of the PATCHFILE.
Submitted by:	Mike Hardling <mvh@ix.netcom.com>
Pointy hat to:	sobomax
2002-02-25 08:14:49 +00:00
Maxim Sobolev
d4333f98f0 New feature: allow per-profile configuration of reply-to address. Bump
PORTREVISION. The patch was submitted to the vendor for integration into
the next release.
2002-02-23 20:05:08 +00:00
Maxim Sobolev
df3162b574 Remove useless patches. 2002-02-13 16:14:59 +00:00
Bill Fenner
863ca7db55 Fix closing parenthesis for defined()
Submitted by:	port survey
2002-02-13 15:40:56 +00:00
Ade Lovett
90be146649 Add OpenLDAP2 support if WITH_LDAP is defined - this is a candidate for
turning into a WITHOUT_LDAP switch to abide by accepted GNOME bloatware
standards.

PR:		32838
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2002-02-13 05:03:22 +00:00
Maxim Sobolev
94daf38cda Update to match the realiry.
Prompted by:	nbm
2002-02-11 11:28:47 +00:00
Maxim Sobolev
d458fa5a98 Update to 1.0.2.
PR:		34580
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2002-02-08 09:08:39 +00:00
Maxim Sobolev
d1ce5655e4 Catch up changed MASTER_SITE_SUBDIR. 2002-02-05 07:44:06 +00:00
Maxim Sobolev
727a9e81e0 Don't compile/install useless statically linked versions of shared objects. 2002-01-22 20:39:37 +00:00
Maxim Sobolev
7c3e94491b Don't compile/install useless statically linked version of shared object. 2002-01-22 14:17:19 +00:00
Maxim Sobolev
845c05afac Update to 1.0.1.
PR:		33835
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2002-01-13 19:25:17 +00:00
Jeremy Lea
52d84ee998 Missed ${LOCALBASE}/pilot/ -> ${LOCALBASE} 2002-01-06 20:52:03 +00:00
Maxim Sobolev
d23345cc35 Add gnomespell into RUN_DEPENDS, so that spell checking works right out of the
box. Bump PORTREVISION.
2001-12-29 21:42:36 +00:00
Maxim Sobolev
d0fba3e0f1 Backout previous change - it seems that new revision of the patch doesn't
apply everywhere.

Submitted by:	Todd Punderson <todd@doonga.net>
2001-12-20 06:19:02 +00:00
Maxim Sobolev
41c22e9c76 Don't filter libc_r on 5-CURRENT. 2001-12-19 20:20:23 +00:00
Maxim Sobolev
eaaacfa441 Enable SSL support. Bump PORTREVISION. 2001-12-19 11:11:28 +00:00
Maxim Sobolev
e51ad01593 Disable LDAP support for now, because it appears that db3-3.2.9 linked with
libopenldap is being linked into evolution before our private static
db3-3.1.17, which again destabilises Evolution. Bump PORTREVISION.
2001-12-17 19:39:33 +00:00
Maxim Sobolev
6ccfca34ce Add LDAP support.
PR:		32838
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2001-12-17 16:07:51 +00:00
Maxim Sobolev
7b632d55dd Make pilot support optional (controllable via WITHOUT_PILOT make(1) variable).
Submitted by:	roam
2001-12-17 11:34:52 +00:00
Maxim Sobolev
2e5922223d - Add information for fetching Ukrainian weather forecasts;
- add Daily Daemon News and FreeBSD Newsflash newsfeeds.

No PORTREVISION bump, because these changes aren't significant enough.
2001-12-15 11:55:07 +00:00
Maxim Sobolev
cc3a50e708 Build our own, private static db3-3.1.17 library, because Ximian recommends
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.
2001-12-15 04:40:13 +00:00
Maxim Sobolev
c85f2730b9 Enable gnomepilot support.
Submitted by:	Jan Stocker <Jan.Stocker@t-online.de>
2001-12-14 14:26:43 +00:00
Maxim Sobolev
e4623b8763 Fix a bug in local timezone handling. Bump PORTREVISION.
Submitted by:	Gary Geisbert <geisbert@code1200.nrl.navy.mil>
2001-12-07 19:02:56 +00:00
Maxim Sobolev
af27c52aa3 Disable run-time checks for the libdb version. This should fix problems with
addressbook. Bump PORTREVISION.

PR:		32541
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2001-12-06 12:01:24 +00:00
Maxim Sobolev
64c34dbae9 Update to 1.0. 2001-12-05 13:21:27 +00:00
Maxim Sobolev
4dc189f662 Update to 0.99.2. 2001-11-20 14:20:03 +00:00
Maxim Sobolev
3206ad8e7f Change permissions of all files in ${PREFIX}/share/gnome/evolution/default_user
to be 644, otherwise after installation the user will be unable to make any
changes to his/her mailboxes.

See http://bugzilla.ximian.com/show_bug.cgi?id=14961 for details.

Submitted by:	Christopher Masto <chris@netmonger.net>
2001-11-12 10:45:21 +00:00