pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/libzdb



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Mar  3 20:51:08 UTC 2018

Modified Files:
        pkgsrc/databases/libzdb: Makefile

Log Message:
libzdb: fix openssl configure test's usage of deprecated symbol


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/libzdb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/libzdb/Makefile
diff -u pkgsrc/databases/libzdb/Makefile:1.12 pkgsrc/databases/libzdb/Makefile:1.13
--- pkgsrc/databases/libzdb/Makefile:1.12       Thu Nov 30 16:45:01 2017
+++ pkgsrc/databases/libzdb/Makefile    Sat Mar  3 20:51:08 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/11/30 16:45:01 adam Exp $
+# $NetBSD: Makefile,v 1.13 2018/03/03 20:51:08 tnn Exp $
 
 DISTNAME=      libzdb-3.1
 PKGREVISION=   8
@@ -16,6 +16,12 @@ USE_TOOLS+=  gmake
 
 PKGCONFIG_OVERRIDE+=   zdb.pc.in
 
+SUBST_CLASSES+=                ossl
+SUBST_STAGE.ossl=      pre-configure
+SUBST_MESSAGE.ossl=    fix openssl configure test usage of deprecated symbol
+SUBST_FILES.ossl=      configure
+SUBST_SED.ossl=                -e 's,SSL_library_init,SSL_CTX_new,g'
+
 .include "options.mk"
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index