Opened 14 years ago

Closed 4 years ago

#26307 closed defect (fixed)

libident: universal variant isn't universal

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: tobypeterson
Priority: Normal Milestone:
Component: ports Version: 1.9.1
Keywords: Cc:
Port: libident

Description

libident's universal variant doesn't produce fully universal software:

$ port installed libident
The following ports are currently installed:
  libident @0.32_0+universal (active)
$ lipo -info /opt/local/lib/libident.{a,dylib}
Architectures in the fat file: /opt/local/lib/libident.a are: x86_64 i386 
Non-fat file: /opt/local/lib/libident.dylib is architecture: x86_64

The attached patch seems to fix this.

$ port installed libident
The following ports are currently installed:
  libident @0.32_0+universal
  libident @0.32_1+universal (active)
$ lipo -info /opt/local/lib/libident.{a,dylib}
Architectures in the fat file: /opt/local/lib/libident.a are: x86_64 i386 
Architectures in the fat file: /opt/local/lib/libident.dylib are: x86_64 i386 

Attachments (1)

libident-universal.diff (514 bytes) - added by ryandesign (Ryan Carsten Schmidt) 14 years ago.
proposed patch

Download all attachments as: .zip

Change History (2)

Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: libident-universal.diff added

proposed patch

comment:1 Changed 4 years ago by tobypeterson

Resolution: fixed
Status: newclosed

In 96041a66411e98f2046dd306e5f2705c91cc55c7/macports-ports (master):

libident: enable autoreconf, fix indentation, update checksums
fixes #26307

Note: See TracTickets for help on using tickets.