diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-12-09 11:39:13 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-12-09 11:39:13 +0000 |
commit | 0f91b4f494e8d8e56d2482fbad978874527d1217 (patch) | |
tree | 306d0becc7ebc6cc75f443a51922620ee8f50671 /databases | |
parent | 13151621d2d58f4be356d90e990841a8b0c8b06a (diff) | |
download | ports-0f91b4f494e8d8e56d2482fbad978874527d1217.tar.gz ports-0f91b4f494e8d8e56d2482fbad978874527d1217.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/fastdb/Makefile | 2 | ||||
-rw-r--r-- | databases/fastdb/distinfo | 2 | ||||
-rw-r--r-- | databases/fastdb/files/patch-cliproto.h | 14 | ||||
-rw-r--r-- | databases/fastdb/pkg-plist | 2 |
4 files changed, 4 insertions, 16 deletions
diff --git a/databases/fastdb/Makefile b/databases/fastdb/Makefile index 9cbae104c531..8234d6f88905 100644 --- a/databases/fastdb/Makefile +++ b/databases/fastdb/Makefile @@ -7,7 +7,7 @@ # PORTNAME= fastdb -PORTVERSION= 2.83 +PORTVERSION= 2.84 CATEGORIES= databases MASTER_SITES= http://www.garret.ru/~knizhnik/ diff --git a/databases/fastdb/distinfo b/databases/fastdb/distinfo index a9bd2925b039..2aeca2ac0fc3 100644 --- a/databases/fastdb/distinfo +++ b/databases/fastdb/distinfo @@ -1 +1 @@ -MD5 (fastdb-2.83.tar.gz) = a1bd753ab68ff90d7f197b24738b0183 +MD5 (fastdb-2.84.tar.gz) = 5b42fcb59f3ff2c9591551db31928170 diff --git a/databases/fastdb/files/patch-cliproto.h b/databases/fastdb/files/patch-cliproto.h deleted file mode 100644 index b8a3f3accc21..000000000000 --- a/databases/fastdb/files/patch-cliproto.h +++ /dev/null @@ -1,14 +0,0 @@ ---- cliproto.h.orig Thu Nov 21 20:43:08 2002 -+++ cliproto.h Wed Dec 18 05:27:43 2002 -@@ -70,10 +70,7 @@ - cli_oid - }; - --#if defined(__FreeBSD__) --#include <sys/param.h> --#define USE_HTON_NTOH --#elif defined(__linux__) -+#if defined(__linux__) || defined(__FreeBSD__) - // - // At Linux inline assembly declarations of ntohl, htonl... are available - // diff --git a/databases/fastdb/pkg-plist b/databases/fastdb/pkg-plist index 987097c643f9..9783e6018f68 100644 --- a/databases/fastdb/pkg-plist +++ b/databases/fastdb/pkg-plist @@ -2,6 +2,7 @@ bin/subsql include/fastdb/array.h include/fastdb/class.h include/fastdb/cli.h +include/fastdb/config.h include/fastdb/container.h include/fastdb/cursor.h include/fastdb/database.h @@ -14,6 +15,7 @@ include/fastdb/query.h include/fastdb/reference.h include/fastdb/stdtp.h include/fastdb/sync.h +include/fastdb/sync_unix.h include/fastdb/ttree.h include/fastdb/wwwapi.h lib/libcli_r.a |