summaryrefslogtreecommitdiff
path: root/databases/fastdb
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-03-06 07:36:36 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-03-06 07:36:36 +0000
commitf5bd485e7a12b872899e0adb1e5a714e26ed85d6 (patch)
tree320a01184432ed45f695b20bc6fcbe88f72af062 /databases/fastdb
parentAdd pecl-swish 0.2.0, swish-e bindings for PHP. (diff)
- Update to 3.33
PR: ports/109817 Submitted by: Marcelo Araujo <araujo_AT_bsdmail dot org> Reviewed by: maintainer (clsung)
Notes
Notes: svn path=/head/; revision=186652
Diffstat (limited to 'databases/fastdb')
-rw-r--r--databases/fastdb/Makefile2
-rw-r--r--databases/fastdb/distinfo6
-rw-r--r--databases/fastdb/files/patch-makefile21
3 files changed, 12 insertions, 17 deletions
diff --git a/databases/fastdb/Makefile b/databases/fastdb/Makefile
index 6cbc6108d6e0..2ece3962bc89 100644
--- a/databases/fastdb/Makefile
+++ b/databases/fastdb/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= fastdb
-PORTVERSION= 3.32
+PORTVERSION= 3.33
CATEGORIES= databases
MASTER_SITES= http://www.garret.ru/~knizhnik/
diff --git a/databases/fastdb/distinfo b/databases/fastdb/distinfo
index 11e136decab6..6596dc62ce40 100644
--- a/databases/fastdb/distinfo
+++ b/databases/fastdb/distinfo
@@ -1,3 +1,3 @@
-MD5 (fastdb-3.32.tar.gz) = 5df4f1602f77d939bc5f6c6cb221aa44
-SHA256 (fastdb-3.32.tar.gz) = 5df50ea49e1e48fdff072dcb9a398ff1cb0aa45b714705d875537403c796058d
-SIZE (fastdb-3.32.tar.gz) = 1117219
+MD5 (fastdb-3.33.tar.gz) = e70c6b2836bcddfbb1dc1782231d54bb
+SHA256 (fastdb-3.33.tar.gz) = 1715f3e7d70440ba778fb98b7163cda861937673083e534353430275849cb4d3
+SIZE (fastdb-3.33.tar.gz) = 1168937
diff --git a/databases/fastdb/files/patch-makefile b/databases/fastdb/files/patch-makefile
index e114ad36ac11..908c2f06b85d 100644
--- a/databases/fastdb/files/patch-makefile
+++ b/databases/fastdb/files/patch-makefile
@@ -1,22 +1,17 @@
---- makefile.orig Tue Jul 11 12:39:16 2006
-+++ makefile Tue Jul 11 12:45:31 2006
-@@ -33,11 +33,11 @@
+--- makefile.orig Sat Oct 21 20:41:50 2006
++++ makefile Tue Mar 6 09:00:42 2007
+@@ -32,8 +32,8 @@
+ THRLIBS=
SUFF=
else
- ifneq (,$(findstring FreeBSD,$(OSTYPE)))
-TFLAGS=-pthread
--THRLIBS=
+-THRLIBS=-pthread
+TFLAGS=-D_REENTRANT ${PTHREAD_CFLAGS}
+THRLIBS=${PTHREAD_LIBS}
- else
--TFLAGS=-D_REENTRANT -D_THREAD_SAFE
--THRLIBS=-lpthread
-+TFLAGS=-D_REENTRANT ${PTHREAD_CFLAGS}
-+THRLIBS=${PTHREAD_LIBS}
- endif
SUFF=_r
endif
-@@ -67,21 +67,22 @@
+
+@@ -62,21 +62,22 @@
WEB_EXAMPLES = cgistub bugdb clidb
@@ -43,7 +38,7 @@
AR = ar
ARFLAGS = -cru
-@@ -367,24 +368,20 @@
+@@ -386,24 +387,20 @@
install: subsql cleanupsem installlib
mkdir -p $(BINSPATH)