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 09:09:09 UTC 2026

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

Log Message:
(www/curl) Fix build for NetBSD/9.4 by PREFER_PKGSRC


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 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.31 pkgsrc/www/curl/Makefile.common:1.32
--- pkgsrc/www/curl/Makefile.common:1.31        Wed Jan  7 08:06:33 2026
+++ pkgsrc/www/curl/Makefile.common     Mon Jan 12 09:09:09 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.31 2026/01/07 08:06:33 wiz Exp $
+# $NetBSD: Makefile.common,v 1.32 2026/01/12 09:09:09 mef Exp $
 # used by www/libcurl-gnutls/Makefile
 
 DISTNAME=      curl-8.18.0
@@ -23,6 +23,12 @@ USE_TOOLS+=          nroff perl
 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
+
 # Some systems use bundles instead of directories; this needs configuring
 # because curl doesn't use default validation.
 .if !empty(SSLCERTBUNDLE)



Home | Main Index | Thread Index | Old Index