cvs commit: ports/mail/courier-imap Makefile

Ade Lovett ade at FreeBSD.org
Tue Feb 24 18:04:05 PST 2004


ade         2004/02/24 18:04:04 PST

  FreeBSD ports repository

  Modified files:
    mail/courier-imap    Makefile 
  Log:
  Fix a subtle configure problem where, if gdbm libraries are present on the
  system at build time, they are silently chosen in preference to the
  standard system db ver1 code.  This tends to break a multitude of things
  that expect the user* databases to be in db1 format.
  
  Discovered whilst hunting down a really wierd operational bug with exim
  using the imappw entry for SMTP AUTH.
  
  Add an explicit WITH_GDBM knob to turn on the use of gdbm files, since the
  code is present in the source, but default to off, forcing the use of
  system libraries
  
  Submitted by:   ade
  Approved by:    maintainer timeout
  
  Revision  Changes    Path
  1.69      +13 -1     ports/mail/courier-imap/Makefile


More information about the cvs-ports mailing list