1751f [Solved] kde4-meta package - The FreeBSD Forums
The FreeBSD Forums  

Go Back   The FreeBSD Forums > Ports & Packages > Installation and Maintenance of FreeBSD Ports or Packages

Installation and Maintenance of FreeBSD Ports or Packages Installing and maintaining the FreeBSD Ports Collection or FreeBSD Packages (i.e. third party software).

Reply
 
Thread Tools Display Modes
  #1  
Old November 5th, 2009, 20:20
noveou noveou is offline
Junior Member
 
Join Date: Nov 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default kde4-meta package

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
Reply With Quote
  #2  
Old November 5th, 2009, 20:37
DutchDaemon's Avatar
DutchDaemon DutchDaemon is offline
Administrator
 
Join Date: Nov 2008
Location: Rotterdam, the Netherlands
Posts: 9,859
Thanks: 30
Thanked 1,896 Times in 1,338 Posts
Default

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. <---
Reply With Quote
  #3  
Old November 5th, 2009, 21:02
phoenix's Avatar
phoenix phoenix is offline
Moderator
 
Join Date: Nov 2008
Location: Kamloops, BC, Canada
Posts: 3,144
Thanks: 43
Thanked 703 Times in 579 Posts
Default

What you want is already there:
Code:
# cd /usr/ports/x11/kde4
# make config
<pick only the options you want>
# make install clean
Doesn't get much simpler than that.
__________________
Freddie

Help for FreeBSD: Handbook, FAQ, man pages, mailing lists.
Reply With Quote
  #4  
Old November 5th, 2009, 22:25
LateNiteTV LateNiteTV is offline
Member
 
Join Date: Nov 2008
Location: palm springs
Posts: 391
Thanks: 21
Thanked 24 Times in 24 Posts
Default

do you absolutely need kde?
have you looked at /usr/ports/x11-wm?
Reply With Quote
  #5  
Old November 9th, 2009, 09:12
noveou noveou is offline
Junior Member
 
Join Date: Nov 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

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.
Reply With Quote
  #6  
Old November 9th, 2009, 10:26
graudeejs's Avatar
graudeejs graudeejs is offline
Style(9) Addict
 
Join Date: Nov 2008
Location: Riga, Latvia
Posts: 4,525
Thanks: 422
Thanked 607 Times in 475 Posts
Default

You are wrong.
It's all about choice....
Reply With Quote
  #7  
Old November 9th, 2009, 12:18
DutchDaemon's Avatar
DutchDaemon DutchDaemon is offline
Administrator
 
Join Date: Nov 2008
Location: Rotterdam, the Netherlands
Posts: 9,859
Thanks: 30
Thanked 1,896 Times in 1,338 Posts
Default

Quote:
Originally Posted by noveou View Post
Well make config is the same as make install clean.
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. <---
Reply With Quote
  #8  
Old November 9th, 2009, 21:36
Dru's Avatar
Dru Dru is offline
Member
 
Join Date: Sep 2009
Posts: 186
Thanks: 17
Thanked 13 Times in 8 Posts
Default

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"
Reply With Quote
  #9  
Old November 10th, 2009, 05:01
phoenix's Avatar
phoenix phoenix is offline
Moderator
 
Join Date: Nov 2008
Location: Kamloops, BC, Canada
Posts: 3,144
Thanks: 43
Thanked 703 Times in 579 Posts
Default

Quote:
Originally Posted by noveou View Post
Most things in FreeBSD are great, but you know that war is about graphical environment at present.
Define "better ported".

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
Or, you can use the meta-port to pick and choose what you want:
Code:
# cd /usr/ports/x11/kde4
# make config
# make install clean
Or using portmaster:
Code:
# portmaster x11/kde4
Or, you can use the pre-compiled packages and not worry about it:
Code:
# pkg_add -r kde4
Or, you can install the individual packages:
Code:
# pkg_add -r kdebase4 kdelibs4 kdewhatever4
What more do you need?
__________________
Freddie

Help for FreeBSD: Handbook, FAQ, man pages, mailing lists.
Reply With Quote
  #10  
Old November 10th, 2009, 05:03
phoenix's Avatar
phoenix phoenix is offline
Moderator
 
Join Date: Nov 2008
Location: Kamloops, BC, Canada
Posts: 3,144
Thanks: 43
Thanked 703 Times in 579 Posts
Default

Quote:
Originally Posted by Dru View Post
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.
What's not working? Have you put in PRs about them?

And what's so hard about:
# pkg_add -r kde4
__________________
Freddie

Help for FreeBSD: Handbook, FAQ, man pages, mailing lists.
Reply With Quote
  #11  
Old November 10th, 2009, 05:44
Dru's Avatar
Dru Dru is offline
Member
 
Join Date: Sep 2009
Posts: 186
Thanks: 17
Thanked 13 Times in 8 Posts
Default

Phoenix, ahh that was just a little sarcasm twoards the OP, on my part, sorry about the confusion.
Reply With Quote
  #12  
Old November 10th, 2009, 11:48
DutchDaemon's Avatar
DutchDaemon DutchDaemon is offline
Administrator
 
Join Date: Nov 2008
Location: Rotterdam, the Netherlands
Posts: 9,859
Thanks: 30
Thanked 1,896 Times in 1,338 Posts
Default

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. <---
Reply With Quote
  #13  
Old November 10th, 2009, 20:00
noveou noveou is offline
Junior Member
 
Join Date: Nov 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

phoenix

Or, you can install the individual packages:
Code:

Code:
# pkg_add -r kdebase4 kdelibs4 kdewhatever4
You are the guy, that was exactly what I was talking about..

Sigle packages which let you to personalize your installation without having to install unnecessary ones.

Thank you so much.
Reply With Quote
Reply

Tags
kde4

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT +1. The time now is 18:04.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of The FreeBSD Foundation.
Web protection and acceleration provided by CloudFlare
0