Date: Thu, 14 Feb 2019 22:23:45 +0000 (UTC) From: "Timur I. Bakeyev" <timur@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492934 - head/databases/ldb14 Message-ID: <201902142223.x1EMNjnF042869@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: timur Date: Thu Feb 14 22:23:44 2019 New Revision: 492934 URL: https://svnweb.freebsd.org/changeset/ports/492934 Log: Update ldb14 to 1.4.4 version. Fixed build on non-64-bit architectures. Modified: head/databases/ldb14/Makefile head/databases/ldb14/distinfo Modified: head/databases/ldb14/Makefile ============================================================================== --- head/databases/ldb14/Makefile Thu Feb 14 21:51:15 2019 (r492933) +++ head/databases/ldb14/Makefile Thu Feb 14 22:23:44 2019 (r492934) @@ -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 \ @@ -146,6 +150,7 @@ CFLAGS+= -fno-color-diagnostics .endif CONFIGURE_ENV+= NOCOLOR=yes MAKE_ENV+= NOCOLOR=yes + LDB_MAN1= man/man1/ldbadd.1.gz \ man/man1/ldbdel.1.gz \ Modified: head/databases/ldb14/distinfo ============================================================================== --- head/databases/ldb14/distinfo Thu Feb 14 21:51:15 2019 (r492933) +++ head/databases/ldb14/distinfo Thu Feb 14 22:23:44 2019 (r492934) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902142223.x1EMNjnF042869>