[Bug 271363] lang/julia: Update to 1.9.0

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 11 May 2023 14:25:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271363

Robert Clausecker <fuz@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
                 CC|                            |fuz@FreeBSD.org

--- Comment #1 from Robert Clausecker <fuz@FreeBSD.org> ---
Thank you for the update.  Please note that ${RM} already includes -f, so no
need to supply it again.

Here:

    ${FIND} ${STAGEDIR}${PREFIX}/share/julia/compiled -name "*.so" | ${XARGS}
${STRIP_CMD}

you could use the simpler

    ${FIND} ${STAGEDIR}${PREFIX}/share/julia/compiled -name "*.so" -exec
${STRIP_CMD} {} +

Please let me know if you want your patch to be committed as is or submit a
new, changed patch.

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