[Bug 262581] lang/crystal: Update to 1.3.2
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 262581] lang/crystal: Update to 1.3.2"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Apr 2022 08:20:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262581 --- Comment #10 from Fernando ApesteguĂa <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-patch). 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} == "base" EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src_openssl_lib__crypto.cr \ ${PATCHDIR}/extra-patch-src_openssl_lib__ssl.cr .endif Do you have a different SSL_DEFAULT? -- You are receiving this mail because: You are the assignee for the bug.