summaryrefslogtreecommitdiff
path: root/databases/fastdb
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2005-05-19 12:56:30 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2005-05-19 12:56:30 +0000
commit299b0631e53e444bf342d06b4a64d888b289f857 (patch)
tree17f906fdaf89478e30bbee8b6a9945e019dc4d6e /databases/fastdb
parent- Update to 1.3 (diff)
Update to 3.15.
Notes
Notes: svn path=/head/; revision=135604
Diffstat (limited to 'databases/fastdb')
-rw-r--r--databases/fastdb/Makefile2
-rw-r--r--databases/fastdb/distinfo4
-rw-r--r--databases/fastdb/files/patch-makefile12
3 files changed, 9 insertions, 9 deletions
diff --git a/databases/fastdb/Makefile b/databases/fastdb/Makefile
index e9d197b32eaa..340090fa1617 100644
--- a/databases/fastdb/Makefile
+++ b/databases/fastdb/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= fastdb
-PORTVERSION= 3.13
+PORTVERSION= 3.15
CATEGORIES= databases
MASTER_SITES= http://www.garret.ru/~knizhnik/
diff --git a/databases/fastdb/distinfo b/databases/fastdb/distinfo
index a69953ffb263..1c057c167f59 100644
--- a/databases/fastdb/distinfo
+++ b/databases/fastdb/distinfo
@@ -1,2 +1,2 @@
-MD5 (fastdb-3.13.tar.gz) = a5ac907a14616d02b9bdd04802b49f86
-SIZE (fastdb-3.13.tar.gz) = 845244
+MD5 (fastdb-3.15.tar.gz) = efd664ca68f4dd0afebdb8c9c5c4272c
+SIZE (fastdb-3.15.tar.gz) = 967090
diff --git a/databases/fastdb/files/patch-makefile b/databases/fastdb/files/patch-makefile
index dee7abcac937..e5355abd22f2 100644
--- a/databases/fastdb/files/patch-makefile
+++ b/databases/fastdb/files/patch-makefile
@@ -1,5 +1,5 @@
---- makefile.orig Tue Nov 30 11:33:21 2004
-+++ makefile Tue Nov 30 11:38:44 2004
+--- makefile.orig Wed May 18 12:13:52 2005
++++ makefile Wed May 18 12:40:23 2005
@@ -33,11 +33,11 @@
SUFF=
else
@@ -26,10 +26,10 @@
# DEFS macro is deprecatred, edit config.h file instead
DEFS =
- #CFLAGS = $(TFLAGS) -c -Wall -O5 -g -fPIC $(DEFS)
--CFLAGS = -c -Wall -O0 -g -fPIC $(DEFS) $(TFLAGS)
-+CFLAGS = -c ${CXXFLAGS} $(DEFS) $(TFLAGS) -fPIC
- #CFLAGS = -c -Wall -O0 -fPIC -DFASTDB_DEBUG=DEBUG_TRACE -g $(DEFS) $(TFLAGS)
+ #CFLAGS = $(TFLAGS) -Iinc -c -Wall -O5 -g -fPIC $(DEFS)
+-CFLAGS = -c -Iinc -Wall -O0 -g -fPIC $(DEFS) $(TFLAGS)
++CFLAGS = -c -Iinc ${CXXFLAGS} $(DEFS) $(TFLAGS) -fPIC
+ #CFLAGS = -c -Iinc -Wall -O0 -fPIC -DFASTDB_DEBUG=DEBUG_TRACE -g $(DEFS) $(TFLAGS)
-#SHFLAGS=-shared -Wl,-soname,$@
-SHFLAGS=-shared