aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 19991231pl8.Vanilla I. Shu2000-06-041-2/+2
| | | | Notes: svn path=/head/; revision=29172
* Upgrade the 19991231 release to patchlevel 07.David E. O'Brien2000-06-011-2/+2
| | | | Notes: svn path=/head/; revision=29073
* 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-031-3/+8
| | | | | | | | PR: ports/17749 Submitted by: Martti Kuparinen <martti.kuparinen@piuha.net> Notes: svn path=/head/; revision=27296
* - Upgrade to Postfix 19991231pl04Torsten Blum2000-02-131-21/+16
| | | | | | | | - 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-281-1/+18
| | | | | | | | | | - 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-021-3/+2
| | | | Notes: svn path=/head/; revision=24354
* 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-101-2/+3
| | | | 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
* 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-041-22/+20
| | | | | | | | | | 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
* mv -> ${MV}Torsten Blum1999-05-021-23/+25
| | | | | | | | | | | cp -> ${CP} install -> ${INSTALL} mkdir -> ${MKDIR} PR: ports/10934 Notes: svn path=/head/; revision=18324
* Port of Wietse Venema's postfix, yet another mail transport agent that tries toTorsten Blum1999-03-291-0/+122
replace sendmail. Notes: svn path=/head/; revision=17439