diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-10-04 23:31:00 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-10-04 23:31:00 +0000 |
commit | 7551a06aeb222234393cd7373e370be5dc476573 (patch) | |
tree | 8420f22e512049cf97da20c3d8f5abd8ac5b1de7 /databases/pgaccess/files/patch-aa | |
parent | make USE_TCL=yes compiles libpgtcl subdir which is needed (diff) |
New port pgaccess, a _working_ (yuppee, got it to work finally)
TCL/TK frontend to postgresql ;-)
More commits to come (in postgresql port)
Notes
Notes:
svn path=/head/; revision=8113
Diffstat (limited to 'databases/pgaccess/files/patch-aa')
-rw-r--r-- | databases/pgaccess/files/patch-aa | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/databases/pgaccess/files/patch-aa b/databases/pgaccess/files/patch-aa new file mode 100644 index 000000000000..4cd0d8db3f8f --- /dev/null +++ b/databases/pgaccess/files/patch-aa @@ -0,0 +1,17 @@ +--- pgaccess.tcl.orig Sun Oct 5 00:47:27 1997 ++++ pgaccess.tcl Sun Oct 5 01:15:05 1997 +@@ -1,4 +1,4 @@ +-#!/usr/bin/wish ++#! /usr/local/bin/wish8.0 + ############################################################################# + # Visual Tcl v1.10 Project + # +@@ -1465,7 +1465,7 @@ + + proc main {argc argv} { + global pref newdbname newpport newhost +-load libpgtcl.so ++load /usr/local/pgsql/lib/libpgtcl.so.1 + catch {draw_tabs} + load_pref + if {$pref(autoload) && ($pref(lastdb)!="")} { |