Date: Thu, 10 Apr 2003 18:04:44 +0200 (CEST) From: Udo Schweigert <udo.schweigert@siemens.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/50787: maintainer-update Message-ID: <200304101604.h3AG4i5d048136@alaska.cert.siemens.de> Resent-Message-ID: <200304101610.h3AGABls039894@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 50787 >Category: ports >Synopsis: maintainer-update >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: Thu Apr 10 09:10:11 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Udo Schweigert >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD alaska.cert.siemens.de 4.8-STABLE FreeBSD 4.8-STABLE #53: Fri Apr 4 13:38:22 CEST 2003 ust@alaska.cert.siemens.de:/usr/obj/work/src/RELENG_4/sys/alaska i386 >Description: Maintainer update of mail/mutt-devel: - Fix a segmentation fault. - Enable WITH_MUTT_SLANG when PACKAGE_BUILDING (so mutt-devel behaves like mutt). This is safe, since slang has decent defaults now. committer: cvs add files/patch-thread.c >How-To-Repeat: >Fix: diff -ru /usr/ports/mail/mutt-devel/Makefile ./Makefile --- /usr/ports/mail/mutt-devel/Makefile Sat Mar 29 06:06:57 2003 +++ ./Makefile Sat Mar 29 17:55:54 2003 @@ -20,9 +20,7 @@ # The two most important knobs are: # # In general you can choose between using the SLANG port (WITH_MUTT_SLANG) -# and ncurses (WITH_MUTT_NCURSES) which is the default. Note that you may -# have to set the variables COLORTERM=yes and COLORFGBG=color,color in your -# environment to get slang function properly. +# and ncurses (WITH_MUTT_NCURSES) which is the default. # # If you want to install the mutt documentation in html and ps format define: # WITH_MUTT_HTML @@ -130,7 +128,7 @@ .if defined(PACKAGE_BUILDING) WITH_MUTT_SSL= yes -WITH_MUTT_NCURSES= yes +WITH_MUTT_SLANG= yes WITH_MUTT_HTML= yes WITH_MUTT_COMPRESSED_FOLDERS= yes WITH_MUTT_QUOTE_PATCH= yes diff -ru /usr/ports/mail/mutt-devel/files/patch-thread.c ./files/patch-thread.c --- /usr/ports/mail/mutt-devel/files/patch-thread.c Thu Jan 1 01:00:00 1970 +++ ./files/patch-thread.c Thu Apr 10 18:00:08 2003 @@ -0,0 +1,11 @@ +--- thread.c.orig Tue Jan 21 13:25:22 2003 ++++ thread.c Thu Apr 10 17:59:05 2003 +@@ -1272,7 +1272,7 @@ + THREAD *threads[2]; + int i, rc; + +- if ((Sort & SORT_MASK) != SORT_THREADS) ++ if ((Sort & SORT_MASK) != SORT_THREADS || !hdr->thread) + return (1); + + threads[0] = hdr->thread; >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304101604.h3AG4i5d048136>