From owner-cvs-ports@FreeBSD.ORG Fri Mar 26 06:05:34 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B137F16A4CE; Fri, 26 Mar 2004 06:05:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA72643D3F; Fri, 26 Mar 2004 06:05:34 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2QE5YGe090663; Fri, 26 Mar 2004 06:05:34 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2QE5Yj4090662; Fri, 26 Mar 2004 06:05:34 -0800 (PST) (envelope-from dinoex) Message-Id: <200403261405.i2QE5Yj4090662@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 26 Mar 2004 06:05:33 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/sendmail Makefile ports/mail/sendmail/files site.config.m4.smtps socketmap.patch X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Mar 2004 14:05:34 -0000 dinoex 2004/03/26 06:05:33 PST FreeBSD ports repository Modified files: mail/sendmail Makefile Added files: mail/sendmail/files socketmap.patch Removed files: mail/sendmail/files site.config.m4.smtps Log: Add socket map support to the sendmail port (from 8.13.0) 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 Revision Changes Path 1.86 +57 -12 ports/mail/sendmail/Makefile 1.2 +0 -1 ports/mail/sendmail/files/site.config.m4.smtps (dead) 1.1 +798 -0 ports/mail/sendmail/files/socketmap.patch (new)