Sat Mar 3 20:51:08 2018 UTC ()
libzdb: fix openssl configure test's usage of deprecated symbol


(tnn)
diff -r1.12 -r1.13 pkgsrc/databases/libzdb/Makefile

cvs diff -r1.12 -r1.13 pkgsrc/databases/libzdb/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/libzdb/Makefile 2017/11/30 16:45:01 1.12
+++ pkgsrc/databases/libzdb/Makefile 2018/03/03 20:51:08 1.13
@@ -1,21 +1,27 @@ @@ -1,21 +1,27 @@
1# $NetBSD: Makefile,v 1.12 2017/11/30 16:45:01 adam Exp $ 1# $NetBSD: Makefile,v 1.13 2018/03/03 20:51:08 tnn Exp $
2 2
3DISTNAME= libzdb-3.1 3DISTNAME= libzdb-3.1
4PKGREVISION= 8 4PKGREVISION= 8
5CATEGORIES= databases 5CATEGORIES= databases
6MASTER_SITES= http://www.tildeslash.com/libzdb/dist/ 6MASTER_SITES= http://www.tildeslash.com/libzdb/dist/
7 7
8MAINTAINER= evaldo@gardenali.biz 8MAINTAINER= evaldo@gardenali.biz
9HOMEPAGE= http://www.tildeslash.com/libzdb/ 9HOMEPAGE= http://www.tildeslash.com/libzdb/
10COMMENT= Zild Database Library, a fast thread-safe connection pooling library 10COMMENT= Zild Database Library, a fast thread-safe connection pooling library
11LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14USE_LIBTOOL= yes 14USE_LIBTOOL= yes
15USE_TOOLS+= gmake 15USE_TOOLS+= gmake
16 16
17PKGCONFIG_OVERRIDE+= zdb.pc.in 17PKGCONFIG_OVERRIDE+= zdb.pc.in
18 18
 19SUBST_CLASSES+= ossl
 20SUBST_STAGE.ossl= pre-configure
 21SUBST_MESSAGE.ossl= fix openssl configure test usage of deprecated symbol
 22SUBST_FILES.ossl= configure
 23SUBST_SED.ossl= -e 's,SSL_library_init,SSL_CTX_new,g'
 24
19.include "options.mk" 25.include "options.mk"
20 26
21.include "../../mk/bsd.pkg.mk" 27.include "../../mk/bsd.pkg.mk"