Page MenuHomeFreeBSD

Fix patch in lang/ghc
ClosedPublic

Authored by tcberner on Aug 10 2017, 6:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Feb 26, 8:46 AM
Unknown Object (File)
Tue, Feb 25, 2:01 PM
Unknown Object (File)
Tue, Feb 25, 1:52 PM
Unknown Object (File)
Tue, Feb 25, 1:17 PM
Unknown Object (File)
Thu, Feb 13, 4:51 PM
Unknown Object (File)
Wed, Feb 12, 5:08 AM
Unknown Object (File)
Jan 24 2025, 6:56 PM
Unknown Object (File)
Jan 21 2025, 9:54 PM
Subscribers

Details

Summary

Unfortunately I seem to have run make makepatch without re-editing the patch, and the %%FOO%% were replaced by there sed'ed value.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Generally, it looks okay to me. Although let me add that there was a '@' before ${REINPLACE_CMD} ... at the post-patch target in the earlier version of the lang/ghc/Makefile. Currently it displays the respective sed(1) on the patch target, which is just noise. I guess that is leftover from debugging.

This revision was automatically updated to reflect the committed changes.