[MacPorts] #39745: xsel missing dependency
MacPorts
noreply at macports.org
Mon Jul 15 07:10:19 PDT 2013
#39745: xsel missing dependency
---------------------+--------------------------------
Reporter: baf@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.1.3
Resolution: | Keywords:
Port: xsel |
---------------------+--------------------------------
Comment (by egall@…):
Confirming that xorg-libXt provides `X11/StringDefs.h`:
{{{
Local-Admins-MacBook-Pro:~ ericgallager$ port provides
/opt/local/include/X11/StringDefs.h
/opt/local/include/X11/StringDefs.h is provided by: xorg-libXt
}}}
`xsel` doesn't actually link against any of `xorg-libXt`'s libraries
though:
{{{
Local-Admins-MacBook-Pro:~ ericgallager$ otool -L /opt/local/bin/xsel
/opt/local/bin/xsel:
/opt/local/lib/libX11.6.dylib (compatibility version 10.0.0,
current version 10.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 125.2.11)
}}}
So it would just be a build dependency, '''not''' a library dependency.
--
Ticket URL: <https://trac.macports.org/ticket/39745#comment:1>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list