update to tdb 1.27, from Ian McWilliam / Stefan Rinkes, needed for samba update
ok nicm@
This commit is contained in:
parent
93c0d8a007
commit
242e10111d
@ -1,12 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2010/04/26 17:22:06 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2011/09/26 09:30:08 sthen Exp $
|
||||
|
||||
COMMENT= trivial database library
|
||||
|
||||
DISTNAME= tdb-1.2.1
|
||||
DISTNAME= tdb-1.2.7
|
||||
CATEGORIES= databases
|
||||
SHARED_LIBS+= tdb 2.0
|
||||
SHARED_LIBS+= tdb 3.0
|
||||
|
||||
MAINTAINER= Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
MAINTAINER= Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (tdb-1.2.1.tar.gz) = c+qBKCqC5clZ2cCCry0CFQ==
|
||||
RMD160 (tdb-1.2.1.tar.gz) = 8kiCJXu0Yu3BDI7w2jnYLOhHVGw=
|
||||
SHA1 (tdb-1.2.1.tar.gz) = mjsrh++3t7FGsRzNfUgCOaGaMNI=
|
||||
SHA256 (tdb-1.2.1.tar.gz) = 70I7k0xd3+3ao9OxVnBysNb3JDu65f02OhsJCwVzzfo=
|
||||
SIZE (tdb-1.2.1.tar.gz) = 268142
|
||||
MD5 (tdb-1.2.7.tar.gz) = /mYjt4A2mAt8qINbigsfKQ==
|
||||
RMD160 (tdb-1.2.7.tar.gz) = O0KhEx2cNSFDRPBjadQ8GVRYW0E=
|
||||
SHA1 (tdb-1.2.7.tar.gz) = Z/zBmWHmdy2fufgmG3z83FtqBQQ=
|
||||
SHA256 (tdb-1.2.7.tar.gz) = YC8XHukAGC3fquFSs/nbFekg4o+d3b1h/ODEZ4qRwQs=
|
||||
SIZE (tdb-1.2.7.tar.gz) = 447718
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-tdb_mk,v 1.1 2010/04/26 17:22:06 sthen Exp $
|
||||
--- tdb.mk.orig Mon Apr 19 13:06:58 2010
|
||||
+++ tdb.mk Mon Apr 19 13:07:30 2010
|
||||
@@ -91,10 +91,10 @@ installheaders:: installdirs
|
||||
$OpenBSD: patch-tdb_mk,v 1.2 2011/09/26 09:30:08 sthen Exp $
|
||||
--- tdb.mk.orig Sun Oct 17 18:50:26 2010
|
||||
+++ tdb.mk Mon Sep 26 09:37:55 2011
|
||||
@@ -94,10 +94,10 @@ installheaders:: installdirs
|
||||
installlibs:: all installdirs
|
||||
cp tdb.pc $(DESTDIR)$(libdir)/pkgconfig
|
||||
cp $(TDB_STLIB) $(TDB_SOLIB) $(DESTDIR)$(libdir)
|
||||
|
@ -1,8 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2010/04/26 17:22:06 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2011/09/26 09:30:08 sthen Exp $
|
||||
@conflict samba-<3.5.0
|
||||
%%SHARED%%
|
||||
@bin bin/tdbbackup
|
||||
@bin bin/tdbdump
|
||||
@bin bin/tdbrestore
|
||||
@bin bin/tdbtool
|
||||
include/tdb.h
|
||||
lib/libtdb.a
|
||||
|
Loading…
Reference in New Issue
Block a user