ports/50787: maintainer-update

Udo Schweigert udo.schweigert at siemens.com
Thu Apr 10 16:10:14 UTC 2003


>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 at 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:



More information about the freebsd-ports-bugs mailing list