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
Unknown Object (File)
Fri, Oct 10, 5:33 AM
Unknown Object (File)
Wed, Oct 8, 6:11 AM
Unknown Object (File)
Sat, Sep 27, 12:02 AM
Unknown Object (File)
Mon, Sep 22, 10:42 AM
Unknown Object (File)
Sep 13 2025, 1:14 AM
Unknown Object (File)
Sep 11 2025, 1:53 PM
Unknown Object (File)
Sep 11 2025, 12:30 PM
Unknown Object (File)
Sep 1 2025, 5:49 PM
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.