diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-02 12:03:03 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-02 12:03:03 +0000 |
commit | c6360f03dd9d08dacab96af1d4b79f34fa993a50 (patch) | |
tree | 29fda593e017bdf07c0a7955a235e38536d41b13 /databases/gadfly/files/patch-gfplus | |
parent | - Fix dependencies in WITHOUT_X11 case (diff) |
- 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>
Notes
Notes:
svn path=/head/; revision=108151
Diffstat (limited to 'databases/gadfly/files/patch-gfplus')
-rw-r--r-- | databases/gadfly/files/patch-gfplus | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/gadfly/files/patch-gfplus b/databases/gadfly/files/patch-gfplus new file mode 100644 index 000000000000..f4c358924658 --- /dev/null +++ b/databases/gadfly/files/patch-gfplus @@ -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) |