Opened 11 years ago
Closed 3 years ago
#42124 closed defect (fixed)
libcaca should not depend on port:imlib2
Reported by: | devernay (Frédéric Devernay) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | kurthindenburg (Kurt Hindenburg), mascguy (Christopher Nielsen), evanmiller (Evan Miller) | |
Port: | libcaca |
Description
the portfile specifies both
depends_lib ... port:imlib2
and
configure.args ... --disable-imlib2 ...
The imlib2 dependency should be removed (especially since it depends on x11)
Change History (10)
comment:1 Changed 11 years ago by dbevans (David B. Evans)
Owner: | changed from macports-tickets@… to phw@… |
---|
comment:3 Changed 10 years ago by petrrr
Owner: | changed from phw@… to macports-tickets@… |
---|
comment:5 Changed 9 years ago by kurthindenburg (Kurt Hindenburg)
Actually it has both enable and disable - seems that it was committed in r45603
configure.args --mandir=${prefix}/share/man \ --disable-win32 --disable-conio --disable-slang \ --disable-imlib2 --disable-doc \ --disable-x11 --enable-ncurses --enable-imlib2 \ --disable-ruby
However, this could be fixed in https://trac.macports.org/ticket/47526
comment:6 Changed 3 years ago by mascguy (Christopher Nielsen)
Cc: | mascguy added |
---|
comment:7 Changed 3 years ago by mascguy (Christopher Nielsen)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Already fixed; closing
comment:8 Changed 3 years ago by mascguy (Christopher Nielsen)
Cc: | evanmiller added |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
Reopening, as this doesn't appear to be fixed after all...
comment:9 Changed 3 years ago by evanmiller (Evan Miller)
It should be considered fixed. The imlib2
dependency is part of the x11 variant.
comment:10 Changed 3 years ago by mascguy (Christopher Nielsen)
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Fair enough. Thanks for the clarification Evan!
Note: See
TracTickets for help on using
tickets.
Please remember to copy the port maintainer when submitting tickets.