Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
GUI for make.conf?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
agrypa1
Apprentice
Apprentice


Joined: 31 Mar 2005
Posts: 244

PostPosted: Thu Sep 25, 2014 8:28 am    Post subject: GUI for make.conf? Reply with quote

Hi,
"man make.conf" produces so many features portage can use that one wonders why there is no such thing like an ncurses or qt/gtk gui for portage? It would be so much easier to remember those variables and how they can affect the system.... and so on.
For example FEATURES="" has a veriety of options about which many forget.

Do you guys know of any such thing?

Thanks

Agryppa
_________________
The first successor of Saint Peter was Linus (a.d. 68-79) - whose namesake became the creator of Linux in our time. Torvalds' middle name is Benedict - the name assumed by the previous Pope who resigned from office.
Back to top
View user's profile Send private message
charles17
Advocate
Advocate


Joined: 02 Mar 2008
Posts: 3684

PostPosted: Thu Sep 25, 2014 9:02 am    Post subject: Re: GUI for make.conf? Reply with quote

Imho it doesn't need very much in make.conf and if one needs to find out which variables exist, just run "emerge --info"
Even with a gui the unexperienced users will wonder what all those variables and their possible values are good for.

In mine, the largest block is created from mirrorselect
Code:
CFLAGS="-march=native -O2 -pipe"
CXXFLAGS="${CFLAGS}"

CHOST="x86_64-pc-linux-gnu"

MAKEOPTS="-j2"

FEATURES="sandbox parallel-fetch strict userfetch userpriv usersandbox"

# CCACHE_SIZE="2G"
#
# CCACHE_DIR="/var/tmp/ccache/"

SANE_BACKENDS="genesys"

INPUT_DEVICES="evdev synaptics"

LINGUAS="en"

VIDEO_CARDS="intel i915"

USE="-nls"

SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"

GENTOO_MIRRORS="http://ftp.fi.muni.cz/pub/linux/gentoo/ http://mirror.muntinternet.net/pub/gentoo/ http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ http://mirror.jamit.de/gentoo/ http://gentoo.supp.name/ http://mirror.ovh.net/gentoo-distfiles/ http://gentoo.po.opole.pl http://gentoo.tiscali.nl/ http://ftp.ds.karen.hj.se/gentoo/ http://mirror.bih.net.ba/gentoo/ http://mirror.netcologne.de/gentoo/ http://ftp.klid.dk/ftp/gentoo/ http://ftp.snt.utwente.nl/pub/os/linux/gentoo http://gentoo.ynet.sk/pub http://ftp.uni-erlangen.de/pub/mirrors/gentoo http://de-mirror.org/distro/gentoo/ http://ftp.heanet.ie/pub/gentoo/ http://mirror.qubenet.net/mirror/gentoo/ http://ftp.linux.ee/pub/gentoo/distfiles/ http://mirror.cambrium.nl/pub/os/linux/gentoo/ http://gentoo.lagis.at/ http://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/ http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ http://ftp.ing.umu.se/linux/gentoo/"

PORTAGE_ELOG_SYSTEM="save"
PORTAGE_ELOG_CLASSES="warn error log"

# source /var/lib/layman/make.conf

# Set PORTDIR for backward compatibility with various tools:
#   euse - bug #474574
#   euses and ufed - bug #478318
PORTDIR="/usr/portage"
Back to top
View user's profile Send private message
Roman_Gruber
Advocate
Advocate


Joined: 03 Oct 2006
Posts: 3846
Location: Austro Bavaria

PostPosted: Thu Sep 25, 2014 3:43 pm    Post subject: Reply with quote

Ufed is a program to change your useflags of /etc/make.conf

for the other make.conf parameters just use nano and check google what tehy do.
Back to top
View user's profile Send private message
Genone
Retired Dev
Retired Dev


Joined: 14 Mar 2003
Posts: 9611
Location: beyond the rim

PostPosted: Fri Sep 26, 2014 11:12 am    Post subject: Reply with quote

Simple reasons:
a) Lots of (maintenance) work for almost no benefit.
b) Quite a few (more) people would mess with stuff they don't understand
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum