ports/59676: patch for port: mail/bbmail (segfaults on current)

Frank Shute frank at esperance-linux.co.uk
Tue Nov 25 10:50:27 UTC 2003


>Number:         59676
>Category:       ports
>Synopsis:       patch for port: mail/bbmail (segfaults on current)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 25 02:50:13 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Frank Shute <frank at esperance-linux.co.uk>
>Release:        FreeBSD 4.9-RC i386
>Organization:
None
>Environment:
System: FreeBSD peach.veggie.com 4.9-RC FreeBSD 4.9-RC #1: Wed Oct 22 07:57:50 BST 2003 root at peach.veggie.com:/usr/obj/usr/src/sys/FRANKS i386

$ gcc -v

Using builtin specs.
gcc version 2.95.4 20020320 [FreeBSD]

>Description:
	bbmail port for current builds but when run segfaults & dumps
	core due to use of uninitialised variables in deprecated
	old version of source (bbmail-0.8.2.tar.gz)
>How-To-Repeat:
	build port & run bbmail binary
>Fix:

	Apply below patch to current port. NB. The master site for
	bbtools will be changing & I've added another mirror for the
	src.

--- bbmail.diff begins here ---
diff -ruN /usr/ports/mail/bbmail/Makefile /home/frank/bbmail.new/Makefile
--- /usr/ports/mail/bbmail/Makefile	Fri Feb 21 00:09:48 2003
+++ /home/frank/bbmail.new/Makefile	Tue Nov 25 10:10:05 2003
@@ -6,9 +6,11 @@
 #
 
 PORTNAME=	bbmail
-PORTVERSION=	0.8.2
+PORTVERSION=	0.8.3
 CATEGORIES=	mail
-MASTER_SITES=	http://bbtools.thelinuxcommunity.org/sources/
+MASTER_SITES=	http://easynews.dl.sourceforge.net/sourceforge/bbtools/ \
+		http://bbtools.thelinuxcommunity.org/sources/ \
+		http://www.esperance-linux.co.uk/src/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A tool intended for Blackbox that checks for new mail
diff -ruN /usr/ports/mail/bbmail/distinfo /home/frank/bbmail.new/distinfo
--- /usr/ports/mail/bbmail/distinfo	Fri Feb 21 00:09:48 2003
+++ /home/frank/bbmail.new/distinfo	Mon Nov 24 00:51:39 2003
@@ -1 +1 @@
-MD5 (bbmail-0.8.2.tar.gz) = c66c4d603eeb2175886ce3201eaca41c
+MD5 (bbmail-0.8.3.tar.gz) = fc5dd75c3350402a3740a9982f206118
diff -ruN /usr/ports/mail/bbmail/pkg-descr /home/frank/bbmail.new/pkg-descr
--- /usr/ports/mail/bbmail/pkg-descr	Sat May 11 04:01:30 2002
+++ /home/frank/bbmail.new/pkg-descr	Mon Nov 24 00:50:11 2003
@@ -1,5 +1,5 @@
-A tool that displays the status of your mailbox and notifies you when new
-mail has arrived.  It was designed to be used with the Blackbox window manager
-but should work with any window manager.
+A tool that displays the status of your mailbox/maildir and notifies
+you when new mail has arrived. It was designed to be used with the
+Blackbox window manager but should work with any window manager.
 
 WWW: http://bbtools.thelinuxcommunity.org/
--- bbmail.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list