Date: Thu, 11 May 2023 14:25:19 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 271363] lang/julia: Update to 1.9.0 Message-ID: <bug-271363-7788-Pk1Y2iajQV@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-271363-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-271363-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=3D271363 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" | ${XARG= S} ${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. --=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-271363-7788-Pk1Y2iajQV>