tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/www/curl
On Sun, Oct 05, 2025 at 05:25:26PM +0100, Jonathan Schleifer wrote:
> Module Name: pkgsrc
> Committed By: js
> Date: Sun Oct 5 17:25:26 UTC 2025
>
> Modified Files:
> pkgsrc/www/curl: buildlink3.mk
>
> Log Message:
> www/curl: Add openssl option to buildlink3.mk
When adding an option like this, you need to recursively bump
PKGREVISIONs.
The problem is that a user might have an old version of curl
installed. That was linked against openssl, but it didn't define the
option, so the option check will fail and openssl's buildlink3.mk file
will not be included.
So please bump curl's PKGREVISION and do a recursive bump for curl.
Thanks,
Thomas
Home |
Main Index |
Thread Index |
Old Index