Page MenuHomeFreeBSD

devel/cccc: update to version 3.1.5
ClosedPublic

Authored by pizzamig on Sep 5 2017, 8:39 PM.
Tags
None
Referenced Files
F135594846: D12234.diff
Tue, Nov 11, 3:43 AM
Unknown Object (File)
Sun, Nov 9, 2:28 AM
Unknown Object (File)
Sat, Nov 8, 12:21 AM
Unknown Object (File)
Mon, Oct 27, 6:10 PM
Unknown Object (File)
Sat, Oct 18, 4:43 PM
Unknown Object (File)
Sat, Oct 18, 11:34 AM
Unknown Object (File)
Sat, Oct 18, 11:19 AM
Unknown Object (File)
Sat, Oct 18, 11:05 AM
Subscribers

Details

Summary

devel/cccc: update to version 3.1.5

Moving to the github repository to get the last version
Removing an obsolete patch

Approved by: olivier (mentor)
Approved by: lme (mentor)
Differential Revision\: https://reviews.freebsd.org/DXXXXX

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Sep 5 2017, 10:10 PM
devel/cccc/Makefile
20–21 ↗(On Diff #32681)

This appears too late in the Makefile. See 14. Order of Variables in Port Makefiles.

devel/cccc/Makefile
20–21 ↗(On Diff #32681)

But my "portlint -A" (portlint-2.17.12) was happy.

Even if portlint (2.17.12) was happy, the Ch 14 of the porter's handbook
give some more precise hints.

USES and USE_x are in the same block, related variables as well

This revision now requires review to proceed.Sep 6 2017, 8:25 AM
This revision is now accepted and ready to land.Sep 6 2017, 9:45 AM
devel/cccc/Makefile
20–21 ↗(On Diff #32681)

I am sure I can write countless versions of this Makefile that portlint will be happy with and that are awfully badly written.

portlint is a basic static lint tool, it will tell you about very obvious mistakes, but will not tell you about anything else.

This revision was automatically updated to reflect the committed changes.