1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00

Update ldb14 to 1.4.4 version. Fixed build on non-64-bit architectures.

This commit is contained in:
Timur I. Bakeyev 2019-02-14 22:23:44 +00:00
parent 50a8d2315a
commit e5486cf02a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492934
2 changed files with 11 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= ldb
PORTVERSION= 1.4.3
PORTVERSION= 1.4.4
PORTREVISION= 0
PORTEPOCH= 0
CATEGORIES= databases
@ -21,7 +21,6 @@ RUN_DEPENDS= ${LDB_DEPENDS}
LDB_DEPENDS= talloc>=2.1.14:devel/talloc \
tevent>=0.9.37:devel/tevent \
tdb>=1.3.16:databases/tdb \
lmdb>=0.9.16:databases/lmdb \
cmocka>=1.1.1:sysutils/cmocka \
popt>=0:devel/popt
@ -67,7 +66,6 @@ LDB_BINS= bin/ldbedit \
LDB_LIBS= lib/libldb.so \
lib/libldb.so.1 \
lib/ldb/libldb-mdb-int.so \
lib/ldb/libldb-key-value.so \
lib/ldb/libldb-cmdline.so \
lib/shared-modules/ldb/skel.so \
@ -82,6 +80,12 @@ LDB_LIBS= lib/libldb.so \
lib/shared-modules/ldb/asq.so \
lib/shared-modules/ldb/tdb.so
# Only for 64-bit architectures
.if ${ARCH} != i386
LDB_DEPENDS+= lmdb>=0.9.16:databases/lmdb
LDB_LIBS+= lib/ldb/libldb-mdb-int.so
.endif
PLIST_FILES= include/ldb_version.h \
include/ldb_handlers.h \
include/ldb_errors.h \
@ -147,6 +151,7 @@ CFLAGS+= -fno-color-diagnostics
CONFIGURE_ENV+= NOCOLOR=yes
MAKE_ENV+= NOCOLOR=yes
LDB_MAN1= man/man1/ldbadd.1.gz \
man/man1/ldbdel.1.gz \
man/man1/ldbedit.1.gz \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1544404358
SHA256 (ldb-1.4.3.tar.gz) = aca09389eff859bfb4d10defa5f02ddfb99b45d67626eac3e8c2079232676a1f
SIZE (ldb-1.4.3.tar.gz) = 1428730
TIMESTAMP = 1550182694
SHA256 (ldb-1.4.4.tar.gz) = d658f257ef380feca109240c5898f70081cd0c7f41064704e2aad152af24f8f5
SIZE (ldb-1.4.4.tar.gz) = 1428851