Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 08 Apr 2022 08:20:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 262581] lang/crystal: Update to 1.3.2
Message-ID:  <bug-262581-7788-v8zBFMniyO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-262581-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-262581-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262581

--- Comment #10 from Fernando Apestegu=C3=ADa <fernape@FreeBSD.org> ---
(In reply to slowdive from comment #9)
Those extra patches are applied conditionally
(https://docs.freebsd.org/en/books/porters-handbook/slow-porting/#slow-patc=
h).
>From the Makefile:

# crystal needs pkgconfig to determine SSL variants but these are not
# present in FreeBSD base. We splice in the correct info based on
# FreeBSD version and hope it doesn't change during minor releases.
# See post-patch for the substitutions of these patches.
.if ${SSL_DEFAULT} =3D=3D "base"
EXTRA_PATCHES=3D  ${PATCHDIR}/extra-patch-src_openssl_lib__crypto.cr \
                ${PATCHDIR}/extra-patch-src_openssl_lib__ssl.cr
.endif

Do you have a different SSL_DEFAULT?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-262581-7788-v8zBFMniyO>