aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2011-04-06 15:49:52 +0800
committerclsung <clsung@FreeBSD.org>2011-04-06 15:49:52 +0800
commitfd6e5a1f5fa20f3c5b0222c3d0e94ab8256fd8be (patch)
treeb4094a4bf07ef8a5e9b620d830d616f9d27a0d1d /databases
parent13b92ad8666f95988c81954226fb8b8bcbc37c38 (diff)
downloadfreebsd-ports-gnome-fd6e5a1f5fa20f3c5b0222c3d0e94ab8256fd8be.tar.gz
freebsd-ports-gnome-fd6e5a1f5fa20f3c5b0222c3d0e94ab8256fd8be.tar.zst
freebsd-ports-gnome-fd6e5a1f5fa20f3c5b0222c3d0e94ab8256fd8be.zip
- Update to 3.66
- unbreak
Diffstat (limited to 'databases')
-rw-r--r--databases/fastdb/Makefile4
-rw-r--r--databases/fastdb/distinfo4
-rw-r--r--databases/fastdb/files/patch-inc-sync_unix.h11
3 files changed, 3 insertions, 16 deletions
diff --git a/databases/fastdb/Makefile b/databases/fastdb/Makefile
index f3809acfba4a..f3574432837c 100644
--- a/databases/fastdb/Makefile
+++ b/databases/fastdb/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= fastdb
-PORTVERSION= 3.65
+PORTVERSION= 3.66
CATEGORIES= databases
MASTER_SITES= SF
@@ -16,8 +16,6 @@ COMMENT= Main Memory Relational Database Management System
WRKSRC= ${WRKDIR}/${PORTNAME}
-BROKEN= fails to patch
-
USE_GMAKE= yes
MAKE_ENV= OSTYPE="${OPSYS}" \
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
diff --git a/databases/fastdb/distinfo b/databases/fastdb/distinfo
index 2a270f8bef92..36d8c6be6a12 100644
--- a/databases/fastdb/distinfo
+++ b/databases/fastdb/distinfo
@@ -1,2 +1,2 @@
-SHA256 (fastdb-3.65.tar.gz) = 9ae3f23b8f8d9e466d29a9fc15595c3157671c3c58588fd8c503190e2f415533
-SIZE (fastdb-3.65.tar.gz) = 2239251
+SHA256 (fastdb-3.66.tar.gz) = 18fefc30c1e0bc550508a1cf199b757e6d4ad9475a77a209aa845618d36fb4a0
+SIZE (fastdb-3.66.tar.gz) = 1633477
diff --git a/databases/fastdb/files/patch-inc-sync_unix.h b/databases/fastdb/files/patch-inc-sync_unix.h
deleted file mode 100644
index 03960aba9b51..000000000000
--- a/databases/fastdb/files/patch-inc-sync_unix.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- inc/sync_unix.h.orig 2009-11-20 20:53:02.000000000 +0800
-+++ inc/sync_unix.h 2010-08-16 13:56:02.000000000 +0800
-@@ -160,7 +160,7 @@
- }
-
- static int getCurrentThreadId() {
-- return (int)pthread_self();
-+ return reinterpret_cast<unsigned long>(pthread_self());
- }
-
- static int numberOfProcessors();