Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Aug 2001 15:10:02 -0700 (PDT)
From:      "Scot W. Hetzel" <hetzels@westbend.net>
To:        freebsd-ports@FreeBSD.org
Subject:   RE: pending/29404: Change Cyrus-SASL port to use PORTDOCS, DOCSDIR
Message-ID:  <200108112210.f7BMA2F96441@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR pending/29404; it has been noted by GNATS.

From: "Scot W. Hetzel" <hetzels@westbend.net>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108112210.f7BMA2F96441>