Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#43133 closed defect (fixed)

cmake: use MacPorts libraries

Reported by: anddam (Andrea D'Amore) Owned by: cssdev
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: cooljeanius (Eric Gallager), mojca (Mojca Miklavec), mkae (Marko Käning)
Port: cmake

Description

I stumbled into an issue where cmake couldn't fetch a file using https due to missing SSL support in libcurl even if my curl from port had SSL support.

It turns out that cmake is currently building builtin curl, expat zlib, bzip2 and libarchive. It should instead use port dependencies for ease of configuration.

I'm also adding openmaintainer to the maintainers, if there's a specific reason why you would retain strict control over the port remember to remove it.

Patch attached.

Attachments (1)

patch-cmake.diff (1.5 KB) - added by anddam (Andrea D'Amore) 10 years ago.

Download all attachments as: .zip

Change History (6)

Changed 10 years ago by anddam (Andrea D'Amore)

Attachment: patch-cmake.diff added

comment:1 Changed 10 years ago by cooljeanius (Eric Gallager)

Cc: egall@… added

Cc Me!

comment:2 Changed 10 years ago by mojca (Mojca Miklavec)

Cc: mojca@… added

Cc Me!

comment:3 Changed 10 years ago by mkae (Marko Käning)

Cc: mk@… added

Cc Me!

comment:4 Changed 10 years ago by mojca (Mojca Miklavec)

Resolution: fixed
Status: newclosed
Summary: cmake @2.8.12.2_1 use MacPorts librariescmake: use MacPorts libraries
Version: 2.2.1

Committed in r121110.

comment:5 Changed 10 years ago by anddam (Andrea D'Amore)

Had totally forgot about this, thanks for pushing it.

Note: See TracTickets for help on using tickets.