aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix-current
Commit message (Collapse)AuthorAgeFilesLines
* Update pkg-plist to remove "extra" filesJames E. Housley2000-11-031-0/+2
| | | | | | | Submitted by: MAINTAINER Notes: svn path=/head/; revision=34731
* *Detects kerberos and compiles SASL with it if it existsJames E. Housley2000-11-032-12/+16
| | | | | | | | | | | | *Adds 2 missing binaries, flush and spawn and includes their man pages *Changes postfix to ${PKGNAME} *Delete duplicate code to create /var/spool/postfix *Bump PORTREVISION to 1 Submitted by: "David W. Chapman Jr." <dwcjr@inethouston.net> MAINTAINER Notes: svn path=/head/; revision=34695
* Fix [pre,post]-install to use pkg-install script properly. Use forwardWill Andrews2000-11-011-5/+8
| | | | | | | | | | | ticks instead of double quotes for the replace message to get rid of the backquote hack. PR: 21349 (related to it anyway) Submitted by: Yarema <yds@dppl.com> Notes: svn path=/head/; revision=34556
* Update to snapshot 20001030. Use real make(1) .for (instead of @for)Will Andrews2000-11-0115-875/+148
| | | | | | | | | | | | | | | | | loops. Fix occasional breakage when CC contains spaces. Remove manpages from the PLIST. Remove miscellaneous erroneous lines from PLIST. Use proper WITH_* PLIST_SUBs. Consolidate .if defined(WITH_*)'s. Add iteration for CONF* files in their two separate locations as well as BIN*. Use absolute paths in install script. Hand MAINTAINER saber over to David W. Chapman. :-) PR: 21439, 22409 Submitted by: Yarema <yds@dppl.com> David W. Chapman Jr. <dwcjr@inethouston.net> Approved by: MAINTAINER Notes: svn path=/head/; revision=34520
* 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. Notes: svn path=/head/; revision=33576
* 3 commits to make one line work? I must have a empty dumptruck with only a ↵Bill Fumerola2000-09-261-1/+1
| | | | | | | | | | | little white powder still left in it... Submitted by: Miha Nedok <mike@mike.unix-systems.net> Notes: svn path=/head/; revision=33131
* sasl updatesBill Fumerola2000-09-143-2/+44
| | | | | | | | | | Submitted by: MAINTAINER also, change ${SH} to /bin/sh, the former probably doesn't work because of some bsd.{pre,post}.port.mk thing, but I don't have time to diagnose it. Notes: svn path=/head/; revision=32622
* Use ${SH} to execute ${PKGDIR}/INSTALLBill Fumerola2000-09-141-1/+1
| | | | | | | Submitted by: se Notes: svn path=/head/; revision=32620
* Update to the latest snapshot, plus add hooks for all the very spiffyBill Fumerola2000-09-1365-431/+1958
| | | | | | | | | plugins that postfix can use. Submitted by: Omanchu Oogali <missnglnk@sneakerz.org> (new MAINTAINER) Notes: svn path=/head/; revision=32589
* welcome postfix-current, to track the non-official-release-but-good-qualityBill Fumerola2000-08-161-1/+3
| | | | | | | "experimental" series of postfix. maintained by yours truely. Notes: svn path=/head/; revision=31678
* Upgrade to 19991231pl8.Vanilla I. Shu2000-06-042-3/+3
| | | | Notes: svn path=/head/; revision=29172
* Upgrade the 19991231 release to patchlevel 07.David E. O'Brien2000-06-012-3/+3
| | | | Notes: svn path=/head/; revision=29073
* If a user didn't have /usr/sbin in their path, this would have failed.Bill Fumerola2000-05-281-6/+6
| | | | Notes: svn path=/head/; revision=28828
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-2/+2
| | | | | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports Notes: svn path=/head/; revision=27680
* Update to use PORTNAME/PORTVERSIONChris Piazza2000-04-131-3/+3
| | | | Notes: svn path=/head/; revision=27500
* Ack, what was I thinking? it's not safe to assume the system sendmailPeter Wemm2000-04-031-2/+4
| | | | | | | was the last active mailer. Notes: svn path=/head/; revision=27298
* Fix 'make replace' to correctly use mailer.confPeter Wemm2000-04-031-1/+10
| | | | Notes: svn path=/head/; revision=27297
* Upgrade to latest version, fix PR 16472, 16753, 17078 too.Vanilla I. Shu2000-04-034-6/+73
| | | | | | | | PR: ports/17749 Submitted by: Martti Kuparinen <martti.kuparinen@piuha.net> Notes: svn path=/head/; revision=27296
* Allow postfix to be built on FreeBSD-5.x (-CURRENT). These patchesChris D. Faulhaber2000-03-312-0/+21
| | | | | | | | | | are the same as were submitted on the postfix-users mailing list (and should be integrated for the next release). No response from: Maintainer Notes: svn path=/head/; revision=27202
* - Upgrade to Postfix 19991231pl04Torsten Blum2000-02-134-56/+64
| | | | | | | | - Stylistic changes in Makefile - Changes in packaging, esp. pkg/INSTALL Notes: svn path=/head/; revision=25777
* Oops, forgot to change ALL_TARGET ;-(Torsten Blum2000-01-291-2/+2
| | | | | | | Noticed by: <Blaz Zupan <blaz@amis.net> Notes: svn path=/head/; revision=25248
* - Upgrade to patchlevel 3Torsten Blum2000-01-282-2/+19
| | | | | | | | | | - Add support for MySQL and LDAP support MySQL + LDAP Patches submitted by Blaz Zupan <blaz@amis.net> and re-used with minor cleanups. Notes: svn path=/head/; revision=25181
* Upgrade to 19991231.Vanilla I. Shu2000-01-023-64/+31
| | | | Notes: svn path=/head/; revision=24354
* Upgrade the postfix port from 19990906-pl02 to 19990906-pl09.Josef Karthauser1999-12-301-1/+1
| | | | | | | | PR: ports/15544 Submitted by: khetan@freebsd.os.org.za Notes: svn path=/head/; revision=24293
* Upgrade the postfix port from 19990906-pl02 to 19990906-pl09.Josef Karthauser1999-12-301-2/+2
| | | | | | | | PR: ports/15544 Submitted by: khetan@freebsd.os.org.za Notes: svn path=/head/; revision=24292
* Strip the binariesTorsten Blum1999-09-101-3/+3
| | | | Notes: svn path=/head/; revision=21618
* Upgrade to postfix 19990906 pl 02Torsten Blum1999-09-104-31/+17
| | | | Notes: svn path=/head/; revision=21602
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21124
* Remove preceeding pkgname from some of the comments having one.Tim Vanderhoek1999-08-291-1/+1
| | | | Notes: svn path=/head/; revision=21098
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20954
* awk -> ${AWK}Michael Haro1999-08-221-3/+3
| | | | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
* chmod -> ${CHMOD}Michael Haro1999-08-221-5/+5
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* o Upgrade to 19990601Bill Fumerola1999-08-043-25/+24
| | | | | | | | | | PR: ports/12603 Submitted by: Hoss Firooznia <hfir@math.rochester.edu> o Put CFLAGS in the proper place (not in ALL_TARGET) Notes: svn path=/head/; revision=20523
* Add (prepare to be shocked) WWW:Michael Haro1999-05-031-1/+1
| | | | Notes: svn path=/head/; revision=18434
* mv -> ${MV}Torsten Blum1999-05-021-23/+25
| | | | | | | | | | | cp -> ${CP} install -> ${INSTALL} mkdir -> ${MKDIR} PR: ports/10934 Notes: svn path=/head/; revision=18324
* Fix program_directory in main.cfTorsten Blum1999-04-071-1/+1
| | | | Notes: svn path=/head/; revision=17689
* Fix paths in sample-main.cf with sedTorsten Blum1999-04-071-2/+2
| | | | Notes: svn path=/head/; revision=17688
* Port of Wietse Venema's postfix, yet another mail transport agent that tries toTorsten Blum1999-03-2918-0/+584
replace sendmail. Notes: svn path=/head/; revision=17439