Re: kde3 meta port question

2004-02-03 Thread Harald Schmalzbauer
On Monday 02 February 2004 22:23, Didier Wiroth wrote:
> Hi,
>
> I've kde installed from the cd on my box.
>
> I would like to recompile the "entire" kde packages.
>
> I'll do the following from /usr/ports/x11/kde3
>
> @work:/usr/ports/x11/kde3# make
> ===>  Extracting for kde-3.1.4
> ===>  Patching for kde-3.1.4
> ===>   kde-3.1.4 depends on file: /usr/X11R6/bin/moc - found
> ===>   kde-3.1.4 depends on shared library: konq - found
> ===>   kde-3.1.4 depends on shared library: kdecore - found
> ===>  Configuring for kde-3.1.4
> @work:/usr/ports/x11/kde3#
>
> That's it, it doesn't start to compile, why? Do I have to uninstall all my
> kde packages before being able to compile the entire kde packages?

If you already successfully installed the kde3-port you can "make clean && 
make install" or just "make reinstall".

-Harry

>
>
> I've these kde related entries in make.conf:
> WITHOUT_KDEVELOP=yes
> WITHOUT_KDEEDU=yes
> WITHOUT_KDEGAMES=yes
> WITHOUT_KOFFICE=yes
> WITHOUT_KDEPIM=yes
> WITHOUT_KDESDK=yes
> WITHOUT_QUANTA=yes
>
> thx a lot
>
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"


pgp0.pgp
Description: signature


Re: kde3 meta port question

2004-02-02 Thread Roop Nanuwa
Didier Wiroth wrote:

Hi,

I would like to recompile the "entire" kde packages.

I'll do the following from /usr/ports/x11/kde3

@work:/usr/ports/x11/kde3# make
 

...

@work:/usr/ports/x11/kde3#

That's it, it doesn't start to compile, why? Do I have to uninstall all my kde

packages before being able to compile the entire kde packages?

 

The meta-port itself doesn't have anything to compile everything it 
needs to compile are
the run dependencies (not build dependencies). It will all start 
compiling once you type
"make install".

--roop
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


kde3 meta port question

2004-02-02 Thread Didier Wiroth
Hi,

I've kde installed from the cd on my box.

I would like to recompile the "entire" kde packages.

I'll do the following from /usr/ports/x11/kde3

@work:/usr/ports/x11/kde3# make
===>  Extracting for kde-3.1.4
===>  Patching for kde-3.1.4
===>   kde-3.1.4 depends on file: /usr/X11R6/bin/moc - found
===>   kde-3.1.4 depends on shared library: konq - found
===>   kde-3.1.4 depends on shared library: kdecore - found
===>  Configuring for kde-3.1.4
@work:/usr/ports/x11/kde3#

That's it, it doesn't start to compile, why? Do I have to uninstall all my kde 
packages before being able to compile the entire kde packages?


I've these kde related entries in make.conf:
WITHOUT_KDEVELOP=yes
WITHOUT_KDEEDU=yes
WITHOUT_KDEGAMES=yes
WITHOUT_KOFFICE=yes
WITHOUT_KDEPIM=yes
WITHOUT_KDESDK=yes
WITHOUT_QUANTA=yes

thx a lot

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"