Antoine Jacoutot <ajacou...@bsdfrog.org> wrote:
> On Thu, Sep 06, 2018 at 08:23:36AM +0200, Solene Rapenne wrote:
> > umbrello doesn't start if some packages are missing,
> > the following patch add the two required packages as RUN_DEPENDS
> > 
> > Index: Makefile
> > ===================================================================
> > RCS file: /cvs/ports/x11/kde-applications/umbrello/Makefile,v
> > retrieving revision 1.3
> > diff -u -p -r1.3 Makefile
> > --- Makefile    29 Jun 2018 22:16:26 -0000      1.3
> > +++ Makefile    6 Sep 2018 06:22:31 -0000
> > @@ -29,6 +29,8 @@ BUILD_DEPENDS =       devel/gettext-tools \
> > 
> >  RUN_DEPENDS =  devel/kf5/kdoctools \
> >                 devel/kf5/kcrash \
> > +               devel/kf5/kdelibs4support \
> > +               devel/kf5/kunitconversion \
> >                 x11/gtk+3,-guic \
> >                 devel/desktop-file-utils \
> >                 math/graphviz
> 
> You sure these aren't LIB_DEPENDS?
> Did you run port-lib-depends-check?

yes, I meant LIB_DEPENDS sorry
the patch is useless, as it miss WANTLIB too

$ make port-lib-depends-check reports this

LIB_DEPENDS tcl->=8.5,<8.6:lang/tcl/8.5 not needed for math/graphviz,-main ?

umbrello-17.12.3p1(x11/kde-applications/umbrello):
Missing: KF5KDELibs4Support.6 from kdelibs4support-5.46.0 
(/usr/local/bin/umbrello5)
Missing: KF5UnitConversion.3 from kunitconversion-5.46.0 
(/usr/local/bin/umbrello5)
WANTLIB += KF5KDELibs4Support KF5UnitConversion
*** Error 1 in target 'port-lib-depends-check' (ignored)



Reply via email to