Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jul 2001 10:30:02 -0700 (PDT)
From:      Steve Price <steve@freebsd.org>
To:        freebsd-ports@FreeBSD.org
Subject:   FW: Re: ports/29263: maintainer update of mail/mutt-devel
Message-ID:  <200107281730.f6SHU2T42865@freefall.freebsd.org>

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

From: Steve Price <steve@freebsd.org>
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 <Udo.Schweigert@siemens.com> -----
 
 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
 User-Agent: Mutt/1.3.20i
 X-Operating-System: FreeBSD 4.3-STABLE
 
 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)
 
 ----- End forwarded message -----

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?200107281730.f6SHU2T42865>