pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/libarchive



Module Name:    pkgsrc
Committed By:   js
Date:           Sat Oct 11 20:13:21 UTC 2025

Modified Files:
        pkgsrc/archivers/libarchive: Makefile

Log Message:
archivers/libarchive: Remove openssll buildlink3.mk

CONFIGURE_ARGS has --without-openssl, so it does not depend on OpenSSL.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/archivers/libarchive/Makefile

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

Modified files:

Index: pkgsrc/archivers/libarchive/Makefile
diff -u pkgsrc/archivers/libarchive/Makefile:1.56 pkgsrc/archivers/libarchive/Makefile:1.57
--- pkgsrc/archivers/libarchive/Makefile:1.56   Mon Apr 28 10:31:33 2025
+++ pkgsrc/archivers/libarchive/Makefile        Sat Oct 11 20:13:21 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2025/04/28 10:31:33 adam Exp $
+# $NetBSD: Makefile,v 1.57 2025/10/11 20:13:21 js Exp $
 
 .include "Makefile.common"
 
@@ -24,5 +24,4 @@ CONFIGURE_ENV.SunOS+= ac_cv_header_ext2f
 .include "../../archivers/bzip2/buildlink3.mk"
 .include "../../archivers/xz/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index