Opened 14 years ago
Closed 14 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)
Change History (5)
Changed 14 years ago by mklein-de (Michael Klein)
Attachment: | Portfile.diff added |
---|
Changed 14 years ago by mklein-de (Michael Klein)
Attachment: | patch-10.5_universal_build.diff added |
---|
Project file patch
comment:1 Changed 14 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to dports@… |
---|
comment:2 Changed 14 years ago by drkp (Dan Ports)
Status: | new → assigned |
---|
comment:3 Changed 14 years ago by drkp (Dan Ports)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Thanks for the patch. Committed in r72241.
Note: See
TracTickets for help on using
tickets.
Portfile patch