Changes between Initial Version and Version 6 of Ticket #65065
- Timestamp:
- Apr 24, 2022, 9:14:47 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #65065
-
Property
Status
changed from
new
toaccepted
-
Property
Summary
changed from
curl: circular dependency introduced due to dependency on brodle
tocurl: circular dependency introduced due to dependency on brotli
- Property Owner set to ryandesign
- Property Keywords curl brotli cmake removed
-
Property
Status
changed from
-
Ticket #65065 – Description
initial v6 26 26 The circular dependency is caused by cmake requiring port:curl, port:curl requiring port:brotli and port:brotli in turn requiring port:cmake. 27 27 28 This change was introduced in a recent commit that adds brotli support to curl. 29 https://github.com/macports/macports-ports/commit/e1ed418961c5919aacfeb582bb0baa2d74243a8f 28 This change was introduced in a recent commit that adds brotli support to curl. [e1ed418961c5919aacfeb582bb0baa2d74243a8f/macports-ports]