Opened 13 years ago
Closed 6 years ago
#29786 closed enhancement (fixed)
Unselect universal variant if there ends up being only one arch
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | MacPorts 2.0.0 |
Component: | base | Version: | 1.9.2 |
Keywords: | Cc: | ||
Port: |
Description
If I am on Snow Leopard (default build_arch is x86_64) and have a port that limits building to 32-bit ("supported_archs i386 ppc") and I request the universal variant, the port will end up installed for only i386. "port -v installed" shows the port is installed with only i386 arch, but it still shows the universal variant is selected.
$ port -v installed twain-sane The following ports are currently installed: twain-sane @2.5_1+universal (active) platform='darwin 10' archs='i386'
Suggestion: If the intersection of universal_archs and supported_archs leaves only a single arch, MacPorts should unselect the universal variant.
Change History (1)
comment:1 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)
Milestone: | → MacPorts 2.0.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
A different solution was implemented for MacPorts 2.0.0: An error message is now printed: