From owner-cvs-all@FreeBSD.ORG Fri May 9 05:41:22 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90A4337B401; Fri, 9 May 2003 05:41:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B70743F75; Fri, 9 May 2003 05:41:22 -0700 (PDT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h49CfL0U054745; Fri, 9 May 2003 05:41:21 -0700 (PDT) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h49CfLDd054744; Fri, 9 May 2003 05:41:21 -0700 (PDT) Message-Id: <200305091241.h49CfLDd054744@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 9 May 2003 05:41:21 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/cyrus-sasl Makefile pkg-deinstall pkg-install pkg-message pkg-plist ports/security/cyrus-sasl/files patch-ab patch-plugins::kerberos4.c pwcheck.sh saslauthd.sh ports/security/cyrus-sasl/scripts configure.sasl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 May 2003 12:41:22 -0000 arved 2003/05/09 05:41:21 PDT FreeBSD ports repository Modified files: security/cyrus-sasl Makefile pkg-deinstall pkg-install pkg-message pkg-plist security/cyrus-sasl/files patch-ab pwcheck.sh saslauthd.sh security/cyrus-sasl/scripts configure.sasl Added files: security/cyrus-sasl/files patch-plugins::kerberos4.c Log: * Fix some problems with building the Kerberos IV and 5 mechs. * Made the port to optionally not build the mechs, define WITHOUT_[ANONYMOUS,CRAM,DIGEST,LOGIN,OTP,GSSAPI,PLAIN]. * The Kerberos IV case is special, as we can use the base kerberos 4x (<=5.0-RELEASE), or use the security/krb4 port. WITH_KERBEROS4 - use security/krb4 port if <=5.0-RELEASE, use krb4 port only if /usr/lib/libkrb.a doesn't exist WITHOUT_KERBEROS4 - disables using the base systems /usr/lib/libkrb.a (<=5.0), if it exists and MAKE_KERBEROS4 defined in /etc/make.conf * Changed the combined rcNG/rcOG scripts, so that the defaults are at the top of the rc.d script and not in an external file to the script. PR: 51505 Submitted by: maintainer Revision Changes Path 1.50 +82 -22 ports/security/cyrus-sasl/Makefile 1.16 +40 -2 ports/security/cyrus-sasl/files/patch-ab 1.1 +48 -0 ports/security/cyrus-sasl/files/patch-plugins::kerberos4.c (new) 1.8 +12 -39 ports/security/cyrus-sasl/files/pwcheck.sh 1.3 +9 -39 ports/security/cyrus-sasl/files/saslauthd.sh 1.8 +8 -22 ports/security/cyrus-sasl/pkg-deinstall 1.12 +7 -22 ports/security/cyrus-sasl/pkg-install 1.6 +6 -4 ports/security/cyrus-sasl/pkg-message 1.19 +15 -15 ports/security/cyrus-sasl/pkg-plist 1.18 +6 -12 ports/security/cyrus-sasl/scripts/configure.sasl