Date: Sun, 4 Jul 2004 12:41:23 +0200 (CEST) From: Udo Schweigert <udo.schweigert@siemens.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/68650: maintainer-update of mail/mutt-devel Message-ID: <200407041041.i64AfNba043526@alaska.cert.siemens.com> Resent-Message-ID: <200407041050.i64AoQXH043975@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 68650 >Category: ports >Synopsis: maintainer-update of mail/mutt-devel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jul 04 10:50:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Udo Schweigert >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: >Description: Maintainer update of mail/mutt-devel: - Fix "source" command when reading in from a program's stdout (i.e. the source command's filename ends with a pipe-symbol "|") Obtained from mutt's cvs. - Bump portrevision. >How-To-Repeat: >Fix: diff -ru /usr/ports/mail/mutt-devel/Makefile ./Makefile --- /usr/ports/mail/mutt-devel/Makefile Sun Jun 27 06:23:26 2004 +++ ./Makefile Sun Jul 4 12:27:13 2004 @@ -84,7 +84,7 @@ PORTNAME= mutt-devel PORTVERSION= 1.5.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES+= mail ipv6 .if defined(WITH_MUTT_NNTP) CATEGORIES+= news diff -ru /usr/ports/mail/mutt-devel/files/patch-init.c ./files/patch-init.c --- /usr/ports/mail/mutt-devel/files/patch-init.c Sat May 3 21:02:01 2003 +++ ./files/patch-init.c Sun Jul 4 09:50:31 2004 @@ -37,3 +37,24 @@ #ifndef DOMAIN #define DOMAIN buffer +--- init.c.orig ++++ init.c +@@ -1371,17 +1371,6 @@ + pid_t pid; + struct stat s; + +- if (stat (rcfile, &s) < 0) +- { +- snprintf (err->data, err->dsize, _("%s: stat: %s"), rcfile, strerror (errno)); +- return (-1); +- } +- if (!S_ISREG (s.st_mode)) +- { +- snprintf (err->data, err->dsize, _("%s: not a regular file"), rcfile); +- return (-1); +- } +- + if ((f = mutt_open_read (rcfile, &pid)) == NULL) + { + snprintf (err->data, err->dsize, "%s: %s", rcfile, strerror (errno)); + >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407041041.i64AfNba043526>