From owner-freebsd-ports Sat Jul 28 10:30: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 4991237B401 for ; Sat, 28 Jul 2001 10:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6SHU2T42865; Sat, 28 Jul 2001 10:30:02 -0700 (PDT) (envelope-from gnats) Date: Sat, 28 Jul 2001 10:30:02 -0700 (PDT) Message-Id: <200107281730.f6SHU2T42865@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Steve Price Subject: FW: Re: ports/29263: maintainer update of mail/mutt-devel Reply-To: Steve Price 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 ports/29263; it has been noted by GNATS. From: Steve Price To: freebsd-gnats-submit@freebsd.org Cc: Subject: FW: Re: ports/29263: maintainer update of mail/mutt-devel Date: Sat, 28 Jul 2001 12:29:17 -0500 ----- Forwarded message from Udo Schweigert ----- Date: Sat, 28 Jul 2001 18:59:13 +0200 From: Udo Schweigert To: gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29263: maintainer update of mail/mutt-devel User-Agent: Mutt/1.3.20i X-Operating-System: FreeBSD 4.3-STABLE Meanwhile I got a hint from Neil Darlow 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 @@ -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) ----- End forwarded message ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message