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)
Thu, Dec 12, 11:29 PM
Unknown Object (File)
Nov 26 2024, 11:50 PM
Unknown Object (File)
Nov 13 2024, 5:45 PM
Unknown Object (File)
Oct 6 2024, 1:43 PM
Unknown Object (File)
Oct 1 2024, 2:40 PM
Unknown Object (File)
Sep 27 2024, 2:20 PM
Unknown Object (File)
Sep 19 2024, 12:21 PM
Unknown Object (File)
Sep 11 2024, 2:56 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.