View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014659CMake(No Category)public2013-12-19 08:252014-06-02 08:38
ReporterBenny Siegert 
Assigned ToBrad King 
PrioritynormalSeverityfeatureReproducibilityalways
StatusclosedResolutionfixed 
Platformi386OSMirBSDOS Version10uB4
Product VersionCMake 2.8.12 
Target VersionCMake 3.0Fixed in VersionCMake 3.0 
Summary0014659: Support for MirBSD in CMake
DescriptionMirBSD is a derivative of OpenBSD. CMake does not build on it out of the box but with the OpenBSD platform file, it works fine. That is:

$ ln Modules/Platform/OpenBSD.cmake Modules/Platform/MirBSD.cmake

Then build.

Could you please ship a MirBSD.cmake file that is simply a copy of the OpenBSD.cmake one? Thanks!
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0034819)
Brad King (manager)
2013-12-19 10:30

Try adding the file as follows:

 $ cat Modules/Platform/MirBSD.cmake
 include(Platform/OpenBSD)

Does that work as expected?
(0034822)
Benny Siegert (reporter)
2013-12-19 10:46

Yes, that works as expected.
(0034824)
Brad King (manager)
2013-12-19 11:13

Applied, thanks:

 Add MirBSD platform support
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=af7489d5 [^]
(0034825)
Bill Hoffman (manager)
2013-12-19 12:08

Can you run a CMake dashboard for MirBSD ?
(0034834)
Benny Siegert (reporter)
2013-12-20 04:32

Is that a run of the unit tests, or do you mean a continuous builder?
(0034835)
Brad King (manager)
2013-12-20 09:12

Bill is asking for a nightly build to run every day:

 http://www.cmake.org/Wiki/CMake/Git/Dashboard [^]

That way we will know when an upstream change affects support for this platform.
(0036092)
Robert Maynard (manager)
2014-06-02 08:38

Closing resolved issues that have not been updated in more than 4 months.

 Issue History
Date Modified Username Field Change
2013-12-19 08:25 Benny Siegert New Issue
2013-12-19 10:30 Brad King Note Added: 0034819
2013-12-19 10:46 Benny Siegert Note Added: 0034822
2013-12-19 11:13 Brad King Note Added: 0034824
2013-12-19 11:13 Brad King Assigned To => Brad King
2013-12-19 11:13 Brad King Status new => resolved
2013-12-19 11:13 Brad King Resolution open => fixed
2013-12-19 11:13 Brad King Fixed in Version => CMake 3.0
2013-12-19 11:13 Brad King Target Version => CMake 3.0
2013-12-19 12:08 Bill Hoffman Note Added: 0034825
2013-12-19 14:06 Brad King Status resolved => feedback
2013-12-19 14:06 Brad King Resolution fixed => reopened
2013-12-20 04:32 Benny Siegert Note Added: 0034834
2013-12-20 04:32 Benny Siegert Status feedback => assigned
2013-12-20 09:12 Brad King Note Added: 0034835
2014-01-27 13:47 Brad King Status assigned => resolved
2014-01-27 13:47 Brad King Resolution reopened => fixed
2014-06-02 08:38 Robert Maynard Note Added: 0036092
2014-06-02 08:38 Robert Maynard Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team