Page MenuHomeFreeBSD

Update cmake to 3.8.0
ClosedPublic

Authored by tcberner on Feb 12 2017, 5:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 15 2024, 3:31 PM
Unknown Object (File)
Mar 15 2024, 3:31 PM
Unknown Object (File)
Mar 15 2024, 3:31 PM
Unknown Object (File)
Mar 15 2024, 3:31 PM
Unknown Object (File)
Mar 15 2024, 3:31 PM
Unknown Object (File)
Mar 15 2024, 3:31 PM
Unknown Object (File)
Mar 15 2024, 3:31 PM
Unknown Object (File)
Mar 15 2024, 3:19 PM
Subscribers

Details

Summary
  • Update cmake to 3.8.0
  • Wait for the release :-)
Test Plan

Exp-Run

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 7384
Build 7549: arc lint + arc unit

Event Timeline

tcberner retitled this revision from to Update cmake to 3.8.0.
tcberner updated this object.
tcberner edited the test plan for this revision. (Show Details)
tcberner added a reviewer: rakuco.

Do you intend to commit the RC to the ports tree? If so, you need to add a suffix that will be bumped/removed with newer RCs and the final release.

devel/cmake/Makefile
35

Don't you need to do the same in cmake-gui?

Don't worry, I'll wait for the release.

tcberner marked an inline comment as done.
tcberner edited edge metadata.
  • Add security/rhash also to the LIB_DEPENDS of cmake-gui, as @rakuco correctly pointed out.
rakuco edited edge metadata.

lgtm then

This revision is now accepted and ready to land.Feb 12 2017, 7:16 PM
mat added a reviewer: mat.
mat added inline comments.
devel/cmake-doc/Makefile
4–6

This should be:

DISTVERSION= 3.8.0-rc1

devel/cmake-gui/Makefile
4–6

same.

devel/cmake/Makefile
4–6

same.

Ah, DISTVERSION accepts -rc1, nice :)

I will update the diff once 3.8.0 is officially released -- so that does not really matter.

Ah, DISTVERSION accepts -rc1, nice :)

The whole point of DISTVERSION is to grok upstream version numbers into what pkg version understands.

So, yes, It'll turn -rc1 in .r1, for example.

tcberner edited edge metadata.

It finally got released...

I'll ask for an exp-run tomorrow.

This revision now requires review to proceed.Apr 10 2017, 10:13 PM
This revision is now accepted and ready to land.Apr 19 2017, 2:37 PM
This revision was automatically updated to reflect the committed changes.