Try to commit again. I think the trouble happened, because

I didn't checkout first ...
Here the update to 1.8
This commit is contained in:
Andreas Klemm 1998-03-02 19:28:18 +00:00
parent e9fabadb8a
commit 4f36ebacc4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9998
3 changed files with 16 additions and 16 deletions

View File

@ -3,15 +3,15 @@
# Date created: Tue Sep 2 15:46:09 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.2 1997/11/26 23:48:40 jseger Exp $
# $Id: Makefile,v 1.3 1998/01/29 12:26:01 andreas Exp $
#
DISTNAME= xmysql-1.7
DISTNAME= xmysql-1.8
CATEGORIES= databases
MASTER_SITES= http://www.tcx.se/Contrib/ \
MASTER_SITES= http://mysql.acer.net/Contrib/ \
http://www.buoy.com/mysql/Contrib/ \
http://web.tryc.on.ca/mysql/Contrib/ \
http://mysql.acer.net/Contrib/
http://www.tcx.se/Contrib/ \
http://web.tryc.on.ca/mysql/Contrib/
MAINTAINER= andreas@FreeBSD.ORG

View File

@ -1 +1 @@
MD5 (xmysql-1.7.tar.gz) = 851651f37c9981da7290bdbb7ac720f7
MD5 (xmysql-1.8.tar.gz) = dc43a1971f197d37c10c0760de6d8c3b

View File

@ -1,18 +1,18 @@
--- Makefile.orig Sun Nov 16 03:23:08 1997
+++ Makefile Thu Jan 29 13:23:58 1998
@@ -36,24 +36,24 @@
--- Makefile.orig Wed Feb 25 03:19:31 1998
+++ Makefile Mon Mar 2 20:09:02 1998
@@ -31,24 +31,24 @@
PROGRAM = xmysql
# PROGRAM install path
-INSTALLPATH = /xmysql-1.7
+INSTALLPATH = ${PREFIX}/bin
-INSTALLPATH = /usr/local/xmysql-1.8
+INSTALLPATH = $(PREFIX)/bin
# pixmap location
-XMYSQL_XPMPATH = /xmysql-1.7
-XMYSQL_XPMPATH = /usr/local/xmysql-1.8
+XMYSQL_XPMPATH = ${X11BASE}/include/X11/pixmaps
# help path
-XMYSQL_HELPPATH = /xmysql-1.7
-XMYSQL_HELPPATH = /usr/local/xmysql-1.8
+XMYSQL_HELPPATH = ${X11BASE}/lib/X11/xmysql
# Compilation Details
@ -22,18 +22,18 @@
+STDCFLAGS = $(CFLAGS) -DXMYSQL_XPMPATH=\"$(XMYSQL_XPMPATH)\" -DXMYSQL_HELPPATH=\"$(XMYSQL_HELPPATH)\"
STDLFLAGS =
MYSQLINC = -I/usr/local/include/mysql
MYSQLLOAD = -L/usr/local/lib/mysql -lmysqlclient -lmysys -ldbug -lmystrings
MYSQLLOAD = -L/usr/local/lib/mysql -lmysqlclient
-XFORMLIBDIR = -L/usr/lib
-XFORMINCDIR = -I/usr/include
+XFORMLIBDIR = -L${X11BASE}/lib
+XFORMINCDIR = -I${X11BASE}/include
XINC =
-XLOAD = -L/usr/X11R6/lib -lX11
+XLOAD = -L${X11BASE}/lib -lX11
+XLOAD = -L${X11BASE}/lib -lX11
# objects needed for the program
OBJS = Xmysql.o \
@@ -61,20 +61,22 @@
@@ -56,20 +56,22 @@
Xmysql_cb.o \
XmysqlDB.o \
XmysqlErr.o