Opened 10 years ago
Closed 10 years ago
#44559 closed defect (fixed)
xorg-xcb-proto: change python run to lib dependencies
Reported by: | Ionic (Mihai Moldovan) | Owned by: | jeremyhu (Jeremy Huddleston Sequoia) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | haspatch | Cc: | nerdling (Jeremy Lavergne) |
Port: | xorg-xcb-proto |
Description
This changes the python*
dependencies in variants from run
to lib
dependencies, effectively fixing builds in trace mode.
Attachments (1)
Change History (4)
Changed 10 years ago by Ionic (Mihai Moldovan)
Attachment: | xorg-xcb-proto-python.diff added |
---|
comment:1 Changed 10 years ago by larryv (Lawrence Velázquez)
Cc: | jeremyhu@… removed |
---|---|
Owner: | changed from macports-tickets@… to jeremyhu@… |
Are they actually library dependencies? It seems unwise to declare semantically-incorrect dependencies just to satisfy trace mode.
comment:2 Changed 10 years ago by Ionic (Mihai Moldovan)
python
is needed at build time. I haven't bothered to check whether it's also needed at runtime, but I assume it is, given python was declared a run dependency before.
So, build
+ run
= lib
.
comment:3 Changed 10 years ago by nerdling (Jeremy Lavergne)
Cc: | snc@… added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Changed deps to lib in r123613.
Note: See
TracTickets for help on using
tickets.
Change
python*
dependencies fromrun
tolib
.