mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
- Update to 3.66
- unbreak
This commit is contained in:
parent
67b3593d60
commit
c8657ea772
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272288
3 changed files with 3 additions and 16 deletions
|
@ -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}" \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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();
|
Loading…
Add table
Reference in a new issue