Changes between Initial Version and Version 3 of Ticket #66537
- Timestamp:
- Dec 23, 2022, 4:32:13 PM (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #66537
-
Property
Type
changed from
defect
toenhancement
-
Property
Summary
changed from
gocryptfs always builds instead of just downloading the prebuilt binary on macOS Catalina
toAdd a field to port information that specifies whether that port is distributed as a binary or requires a lengthy rebuild
-
Property
Component
changed from
ports
tobase
- Property Port gocryptfs removed
-
Property
Type
changed from
-
Ticket #66537 – Description
initial v3 1 [https://ports.macports.org/port/gocryptfs/details/] state that there is a prebuilt package for Catalina, and that only `macfuse` is a dependency, but trying to install gocryptfs triggers a complete build from source with the installation of all 4 build dependencies 1 I thought that port details with various OS versions, for example, [https://ports.macports.org/port/gocryptfs/details/], imply that there is a prebuilt package for a green-check-marked system 2 2 3 macOS Catalina 10.15.7 4 {{{ 5 $ sudo port install gocryptfs 6 ---> Computing dependencies for gocryptfs 7 The following dependencies will be installed: 8 go 9 pandoc 10 pkgconfig 11 Continue? [Y/n]: y 12 }}} 3 But it's not the case, so I'd like to suggest adding such information to the details page and the `info` commands as it makes a big difference in installation time & space requirements