Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Nov 2004 19:08:07 +0100 (CET)
From:      Thomas Kempka <t.kempka@web.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/74326: deskutils/wmpinboard-1.0 - coredump fix and maintainership request
Message-ID:  <20041124180807.79ED61141D@mail.wurstundkuchen.de>
Resent-Message-ID: <200411241810.iAOIAD5C027832@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         74326
>Category:       ports
>Synopsis:       deskutils/wmpinboard-1.0 - coredump fix and maintainership request
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 24 18:10:12 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Thomas Kempka
>Release:        FreeBSD 5.3-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD lecker.wurstkoffer-regiert.net 5.3-RELEASE-p1 FreeBSD 5.3-RELEASE-p1 #2: Tue Nov 23 21:47:45 CET 2004 root@lecker.wurstkoffer-regiert.net:/usr/obj/usr/src/sys/LALA i386


>Description:
	Port deskutils/wmpinboard coredumps when typing text into a postit, this patch fixes it.
	I would like to take the maintainership for this port.

>How-To-Repeat:
	Start wmpinboard, click on 'TODO' and start to type.
>Fix:

--- wmpinboard-1.0.patch begins here ---
diff -ruN /usr/ports/deskutils/wmpinboard/files/patch-src::wmpinboard.c.orig /usr/ports/deskutils/wmpinboard/files/patch-src::wmpinboard.c
--- /usr/ports/deskutils/wmpinboard/files/patch-src::wmpinboard.c	Thu Apr 19 10:54:31 2001
+++ ./deskutils/wmpinboard/files/patch-src::wmpinboard.c	Wed Nov 24 12:02:35 2004
@@ -1,5 +1,5 @@
---- wmpinboard.c.orig  Thu Apr 13 15:01:17 2000
-+++ src/wmpinboard.c   Wed Apr 18 13:06:36 2001
+--- wmpinboard.c.orig  Fri Dec  8 20:42:23 2000
++++ src/wmpinboard.c   Wed Nov 24 02:05:22 2004
 @@ -10,6 +10,7 @@
  #include <stdlib.h>
  #include <stdio.h>
@@ -8,6 +8,15 @@
  #include <sys/stat.h>
  #include <sys/time.h>

+@@ -165,7 +166,7 @@
+   char t[STRING_BUF_SIZE];
+   FILE *file;
+   int pid = (int) getpid();
+-  static int sizes[6];
++  static int sizes[7];
+   sizes[0] = size_0;
+   sizes[1] = size_1;
+   sizes[2] = size_2;
 @@ -1141,13 +1142,7 @@
  void
  timer(unsigned int intv)
--- wmpinboard-1.0.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041124180807.79ED61141D>