aboutsummaryrefslogtreecommitdiff
path: root/mail/sendmail812/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - retire port in favor for current sendmailDirk Meyer2005-04-261-401/+0
| | | | Notes: svn path=/head/; revision=134214
* - set as DEPRECATEDDirk Meyer2005-02-181-0/+2
| | | | Notes: svn path=/head/; revision=129185
* - use /tmp not /var/tmp for mail.localDirk Meyer2005-02-181-0/+1
| | | | | | | | Base has switched back to /tmp in Revision 1.1.1.1.2.4 with import of sendmail 8.12.2 for FreeBSD 4.6 Notes: svn path=/head/; revision=129184
* - cleanup option BATCHDirk Meyer2004-12-171-8/+0
| | | | Notes: svn path=/head/; revision=124311
* - preserve MAKE_ENVDirk Meyer2004-12-171-1/+1
| | | | Notes: svn path=/head/; revision=124247
* - assume all ldap version workDirk Meyer2004-12-161-1/+9
| | | | | | | | | | PR: 75077 Submitted by: Jose M Rodriguez - don't install helpfile on pointyhat cluster Notes: svn path=/head/; revision=124181
* - set NO_CDROMDirk Meyer2004-11-281-1/+2
| | | | | | | - option SENDMAIL_WITH_LDAP defaults to 22 Notes: svn path=/head/; revision=122683
* - accept USE_OPENLDAP_VERDirk Meyer2004-08-131-3/+7
| | | | Notes: svn path=/head/; revision=116145
* - new option SENDMAIL_WITHOUT_SASLAUTHDDirk Meyer2004-08-051-0/+2
| | | | | | | Suggested by: Maxim Maximov Notes: svn path=/head/; revision=115466
* - add NO_LATEST_LINKDirk Meyer2004-07-171-0/+1
| | | | Notes: svn path=/head/; revision=113875
* - add CONFLICTSDirk Meyer2004-07-171-0/+1
| | | | Notes: svn path=/head/; revision=113862
* - add support for cyrus mailbox lookupDirk Meyer2004-04-111-4/+23
| | | | | | | | | | | | | | | This offers completed support for realtime address verification against Cyrus IMAP server, complementing the PR # ports/64566. Files and idea by Andrzej Filip. Details and updates can be found at http://anfi.webhop.net/sendmail/rtcyrus2.html PR: 65320 Submitted by: Michael O. Boev - fix duplicate "pre-configure" target. - keep originals of modififed cf files, submission/65320 breaks packaging Notes: svn path=/head/; revision=106717
* - fix missing quotes.Dirk Meyer2004-03-291-2/+2
| | | | Notes: svn path=/head/; revision=105614
* - fix slight dependecy bug for sasl2Dirk Meyer2004-03-261-2/+1
| | | | Notes: svn path=/head/; revision=105378
* - new option SENDMAIL_WITH_CONNECTION_RATEDirk Meyer2004-03-261-0/+18
| | | | | | | | taken from: http://j-chkmail.ensmp.fr/sm/ Notes: svn path=/head/; revision=105366
* Add socket map support to the sendmail port (from 8.13.0)Dirk Meyer2004-03-261-12/+57
| | | | | | | | | | | | | | | | | | | | | | This will allow for easier integration with e.g. ports/mail/cyrus-imapd22, which already includes smmapd for realtime checking whether the mailbox exists and is not over quota. The patch adds 1) an extra knob in Makefile (WITH_SENDMAIL_SOCKETMAP). 3) the extra-patch-socketmap.patch is actually http://www.sendmail.org/~ca/email/patches/sendmail-8.12.7-socketmap-v4.patch slightly hacked (the pathnames) so it cleanly applies through ports(7). PR: 64566 Submitted by: Michael O. Boev - change PKGNAMESUFFIX - merge 1-line site.config.m4.* files into Makefile - update CONFLICTS Notes: svn path=/head/; revision=105325
* - fix fetch problems when SENDMAIL_WITH_TLS=yesDirk Meyer2004-03-021-2/+2
| | | | Notes: svn path=/head/; revision=102764
* - Update to 8.12.11Dirk Meyer2004-01-191-1/+1
| | | | Notes: svn path=/head/; revision=98570
* - move PKGMESSAGE up, bsd.port.mk has been fixed.Dirk Meyer2003-11-171-1/+1
| | | | | | | PR: 59254 Notes: svn path=/head/; revision=94152
* - new default openldap21-clientDirk Meyer2003-11-151-1/+1
| | | | Notes: svn path=/head/; revision=94042
* - bsd.port.mk enforces the existence of PKGMESSAGE,Dirk Meyer2003-11-031-1/+1
| | | | | | | | so we have to move the definition after bsd.port.mk. Otherwise PKGMESSAGE will be not part of the package. Notes: svn path=/head/; revision=92963
* - add CONFLICTSDirk Meyer2003-10-121-0/+7
| | | | | | | Submitted by: eikemeier@fillmore-labs.com Notes: svn path=/head/; revision=90913
* - new option SENDMAIL_WITHOUT_SHMEM [1], ports/57781Dirk Meyer2003-10-091-8/+20
| | | | | | | | | | | | - install share/sendmail/cf/* files even when NOPORTDOCS [1], ports/57784 - Use of DOCSDIR [2] - use varibale paths in pkg-message [2] - make portlint happier [2] PR: 57781, 57784 Submitted by: lxv@send2pr.sink.omut.org [1], dinoex [2] Notes: svn path=/head/; revision=90718
* - add check to protect against override of base sendmailDirk Meyer2003-09-241-0/+13
| | | | | | | Suggested by: Volker Stolz Notes: svn path=/head/; revision=89253
* - Security update to 8.12.10Dirk Meyer2003-09-181-1/+1
| | | | | | | Approved by: marcus (portmgr) Notes: svn path=/head/; revision=89055
* - use hook for bsd.openssl.mkDirk Meyer2003-08-281-4/+19
| | | | | | | | | - new target: howto-sasldb - new target: mailer.base - replace find -> ${FIND} Notes: svn path=/head/; revision=87908
* - make option LDAP_PORT overwriteableDirk Meyer2003-08-141-1/+1
| | | | Notes: svn path=/head/; revision=86951
* - New option LDAP_PORTDirk Meyer2003-08-141-2/+3
| | | | | | | - Fix LIB_DEPENDS to catch rename of openldap20 to openldap20-client Notes: svn path=/head/; revision=86944
* - Fix broken PATH on sparc64 portcluster.Dirk Meyer2003-08-031-1/+1
| | | | | | | don't depend on funtion "depends on executable" in bsd.port.mk. Notes: svn path=/head/; revision=86220
* - Add dependency for saslauthdDirk Meyer2003-06-211-0/+1
| | | | Notes: svn path=/head/; revision=83387
* - Added new option SENDMAIL_WITH_SMTPS=yesDirk Meyer2003-04-161-0/+12
| | | | | | | | | | | | The current sendmail port (mail/sendmail) does not allow to build build sendmail with smtps support (SSL but not STARTTLS). This mode is required by some MUA (ex. the only way to enable encryption in MS Outlook Express is to use smtps). PR: 51029 Submitted by: and@rsu.ru Notes: svn path=/head/; revision=79086
* - allow "," in CFLAGSDirk Meyer2003-04-151-13/+8
| | | | | | | | - SENDMAIL_WITH_TLS honors WITH_OPENSSL_BASE when set later by bsd.openssl.mk Notes: svn path=/head/; revision=79031
* - use WITH_OPENSSL_BASEDirk Meyer2003-04-131-1/+1
| | | | Notes: svn path=/head/; revision=78879
* - use bsd.openssl.mkDirk Meyer2003-04-031-2/+2
| | | | Notes: svn path=/head/; revision=78059
* - Security UpdateDirk Meyer2003-03-291-1/+1
| | | | | | | http://www.sendmail.org/8.12.9.html Notes: svn path=/head/; revision=77702
* - use include more consistentDirk Meyer2003-03-231-1/+1
| | | | Notes: svn path=/head/; revision=77194
* - Update to 8.12.8Dirk Meyer2003-03-031-2/+1
| | | | | | | SECURITY FIX, urgent update recommended Notes: svn path=/head/; revision=76809
* Point dependencies on net/openldap2 to net/openldap20Edwin Groothuis2003-02-241-2/+2
| | | | Notes: svn path=/head/; revision=76346
* - add COMMENTDirk Meyer2003-02-201-0/+1
| | | | Notes: svn path=/head/; revision=75965
* - honor USE_OPENSSL_BASEDirk Meyer2003-01-311-0/+4
| | | | Notes: svn path=/head/; revision=74368
* - make portlint happierDirk Meyer2003-01-221-2/+2
| | | | Notes: svn path=/head/; revision=73806
* If MaxMimeHeaderLength is set and a malformed MIME header is fixed,Dirk Meyer2003-01-161-1/+1
| | | | | | | | | log the fixup as "Fixed MIME header" instead of "Truncated MIME header". Problem noted by Ian J Hart. Submitted by: gshapiro Notes: svn path=/head/; revision=73218
* - Fix a configuration problem if LOCAL_RELAY or MAIL_HUB is used.Dirk Meyer2003-01-051-0/+1
| | | | | | | | Suggested by: rob.macgregor@techie.com Obtained from: sendmail.org Notes: svn path=/head/; revision=72592
* - Update to 8.12.7Dirk Meyer2003-01-021-2/+1
| | | | Notes: svn path=/head/; revision=72151
* - remove libsm.a libsmutil.a libsmdb.aDirk Meyer2003-01-021-4/+1
| | | | | | | | | | - add some patches submitted by Stephane Lentz, from http://www.sendmail.org/~ca/email/sm-812.html - If you use Cyrus-SASLv2 and DIGEST-MD5 then transferring larger messages - MSP might complain during a queue run about "MX list for ... points back to ...". Notes: svn path=/head/; revision=72136
* reduce sasldb targetDirk Meyer2002-10-201-9/+1
| | | | Notes: svn path=/head/; revision=68416
* update tls-install.shDirk Meyer2002-10-201-0/+1
| | | | | | | Reviewed by: gshapiro Notes: svn path=/head/; revision=68415
* Update pkg-message for local paths and uucp.Dirk Meyer2002-10-081-0/+26
| | | | | | | | Add targets for easy install: root-sasldb, tls-install Small Security Fix, see http://www.sendmail.org/smrsh.adv.txt Notes: svn path=/head/; revision=67657
* get some garbage that patch merged within.Dirk Meyer2002-09-161-2/+1
| | | | Notes: svn path=/head/; revision=66410
* Fix problem when inatll,ion without mailer.confDirk Meyer2002-09-161-3/+9
| | | | | | | PR: 42753 Notes: svn path=/head/; revision=66409