From hsn@netmag.cz  Thu Apr 29 10:38:57 2004
Return-Path: <hsn@netmag.cz>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A1BC816A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 29 Apr 2004 10:38:57 -0700 (PDT)
Received: from mail.tiscali.cz (stateless3.tiscali.cz [213.235.135.72])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9C4CA43D54
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 29 Apr 2004 10:38:56 -0700 (PDT)
	(envelope-from hsn@netmag.cz)
Received: from asura.bsd (213.235.70.47) by mail.tiscali.cz (6.7.021)
        id 408733830028E4FD for FreeBSD-gnats-submit@freebsd.org; Thu, 29 Apr 2004 19:38:55 +0200
Received: from hsn@localhost
	by asura.bsd (Exim 4.32_0 FreeBSD) id 1BJEtN-0001PB-1X
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 29 Apr 2004 19:00:09 +0200
Message-Id: <E1BJEtN-0001PB-1X@asura.bsd>
Date: Thu, 29 Apr 2004 19:00:09 +0200
From: Radim Kolar <hsn@netmag.cz>
Reply-To: Radim Kolar <hsn@netmag.cz>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] gadfly: fix gfserver + gfplus
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         66088
>Category:       ports
>Synopsis:       [patch] gadfly: fix gfserver + gfplus
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 29 10:40:12 PDT 2004
>Closed-Date:    Sun May 02 05:03:17 PDT 2004
>Last-Modified:  Sun May 02 05:03:17 PDT 2004
>Originator:     Radim Kolar
>Release:        FreeBSD 5.2.1-RELEASE-p3 i386
>Organization:
Sanatana Dharma
>Environment:
System: FreeBSD asura.bsd 5.2.1-RELEASE-p3 FreeBSD 5.2.1-RELEASE-p3 #6: Mon Apr 5 17:41:24 CEST 2004 root@asura.bsd:/usr/src/sys/i386/compile/UP i386
>Description:
I am sending patch for gfserver and gfplus commands.
This report is superset of 65897.
>How-To-Repeat:
>Fix:
diff -Naur /usr/ports/databases/gadfly/Makefile gadfly/Makefile
--- /usr/ports/databases/gadfly/Makefile	Thu Feb 20 18:00:14 2003
+++ gadfly/Makefile	Thu Apr 22 19:05:36 2004
@@ -7,6 +7,7 @@
 
 PORTNAME=	gadfly
 PORTVERSION=	1.0.0
+PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	gadfly
diff -Naur /usr/ports/databases/gadfly/files/patch-gfplus gadfly/files/patch-gfplus
--- /usr/ports/databases/gadfly/files/patch-gfplus	Thu Jan  1 01:00:00 1970
+++ gadfly/files/patch-gfplus	Thu Apr 22 00:59:49 2004
@@ -0,0 +1,10 @@
+--- gadfly/scripts/gfplus.py.orig	Wed Jul 10 09:45:07 2002
++++ gadfly/scripts/gfplus.py	Thu Apr 22 00:58:26 2004
+@@ -74,6 +74,7 @@
+     prompt2 = '... '
+ 
+     def __init__(self):
++        cmd.Cmd.__init__(self)
+         print '\ngfplus %s -- Interactive gadfly shell  %s\n' %(__version__, rl)
+         t = time.localtime(time.time())
+         print time.strftime("%A %B %d, %Y %I:%M %p", t)
diff -Naur /usr/ports/databases/gadfly/files/patch-gfserver gadfly/files/patch-gfserver
--- /usr/ports/databases/gadfly/files/patch-gfserver	Thu Jan  1 01:00:00 1970
+++ gadfly/files/patch-gfserver	Thu Apr 29 16:24:02 2004
@@ -0,0 +1,10 @@
+--- gadfly/scripts/gfserver.py.orig	Sat May 11 15:28:35 2002
++++ gadfly/scripts/gfserver.py	Thu Apr 29 16:23:09 2004
+@@ -66,6 +66,7 @@
+ # $Id: gfserver.py,v 1.1 2002/05/11 13:28:35 richard Exp $
+ 
+ import sys
++from gadfly.server import Server
+ 
+ def main():
+     """start up the server."""
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Sun May 2 05:03:10 PDT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=66088 
>Unformatted:
