Commit graph

6360 commits

Author SHA1 Message Date
Lars Thegler
f7ec2a5198 - Update to 1.80
- Removed maintainer-only stuff

Approved by:	erwin (implicit)
2004-07-10 12:59:50 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00
Joe Marcus Clarke
11af7f8686 Use intlhack to fix the build on 4.X.
Reported by:	Troy <troy@twisted.net>
2004-07-09 16:02:13 +00:00
Volker Stolz
485bec861e Update to 0.58:
- fix SMP issues
- fix fd-leak
- new grey-list variant

Make sure that your host is listed in /etc/hosts with its FQDN first!
milter-sender uses this in its HELO-command. Using just the nickname will
lead to rejected callbacks with most relays.

Fix packaging: No such thing as post-deinstall:-target
2004-07-09 14:31:25 +00:00
Yen-Ming Lee
244774293d update to razor-agents-2.61
Noticed by:	Charles Roffe <rojoloco@hotmail.com>
2004-07-09 05:51:12 +00:00
Pav Lucistnik
919a712ede - Update to 1.0.3
PR:		ports/68761
Submitted by:	John Merryweather Cooper <johnmary@adelphia.net> (maintainer)
2004-07-08 21:31:30 +00:00
Kirill Ponomarev
121fb5ffc9 Install Muttrc and mime.types if not already present from a
prior installation

PR:		ports/68816
Submitted by:	maintainer
2004-07-08 13:17:55 +00:00
Kirill Ponomarev
fd77a42935 Install Muttrc and mime.types if not already present from a
prior installation

PR:		ports/68815
Submitted by:	maintainer
2004-07-08 12:40:50 +00:00
Volker Stolz
c9e7ee873b Update to 0.8.2
o Make sure we don't cut of the first char of an emailaddress
 o Fix header value copying (thanks Anders Johansson)
 o Don't segfault if there's no email address in the To: header
 o Clean up the subconf and unsubconf directories for stale requests as well

PR:		ports/68780
Submitted by:	maintainer
2004-07-08 08:31:52 +00:00
Joe Marcus Clarke
d458f16684 Update to 2.0.18 and use OPTIONS. 2004-07-07 22:29:40 +00:00
Kirill Ponomarev
4ce0e1d2ad Update to version 2.1.7 2004-07-07 20:17:47 +00:00
Jeremy Messenger
0ea0df3ec4 Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 or
those ports will not work. Please see the more detail about this:

http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html

Also, please check http://www.freebsd.org/gnome/docs/porting.html for the
update about gconf, gconf.pl script and etc.

Approved by:	marcus (portmgr hat)
Reviewed by:	My team, FreeBSD GNOME Team
2004-07-07 16:23:51 +00:00
Volker Stolz
7182734c4d Add patch-file missed in latest commit.
Noticed by: kris
2004-07-07 12:09:22 +00:00
Volker Stolz
0ada89bcc0 Fix -qdbm/-tdb build failure that was caused by a hardcoded file name suffix in the test suite
PR:		ports/68760
Submitted by:	maintainer
2004-07-07 11:03:06 +00:00
Kirill Ponomarev
95899b9b07 Update to 0.92.1
Chase libraries according to new math/gsl version

PR:		ports/68741
Submitted by:	maintainer
2004-07-06 22:15:40 +00:00
Pav Lucistnik
07015f1114 - Fix up MySQL 2.x -> 3.x migration instructions
Submitted by:	Ion-Mihai Tetcu <itetcu@apropo.ro>
Approved by:	maintainer
2004-07-06 14:43:28 +00:00
Lars Thegler
e37e5a885c Update to 1.70
Approved by:	erwin (implicit)
2004-07-06 11:20:40 +00:00
Pav Lucistnik
2f364fb20e - Fix semantics of USER_LOGGING knob
Submitted by:	Ion-Mihai Tetcu <itetcu@apropo.ro>
2004-07-06 00:45:13 +00:00
Pav Lucistnik
9ee3bae316 Add quickml, an easy to use mailing list manager written in Ruby.
PR:		ports/68671
Submitted by:	Yuichiro AIZAWA <yaizawa@mdbl.sfc.keio.ac.jp>
2004-07-05 17:20:17 +00:00
Pav Lucistnik
f62e949404 - Chase redirect
PR:		ports/68663
Submitted by:	Radim Kolar <hsn@netmag.cz> (maintainer)
2004-07-05 16:37:59 +00:00
Alex Dupre
1b26bdff8e Update to 0.84.2 release. 2004-07-05 12:34:25 +00:00
Sergei Kolobov
32f19772fa - Add two new knobs:
WITH_TRASHQUOTA=yes   Include deleted messages, and the Trash folder,
                        in the estimated quota usage for maildirs.
                        Requires WITH_MAILDIRQUOTA. [1]
  MAILDROP_TRUSTED_USERS=<user> Specify users allowed to use the -d option [2]
- Bump PORTREVISION

PR:		ports/68077 [1], ports/65520 [2]
Submitted by:	Rui Lopes <rui@ruilopes.com> [1],
		Mantas Kaulakys <mantas@stotis.lt> [2]
2004-07-04 22:45:03 +00:00
Sergei Kolobov
98393da985 - Update to 3.2.4
PR:		ports/67849
Submitted by:	Linh Pham <question+freebsdpr@closedsrc.org>
2004-07-04 22:26:59 +00:00
MANTANI Nobutaka
924058f19f Update to 1.1.3.
PR:		ports/68657
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru>
2004-07-04 15:30:59 +00:00
Pav Lucistnik
a6f3cddb60 - Update to 3.0.0
PR:		ports/68625
Submitted by:	Rob Evers <rob@debank.tv> (maintainer)
2004-07-04 11:58:16 +00:00
Kirill Ponomarev
b377717646 Fix "source" command when reading in from a program's stdout
(i.e. the source command's filename ends with a pipe-symbol "|")

PR:		ports/68650
Submitted by:	maintainer
Obtained from:	mutt's CVS
2004-07-04 11:11:53 +00:00
Kirill Ponomarev
0ddedef4b5 Update to version 10.8
PR:		ports/68632
Submitted by:	Ports Fury
2004-07-03 15:41:16 +00:00
Kirill Ponomarev
e331461bcc Update to 0.9.12.20040622
PR:		ports/68620
Submitted by:	maintainer
2004-07-03 07:24:44 +00:00
Joe Marcus Clarke
0be8477e93 Update to 0.7.1. 2004-07-03 00:36:28 +00:00
Kris Kennaway
cda9f15314 Back out previous, port was recently fixed
Pointy hat to:	kris
2004-07-02 08:42:44 +00:00
Kris Kennaway
74b0fae0ef BROKEN: Unfetchable 2004-07-02 08:19:00 +00:00
Erwin Lansing
f74fc1a8ab Update to 3.12
Approved by:	maintainer (implicit)
2004-07-02 07:19:26 +00:00
Pav Lucistnik
2ecdb55df9 - Update to 0.4.0
- Rewrite pkg-descr
- New gconf handling

PR:		ports/68487
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
2004-07-01 22:50:13 +00:00
Thierry Thomas
a8160cedda Tarball has been rerolled.
(does not deserve a portrevision bump).

Noticed by:	Kris / pointyhat.
2004-07-01 18:13:50 +00:00
Ade Lovett
328b757bf2 Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).

PR:		67768
Submitted by:	ade
Approved by:	4-exp bento runs (thanks, kris!)
2004-07-01 17:06:41 +00:00
Lars Thegler
5ce7e55df8 Update to 1.01
Approved by:	erwin (implicit)
2004-07-01 11:49:58 +00:00
Volker Stolz
4bc33484ed Update to 0.8.13
PR:		ports/68520
Submitted by:	maintainer
2004-07-01 08:51:16 +00:00
Volker Stolz
6d3a39a191 Use OpenSSL from port if <openssl/idea.h> not in base.
Noticed by: cluster via kris
2004-07-01 08:29:47 +00:00
Kirill Ponomarev
b620ae8b4c Fix fetch if 'gauche-config' isn't in $PATH
PR:		ports/68497
Submitted by:	INOUE Tomonori <inouetom@noppo.org>
Approved by:	maintainer
2004-06-30 08:46:18 +00:00
Volker Stolz
901a10ae9b - Chase distfile
- Fix packaging

PR:		ports/66865
Submitted by:	Rong-En Fan
Approved by:	maintainer timeout
2004-06-30 07:53:42 +00:00
Hye-Shik Chang
249dd40841 Add gtray 1.1,
a small tray application that notifies when you've got a mail on
your gmail account.
2004-06-30 07:05:30 +00:00
Martin Blapp
2c07f967d3 Bump portrevision after memleak fix. 2004-06-29 23:37:24 +00:00
Martin Blapp
0c627eef3c Plug a big memleak in the mimedefang embedded perl mode. The fix seems
to be FreeBSD specific, other platforms (linux,solaris) have other problems
(stability).

The global variable "PL_perl_destruct_level" needs to be set to "1" before
the destructor perl_destruct() is called, not afterwards. It is not clear why
this has to be done, since "PL_perl_destruct_level" should be defined static.
Without this fix "PL_perl_destruct_level" is always "0" when the destructor
gets called.

This fix has an effect only if "MX_EMBED_PERL=yes" is set in the startup-
script which is needed to run mimedefang in the embedded perl mode. You
should use perl 5.8.4 too to have it working properly.

The fix has been committed to mimedefang 2.44-BETA-1.

Reviewed by:		David F. Skoll <dfs@roaringpenguin.com>
Not reviewed by:	Maintainer (no reply)
2004-06-29 23:24:41 +00:00
Pav Lucistnik
9fd614ad77 - Update to 1.5.3
PR:		ports/68427
Submitted by:	Cyril Guibourg <aragorn+ports@teaser.fr> (maintainer)
2004-06-29 17:48:33 +00:00
Volker Stolz
7964a9fb5d Minor cleanup:
- added file EXTRAS (referenced from other documents)
- removed script install-dbmail.sh

PR:		ports/68473
Submitted by:	Radim Kolar
2004-06-29 17:24:15 +00:00
Alexander Leidinger
224fdaf141 - Update to 0.9.12.
- Install GNOME desktop files if appropriate.
2004-06-29 16:14:44 +00:00
Volker Stolz
7d9772bfb0 Update to 0.5.7:
- correct an error when parsing long log entries, causing wrong reports

PR:		ports/68462
Submitted by:	maintainer
2004-06-29 14:14:01 +00:00
Kirill Ponomarev
529c385238 Fix the timezone handling of the "conditional date"-patch
PR:		ports/68477
Submitted by:	maintainer
2004-06-29 14:02:33 +00:00
Kirill Ponomarev
085e3052b8 Add patch which disables annoying log warnings when only auth
is used.

Submitted by:	Bohdan Horst <nexus@irc.pl>
2004-06-29 13:33:41 +00:00
Thierry Thomas
2240eae5af Upgrade to the latest snapshot. 2004-06-29 05:33:06 +00:00