Commit graph

7891 commits

Author SHA1 Message Date
Florent Thoumie
82bc918b1e - Update to 2.3-20050621.
- Update pkg-plist.

PR:		ports/82547
Submitted by:	maintainer
2005-06-22 19:37:59 +00:00
Florent Thoumie
6f46e1fb54 - Update to 2.2.4.
PR:		ports/82546
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
Approved by:	maintainer
2005-06-22 19:32:57 +00:00
Pav Lucistnik
d682661c15 - Update to 0.1.8
PR:		ports/82471
Submitted by:	Robert Felber <robtone@ek-muc.de> (maintainer)
2005-06-22 09:06:02 +00:00
Simon Barner
761ef67f55 Add delatt, a tool to strip attachments from email.
PR:		82513
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
2005-06-22 08:22:41 +00:00
Thierry Thomas
ada2679399 Upgrade to 2.0 final. 2005-06-22 05:42:58 +00:00
Nik Clayton
49435dd10f Use a vendor-provided patch for a XSS vulnerability until 1.4.5 is
released.  Bump PORT_REVISION accordingly.

See http://www.squirrelmail.org/security/issue/2005-06-15 for details
of the vulnerabilities.
2005-06-21 20:47:30 +00:00
Florent Thoumie
07487e2a7e - Fix bf_resize bash'isms.
PR:		ports/82441
Submitted by:	maintainer
Noticed by:	ache
2005-06-21 14:44:17 +00:00
Sam Lawrance
ff25c21a14 Add vexim 2.0.1, a web interface for managing virtual domains for exim.
PR:		ports/81955
Submitted by:	John Oxley <john@yoafrica.com>
2005-06-21 08:53:56 +00:00
Ade Lovett
40aa5acc23 Remove USE_AUTOTOOLS from the two ports that had it erroneously defined
for some reason as part of minor cleanups before the new world order.
2005-06-21 03:34:52 +00:00
Tilman Keskinoz
058e058412 Update to 20050604.1
This snapshot version has some bugfixes and works fine with
	newer exim versions.

PR:		82435
Submitted by:	Vsevolod Stakhov <vsevolod@highsecure.ru>
2005-06-20 17:03:53 +00:00
Tilman Keskinoz
a9120c0ada Update to 1.2.8
PR:		82447
Submitted by:	Christian Laursen <xi@borderworlds.dk>
2005-06-20 16:51:50 +00:00
Dmitry Sivachenko
218873958c Upgrade to version 2.16. 2005-06-20 11:13:56 +00:00
Sergey Matveychuk
b72c8efbc6 - Update to unvulnerable version (2.72)
PR:		ports/82414
Submitted by:	dawnshade <h-k@mail.ru>
Approved by:	security reasons
2005-06-20 07:34:28 +00:00
Erwin Lansing
be4add44a9 Update to 0.8.4 2005-06-20 06:21:31 +00:00
Michael Johnson
af53321e45 - Update to 1.5.2
PR:		ports/82403
Submitted by:	Blaz Zupan <blaz@si.FreeBSD.org> (maintainer)
2005-06-20 05:58:04 +00:00
Ying-Chieh Liao
fe3fbe62a1 It supports more spam/virus filter's log messages, and
compatible with RRDtool 1.2.x now (I just tested this).

PR:		82419
Submitted by:	maintainer
2005-06-20 01:27:53 +00:00
Kirill Ponomarev
746a645a9a Add mutt-ng 20050614, a fork of the mutt.
A list of features unique to mutt-ng:

    * Better view support for format=flowed attachments.
    * Message IDs are configurable.
    * User can set signoff_string just like in slrn.
    * User can call up the "last folder" when saving attachments.
    * IMAP reconnecting: when the connection to the IMAP server dies,
      mutt-ng attempts reconnecting.
    * User can set the umask with which all the files shall be created
      (was hard-coded before, and caused huge problems for shared
      mailboxes to some people).
    * Support for NNTP, i.e. mutt-ng can be used as a newsreader.
    * A sidebar similar to other (graphical) MUAs where you can directly
      jump to a certain mailbox.

PR:		ports/82235
Submitted by:	Vsevolod Stakhov <vsevolod@highsecure.ru>
2005-06-19 10:55:28 +00:00
Andrew Thompson
7ac7c9c877 Update to version 2.0.4.
PR:		ports/79775
Approved by:	maintainer timeout (seanc), linimon
2005-06-18 21:34:54 +00:00
Alexander Leidinger
23b3bc4b0d Mega-patch to cleanup the ports infrastructure regarding our linux bits:
- USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
    tools to strip binaries anymore, so it's not neccesary anymore to override
    STRIP and STRIP_CMD.
  - USE_LINUX_PREFIX implies NO_MTREE now.
  - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
    instead upon the native FreeBSD libraries.
  - The variable LINUX_BASE_PORT contains a string which is suitable as an
    item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
    default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
    instead of a hardcoded reference.
  - Change all ports to comply to the "new world order".
  - The Ports Collection now allows to override the default linux_base port.
    Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
    ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use
    ${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}).
  - If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base
    port and if USE_LINUX isn't set to "yes" (case insensitive), the port will
    be marked as IGNORE. [1]
  - Readd USE_LINUX knobs into several ports and make several uses of a
    conditional dependency ("USE_LINUX?=") into an unconditional one
    ("USE_LINUX=") which where removed/changed by Trevor to allow the use of
    alternative linux_base ports. While this is a nice goal, the implementation
    resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob
    in this commit is supposed to fix the problem while keeping the feature.
    Basicaly this includes a backout of Trevor's commit, to prevent confusion
    I mention it here explicitely.
  - Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports.
    Chase dependencies for this.
  - Changes to make linux_devtools installable on amd64, remove some stray
    device nodes (they don't work on recent OS versions and aren't really
    needed).
  - Make linux_base-8 PREFIX clean and remove some stray device nodes.
    Additionally tell a little bit more about how to setup NIS/YP [2].
  - Update the PGSQL dependency in the linux-opengroupware port to a recent
    version (the old one isn't available anymore), I don't know if this
    works (at least it isn't more broken than before).
  - Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux
    ports, the former path exists already and gets populated by other
    packages too (PREFIX=LINUXPREFIX!).
  - Fix some obvious (non-linuxolator) bugs in some linux ports while being
    there.
  - Bump PORTREVISION where neccesary.

Requested by:	portmgr (linimon) [1]
Submittted by:	Gerrit Kuehn <gerrit_huehn@gruft.fido.de [2]
Approved by:	portmgr (kris, linimon), maintainers (or maintainer timeout)
Tested on:	ports cluster (kris)
Reviewed by:	silence on emulation@
Superseedes PR:	69997

Maintainer approval from:
	chris@chrisburkert.de
	cracauer@cons.org
	des
	girgen
	jamie@bishopston.net
	mezz
	mi
	nivit@users.sf.net
        pat
	simond@irrelevant.org
	riggs@rrr.de
	Udo.Schweigert@Siemens.com
2005-06-17 22:59:29 +00:00
Oliver Lehmann
c216ce74f9 update to 1.0.5 2005-06-17 22:45:27 +00:00
Oliver Lehmann
69b00e3869 update to 2.0.0.b.2 2005-06-17 22:45:05 +00:00
Yen-Ming Lee
6f0a8dad45 - fix wget dependency
PR:		82361
Submitted by:	Babak Farrokhi <babak@farrokhi.net>
2005-06-17 16:29:41 +00:00
Roman Bogorodskiy
683ce41d14 Update to 0.4.1.
PR:		82358
Submitted by:	Marcus Grando (maintainer)
2005-06-17 15:39:54 +00:00
Martin Blapp
f96edbcae8 Upgrade to 2.71
Submitted by:	No feedback from maintainer
2005-06-17 11:24:15 +00:00
Roman Bogorodskiy
6f10850be7 Fix qmail-tls patch name to create TLS.readme.
PR:		82343
Submitted by:	Renato Botelho (maintainer)
2005-06-17 04:36:09 +00:00
Roman Bogorodskiy
f193fa12f3 Update to 4.3.11.
PR:		82344
Submitted by:	Linh Pham (maintainer)
2005-06-17 04:33:16 +00:00
Hajimu UMEMOTO
c64997ab75 simplify NI_WITHSCOPEID patch.
Reviewed by:	arved
2005-06-16 16:35:10 +00:00
Kirill Ponomarev
a6555c8d3b Update to 2.1.15 2005-06-16 13:43:18 +00:00
Tilman Keskinoz
f5b4c26296 Fix build after NI_WITHSCOPEID removal
Reported by:	pointyhat
2005-06-15 13:56:51 +00:00
Dejan Lesjak
5a2bfbf499 Directory share/pixmaps is now included in mtree
(BSD.x11-4.dist rev. 1.27), so remove it from plist.
2005-06-15 02:43:36 +00:00
Jean-Yves Lefort
d93a4f3fab [1]:
- Update to 0.4.0

Moreover:
  - Reword COMMENT and pkg-descr
  - Use ${PTHREAD_CFLAGS}

PR:		ports/82203 [1]
Submitted by:	maintainer [1]
2005-06-14 17:50:13 +00:00
Alex Dupre
59ecee6b11 Update to 4.2 release.
Changes on this version:
    * Bug fix for tai64 processing on 64 bit machines
    * Support for graphing dnscache activity
    * Support for graphing tinydns activity

PR:		ports/81714
Submitted by:	Renato Botelho <freebsd@galle.com.br>
2005-06-14 14:51:42 +00:00
Jean-Yves Lefort
36b89598f3 Update to 0.94.14
PR:		ports/82208
Submitted by:	maintainer
2005-06-14 13:13:51 +00:00
Roman Bogorodskiy
865d3c79d6 Update to 1.2.7.
PR:		81707
Submitted by:	Renato Botelho <freebsd@galle.com.br>
Approved by:	maintainer timeout (2 weeks)
2005-06-14 12:48:33 +00:00
Erwin Lansing
707a576ad3 Update to 0.8.3 which includes our login patch 2005-06-14 12:46:05 +00:00
Pav Lucistnik
ba7f5604ab - Update to 1.0.7
PR:		ports/82159
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
Approved by:	Masafumi Otsune <info@otsune.com> (maintainer)
2005-06-13 09:31:04 +00:00
Wes Peters
20a29e9030 Use the FreeBSD ports location of the ClamAV socket as the default. 2005-06-13 04:50:10 +00:00
Wes Peters
df5d3eadf7 Upgrade to MIMEdefang 2.52. 2005-06-13 04:48:03 +00:00
Sam Lawrance
0b03e353f8 Bump PORTREVISION for ports affected by libdockapp library version bump. 2005-06-13 01:06:26 +00:00
Simon L. B. Nielsen
5d811769d5 Hook postfix-gps-devel to the build. 2005-06-12 15:43:36 +00:00
Simon L. B. Nielsen
3c41dcc16a Update to gps development version 1.004 after repocopy from
ports/mail/postfix-gps.

PR:		ports/81618
Submitted by:	Dennis K Jensen <freebsd@freesbee.dk>
Repocopy by:	marcus
2005-06-12 15:43:00 +00:00
Sam Lawrance
b91e75395a Chase libdockapp update. 2005-06-12 13:49:54 +00:00
Patrick Li
7e5076c449 Update to 1.3.5
PR:		ports/82156
Submitted by:	maintainer
2005-06-12 06:15:34 +00:00
Sergey Skvortsov
54a1630d6e * reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
   + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports

* for all changed ports make dependencies on File::Temp, Digest::MD5,
  Storable unconditional

* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
  (this variable is forced by bsd.port.mk now)

* update Class-Autouse to 1.17

* update POE-API-Hooks to 1.05

* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
2005-06-11 16:13:12 +00:00
Dirk Meyer
d7d20d0add - update to 0.2.8
- use /var/crash
- don't issue SMFIS_TEMPFAIL in testmode
- fix gcc error on FreeBSD 5.x:
sid-filter.c: In function `sid_marid_check':
sid-filter.c:1145: error: label at end of compound statement
2005-06-11 07:29:15 +00:00
Pav Lucistnik
a1c7eae8be - Install new documentation
PR:		ports/82090
Submitted by:	TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Approved by:	Vivek Khera <vivek@khera.org> (maintainer)
2005-06-10 20:44:46 +00:00
Pav Lucistnik
3c20ce84dd - Install a set of sample images and point the application defaults to use them
PR:		ports/82124
Submitted by:	Ted Faber <faber@isi.edu> (maintainer)
2005-06-10 19:13:28 +00:00
Oliver Lehmann
75c32548aa fix the WITH_HTTPS_LOGIN knob
PR:		82118
Submitted By:	Cristiano Deana <cris@gufi.org>
2005-06-10 14:55:49 +00:00
Sam Lawrance
25fdebe6a2 Update to 0.3
PR:		ports/82109
Submitted by:	Vsevolod Stakhov <vsevolod@highsecure.ru> (maintainer)
2005-06-10 14:14:03 +00:00
Sam Lawrance
86d71ecd7f Add post-patch reinplace to fix a few of my botches
- don't static link (PORTREVISION++ for this)
- obey CFLAGS, LDFLAGS
- allow it to build on 4.x

as a result of
PR:		ports/79345
Approved by:	maintainer (timeout, 2 months)
2005-06-10 12:02:43 +00:00
Sam Lawrance
c88bfadd68 Update to 20041231 ("well-tested" version)
PR:		ports/79345
Submitted by:	Garrett Wollman <wollman@freebsd.org>
Approved by:	maintainer (timeout 2 months)
2005-06-10 08:04:38 +00:00
Patrick Li
b11c51c208 Update to 1.0a
PR:		ports/82077
Submitted by:	ports fury
2005-06-10 08:03:01 +00:00
Patrick Li
cf4462bb3e Update to 1.1.0
PR:		ports/82076
Submitted by:	ports fury
2005-06-10 08:01:30 +00:00
Patrick Li
a2dab80299 Update to 2.1.5
PR:		ports/82088
Submitted by:	Stephen J. Roznowski <sjr@comcast.net>
2005-06-10 07:49:05 +00:00
Patrick Li
d0ebd77f6b Update to 1.11
PR:		ports/82093
Submitted by:	maintainer
2005-06-10 07:41:09 +00:00
Yen-Ming Lee
7ae1ede306 - disable SpeedyCGI support by default. It needs suidperl and will cause some
problem in package build framework.

Noticed by:	kris
2005-06-10 02:06:13 +00:00
Erwin Lansing
84ad5d13cd Add WWW
PR:		82073
Submitted by:	Francisco <francisco@natserv.net>
2005-06-09 17:30:45 +00:00
Yen-Ming Lee
953566615b - update to openwebmail-2.51-20050527 2005-06-08 18:09:05 +00:00
Lars Thegler
353702c2a4 Update to 0.101 2005-06-08 12:31:49 +00:00
Jean-Yves Lefort
9f4ba36d8d - Skip the overzealous t.lock3 test that is very delicate WRT timing, I/O and
such, and broke on pointyhat and often breaks on user systems, too
- Skip t.valgrind, which is pretty environment-dependent

PR:		ports/81929
Submitted by:	maintainer
2005-06-08 12:21:20 +00:00
Sergey Matveychuk
702459d51a - Update to 3.0.4
changes in SA: since 3.03:
bug 4080: FORGED_YAHOO_RCVD now failing on new Yahoo internal host layout, fixed
bug 4385: .xxx is a new tld, so support it in RegistrarBoundaries (joy)
bug 4171: new way of determining header/body separation w/out needing to look for MIME boundary
bug 4367: SORBS lists are mixed up

Submitted by:	Michael Scheidell <scheidell@secnap.net> (perl@)
2005-06-08 08:04:07 +00:00
Sergey Skvortsov
ff4b9380ca Update to 0.03 2005-06-07 09:48:14 +00:00
Peter Pentchev
36001620eb Use --enable-sql-logging instead of the deprecated --enable-mysql-logging
and --enable-pgsql-logging.  Correspondingly, deprecate WITH_MYSQL_LOG and
WITH_PGSQL_LOG in favor of WITH_SQL_LOG.

Reported by:	Alexander B. Zubkov <sasha@sekrett.ru>,
		Martin Tsachev <mtsachev@gmail.com>
2005-06-07 08:51:34 +00:00
Sergey Matveychuk
675861eff7 - Master site subdir was changed.
Reported on:	ports@
2005-06-07 07:48:07 +00:00
Patrick Li
d48baa5757 Update to 1.0.4
PR:		ports/81974
Submitted by:	TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
2005-06-07 07:36:34 +00:00
Michael Johnson
1f3998468d - Chase lib version bump in qdbm
- Bump PORTREVISION
2005-06-07 07:08:32 +00:00
Pav Lucistnik
fab158e1f3 - Update ldap patch to 20050401a
- Add sysutils/daemontools to RUN_DEPENDS because the new patch works
  just with it
- Change pkg-message to reflect qmail.schema file installation
- Change pkg-descr to reflect new features

PR:		ports/81966
Submitted by:	Renato Botelho <freebsd@galle.com.br> (maintainer)
2005-06-06 21:50:00 +00:00
Joe Marcus Clarke
ae6a408897 Update to 2.2.3. 2005-06-05 18:53:43 +00:00
Sergey Matveychuk
40765b8a02 Exilog is very nice utility to parse and visualize logs from multiply exim
servers.

PR:		ports/81899
Submitted by:	Vsevolod Stakhov <vsevolod@highsecure.ru>
2005-06-05 18:22:26 +00:00
Alexander Leidinger
b7b5236680 Add patch from the sylpheed-claws CVS which is supposed to fix the build
issues on 4.x. Additionally add a bugfix (from CVS too).

Submitted by:	Chris Johnson <cjohnson@lextranet.com>
2005-06-04 16:11:16 +00:00
Pav Lucistnik
14464c0044 - Update to 2.1.6
PR:		ports/81814
Submitted by:	Vivek Khera <vivek@khera.org> (maintainer)
2005-06-04 00:56:01 +00:00
Oliver Lehmann
392aa128b5 change the libtool version to use from 1.3 to 1.5 2005-06-02 20:28:41 +00:00
Jean-Yves Lefort
de3fd498e9 Update to 0.1.7
PR:		ports/81796
Submitted by:	maintainer
2005-06-02 13:39:36 +00:00
Edwin Groothuis
68408ca5bf Upgrade to verison 1.2, which doesn't crash if you click on a mailbox
with an xterm which doesn't exist and support for Maildirs (at least
documented on how to do it)
2005-06-02 08:02:36 +00:00
Florent Thoumie
de14006c65 - Update TLS patch to 20021228.
PR:		ports/81768
Submitted by:	maintainer
2005-06-01 22:22:46 +00:00
Florent Thoumie
e92a83295a - Update mysql patch to 1.1.11.
PR:		ports/81766
Submitted by:	maintainer
2005-06-01 22:12:13 +00:00
Florent Thoumie
eea57626a4 - Fix spamd socket option parsing.
PR:		ports/78102
Submitted by:	Will Saxon <wills@housing.ufl.edu>
Approved by:	maintainer timeout (2 months)
2005-06-01 19:23:58 +00:00
Pav Lucistnik
fcb2cbc166 - Update to 4.42.9
PR:		ports/81755
Submitted by:	Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer)
2005-06-01 16:34:12 +00:00
Roman Bogorodskiy
93d5428f29 Fix URL of smtp_auth+tls patch.
PR:		81769
Submitted by:	Renato Botelho (maintainer)
2005-06-01 16:09:49 +00:00
Simon Barner
0c3d36d99e Fix plist (HTML'ized version of man page is no longer installed).
Submitted by:	Ted Faber <faber@isi.edu> (maintainer)
PR:		ports/81747
2005-06-01 06:51:08 +00:00
Florent Thoumie
87b585536d - Fix LDFLAGS mess in original distfile.
PR:		ports/81604
Submitted by:	Klaus-J. Wolf <fbsdbug@seismic.de>
2005-05-31 22:24:05 +00:00
Florent Thoumie
165b7a397f - Add SPF checker patch.
PR:		ports/81731
Submitted by:	maintainer
2005-05-31 20:31:38 +00:00
Florent Thoumie
f3829d13e2 - Bump PORTREVISION. 2005-05-31 17:32:19 +00:00
Florent Thoumie
06beedd5f2 - Fix OPTIONS.
- Remove outdated ChangeLog.

PR:		ports/81719
Submitted by:	maintainer
2005-05-31 17:31:17 +00:00
Sam Lawrance
0efbc06135 Mark these ports DEPRECATED due to being unmaintained and one or more
of stale, obsolete, unused, irrelevant and unloved.
60 days grace in which I will gladly accept fix requests.

PR:		ports/79666
Submitted by:	me
2005-05-31 13:16:44 +00:00
Florent Thoumie
ea4bb2a891 - Update to 1.133.
PR:		ports/81696
Submitted by:	maintainer
2005-05-31 08:47:51 +00:00
Pav Lucistnik
4d2b5b5ad2 - Remove bogus optional dependencies on databases/postgresql7
Inspired by:	"I wonder where people are taking this code snippet from."
2005-05-31 08:11:30 +00:00
Pav Lucistnik
dbd3fce724 - Change last few occurences of USE_GTK=yes to USE_GNOME=gtk12
Approved by:	portmgr (marcus)
2005-05-31 07:26:50 +00:00
Florent Thoumie
7c06c40528 - Add pear-Contact_Vcard_Build and pear-Contact_Vcard_Parse. 2005-05-30 22:15:06 +00:00
Florent Thoumie
537c138f73 - Add pear-Contact_Vcard_Parse PEAR class to parse vCard 2.1 and 3.0 files.
PR:		ports/81666
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net>
2005-05-30 22:14:30 +00:00
Florent Thoumie
e9bb1ecd89 - Add pear-Contact_Vcard_Build PEAR class to build (create) and fetch
vCard 2.1 and 3.0 text blocks.

PR:		ports/81665
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net>
2005-05-30 22:13:39 +00:00
Pav Lucistnik
4cd1623bc9 - Use BROKEN instead a comparison using temporary files and exit 1
- Force PREFIX to /var/qmail when it's not set

PR:		ports/81675
Submitted by:	Renato Botelho <freebsd@galle.com.br> (maintainer)
2005-05-30 20:46:07 +00:00
Anders Nordby
642cefc3a5 Update to 2004d. 2005-05-30 19:57:21 +00:00
Anders Nordby
b5d955b613 Update to 2004d.
Fix IPv6+SSL.

PR:		77512
2005-05-30 19:57:06 +00:00
Simon Barner
a29895e23f Add mutt-devel-lite ,
the Mongrel of Mail User Agents (development
version, lite package).

PR:		81650
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com>
2005-05-30 13:46:02 +00:00
Pav Lucistnik
3ece6aab5e - Update to 1.2.3
- Portlint

PR:		ports/81033
Submitted by:	Renato Botelho <freebsd@galle.com.br>
Approved by:	maintainer timeout (15 days)
2005-05-30 11:26:49 +00:00
Pav Lucistnik
a8d60112a8 - Require perl in runtime too, pkg-install script is written in it.
Up until now, it was impossible to install from package.
2005-05-30 11:26:21 +00:00
Yaroslav Tykhiy
1e6b35a3eb - Update to 0.94.13
* iconv/unicode bugfixes
  * sqlite3 interface much more CPU efficient and faster now
  * bogofilter -q option to suppress printing of statistics
  (see share/doc/bogofilter/NEWS for details)
- convert WITHOUT_*/pre-everything messaging stuff (GSL, BASH) to OPTIONS
- add an OPTIONS switch for ICONV (experimental, default off),
  suggested by Yar Tikhiy.
- revise pkg-install message
- use a more suitable LIBS/CPPFLAGS passing for sibling ports or
  when GSL=off ICONV=on is used.
- change wording of GSL OPTION.
- reset -qdbm PORTREVISION
- remove obsoleted bogofilter-qdbm/files/* patches
- deprecate bogofilter-tdb effective 2005-11-30

Removed files:
- bogofilter-qdbm/files/patch-pathcycle

PR:		ports/81642
Submitted by:	maintainer
2005-05-30 10:48:24 +00:00
Kirill Ponomarev
ecacf6cc9a Update the SIDEBAR_PATCH.
Fix package name when doing a MUTT_LITE package.
Adjust the COMMENT.

PR:		ports/81649
Submitted by:	maintainer
2005-05-30 07:39:03 +00:00
Pav Lucistnik
98a50651a2 - Add WITH_MUTT_REVERSE_REPLY_PATCH patch
PR:		ports/81549
Submitted by:	Ed Schouten <ed@fxq.nl>
Approved by:	Udo Schweigert <Udo.Schweigert@siemens.com> (maintainer)
2005-05-29 09:39:44 +00:00