summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-05 03:08:01 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-05 03:08:01 +0000
commit2138a32d4344fe125ea5e1ea487e64e2c7b9c50a (patch)
treef14698b483738a871548dab9265a49da1d973ee7 /databases
parentUpdate to 1.02. (diff)
upgrade to 2.41
PR: 40201 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Notes
Notes: svn path=/head/; revision=62455
Diffstat (limited to 'databases')
-rw-r--r--databases/fastdb/Makefile2
-rw-r--r--databases/fastdb/distinfo2
-rw-r--r--databases/fastdb/files/patch-makefile24
3 files changed, 14 insertions, 14 deletions
diff --git a/databases/fastdb/Makefile b/databases/fastdb/Makefile
index 51a667c5660b..1b6ad529322e 100644
--- a/databases/fastdb/Makefile
+++ b/databases/fastdb/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= fastdb
-PORTVERSION= 2.23
+PORTVERSION= 2.41
CATEGORIES= databases
MASTER_SITES= http://www.ispras.ru/~knizhnik/
diff --git a/databases/fastdb/distinfo b/databases/fastdb/distinfo
index 8b4739949748..8f9d8520f351 100644
--- a/databases/fastdb/distinfo
+++ b/databases/fastdb/distinfo
@@ -1 +1 @@
-MD5 (fastdb-2.23.tar.gz) = d14f49fec98f06db90d8d59f6ede9cc2
+MD5 (fastdb-2.41.tar.gz) = d5cc58fd466c73d2627f4bbf57440892
diff --git a/databases/fastdb/files/patch-makefile b/databases/fastdb/files/patch-makefile
index 3dd46c77efc5..6390a17fb512 100644
--- a/databases/fastdb/files/patch-makefile
+++ b/databases/fastdb/files/patch-makefile
@@ -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