Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Nov 2003 14:26:57 -0600 (CST)
From:      Jeremy Messenger <mezz7@cox.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/59294: Maintainer update: deskutils/gtodo, fix the build by add a patch.
Message-ID:  <200311142026.hAEKQveg084006@ns1.mezzweb.com>
Resent-Message-ID: <200311142100.hAEL0ZGg096740@freefall.freebsd.org>

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

>Number:         59294
>Category:       ports
>Synopsis:       Maintainer update: deskutils/gtodo, fix the build by add a patch.
>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:   Fri Nov 14 13:00:35 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mezz
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD ns1.mezzweb.com 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Wed Aug 13
22:39:47 CDT 2003 mezz@mezz.mezzweb.com:/usr/obj/usr/src/sys/BSDROCKS i386

>Description:
Wish the bentoo could have email me, but igla@batterybackups.net just gave me
a wake up call. I have contracted to the author of gToDo and he made a mistake
to add the getopt.h in the main.c. Add a patch to fix the build.

Reported by: igla@batterybackups.net

>How-To-Repeat:
n/a

>Fix:
Add files/patch-src::main.c

--- gtodo.diff begins here ---
diff -urN gtodo.orig/files/patch-src::main.c gtodo/files/patch-src::main.c
--- gtodo.orig/files/patch-src::main.c	Wed Dec 31 18:00:00 1969
+++ gtodo/files/patch-src::main.c	Fri Nov 14 14:37:56 2003
@@ -0,0 +1,10 @@
+--- src/main.c.orig	Fri Nov 14 14:37:02 2003
++++ src/main.c	Fri Nov 14 14:37:09 2003
+@@ -1,7 +1,6 @@
+ #include <gtk/gtk.h>
+ #include <sys/stat.h>
+ #include <sys/types.h>
+-#include <getopt.h>
+ #include <gconf/gconf.h>
+ #include "main.h"
+ 
--- gtodo.diff ends here ---


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



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