Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2024 08:30:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 278943] lang/julia: update to 1.10.3 led to new filenames for certain compiled Julia modules
Message-ID:  <bug-278943-7788-T4xZbB4Rmi@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-278943-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-278943-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=3D278943

Trond Endrest=C3=B8l <Trond.Endrestol@ximalas.info> changed:

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

--- Comment #2 from Trond Endrest=C3=B8l <Trond.Endrestol@ximalas.info> ---
Created attachment 250611
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D250611&action=
=3Dedit
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

--=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-278943-7788-T4xZbB4Rmi>