mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 1.2.77
- Update MASTER_SITES - Update WWW - Fixed build errors.
This commit is contained in:
parent
e80a005653
commit
680c2f9ed1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=483403
4 changed files with 8 additions and 18 deletions
|
@ -2,10 +2,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kyotocabinet
|
||||
PORTVERSION= 1.2.76
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.2.77
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://fallabs.com/${PORTNAME}/pkg/ \
|
||||
MASTER_SITES= https://fallabs.com/${PORTNAME}/pkg/ \
|
||||
LOCAL/sunpoet
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
|
@ -19,13 +18,14 @@ BROKEN_powerpc= fails to link
|
|||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
USES= gmake
|
||||
|
||||
CPPFLAGS+= -fPIC
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
MAKE_ARGS= PCDIR=${PREFIX}/libdata/pkgconfig
|
||||
REINPLACE_ARGS= -i ''
|
||||
TEST_TARGET= check
|
||||
USES= gmake
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
post-patch:
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (kyotocabinet-1.2.76.tar.gz) = 812a2d3f29c351db4c6f1ff29d94d7135f9e601d7cc1872ec1d7eed381d0d23c
|
||||
SIZE (kyotocabinet-1.2.76.tar.gz) = 951930
|
||||
TIMESTAMP = 1540844410
|
||||
SHA256 (kyotocabinet-1.2.77.tar.gz) = 78a98f120f024ee56a4f44db403019730fdc8466634c3465078e5e5387c44c62
|
||||
SIZE (kyotocabinet-1.2.77.tar.gz) = 949377
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- kcdbext.h.orig 2012-05-24 16:27:59 UTC
|
||||
+++ kcdbext.h
|
||||
@@ -1278,7 +1278,7 @@ class IndexDB {
|
||||
if (omode_ == 0) {
|
||||
set_error(_KCCODELINE_, BasicDB::Error::INVALID, "not opened");
|
||||
*sp = 0;
|
||||
- return false;
|
||||
+ return NULL;
|
||||
}
|
||||
if (!cache_) return db_.get(kbuf, ksiz, sp);
|
||||
size_t dvsiz = 0;
|
|
@ -20,4 +20,4 @@ on platforms which have API conforming to C++03 with the TR1 library
|
|||
extensions. Kyoto Cabinet is a free software licensed under the GNU
|
||||
General Public License.
|
||||
|
||||
WWW: http://fallabs.com/kyotocabinet/
|
||||
WWW: https://fallabs.com/kyotocabinet/
|
||||
|
|
Loading…
Add table
Reference in a new issue