summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2009-05-20 07:53:07 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2009-05-20 07:53:07 +0000
commite761091e5d0c687e95dda3a6a67ec23aa10f12ff (patch)
tree77529f6b8562352073c010c720896701a83567c5 /databases
parent- Update to 1.26 (diff)
- Update to 3.53
Notes
Notes: svn path=/head/; revision=234259
Diffstat (limited to 'databases')
-rw-r--r--databases/fastdb/Makefile2
-rw-r--r--databases/fastdb/distinfo6
-rw-r--r--databases/fastdb/files/patch-makefile14
3 files changed, 11 insertions, 11 deletions
diff --git a/databases/fastdb/Makefile b/databases/fastdb/Makefile
index 00676375afd2..fcb6b1cbbb10 100644
--- a/databases/fastdb/Makefile
+++ b/databases/fastdb/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= fastdb
-PORTVERSION= 3.49
+PORTVERSION= 3.53
CATEGORIES= databases
MASTER_SITES= SF
diff --git a/databases/fastdb/distinfo b/databases/fastdb/distinfo
index 8f4debbf9ae6..3906847d92cd 100644
--- a/databases/fastdb/distinfo
+++ b/databases/fastdb/distinfo
@@ -1,3 +1,3 @@
-MD5 (fastdb-3.49.tar.gz) = 579cc2d08290df467eb3369065163e55
-SHA256 (fastdb-3.49.tar.gz) = d0348d8ab78900000825e830dd4d719d23feb05d06f767b344402170992311a2
-SIZE (fastdb-3.49.tar.gz) = 1007366
+MD5 (fastdb-3.53.tar.gz) = 666839686bcd467df3376078af916901
+SHA256 (fastdb-3.53.tar.gz) = 62b6decc2bcf8b580b005c3c97d3cdfa939b75cd760fe26549a4697e0ca6f9f3
+SIZE (fastdb-3.53.tar.gz) = 1028375
diff --git a/databases/fastdb/files/patch-makefile b/databases/fastdb/files/patch-makefile
index 9613af806249..6036089e0f94 100644
--- a/databases/fastdb/files/patch-makefile
+++ b/databases/fastdb/files/patch-makefile
@@ -1,6 +1,6 @@
---- makefile.orig Sat Jan 13 01:22:03 2007
-+++ makefile Mon Mar 26 09:16:22 2007
-@@ -32,8 +32,8 @@
+--- makefile.orig 2009-03-01 20:30:50.000000000 +0800
++++ makefile 2009-05-20 15:47:02.000000000 +0800
+@@ -37,8 +37,8 @@
THRLIBS=
SUFF=
else
@@ -11,7 +11,7 @@
SUFF=_r
endif
-@@ -62,21 +62,22 @@
+@@ -67,21 +67,21 @@
WEB_EXAMPLES = cgistub bugdb clidb
@@ -19,14 +19,14 @@
+CC = ${CXX}
# DEFS macro is deprecatred, edit config.h file instead
- DEFS =
+ DEFS = -Wno-invalid-offsetof
#CFLAGS = $(TFLAGS) -Iinc -c -Wall -O5 -g -fPIC $(DEFS)
-CFLAGS = -c -Iinc -Wall -O0 -g -fPIC $(DEFS) $(TFLAGS)
+CFLAGS = -c -Iinc ${CXXFLAGS} -fPIC $(DEFS) $(TFLAGS)
#CFLAGS = -c -Iinc -Wall -O0 -fPIC -DFASTDB_DEBUG=DEBUG_TRACE -g $(DEFS) $(TFLAGS)
- #SHFLAGS=-shared -Wl,-soname,$@
+-#SHFLAGS=-shared -Wl,-soname,$@
-SHFLAGS=-shared
+SHFLAGS=-shared -Wl,-soname,$@
+#SHFLAGS=-shared
@@ -38,7 +38,7 @@
AR = ar
ARFLAGS = -cru
-@@ -386,24 +387,20 @@
+@@ -389,24 +389,20 @@
install: subsql cleanupsem installlib
mkdir -p $(BINSPATH)