- Add patch for gfplus to fix startup because superclass init is not called
- Add patch for gfserver to fix runtime PR: ports/66088 Submitted by: Radim Kolar <hsn@netmag.cz>
This commit is contained in:
parent
46e9c8a5b9
commit
c6360f03dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108151
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= gadfly
|
||||
PORTVERSION= 1.0.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= gadfly
|
||||
|
10
databases/gadfly/files/patch-gfplus
Normal file
10
databases/gadfly/files/patch-gfplus
Normal file
@ -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)
|
10
databases/gadfly/files/patch-gfserver
Normal file
10
databases/gadfly/files/patch-gfserver
Normal file
@ -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."""
|
Loading…
Reference in New Issue
Block a user