Opened 13 years ago

Closed 13 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)

AntTweakBar-install_name.diff (1.7 KB) - added by ryandesign (Ryan Carsten Schmidt) 13 years ago.
proposed patch

Download all attachments as: .zip

Change History (4)

Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

proposed patch

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

Keywords: haspatch added

comment:2 Changed 13 years ago by karcaw@…

Yes, please commit.

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

Resolution: fixed
Status: newclosed

Done in r77820.

Note: See TracTickets for help on using tickets.