summaryrefslogtreecommitdiff
path: root/databases/fastdb
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2004-08-11 22:08:26 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2004-08-11 22:08:26 +0000
commit547feb0f1875bb17a15889051f24c67a68e08aa5 (patch)
tree76e4834afdae0e73a102b09878a3850f07b7ec87 /databases/fastdb
parentUpdate to 3.25 [1] (diff)
Update to 3.03.
Notes
Notes: svn path=/head/; revision=115971
Diffstat (limited to 'databases/fastdb')
-rw-r--r--databases/fastdb/Makefile2
-rw-r--r--databases/fastdb/distinfo4
-rw-r--r--databases/fastdb/files/patch-cleanupsem.cpp10
3 files changed, 13 insertions, 3 deletions
diff --git a/databases/fastdb/Makefile b/databases/fastdb/Makefile
index 7849c02d434a..54473ed770dc 100644
--- a/databases/fastdb/Makefile
+++ b/databases/fastdb/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= fastdb
-PORTVERSION= 3.02
+PORTVERSION= 3.03
CATEGORIES= databases
MASTER_SITES= http://www.garret.ru/~knizhnik/
diff --git a/databases/fastdb/distinfo b/databases/fastdb/distinfo
index 291ace5edc70..2f2c2d460ba7 100644
--- a/databases/fastdb/distinfo
+++ b/databases/fastdb/distinfo
@@ -1,2 +1,2 @@
-MD5 (fastdb-3.02.tar.gz) = fce3202ea55908e33d070aa339502794
-SIZE (fastdb-3.02.tar.gz) = 791769
+MD5 (fastdb-3.03.tar.gz) = cd42a6399518fdb02b8e05a3367108d4
+SIZE (fastdb-3.03.tar.gz) = 820315
diff --git a/databases/fastdb/files/patch-cleanupsem.cpp b/databases/fastdb/files/patch-cleanupsem.cpp
new file mode 100644
index 000000000000..af910c7dfdf7
--- /dev/null
+++ b/databases/fastdb/files/patch-cleanupsem.cpp
@@ -0,0 +1,10 @@
+--- cleanupsem.cpp.orig Thu Aug 12 02:04:05 2004
++++ cleanupsem.cpp Thu Aug 12 02:04:26 2004
+@@ -11,6 +11,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
++#include <sys/types.h>
+ #include <sys/ipc.h>
+ #include <sys/sem.h>
+ #include <sys/shm.h>