From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 22 15:20:11 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71C2216A41F for ; Thu, 22 Sep 2005 15:20:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCEFF43D46 for ; Thu, 22 Sep 2005 15:20:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j8MFKAfU016147 for ; Thu, 22 Sep 2005 15:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j8MFKAoi016146; Thu, 22 Sep 2005 15:20:10 GMT (envelope-from gnats) Resent-Date: Thu, 22 Sep 2005 15:20:10 GMT Resent-Message-Id: <200509221520.j8MFKAoi016146@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vivek Khera Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B995A16A41F for ; Thu, 22 Sep 2005 15:10:46 +0000 (GMT) (envelope-from khera@kcilink.com) Received: from yertle.kcilink.com (yertle.kcilink.com [65.205.34.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B47843D48 for ; Thu, 22 Sep 2005 15:10:45 +0000 (GMT) (envelope-from khera@kcilink.com) Received: from crash.int.m1e.net (crash.int.kcilink.com [192.168.7.8]) by yertle.kcilink.com (Postfix) with SMTP id 266EAB80C for ; Thu, 22 Sep 2005 11:10:45 -0400 (EDT) Received: (nullmailer pid 59546 invoked by uid 1002); Thu, 22 Sep 2005 15:10:45 -0000 Message-Id: <1127401845.091679.56960.nullmailer@crash.int.m1e.net> Date: Thu, 22 Sep 2005 11:10:45 -0400 From: Vivek Khera To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/86465: add MIT kerberos option to mail/postfix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Vivek Khera List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2005 15:20:11 -0000 >Number: 86465 >Category: ports >Synopsis: add MIT kerberos option to mail/postfix >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Sep 22 15:20:10 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Vivek Khera >Release: FreeBSD 6.0-BETA3 i386 >Organization: >Environment: System: FreeBSD crash.int.kcilink.com 6.0-BETA3 FreeBSD 6.0-BETA3 #0: Tue Aug 23 10:37:42 EDT 2005 khera@crash.int.kcilink.com:/usr/obj/usr/src/sys/CRASH i386 >Description: As per request from Paul Vixie, please find a patch to allow MIT Kerberos integration with postfix port. >How-To-Repeat: >Fix: please do not bump PORTREVISION as this affects nobody who has it currently installed. diff -Pru postfix/scripts/configure.postfix postfix.new/scripts/configure.postfix --- postfix/scripts/configure.postfix Fri Sep 16 10:39:02 2005 +++ postfix.new/scripts/configure.postfix Thu Sep 22 11:05:09 2005 @@ -24,6 +24,7 @@ SASL2 "Cyrus SASLv2 (Simple Authentication and Security Layer)" "$status_SASL2" \ SASLKRB "If your SASL requires Kerberos select this option" "$status_SASLKRB" \ SASLKRB5 "If your SASL requires Kerberos5 select this option" "$status_SASLKRB5" \ +SASLKRB5MIT "If your SASL requires MIT Kerberos5 select this option" "$status_SASLKRB5MIT" \ SPF "SPF support" "$status_SPF" \ TLS "SSL and TLS" "$status_TLS" \ DB3 "Berkeley DB3 (required if SASL also built with DB3)" "$status_DB3" \ @@ -97,6 +98,9 @@ ;; SASLKRB) echo "POSTFIX_AUXLIBS+= -lkrb -lcrypto -lcom_err" + ;; + SASLKRB5MIT) + /bin/echo "POSTFIX_AUXLIBS+= -L\${KRB5_HOME}/lib -lkrb5 -lcrypto -lcrypt -lcom_err" ;; SASLKRB5) echo "POSTFIX_AUXLIBS+= -lkrb5 -lcrypto -lcrypt -lcom_err -lasn1 -lroken" >Release-Note: >Audit-Trail: >Unformatted: