Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Nov 2006 22:58:06 +0100 (CET)
From:      "Gelsema, P \(Patrick\) - FreeBSD" <freebsd@superhero.nl>
To:        freebsd-questions@freebsd.org
Subject:   make.conf FreeBSD 6.2 RC1
Message-ID:  <50369.10.202.77.88.1163973486.squirrel@webmail.superhero.nl>

next in thread | raw e-mail | index | archive | help
Hi,

I've recently installed 6.2-Beta3 and got KDE working with Xorg. As RC1 is
now released I want to upgrade to this version as I have been witnessing
some kernel errors and also want to 'play' with the system.

I've installed Xorg and KDE from the ports.

I am currently creating a make.conf file which should build the world but
nothing more than required. I have come up with the following but I am
unsure if certain lines shouldn't be commented out.
Such as NO_X. As I have build Xorg from the port, should I not build it
with the world?

Any suggestions are welcome.
Thank and regards,

Patrick

Start of /etc/make.conf
NO_I4B= 	true    # do not build isdn4bsd package
NO_SHAREDOCS=   true    # do not build the 4.4BSD legacy docs
NO_X=           true    # do not compile in XWindows support (e.g. doscmd)
NOGAMES=        true    # do not build games (games/ subdir)
NOINFO=         true    # do not make or install info files
NO_BLUETOOTH=   true    # do not build Bluetooth related stuff
NO_IPFILTER=    true    # do not build IP Filter package
NO_FORTRAN=     true    # do not build g77 and related libraries

COMPAT4X=       yes

NOPROFILE=true
NO_SENDMAIL=true
NO_LPR=true
NO_BIND=true

# added by use.perl 2006-11-15 21:59:37
PERL_VER=5.8.8
PERL_VERSION=5.8.8
end of /etc/make.conf



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50369.10.202.77.88.1163973486.squirrel>