Page MenuHomeFreeBSD

Fix patch in lang/ghc
ClosedPublic

Authored by tcberner on Aug 10 2017, 6:15 PM.
Tags
None
Referenced Files
F160496782: D11961.id.diff
Thu, Jun 25, 3:00 AM
F160460080: D11961.diff
Wed, Jun 24, 5:25 PM
Unknown Object (File)
Tue, Jun 23, 10:56 AM
Unknown Object (File)
Mon, Jun 22, 7:05 PM
Unknown Object (File)
Sun, Jun 21, 7:52 PM
Unknown Object (File)
Fri, Jun 19, 11:50 AM
Unknown Object (File)
Wed, Jun 3, 2:09 PM
Unknown Object (File)
Wed, Jun 3, 7:40 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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 11006
Build 11393: arc lint + arc unit

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.