diff options
author | anders <anders@FreeBSD.org> | 2002-01-04 07:06:59 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2002-01-04 07:06:59 +0800 |
commit | 8e460c5362f09dff04abdaf865254e14f0b02dbe (patch) | |
tree | a293a35a9ae32dde797f1fd74c1f2073479a083a /databases/tora/files | |
parent | 0390b08eb46d76de4c8a207dd1006c24c1478345 (diff) | |
download | freebsd-ports-gnome-8e460c5362f09dff04abdaf865254e14f0b02dbe.tar.gz freebsd-ports-gnome-8e460c5362f09dff04abdaf865254e14f0b02dbe.tar.zst freebsd-ports-gnome-8e460c5362f09dff04abdaf865254e14f0b02dbe.zip |
Add TOra version 1.2.1, Toolkit for Oracle.
TOra is a well-featured QT based GUI database administration toolkit.
It has some, limited support for MySQL. Due to the lack of native
Oracle libraries for FreeBSD, this port only supports MySQL (and a
limited set of features). It's still a very polished application
with a lot of potential.
Diffstat (limited to 'databases/tora/files')
-rw-r--r-- | databases/tora/files/patch-Makefile.mysql | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/tora/files/patch-Makefile.mysql b/databases/tora/files/patch-Makefile.mysql new file mode 100644 index 000000000000..0d85340881e9 --- /dev/null +++ b/databases/tora/files/patch-Makefile.mysql @@ -0,0 +1,11 @@ +--- Makefile.mysql.orig Thu Jan 3 01:12:21 2002 ++++ Makefile.mysql Thu Jan 3 01:12:43 2002 +@@ -229,7 +229,7 @@ + tora-mono: $(OBJECTS) main.cpp + @echo Linking $@ + $(GCC) $(CFLAGS) $(LFLAGS) $(LFLAGS_GLOB) -DTOMONOLITHIC -o $@ $(OBJECTS) main.cpp \ +- $(LIBS_GLOB) $(STDCPP_SHARED) $(ORACLE_SHARED) $(QT_SHARED) $(MYSQL_SHARED) ++ $(LIBS_GLOB) $(STDCPP_SHARED) $(QT_SHARED) $(MYSQL_SHARED) + + # Static target, easier to distribute + |