[Bug 278943] lang/julia: update to 1.10.3 led to new filenames for certain compiled Julia modules

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 13 May 2024 08:30:00 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278943

Trond Endrestøl <Trond.Endrestol@ximalas.info> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #250606|0                           |1
        is obsolete|                            |

--- Comment #2 from Trond Endrestøl <Trond.Endrestol@ximalas.info> ---
Created attachment 250611
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=250611&action=edit
Updated patch for lang/julia/pkg-plist also handling the debug case

A comment should be made in the Makefile warning future maintainers that
certain files have filenames based on hashing and are thus unpredicatable. A
target such as the following is a good aid and could be placed in
lang/julia/Makefile.local in the maintainer's private tree, if not in the
official lang/julia/Makefile:

pre-package:
        /usr/bin/find ${STAGEDIR} -type f -or -type l | /usr/bin/sort

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