summaryrefslogtreecommitdiff
path: root/mail/dovecot/options.mk
AgeCommit message (Collapse)AuthorFilesLines
2005-01-08Update to 0.99.13. From the changelog:schmonz1-1/+2
* GNUTLS support hasn't been working for a while, so it's not even tried to be used anymore unless explicitly wanted. + Added CRAM-MD5 authentication mechanism. Patch by Joshua Goodall + Added SMD5 and LDAP-MD5 password schemes and changed MD5 scheme to use LDAP-MD5 if the password isn't in MD5crypt format. Patch by Joshua Goodall + Workaround for some POP3 client bugs: if message doesn't contain the "end of headers" empty line, add it automatically. + vpopmail supports now all password schemes, most importantly MD5crypt works now without support from libc's crypt() - SQL and LDAP authentication was broken - SEARCH UNKEYWORD wasn't working pkgsrc changes: * Disable GNU TLS support for the time being. * Move the workaround for the gcc2 sparc64 ICE into hacks.mk. * Format DESCR.
2004-11-17Remove obsolete variables. You'll want to use:xtraeme1-14/+1
PKG_OPTIONS.<pkg>+= foo blah
2004-08-22Change the way that legacy USE_* and FOO_USE_* options are convertedjlam1-25/+12
into the bsd.options.mk framework. Instead of appending to ${PKG_OPTIONS_VAR}, it appends to PKG_DEFAULT_OPTIONS. This causes the default options to be the union of PKG_DEFAULT_OPTIONS and any old USE_* and FOO_USE_* settings. This fixes PR pkg/26590.
2004-08-05Document each of the options.jlam1-1/+19
2004-08-04Fix wrong assignment in USE_OPENLDAP case, PKG_OPTIONS wants "ldap", notsalo1-2/+2
"openldap". From PR pkg/26548 by Douglas Brebner.
2004-08-01Convert to use bsd.options.mk.jlam1-0/+64