Opened 9 years ago

Closed 9 years ago

#46213 closed defect (fixed)

cmake/modules or cmake/Modules

Reported by: ajdudman Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: Cc: ryandesign (Ryan Carsten Schmidt), michaelld (Michael Dickens)
Port:

Description

On a Case-sensitive Journaled HFS+ volume case matters. Should not dports/_resources/port1.0/group/cmake-1.0.tcl and dports/_resources/port1.0/group/qt4-1.0.tcl agree?

# cd dports/_resources/port1.0/group && grep -i cmake/modules *.tcl
cmake-1.0.tcl:set cmake_share_module_dir ${prefix}/share/cmake/modules
qt4-1.0.tcl:set qt_cmake_module_dir ${qt_dir}/share/cmake/Modules

My guess is uppercase "M" is correct.

Change History (3)

comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: michaelld@… added
Component: baseports

It seems like they should match, yes.

This line was added to the qt4-mac 1.0 portgroup in r72481 and to the cmake 1.0 portgroup in r72483; at that time they were both "modules". It was changed to "Modules" in the qt4-mac 1.0 portgroup in r105451 but the cmake 1.0 portgroup was not changed.

comment:2 Changed 9 years ago by michaelld (Michael Dickens)

I had changed this locally quite a long time ago, but never checked it in for some reason ;) Done in r129400. Should be interesting to see what needs to be rebuilt for folks who use a case-sensitive file system; those using case-insensitive should not see any difference.

comment:3 Changed 9 years ago by michaelld (Michael Dickens)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.