Update to tdb-1.3.16

This commit is contained in:
jca 2018-08-12 22:57:21 +00:00
parent 0d287168f8
commit cc524c5a26
3 changed files with 7 additions and 7 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.25 2017/11/20 00:35:46 jca Exp $
# $OpenBSD: Makefile,v 1.26 2018/08/12 22:57:21 jca Exp $
COMMENT= trivial database library
# Keep in sync with the version bundled in net/samba
DISTNAME= tdb-1.3.15
DISTNAME= tdb-1.3.16
SHARED_LIBS+= tdb 4.3

View File

@ -1,2 +1,2 @@
SHA256 (tdb-1.3.15.tar.gz) = tKG/ODNgG9nxCv82PLdQhgrvnOW0YXmJI5kjGS+UZyg=
SIZE (tdb-1.3.15.tar.gz) = 502627
SHA256 (tdb-1.3.16.tar.gz) = aj/CYWVn8jmTmEraPOqX2VOidmn/0b+76WHybgz5bMU=
SIZE (tdb-1.3.16.tar.gz) = 504330

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-buildtools_wafsamba_wafsamba_py,v 1.6 2017/11/20 00:35:46 jca Exp $
$OpenBSD: patch-buildtools_wafsamba_wafsamba_py,v 1.7 2018/08/12 22:57:21 jca Exp $
- allow the library version to be overriden
- make sure we don't clobber the version that ends up in tdb.pc
@ -6,7 +6,7 @@ $OpenBSD: patch-buildtools_wafsamba_wafsamba_py,v 1.6 2017/11/20 00:35:46 jca Ex
Index: buildtools/wafsamba/wafsamba.py
--- buildtools/wafsamba/wafsamba.py.orig
+++ buildtools/wafsamba/wafsamba.py
@@ -220,6 +220,13 @@ def SAMBA_LIBRARY(bld, libname, source,
@@ -222,6 +222,13 @@ def SAMBA_LIBRARY(bld, libname, source,
realname = bld.map_shlib_extension(realname, python=(target_type=='PYTHON'))
link_name = bld.map_shlib_extension(link_name, python=(target_type=='PYTHON'))
@ -20,7 +20,7 @@ Index: buildtools/wafsamba/wafsamba.py
# we don't want any public libraries without version numbers
if (not private_library and target_type != 'PYTHON' and not realname):
if vnum is None and soname is None:
@@ -329,9 +336,9 @@ def SAMBA_LIBRARY(bld, libname, source,
@@ -331,9 +338,9 @@ def SAMBA_LIBRARY(bld, libname, source,
if pc_files is not None and not private_library:
if pyembed and bld.env['IS_EXTRA_PYTHON']: