#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)
Change History (6)
Changed 11 years ago by anddam (Andrea D'Amore)
Attachment: | patch-cmake.diff added |
---|
comment:1 Changed 11 years ago by cooljeanius (Eric Gallager)
Cc: | egall@… added |
---|
comment:4 Changed 10 years ago by mojca (Mojca Miklavec)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Summary: | cmake @2.8.12.2_1 use MacPorts libraries → cmake: 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.
Cc Me!