[MacPorts] #65085: devel/fossil should not set the --with-exec-rel-paths configuration flag
MacPorts
noreply at macports.org
Thu Jun 23 20:42:30 UTC 2022
#65085: devel/fossil should not set the --with-exec-rel-paths configuration flag
----------------------+----------------------
Reporter: mdurian | Owner: ci42
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.7.2
Resolution: | Keywords:
Port: fossil |
----------------------+----------------------
Comment (by lifepillar):
To reproduce:
{{{
fossil init myrepo.fossil
fossil open myrepo.fossil --workdir myrepo
cd myrepo
echo "hello" >foo.txt
fossil add foo.txt
fossil commit -m "Add foo." foo.txt
echo "bonjour" >>foo.txt
mkdir bar
cd bar
fossil diff
}}}
At that point, instead of the expected diff, you should get `MISSING
foo.txt`. This does not happen with the official Fossil binary in the same
environment (in my case, macOS 12.4 on a MacBook Pro M1), so it is clearly
an issue with the MacPorts build.
See also this other discussion: https://fossil-
scm.org/forum/forumpost/5d88aa7d67
--
Ticket URL: <https://trac.macports.org/ticket/65085#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list