From 07bd173377d1865aa17dd888274673243d3db1b4 Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Wed, 8 Dec 2004 20:52:38 +0000 Subject: - fix a coredump; - take maintainership. PR: ports/74326 Submitted by: Thomas Kempka. --- deskutils/wmpinboard/Makefile | 4 ++-- deskutils/wmpinboard/files/patch-src::wmpinboard.c | 13 +++++++++++-- 2 files changed, 13 insertions(+), 4 deletions(-) (limited to 'deskutils/wmpinboard') diff --git a/deskutils/wmpinboard/Makefile b/deskutils/wmpinboard/Makefile index 9190e53ab0b5..1d75933f686b 100644 --- a/deskutils/wmpinboard/Makefile +++ b/deskutils/wmpinboard/Makefile @@ -7,12 +7,12 @@ PORTNAME= wmpinboard PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils afterstep windowmaker MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} DISTNAME= ${PORTNAME}_${PORTVERSION}.orig -MAINTAINER= ports@FreeBSD.org +MAINTAINER= t.kempka@web.de COMMENT= Post-it notes for the WindowMaker dock or AfterStep Wharf WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig diff --git a/deskutils/wmpinboard/files/patch-src::wmpinboard.c b/deskutils/wmpinboard/files/patch-src::wmpinboard.c index 90606f1723e9..28787abf2eca 100644 --- a/deskutils/wmpinboard/files/patch-src::wmpinboard.c +++ b/deskutils/wmpinboard/files/patch-src::wmpinboard.c @@ -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 #include @@ -8,6 +8,15 @@ #include #include +@@ -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) -- cgit v1.2.3