From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 25 02:50:27 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB74016A4CF for ; Tue, 25 Nov 2003 02:50:26 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 861B643FE5 for ; Tue, 25 Nov 2003 02:50:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAPAoDFY075594 for ; Tue, 25 Nov 2003 02:50:13 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAPAoDHq075593; Tue, 25 Nov 2003 02:50:13 -0800 (PST) (envelope-from gnats) Resent-Date: Tue, 25 Nov 2003 02:50:13 -0800 (PST) Resent-Message-Id: <200311251050.hAPAoDHq075593@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Frank Shute Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE42216A4CE for ; Tue, 25 Nov 2003 02:46:08 -0800 (PST) Received: from mailout.zetnet.co.uk (mailout.zetnet.co.uk [194.247.47.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA46543F75 for ; Tue, 25 Nov 2003 02:46:04 -0800 (PST) (envelope-from frank@esperance-linux.co.uk) Received: from irwell.zetnet.co.uk ([194.247.47.48] helo=zetnet.co.uk) by mailout.zetnet.co.uk with esmtp (Exim 3.36 #1 (Debian)) id 1AOahn-000071-00 for ; Tue, 25 Nov 2003 10:46:03 +0000 Received: from esperance.zetnet.co.uk (bts-0164.dialup.zetnet.co.uk [194.247.48.164])hAPAk1eS012238 for ; Tue, 25 Nov 2003 10:46:02 GMT Received: (qmail 23697 invoked by uid 1001); 25 Nov 2003 10:44:03 -0000 Message-Id: <20031125104403.23696.qmail@peach.veggie.com> Date: 25 Nov 2003 10:44:03 -0000 From: "Frank Shute" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59676: patch for port: mail/bbmail (segfaults on current) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Frank Shute List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 10:50:27 -0000 >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 >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@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@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: