pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/mbedtls3



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 25 21:41:50 UTC 2023

Modified Files:
        pkgsrc/security/mbedtls3: Makefile
Removed Files:
        pkgsrc/security/mbedtls3: options.mk

Log Message:
mbedtls3: no zlib support since mbedtls 3.0, remove option


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/mbedtls3/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/security/mbedtls3/options.mk

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

Modified files:

Index: pkgsrc/security/mbedtls3/Makefile
diff -u pkgsrc/security/mbedtls3/Makefile:1.3 pkgsrc/security/mbedtls3/Makefile:1.4
--- pkgsrc/security/mbedtls3/Makefile:1.3       Tue Apr 25 21:39:51 2023
+++ pkgsrc/security/mbedtls3/Makefile   Tue Apr 25 21:41:50 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2023/04/25 21:39:51 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2023/04/25 21:41:50 wiz Exp $
 
 DISTNAME=      mbedtls-3.4.0
 PKGNAME=       ${DISTNAME:S/mbedtls/mbedtls3/}
@@ -48,7 +48,6 @@ do-test:
        LD_LIBRARY_PATH=${WRKSRC}/library \
            ${WRKSRC}/programs/test/selftest
 
-.include "options.mk"
 .include "../../devel/cmake/build.mk"
 .include "../../lang/python/tool.mk"
 .include "../../mk/pthread.buildlink3.mk"



Home | Main Index | Thread Index | Old Index