Date: Thu, 25 Apr 2002 16:50:02 -0300 (ART) From: "=?iso-8859-1?q?E.=20J.=20Cerejo?=" <edu07643@yahoo.com.br> To: Lauri Watts <lauri@kde.org> Cc: freebsd-questions@freebsd.org Subject: Re: KDE3 and the mcopidl file Message-ID: <20020425195002.76499.qmail@web10603.mail.yahoo.com> In-Reply-To: <200204251948.45368.lauri@kde.org>
next in thread | previous in thread | raw e-mail | index | archive | help
That did it! The weird thing was that arts was showing as an installed package in /var/db/pkg but there no files installed from that port, I ran pkg_info -L command to find out what files got installed and after that I looked for them and none of them could be found so I had to compile it again and installed it and after that kdelibs installed fine. Thanks --- Lauri Watts <lauri@kde.org> escreveu: > On Thursday 25 April 2002 19.16, E. J. Cerejo wrote: > > Trying to install KDE3 and it fail in kdelibs3, it > > compiles fine but when it starts installing if > fails > > and gives me the following error: > > > It looks like it can't find mcopidl, does anybody > know > > what port do I have to install to get this file? > > audio/arts > > Looks like we need to add another build-depends to > this one. > > Try applying this (save this to a file > /usr/ports/X11/kdelibs3/Makefile.new > then cd /usr/ports/x11/kdelibs3/ && patch < > Makefile.new ) > > You will probably need to make clean and start over. > > --- Makefile Mon Apr 22 10:41:29 2002 > +++ Makefile.new Thu Apr 25 19:37:20 2002 > @@ -16,7 +16,8 @@ > MAINTAINER?= kde@FreeBSD.org > > BUILD_DEPENDS+= > autoconf:${PORTSDIR}/devel/autoconf \ > - automake:${PORTSDIR}/devel/automake > + automake:${PORTSDIR}/devel/automake > \ > + arts:${PORTSDIR}/audio/arts > LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ > qtmcop.1:${PORTSDIR}/audio/arts \ > > audiofile.0:${PORTSDIR}/audio/libaudiofile \ > > (please let me know if that helps, if it does, I'll > get it committed) > > Cheers, > -- > Lauri Watts _______________________________________________________________________________________________ Yahoo! Empregos O trabalho dos seus sonhos pode estar aqui. Cadastre-se hoje mesmo no Yahoo! Empregos e tenha acesso a milhares de vagas abertas! http://br.empregos.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020425195002.76499.qmail>