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)
Apr 19 2024, 12:46 PM
Unknown Object (File)
Jan 13 2024, 9:26 AM
Unknown Object (File)
Dec 20 2023, 2:16 AM
Unknown Object (File)
Dec 10 2023, 6:50 PM
Unknown Object (File)
Dec 7 2023, 4:19 PM
Unknown Object (File)
Nov 22 2023, 6:13 PM
Unknown Object (File)
Oct 19 2023, 10:45 PM
Unknown Object (File)
Oct 19 2023, 1:52 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.