Opened 14 years ago
Closed 14 years ago
#29123 closed defect (fixed)
AntTweakBar: dylib has wrong install_name
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | karcaw@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | haspatch | Cc: | |
Port: | AntTweakBar |
Description
The dylib installed by AntTweakBar has a slightly wrong install_name:
$ port contents AntTweakBar Port AntTweakBar contains: /opt/local/include/AntTweakBar.h /opt/local/lib/libAntTweakBar.dylib $ otool -L /opt/local/lib/libAntTweakBar.dylib /opt/local/lib/libAntTweakBar.dylib: //opt/local/lib/libAntTweakBar.dylib (compatibility version 0.0.0, current version 0.0.0) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL (compatibility version 1.0.0, current version 1.0.0) /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT (compatibility version 1.0.0, current version 1.0.0) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit (compatibility version 45.0.0, current version 1038.35.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.10) /usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version 227.0.0) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 550.42.0) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation (compatibility version 300.0.0, current version 751.53.0)
Note how its name begins with two slashes. The attached patch fixes this. May I commit it?
Attachments (1)
Change History (4)
Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | AntTweakBar-install_name.diff added |
---|
comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | haspatch added |
---|
comment:3 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Done in r77820.
Note: See
TracTickets for help on using
tickets.
proposed patch