Opened 13 years ago

Closed 13 years ago

#28355 closed defect (fixed)

eggdrop: universal variant doesn't install universal files

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: dreness (Andre LaBranche)
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: universal Cc:
Port: eggdrop

Description

eggdrop's universal variant compiles without complaint, but does not actually end up installing universal software:

$ port installed eggdrop
The following ports are currently installed:
  eggdrop @1.6.20_0+universal (active)
$ port -q contents eggdrop | xargs -n 1 lipo -info 2>/dev/null
Non-fat file: /opt/local/bin/eggdrop is architecture: x86_64
Non-fat file: /opt/local/share/eggdrop/eggdrop-1.6.20 is architecture: x86_64
$ 

Please either fix the universal variant so it builds universal software, or disable it if it cannot be fixed.

Change History (1)

comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.