From owner-freebsd-ports Sat Aug 11 15:10:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D8DB37B409 for ; Sat, 11 Aug 2001 15:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BMA2F96441; Sat, 11 Aug 2001 15:10:02 -0700 (PDT) (envelope-from gnats) Date: Sat, 11 Aug 2001 15:10:02 -0700 (PDT) Message-Id: <200108112210.f7BMA2F96441@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Scot W. Hetzel" Subject: RE: pending/29404: Change Cyrus-SASL port to use PORTDOCS, DOCSDIR Reply-To: "Scot W. Hetzel" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR pending/29404; it has been noted by GNATS. From: "Scot W. Hetzel" To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: RE: pending/29404: Change Cyrus-SASL port to use PORTDOCS, DOCSDIR Date: Sat, 11 Aug 2001 17:09:41 -0500 (CDT) The following patch to the Cyrus-SASL port adds IPv6 Support via a patch from Hajimu UMEMOTO. Could someone apply the patches in this PR before the ports freeze. Thanks, Scot W. Hetzel diff -ruN cyrus-sasl.orig/Makefile cyrus-sasl/Makefile --- cyrus-sasl.orig/Makefile Thu Aug 2 22:11:49 2001 +++ cyrus-sasl/Makefile Sat Aug 11 16:50:47 2001 @@ -7,11 +7,15 @@ PORTNAME= cyrus-sasl PORTVERSION= 1.5.24 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ ${MASTER_SITE_LOCAL} \ ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ + +PATCH_SITES= http://www.imasy.or.jp/~ume/ipv6/ +PATCHFILES= ${DISTNAME}-ipv6-20010321.diff.gz + MASTER_SITE_SUBDIR= stb/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail MAINTAINER= hetzels@westbend.net diff -ruN cyrus-sasl.orig/distinfo cyrus-sasl/distinfo --- cyrus-sasl.orig/distinfo Mon Sep 18 21:59:28 2000 +++ cyrus-sasl/distinfo Sat Aug 11 15:22:20 2001 @@ -1 +1,2 @@ MD5 (cyrus-sasl-1.5.24.tar.gz) = ac3837c071c258b80021325936db2583 +MD5 (cyrus-sasl-1.5.24-ipv6-20010321.diff.gz) = a306953c91d9fbf2f4676ef394b38449 diff -ruN cyrus-sasl.orig/scripts/configure.sasl cyrus-sasl/scripts/configure.sasl --- cyrus-sasl.orig/scripts/configure.sasl Mon Jul 16 14:52:22 2001 +++ cyrus-sasl/scripts/configure.sasl Sat Aug 11 15:25:03 2001 @@ -21,8 +21,7 @@ set ${OPTIONS} fi else - - if [ "x${ENABLE_DB3}" = "xYES" -o -f ${PREFIX}/lib/libdb3.so.1 ] ; then + if [ "x${ENABLE_DB3}" = "xYES" -o -f ${PREFIX}/lib/libdb3.so ] ; then SET_DB3="ON" else SET_DB3="OFF" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message