Index: head/databases/hamsterdb/files/patch-src-1mem-mem.cc =================================================================== --- head/databases/hamsterdb/files/patch-src-1mem-mem.cc (revision 390740) +++ head/databases/hamsterdb/files/patch-src-1mem-mem.cc (nonexistent) @@ -1,11 +0,0 @@ ---- src/1mem/mem.cc.orig 2015-01-13 21:18:27.778765410 +0800 -+++ src/1mem/mem.cc 2015-01-13 21:19:17.118392234 +0800 -@@ -67,6 +67,8 @@ - // TODO - #elif __APPLE__ - // TODO -+#elif __FreeBSD__ -+ // TODO - #elif __GNUC__ - ::malloc_trim(File::get_granularity()); - #endif Property changes on: head/databases/hamsterdb/files/patch-src-1mem-mem.cc ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/databases/hamsterdb/files/patch-src-1base-abi.h =================================================================== --- head/databases/hamsterdb/files/patch-src-1base-abi.h (revision 390740) +++ head/databases/hamsterdb/files/patch-src-1base-abi.h (nonexistent) @@ -1,11 +0,0 @@ ---- src/1base/abi.h.orig 2015-01-13 21:23:05.548499482 +0800 -+++ src/1base/abi.h 2015-01-13 21:23:29.098504301 +0800 -@@ -31,7 +31,7 @@ - #endif - - #include -- -+#include - // Always verify that a file of level N does not include headers > N! - - #ifndef HAM_ROOT_H Property changes on: head/databases/hamsterdb/files/patch-src-1base-abi.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/databases/hamsterdb/files/patch-src-1os-os_posix.cc =================================================================== --- head/databases/hamsterdb/files/patch-src-1os-os_posix.cc (revision 390740) +++ head/databases/hamsterdb/files/patch-src-1os-os_posix.cc (nonexistent) @@ -1,20 +0,0 @@ ---- src/1os/os_posix.cc.orig 2015-01-23 22:50:40.837448364 +0800 -+++ src/1os/os_posix.cc 2015-01-23 22:51:34.327606541 +0800 -@@ -277,7 +277,7 @@ - throw Exception(HAM_IO_ERROR); - } - --uint64_t -+size_t - File::tell() - { - uint64_t offset = lseek(m_fd, 0, SEEK_CUR); -@@ -287,7 +287,7 @@ - return (offset); - } - --uint64_t -+size_t - File::get_file_size() - { - seek(0, kSeekEnd); Property changes on: head/databases/hamsterdb/files/patch-src-1os-os_posix.cc ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/databases/hamsterdb/Makefile =================================================================== --- head/databases/hamsterdb/Makefile (revision 390740) +++ head/databases/hamsterdb/Makefile (revision 390741) @@ -1,44 +1,44 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= hamsterdb -PORTVERSION= 2.1.9 +PORTVERSION= 2.1.11 CATEGORIES= databases MASTER_SITES= http://files.hamsterdb.com/dl/ MAINTAINER= wen@FreeBSD.org COMMENT= Lightweight Embedded Database Engine LICENSE= APACHE20 BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-boost=${LOCALBASE} INSTALL_TARGET= install-strip CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib USES= alias gmake libtool USE_LDCONFIG= yes HAM_DOCS= README INSTALL ChangeLog TODO AUTHORS CREDITS OPTIONS_DEFINE= DOCS .include .if ${OSVERSION} < 900000 BROKEN= fails to compile on 8.x .endif post-patch: ${REINPLACE_CMD} -e 's#-ldl##g' ${WRKSRC}/configure ${REINPLACE_CMD} -e 's#-ldl##g' ${WRKSRC}/unittests/Makefile.in ${REINPLACE_CMD} -e 's#-ldl##g' ${WRKSRC}/tools/ham_bench/Makefile.in post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${HAM_DOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}/ .endfor .include Index: head/databases/hamsterdb/distinfo =================================================================== --- head/databases/hamsterdb/distinfo (revision 390740) +++ head/databases/hamsterdb/distinfo (revision 390741) @@ -1,2 +1,2 @@ -SHA256 (hamsterdb-2.1.9.tar.gz) = 76b5889e6147649f07d8def23e93f9844573ec572fe95cee6849b117139ba57f -SIZE (hamsterdb-2.1.9.tar.gz) = 1643455 +SHA256 (hamsterdb-2.1.11.tar.gz) = 800e9140d806db9d836c1f5dc0a01e0b03ee2c9a3a7e28a4bf4b4a8f68218e15 +SIZE (hamsterdb-2.1.11.tar.gz) = 1712981