diff options
author | demon <demon@FreeBSD.org> | 2001-03-30 19:27:51 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2001-03-30 19:27:51 +0800 |
commit | 87c7ef87c68c03802bc64ab18d3bea69abab661f (patch) | |
tree | 9f214b1ed88b819f2307a41670736f54cc6fd174 /databases/mysql-navigator/files | |
parent | 949f4016b3210237734b00ae1c85d1ec85cc786c (diff) | |
download | freebsd-ports-gnome-87c7ef87c68c03802bc64ab18d3bea69abab661f.tar.gz freebsd-ports-gnome-87c7ef87c68c03802bc64ab18d3bea69abab661f.tar.zst freebsd-ports-gnome-87c7ef87c68c03802bc64ab18d3bea69abab661f.zip |
Update to version 0.7.0.
Diffstat (limited to 'databases/mysql-navigator/files')
-rw-r--r-- | databases/mysql-navigator/files/patch-aa | 20 | ||||
-rw-r--r-- | databases/mysql-navigator/files/patch-ab | 25 | ||||
-rw-r--r-- | databases/mysql-navigator/files/patch-ac | 58 |
3 files changed, 83 insertions, 20 deletions
diff --git a/databases/mysql-navigator/files/patch-aa b/databases/mysql-navigator/files/patch-aa deleted file mode 100644 index 2781f9d6d967..000000000000 --- a/databases/mysql-navigator/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.orig Sun May 28 10:32:49 2000 -+++ Makefile Sat Jun 3 11:51:08 2000 -@@ -1,9 +1,13 @@ --CFLAGS = -I/usr/local/mysql/include/mysql/ `gtk-config --cflags` `gnome-config --cflags gnome gnomeui` --LIBS = -L/usr/local/mysql/lib/mysql/ -lmysqlclient `gtk-config --libs` `gnome-config --libs gnome gnomeui` --CC = gcc -+CFLAGS = -I$(LOCALBASE)/include/mysql `$(GTK_CONFIG) --cflags` \ -+ `$(X11BASE)/bin/gnome-config --cflags gnome gnomeui` -+LIBS = -L$(LOCALBASE)/lib/mysql -lmysqlclient `$(GTK_CONFIG) --libs` \ -+ `$(X11BASE)/bin/gnome-config --libs gnome gnomeui` -+#CC = gcc - OUTFILE = mn - - OBJECTS = mn.o - --$(OUTFILE): $(OBJECTS) $(CC) $(CFLAGS) $(OBJECTS) -o $(OUTFILE) $(LIBS) -+$(OUTFILE): $(OBJECTS) -+ $(CC) $(CFLAGS) $(OBJECTS) -o $(OUTFILE) $(LIBS) -+ - clean: rm $(OBJECTS) $(OUTFILE) diff --git a/databases/mysql-navigator/files/patch-ab b/databases/mysql-navigator/files/patch-ab new file mode 100644 index 000000000000..ddbadb29d395 --- /dev/null +++ b/databases/mysql-navigator/files/patch-ab @@ -0,0 +1,25 @@ +--- src/main/Makefile.orig Fri Mar 30 13:37:05 2001 ++++ src/main/Makefile Fri Mar 30 13:38:31 2001 +@@ -7,15 +7,15 @@ + + ####### Compiler, tools and options + +-CC = gcc +-CXX = g++ +-CFLAGS = -pipe -Wall -W -O2 -DNO_DEBUG +-CXXFLAGS= -pipe -Wall -W -O2 -DNO_DEBUG +-INCPATH = -I../../include -I/usr/local/mysql/include/mysql -I$(QTDIR)/include ++CC ?= gcc ++CXX ?= g++ ++CFLAGS ?= -pipe -Wall -W -O2 -DNO_DEBUG ++CXXFLAGS?= -pipe -Wall -W -O2 -DNO_DEBUG ++INCPATH = -I../../include -I/${LOCALBASE}/include/mysql -I$(QTDIR)/include -I${X11BASE}/include/qt2 + LINK = g++ + LFLAGS = +-LIBS = -L$(QTDIR)/lib -L/usr/X11R6/lib -L../../lib -lmysqlnavigator -lqt -lXext -lX11 -lm +-MOC = $(QTDIR)/bin/moc ++LIBS = -L$(LOCALBASE)/lib/mysql -L${X11BASE}/lib -L../../lib -lmysqlnavigator -lqt2 -lXext -lX11 -lm ++MOC = $(QTDIR)/bin/moc2 + + TAR = tar -cf + GZIP = gzip -9f diff --git a/databases/mysql-navigator/files/patch-ac b/databases/mysql-navigator/files/patch-ac new file mode 100644 index 000000000000..c3be8f2b0697 --- /dev/null +++ b/databases/mysql-navigator/files/patch-ac @@ -0,0 +1,58 @@ +--- src/mysqlnavigator/Makefile.orig Fri Mar 23 03:50:33 2001 ++++ src/mysqlnavigator/Makefile Fri Mar 30 14:13:30 2001 +@@ -7,17 +7,17 @@ + + ####### Compiler, tools and options + +-CC = gcc +-CXX = g++ +-CFLAGS = -pipe -Wall -W -O2 -fPIC -DNO_DEBUG +-CXXFLAGS= -pipe -Wall -W -O2 -fPIC -DNO_DEBUG +-INCPATH = -I../../pics -I../../include -I/usr/local/mysql/include/mysql -I$(QTDIR)/include ++CC ?= gcc ++CXX ?= g++ ++CFLAGS ?= -pipe -Wall -W -O2 -fPIC -DNO_DEBUG ++CXXFLAGS?= -pipe -Wall -W -O2 -fPIC -DNO_DEBUG ++INCPATH = -I../../pics -I../../include -I${LOCALBASE}/include/mysql -I$(QTDIR)/include -I${X11BASE}/include/qt2 + LINK = g++ + LFLAGS = -shared -Wl,-soname,libmysqlnavigator.so.1 +-LIBS = -L$(QTDIR)/lib -L/usr/X11R6/lib -lmysqlclient -lqt -lXext -lX11 -lm ++LIBS = -L$(LOCALBASE)/lib/mysql -L${X11BASE}/lib -lmysqlclient -lqt2 -lXext -lX11 -lm + AR = ar cqs + RANLIB = +-MOC = $(QTDIR)/bin/moc ++MOC = $(X11BASE)/bin/moc2 + + TAR = tar -cf + GZIP = gzip -9f +@@ -215,12 +215,10 @@ + ../../include/moc_xport.o \ + ../../include/moc_querylistview.o + DIST = +-TARGET = libmysqlnavigator.so.1.0.0 ++TARGET = libmysqlnavigator.so.1 ++TARGETD = libmysqlnavigator.so.1 + TARGETA = libmysqlnavigator.a +-TARGETD = libmysqlnavigator.so.1.0.0 + TARGET0 = libmysqlnavigator.so +-TARGET1 = libmysqlnavigator.so.1 +-TARGET2 = libmysqlnavigator.so.1.0 + + ####### Implicit rules + +@@ -246,13 +244,10 @@ + all: $(TARGET) + + $(TARGET): $(OBJECTS) $(OBJMOC) +- -rm -f $(TARGET) $(TARGET0) $(TARGET1) $(TARGET2) ++ -rm -f $(TARGET) $(TARGET0) + $(LINK) $(LFLAGS) -o $(TARGETD) $(OBJECTS) $(OBJMOC) $(LIBS) + -ln -s $(TARGET) $(TARGET0) +- -ln -s $(TARGET) $(TARGET1) +- -ln -s $(TARGET) $(TARGET2) +- -cp -df libmysqlnavigator* ../../lib +- -rm -rf libmysqlnavigator* ++ -cp libmysqlnavigator* ../../lib + + staticlib: $(TARGETA) + |