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)
Sun, Dec 8, 9:31 PM
Unknown Object (File)
Nov 23 2024, 5:35 PM
Unknown Object (File)
Nov 23 2024, 12:08 PM
Unknown Object (File)
Nov 22 2024, 9:03 AM
Unknown Object (File)
Nov 21 2024, 11:48 AM
Unknown Object (File)
Nov 9 2024, 3:44 AM
Unknown Object (File)
Nov 7 2024, 2:36 AM
Unknown Object (File)
Nov 6 2024, 10:21 AM
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.