1751f
![]() |
|
|
|
|
|||||||
| Installation and Maintenance of FreeBSD Ports or Packages Installing and maintaining the FreeBSD Ports Collection or FreeBSD Packages (i.e. third party software). |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Well, I was trying to install this OS, but I got problems.
I don't want a meta package, I am refering to kde4. It should have sth like kdebase-startkde(which is a basic installation), kdebase-meta(which is a middle populated installation with basic applications). Going /usr/ports/x11/kde4 makes install things you "do not" need, a clear example is bindings,What do I need bindings for? Id love to install freebsd, because It is the purist OS I have ever heard of, but if it doenst have this forget it. Developers should think of it for next stable 8. Sorry |
|
#2
|
||||
|
||||
|
What exactly eludes you in the concept of 3rd-party applications, i.e. the ports tree?
None of them are part of the OS, nor do FreeBSD developers have anything to do with applications in the ports tree, like KDE (why do you think it's a purist OS -- that's why: it keeps the OS and applications entirely separate). You posted this in the Base System category, instead of in the Ports category, which shows you don't understand the fundamental difference between the two. KDE has nothing to do with FreeBSD, but it can run on it because it's ported over, that's all. And I think 'make config' (in the meta port, and probably in a lot of its constituent ports) gives you plenty of choice as to what to install and what to skip.
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki Before you post: How to ask questions the smart way If you must know .. So, what does an Administrator/Moderator do? ---> Do not PM me with FreeBSD questions. I do not work here. <--- |
|
#3
|
||||
|
||||
|
What you want is already there:
Code:
# cd /usr/ports/x11/kde4 # make config <pick only the options you want> # make install clean |
|
#4
|
|||
|
|||
|
do you absolutely need kde?
have you looked at /usr/ports/x11-wm? |
|
#5
|
|||
|
|||
|
Well make config is the same as make install clean.
If you wanna catch more users this should be better ported. Most things in FreeBSD are great, but you know that war is about graphical environment at present. |
|
#6
|
||||
|
||||
|
You are wrong.
It's all about choice.... |
|
#7
|
||||
|
||||
|
No, it's not, unless you run 'make install clean rmconfig' every time.
And, probably to a majority of FreeBSD users still, graphical environments are of zero interest. If one needs them, they're there, and they're highly configurable. But FreeBSD refuses to hold your hand and make decisions for you. It's not some distro.
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki Before you post: How to ask questions the smart way If you must know .. So, what does an Administrator/Moderator do? ---> Do not PM me with FreeBSD questions. I do not work here. <--- |
|
#8
|
||||
|
||||
|
Come on guys, it should be a real big priority to make KDE 4 work flawlessly on 8.0.....because you know, its not like some people have been using the meta-port of KDE 3 for years, and we really need an almost Windows like desktop environment that works instantly without any problems, so we can draw a large userbase of people who cant distinguish the difference between make install, and make config.
Last edited by Dru; November 9th, 2009 at 21:51. Reason: added "some" |
|
#9
|
||||
|
||||
|
Quote:
You can pick and choose the individual bits manually (after installing the psearch and portmaster ports): Code:
# psearch kde4 <look at all the kde4 ports> # portmaster /usr/ports/whatever/whichever-kde4-port Code:
# cd /usr/ports/x11/kde4 # make config # make install clean Code:
# portmaster x11/kde4 Code:
# pkg_add -r kde4 Code:
# pkg_add -r kdebase4 kdelibs4 kdewhatever4 |
|
#10
|
||||
|
||||
|
Quote:
And what's so hard about: # pkg_add -r kde4
|
|
#11
|
||||
|
||||
|
Phoenix, ahh that was just a little sarcasm twoards the OP, on my part, sorry about the confusion.
|
|
#12
|
||||
|
||||
|
We really need a smiley for that; it took me a second and third read, tbh; well crafted
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki Before you post: How to ask questions the smart way If you must know .. So, what does an Administrator/Moderator do? ---> Do not PM me with FreeBSD questions. I do not work here. <--- |
|
#13
|
|||
|
|||
|
phoenix
Or, you can install the individual packages: Code: Code:
# pkg_add -r kdebase4 kdelibs4 kdewhatever4 Sigle packages which let you to personalize your installation without having to install unnecessary ones. Thank you so much. |
![]() |
| Tags |
| kde4 |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| KDE4 running | Shura | KDE | 11 | July 29th, 2009 08:44 |
| more problems with KDE4 | lumiwa | KDE | 15 | May 9th, 2009 02:34 |
| KDE4.2 keybindings | adamk | KDE | 2 | March 8th, 2009 02:31 |
| [Solved] KDE4.2. What Akonadi is for? | zeiz | KDE | 10 | March 6th, 2009 17:16 |
| if I install KDE4 package without going to /usr/ports/x11/kde4 | mfaridi | Installation and Maintenance of FreeBSD Ports or Packages | 3 | February 1st, 2009 14:59 |