Stuart Henderson <[email protected]> writes: > On 2017/05/16 12:36, Rafael Sadowski wrote: >> -RUN_DEPENDS = devel/git >> +BUILD_DEPENDS = devel/readline >> +RUN_DEPENDS = devel/git \ >> + devel/readline > > BUILD+RUN_DEPENDS on readline? That looks wrong.. Check WANTLIB too.
Hmm, that initially looked wrong here too, but I must have mixed up some port-lib-depends-check results. Yes, port-lib-depends-check rightfully complains: gitsh-0.11.2(devel/gitsh): Missing: ereadline.1 from readline-6.3 (/usr/local/share/gitsh/ruby/lib/gitsh/line_editor_native.so) Missing: gmp.10 from gmp-6.1.2 (/usr/local/share/gitsh/ruby/lib/gitsh/line_editor_native.so) Missing: m.10 (/usr/local/share/gitsh/ruby/lib/gitsh/line_editor_native.so) (system lib) Missing: ncurses.14 (/usr/local/share/gitsh/ruby/lib/gitsh/line_editor_native.so) (system lib) Missing: pthread.23 (/usr/local/share/gitsh/ruby/lib/gitsh/line_editor_native.so) (system lib) Missing: ruby23.1 from ruby-2.3.4 (/usr/local/share/gitsh/ruby/lib/gitsh/line_editor_native.so) WANTLIB += ereadline gmp m ncurses pthread ruby23 *** Error 1 in target 'port-lib-depends-check' (ignored) >> -SEPARATE_BUILD = Yes >> +SEPARATE_BUILD = No > > Either "Yes" or remove the line. Indeed. -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE
