pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/curl



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Jan 12 11:03:55 UTC 2026

Modified Files:
        pkgsrc/www/curl: Makefile.common

Log Message:
PR pkg/59899 Another Fix for NetBSD/9.4, by BUILDLINK_API_DEPENDS.openssl+

As suggested by leot@ See:
   https://mail-index.netbsd.org/pkgsrc-changes/2026/01/12/msg337875.html
Thanks a lot,


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/www/curl/Makefile.common

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

Modified files:

Index: pkgsrc/www/curl/Makefile.common
diff -u pkgsrc/www/curl/Makefile.common:1.32 pkgsrc/www/curl/Makefile.common:1.33
--- pkgsrc/www/curl/Makefile.common:1.32        Mon Jan 12 09:09:09 2026
+++ pkgsrc/www/curl/Makefile.common     Mon Jan 12 11:03:55 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.32 2026/01/12 09:09:09 mef Exp $
+# $NetBSD: Makefile.common,v 1.33 2026/01/12 11:03:55 mef Exp $
 # used by www/libcurl-gnutls/Makefile
 
 DISTNAME=      curl-8.18.0
@@ -24,10 +24,7 @@ USE_LIBTOOL=         yes
 GNU_CONFIGURE=         yes
 GNU_CONFIGURE_ICONV=   no
 
-.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 090500
-PREFER_PKGSRC+=                openssl
-.endif
+BUILDLINK_API_DEPENDS.openssl+=        openssl>=3.0
 
 # Some systems use bundles instead of directories; this needs configuring
 # because curl doesn't use default validation.



Home | Main Index | Thread Index | Old Index