From owner-cvs-all Tue Jul 3 4:14:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0256437B401; Tue, 3 Jul 2001 04:14:15 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f63BEEj05832; Tue, 3 Jul 2001 04:14:14 -0700 (PDT) (envelope-from sheldonh) Message-Id: <200107031114.f63BEEj05832@freefall.freebsd.org> From: Sheldon Hearn Date: Tue, 3 Jul 2001 04:14:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/exim Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sheldonh 2001/07/03 04:14:14 PDT Modified files: mail/exim Makefile Log: Fixes for building with LDAP lookup support: * Define LDAP_LIB_TYPE conditionally so that the operator can override it. * Allow OPENLDAP1 (or UMICHIGAN) and OPENLDAP2 for LDAP_LIB_TYPE, depending on the correct ports for each. The default behaviour of the port is unchanged. However, this change allows for an exim-ldap2 slave port, if desired, and limits LDAP lookup types to those that can be supported by the FreeBSD ports tree. Revision Changes Path 1.89 +12 -4 ports/mail/exim/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message