Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jul 2001 18:59:13 +0200
From:      Udo Schweigert <Udo.Schweigert@siemens.com>
To:        gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org
Subject:   Re: ports/29263: maintainer update of mail/mutt-devel
Message-ID:  <20010728185913.B23292@alaska.cert.siemens.de>
In-Reply-To: <200107271150.f6RBo1l95885@freefall.freebsd.org>
References:  <200107271145.f6RBjON28107@reims.mchp.siemens.de> <200107271150.f6RBo1l95885@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Meanwhile I got a hint from Neil Darlow <neil@darlow.co.uk> on a missing 
mutt_dotlock program. I investigated that this only occurs if /var/mail is not
group writable. The new attached patch fixes this (and the previously submitted
fixes as well).

Regards

Udo
--
Udo Schweigert, Siemens AG   | Voice      : +49 89 636 42170
CT IC 3, Siemens CERT        | Fax        : +49 89 636 41166
D-81730 Muenchen / Germany   | email      : Udo.Schweigert@siemens.com

--- /usr/ports/mail/mutt-devel/Makefile	Thu Jul 26 12:59:59 2001
+++ mutt-devel/Makefile	Sat Jul 28 18:49:20 2001
@@ -16,14 +16,14 @@
 #DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
 EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 
-MAINTAINER=	ust@cert.siemens.de
+MAINTAINER=	udo.schweigert@siemens.com
 
 DIST_SUBDIR=    mutt
 GNU_CONFIGURE=  yes
 CONFIGURE_ARGS=	--enable-flock --disable-fcntl \
 		--with-sharedir=${PREFIX}/share/mutt \
 		--with-docdir=${PREFIX}/share/doc/mutt \
-		--sysconfdir=${PREFIX}/etc \
+		--sysconfdir=${PREFIX}/etc --enable-external-dotlock \
 		--with-libiconv-prefix=${PREFIX}
 
 .include <bsd.port.pre.mk>
@@ -33,8 +33,10 @@
 
 .if defined(WITH_MUTT_COMPRESSED_FOLDERS) || defined(WITH_MUTT_NNTP) || \
 		defined(WITH_MUTT_RU_PATCH) || defined(WITH_MUTT_QUOTE_PATCH)
-PATCH_SITES+=	http://mutt.org.ua/download/mutt-${PATCH_VERSION}/ \
-		ftp://mutt.org.ua/mutt/mutt-${PATCH_VERSION}/
+PATCH_SITES+=	http://www.mutt.org.ua/download/mutt-${PATCH_VERSION}/ \
+		http://www2.mutt.org.ua/download/mutt-${PATCH_VERSION}/ \
+		ftp://ftp.mutt.org.ua/pub/mutt/mutt-${PATCH_VERSION}/ \
+		ftp://ftp2.mutt.org.ua/pub/mutt/mutt-${PATCH_VERSION}/
 .endif
 
 .if !defined(PATCH_VERSION)

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?20010728185913.B23292>