make.conf FreeBSD 6.2 RC1

2006-11-19 Thread Gelsema, P \(Patrick\) - FreeBSD
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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make.conf FreeBSD 6.2 RC1

2006-11-19 Thread Kris Kennaway
On Sun, Nov 19, 2006 at 10:58:06PM +0100, Gelsema, P (Patrick) - FreeBSD wrote:
 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?

The only thing in the world that was affected by NO_X was doscmd (per
the command), but this was removed from the tree some time ago.

In fact, so was the NO_X entry from the example make.conf, so I guess
you're basing off an old version.

Kris

pgpovdlM3WZfZ.pgp
Description: PGP signature


Re: make.conf FreeBSD 6.2 RC1

2006-11-19 Thread Gelsema, P (Patrick)
On Sunday 19 November 2006 23:06, Kris Kennaway wrote:
 On Sun, Nov 19, 2006 at 10:58:06PM +0100, Gelsema, P (Patrick) - FreeBSD 
wrote:
  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?

 The only thing in the world that was affected by NO_X was doscmd (per
 the command), but this was removed from the tree some time ago.

 In fact, so was the NO_X entry from the example make.conf, so I guess
 you're basing off an old version.

True. I got FreeBSD 5.4 running on another box and used the make.conf as a 
starter. I have amended the make.conf file. My err.

What I basically want is a make.conf with just enough to start FreeBSD, with 
SSH. Everything else to be installed from ports. Is this feasible? And if 
yes, which options are required? Crypto, CCX and OPENSSH? Any pointer in any 
direction much appreciated.

Cheers

Patrick


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