Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/fastdb/Makefile,v --- Makefile 2001/08/08 05:05:24 1.3 +++ Makefile 2002/07/04 21:53:27 @@ -7,7 +7,7 @@ # PORTNAME= fastdb -PORTVERSION= 2.23 +PORTVERSION= 2.41 CATEGORIES= databases MASTER_SITES= http://www.ispras.ru/~knizhnik/ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/databases/fastdb/distinfo,v --- distinfo 2001/08/08 05:05:24 1.3 +++ distinfo 2002/07/04 21:53:27 @@ -1, +1, @@ -MD5 (fastdb-2.23.tar.gz) = d14f49fec98f06db90d8d59f6ede9cc2 +MD5 (fastdb-2.41.tar.gz) = d5cc58fd466c73d2627f4bbf57440892 Index: files/patch-makefile =================================================================== RCS file: /home/ncvs/ports/databases/fastdb/files/patch-makefile,v --- files/patch-makefile 2001/08/08 05:05:25 1.3 +++ files/patch-makefile 2002/07/04 21:53:27 @@ -1,5 +1,5 @@ ---- makefile.orig Fri Apr 6 12:13:44 2001 -+++ makefile Wed Aug 8 02:04:05 2001 +--- makefile.orig Thu Jul 4 23:46:37 2002 ++++ makefile Thu Jul 4 23:50:24 2002 @@ -2,13 +2,13 @@ # Makefile for Generic Unix with GCC compiler @@ -28,18 +28,20 @@ endif SUFF=_r endif -@@ -60,19 +60,18 @@ +@@ -60,7 +60,6 @@ WEB_EXAMPLES = cgistub bugdb clidb -CC = g++ - #DEFS =-DTHROW_EXCEPTION_ON_ERROR -DUSE_QUEUE_MANAGER - DEFS = -DUSE_QUEUE_MANAGER -DUSE_LOCALE_SETTINGS --CFLAGS = $(TFLAGS) -c -Wall -O5 -g $(TFLAGS) -+CFLAGS += -c $(TFLAGS) + # Possible FastDB compile time parameters (-Dxxx should be added to DEFS macro): + # 1. USE_LOCALE_SETTING - use C locale for string comparison operations +@@ -93,13 +92,13 @@ - #CFLAGS = -c -Wall -O0 -g $(DEFS) $(TFLAGS) + #CFLAGS = $(TFLAGS) -c -Wall -O5 -g $(TFLAGS) + +-CFLAGS = -c -Wall -O0 -g $(DEFS) $(TFLAGS) ++CFLAGS += -c $(TFLAGS) #CFLAGS = -c -Wall -O0 -DDEBUG=DEBUG_TRACE -g $(DEFS) $(TFLAGS) -SHFLAGS=-shared +SHFLAGS=-shared -Wl,-soname,$@ @@ -51,7 +53,7 @@ AR = ar ARFLAGS = -cru -@@ -255,16 +254,15 @@ +@@ -302,14 +301,13 @@ installlib: $(FASTDB_LIB) $(CLI_LIB) $(FASTDB_SHARED) $(CLI_SHARED) mkdir -p $(INCSPATH) @@ -65,9 +67,7 @@ ln -f -s $(LIBSPATH)/$(CLI_SHARED) $(LIBSPATH)/libcli$(SUFF).so mkdir -p $(BINSPATH) - cp subsql $(BINSPATH) ++ ${BSD_INSTALL_PROGRAM} subsql $(BINSPATH) -+ ${BSD_INSTALL_PROGRAM} subsql $(BINSPATH) - cleanobj: - rm -fr *.o *.tgz core *~ cxx_repository