summaryrefslogtreecommitdiff
path: root/mail/zmailer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
|
* Fix build (configure test for socklen_t was busted)Kris Kennaway2002-09-292-6/+23
|
* Oops. This patch was reversed.Jacques Vidrine2002-09-091-2/+2
| | | | | PR: ports/42562 Noticed by: Tilman Linneweh <tilman@arved.de>
* Fix potential remote buffer overflow.Jacques Vidrine2002-08-202-0/+12
| | | | Reported by: 3APA3A <3APA3A@SECURITY.NNOV.RU>
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-6/+6
| | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
* Add WWW tagMario Sergio Fujikawa Ferreira2002-01-111-0/+2
|
* Spaces->tabs in the mail category.Jimmy Olgeni2001-02-051-1/+1
| | | | (I know, I look boring and pedant :o)
* fix pkg-plist to remove links.FUJISHIMA Satsuki2001-01-011-2/+2
| | | | Submitted by: bento
* Fix PLIST.Will Andrews2000-12-211-1/+3
| | | | | PR: 23661 Submitted by: David W. Chapman, Jr. <dwcjr@inethouston.net>
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-081-1/+1
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* Update all ports using OpenSSL and RSA to work without rsaref sinceKris Kennaway2000-09-221-1/+1
| | | | | | | it is no longer required. Apologies to the various maintainers whom I did not yet hear back from, but the ports freeze is coming up in a few hours and I will be verifying all of these ports on a 4.1 machine myself to catch any problems.
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-052-8/+26
| | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged.
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-1/+1
| | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
* Update to use PORTNAME/PORTVERSIONChris Piazza2000-04-131-2/+2
|
* USE_OPENSSLKris Kennaway2000-02-222-5/+50
| | | | Submitted by: Jim Bloom <bloom@acm.org>
* ZMailer Mail Transport Agent packageMichael Haro1999-08-3014-0/+484
Submitted by: Alex Perel <veers@disturbed.net> Reviewed by: cpiazza, obrien