Opened 11 years ago
Closed 6 years ago
#39745 closed defect (fixed)
xsel missing dependency
Reported by: | baf@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | Cc: | ||
Port: | xsel |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
xsel depends on xorg-libXt but doesnt install it. specifically:
xsel.c:32:10: fatal error: 'X11/StringDefs.h' file not found
Change History (4)
comment:1 Changed 11 years ago by cooljeanius (Eric Gallager)
comment:2 follow-up: 3 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Owner: | changed from macports-tickets@… to ryandesign@… |
Status: | new → assigned |
comment:3 Changed 9 years ago by bobo@…
Replying to ryandesign@…: Still broken, exactly as described. Installed fine with sudo /opt/local/bin/port install xorg-libXt xsel
comment:4 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Confirming that xorg-libXt provides
X11/StringDefs.h
:xsel
doesn't actually link against any ofxorg-libXt
's libraries though:So it would just be a build dependency, not a library dependency.