pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/dar



Module Name:    pkgsrc
Committed By:   dholland
Date:           Thu Feb 13 05:22:48 UTC 2025

Modified Files:
        pkgsrc/archivers/dar: Makefile

Log Message:
archivers/dar: Fix build by depending explicitly on openssl.

It is apparently relying on getting openssl via something else, but it
also sets USE_FEATURES.openssl to request thread support. This
apparently forces USE_BUILTIN.openssl to no on netbsd. Then without an
explicit dep things get confused and you get "Cannot buildlink files"
as seen in recent bulk reports.


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/archivers/dar/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/dar/Makefile
diff -u pkgsrc/archivers/dar/Makefile:1.71 pkgsrc/archivers/dar/Makefile:1.72
--- pkgsrc/archivers/dar/Makefile:1.71  Thu Nov 14 22:18:37 2024
+++ pkgsrc/archivers/dar/Makefile       Thu Feb 13 05:22:48 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2024/11/14 22:18:37 wiz Exp $
+# $NetBSD: Makefile,v 1.72 2025/02/13 05:22:48 dholland Exp $
 
 DISTNAME=      dar-2.7.7
 PKGREVISION=   9
@@ -72,5 +72,6 @@ BUILDLINK_TRANSFORM+= l:execinfo:execinf
 .include "../../net/librsync/buildlink3.mk"
 .include "../../security/argon2/buildlink3.mk"
 .include "../../security/libgcrypt/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index