Opened 13 years ago

Closed 13 years ago

#26721 closed defect (fixed)

macfuse 2.0.3_2: /Library/Frameworks/MacFUSE.framework/MacFUSE has wrong archs on 10.5 (PPC)

Reported by: mklein-de (Michael Klein) Owned by: drkp (Dan Ports)
Priority: Normal Milestone:
Component: ports Version: 1.9.1
Keywords: haspatch Cc:
Port: macfuse

Description

This is on a 10.5.8 G4 Powerbook:

~ $ lipo -info /Library/Frameworks/MacFUSE.framework/MacFUSE 
Architectures in the fat file: /Library/Frameworks/MacFUSE.framework/MacFUSE are: i386 x86_64 

other files in the macfuse package are ok:

$ lipo -info /opt/local/lib/libfuse.2.7.3.dylib 
Architectures in the fat file: /opt/local/lib/libfuse.2.7.3.dylib are: i386 ppc7400 x86_64 ppc64 

The patch below changes the project file to do a 32/64 universal build for the 10.5 MacFUSE framework

Attachments (2)

Portfile.diff (849 bytes) - added by mklein-de (Michael Klein) 13 years ago.
Portfile patch
patch-10.5_universal_build.diff (785 bytes) - added by mklein-de (Michael Klein) 13 years ago.
Project file patch

Download all attachments as: .zip

Change History (5)

Changed 13 years ago by mklein-de (Michael Klein)

Attachment: Portfile.diff added

Portfile patch

Changed 13 years ago by mklein-de (Michael Klein)

Project file patch

comment:1 Changed 13 years ago by mf2k (Frank Schima)

Owner: changed from macports-tickets@… to dports@…

comment:2 Changed 13 years ago by drkp (Dan Ports)

Status: newassigned

comment:3 Changed 13 years ago by drkp (Dan Ports)

Resolution: fixed
Status: assignedclosed

Thanks for the patch. Committed in r72241.

Note: See TracTickets for help on using tickets.