summaryrefslogtreecommitdiffstats
path: root/mail
Commit message (Collapse)AuthorAgeFilesLines
* CC, CXX, CFLAGS, PTHREAD_CFLAGS and PTHREAD_LIBS may contain `/' inknu2002-10-103-4/+4
| | | | | them when using a non-default compiler/linker, so do not use `/' as delimiter for s///. (I picked `|' instead)
* Pass MAKE_ENV to post-build and post-install MAKE invocations to ensuremi2002-10-091-3/+4
| | | | | the things like PREFIX are correct. BTW, this software compiles/link with db4 as well as db3 now, but the port unconditionally uses db3.
* Update to 0.7c. Respect C(XX)FLAGS. The new version uses md5 checksumsmi2002-10-085-7/+87
| | | | | | | | | | | | | to identify messages -- force it to use our -lmd instead of letting it install the N+1st implementation. Use the tiny piece of sprint(3) to convert the 16-byte digest into the printable 32-char string (the wisdom of storing such a string instead of the raw digest discussed with the author already). Don't copy the manpage from FILESDIR -- compress and/or install it directly from FILESDIR. Approved by: maintainer timeout
* Update port to 4.72.jedgar2002-10-083-10/+14
| | | | | | Use REINPLACE. Submitted by: Thomas Vogt <thomas.vogt@bsdunix.ch> (update)
* Update pkg-message for local paths and uucp.dinoex2002-10-088-0/+364
| | | | | Add targets for easy install: root-sasldb, tls-install Small Security Fix, see http://www.sendmail.org/smrsh.adv.txt
* Add qconfirm 0.4.0, request delivery confirmation for mail message undernbm2002-10-086-0/+56
| | | | | | | qmail. PR: 42265 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* Add qmail-notify 0.93, delayed delivery notification for qmail.nbm2002-10-086-0/+52
| | | | | PR: 41957 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* Add pkg-message file I forgot to add in previous commitnbm2002-10-081-0/+7
|
* Add queue-repair 0.8.6, a qmail queue diagnostic and repair tool.nbm2002-10-086-0/+62
| | | | | PR: 41889 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* Upgrade offlineimap to 3.99.0nbm2002-10-085-22/+22
| | | | | PR: 43824 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* option SENDMAIL_WITH_SUID for compatibility with sendmail 8.11.xdinoex2002-10-081-2/+8
| | | | use SASL V2 with current sendmail port
* Update maintainer addressperky2002-10-083-5/+5
| | | | | PR: 43820 Submitted by: Dominic Marks <d.marks@students.umist.ac.uk>
* Remove http://www.ruby-lang.org/~knu/backup/ from MASTER_SITES, nowknu2002-10-082-4/+2
| | | | that bsd.ruby.mk adds a backup site to MASTER_SITE_BACKUP.
* Add pymsgauth 2.0.0, a toolkit for dealing with qsecretary confirmationnbm2002-10-077-0/+73
| | | | | | | notices. PR: 41672 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* upgrade to 10.0ijliao2002-10-076-44/+8
| | | | | PR: 43701 Submitted by: Ports Fury
* Use RUBY_MOD*.knu2002-10-066-200/+200
|
* Upgrade to 1.50.kuriyama2002-10-062-2/+2
| | | | | PR: ports/43231 Submitted by: Peter Avalos <pavalos@theshell.com>
* Update to 0.62pat2002-10-063-4/+4
| | | | | PR: ports/43298 Submitted by: maintainer
* * Match poppassd's expectation with /usr/bin/passwd's actual output.naddy2002-10-063-28/+23
| | | | | | | * Honor CFLAGS and LDFLAGS and some clean-up. PR: 42359 Submitted by: andrew@ugh.net.au
* Update to 0.8.3pat2002-10-053-30/+23
| | | | | PR: ports/43712 Submitted by: maintainer
* BROKEN: Does not install in correct locationkris2002-10-051-0/+2
|
* Update to 0.8.5pat2002-10-058-8/+8
| | | | | PR: ports/43628 Submitted by: maintainer
* * Fix NOPORTDOCS.obraun2002-10-052-1/+18
| | | | | | | * Bump PORTREVISION. PR: 43588 Submitted by: maintainer
* Update to 1.2lioux2002-10-052-2/+2
|
* Update to 0.6.0pat2002-10-052-2/+2
|
* 1) Enable directory-search lookups by default and providesheldonh2002-10-051-2/+13
| | | | | | | | | | | | WITHOUT_DSEARCH to disable them. 2) Enable NIS lookups by default and provide WITHOUT_NIS to disable them. 3) Bump PORTREVISION accordingly. Submitted by: Matthew Byng-Maddick <mbm+freebsd@colondot.net> (1) Requested by: Nicolas Kowalski <Nicolas.Kowalski@imag.fr> (2)
* s/maildrop/getmail/ijliao2002-10-022-1/+2
| | | | | PR: 43566 Submitted by: Peter van Dijk <peter@dataloss.nl>
* dont remove locale/* dirsijliao2002-09-301-3/+0
|
* Track exim-4.xx now that ports/mail/exim is for exim-4.xx.sheldonh2002-09-301-41/+32
| | | | | | | The Makefile was changed to track exim-4.xx before the ports freeze, but this patch was not updated. Fix it now to unbreak the build. Reported by: kris
* Update 5.9.13 --> 6.1.0. Fixes yet another buffer overflow (exploit)cy2002-09-293-11/+12
| | | | | | | | | described at http://security.e-matters.de/advisories/032002.html. Approved by: nectar (using his security-officer hat) will (using his portmgr hat) As we are so close to last tagging, as suggested by portmgr, maintainer approval is forgone.
* Mark FORBIDDEN due to another buffer overflow.nectar2002-09-291-0/+2
| | | | | | | http://security.e-matters.de/advisories/032002.html % cvs rlog ports/mail/fetchmail/Makefile | grep 'exploit' | wc 3 28 203
* Fix build (configure test for socklen_t was busted)kris2002-09-292-6/+23
|
* find->${FIND},xargs->${XARGS}ijliao2002-09-291-2/+2
| | | | | PR: 40791 Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
* forgot bump port revision last commit...ijliao2002-09-291-0/+1
|
* forgot to add pkg-message last commitijliao2002-09-292-0/+14
|
* - Install PostScript documentation, tookris2002-09-293-24/+29
| | | | | | | | | | | - Respect NOPORTDOCS - Use INSTALL_DATA instead of INSTALL_MAN when installing docs - Use DOCSDIR shortcut - Make installation a little bit more vebose - Redo patch a bit better than my last commit Submitted by: Sergei Kolobov <sergei@kolobov.com> PR: ports/42693
* Fix build (remove dup declarations of functions from system headers)kris2002-09-291-13/+23
|
* Remove reference to pkg-message, which is not present in the repokris2002-09-291-3/+0
| | | | (accidentally not committed?)
* Assign maintainership to Tilman Linneweh <tilman@arved.de>kris2002-09-271-1/+1
|
* Drop gettext-old dependency.sobomax2002-09-252-5/+20
|
* Remove repeated entry in MASTER_SITESlioux2002-09-231-1/+0
|
* Fix plists and unbreak packaging for mail/exim-doc-*.knu2002-09-233-17/+59
| | | | | | (Perhaps the maintainer forgot to update those files?) Submitted by: bento
* Fix plist and unbreak packaging.knu2002-09-231-1/+0
| | | | Submitted by: bento
* Fix build on 4-STABLE with system perl only (not port); fix error inalane2002-09-212-9/+5
| | | | | | pkg-plist causing spurious errors on deinstall. PR: 43156
* Define USE_RUBY_FEATURES instead of hardcoding conditional *_DEPENDS.knu2002-09-212-14/+4
|
* Add new port mail/wmmaiload - Incoming mail monitor dockapp based onpat2002-09-217-0/+46
| | | | wmcpuload design.
* Added dep on p5-HTML-Parser.alane2002-09-211-0/+1
|
* add sentinel 1.2bijliao2002-09-219-0/+118
| | | | | | | Sentinel is a sendmail milter API implementation PR: 38085 Submitted by: Peter Hollaubek <fifteen@inext.hu>
* BROKEN: Does not buildkris2002-09-201-0/+2
|
* Apply a blessed +3 magic wand of autotools protection; a rogue run ofroam2002-09-203-0/+18
| | | | | | | | | | autoconf or automake over our local patches can ruin your whole day. This rarely, if ever, affected the vpopmail ports, causing mysterious failures at install time, but inevitably killed the stunnel build if automake-1.5 happened to be installed. Reported by: Dan Langille <dan@langille.org> for stunnel, Sitchin Zech <mailsagan@yahoo.com> for vpopmail
OpenPOWER on IntegriCloud