PR/59899 CVS commit: pkgsrc/www/curl
"David H. Gutteridge" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.bugs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR pkg/59899; it has been noted by GNATS. From: "David H. Gutteridge" <[email protected]> To: [email protected] Cc: Subject: PR/59899 CVS commit: pkgsrc/www/curl Date: Mon, 19 Jan 2026 19:25:40 +0000 Module Name: pkgsrc Committed By: gutteridge Date: Mon Jan 19 19:25:40 UTC 2026 Modified Files: pkgsrc/www/curl: Makefile.common buildlink3.mk options.mk Log Message: curl & libcurl-gnutls: fix BUILDLINK_API_DEPENDS.openssl The assignment shouldn't be placed in Makefile.common for more than one reason (openssl is a build option, it should be propagated to packages that link against libcurl, and, though harmless, makes no sense being applied to libcurl-gnutls). Related to PR pkg/59899. Also likely related to: https://mail-index.netbsd.org/tech-pkg/2026/01/16/msg031893.html To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/www/curl/Makefile.common cvs rdiff -u -r1.69 -r1.70 pkgsrc/www/curl/buildlink3.mk cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/curl/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.