Re: 7.0, make buildworld without contrib. old top binary in contrib.

2007-11-15 Thread Tino Engel

peceka schrieb:

Hi,

can someone tell me if there is any possibility to do make buildworld
without compiling all contrib/ directory? I don't need for example bind9
in base, ipfilter, lukemftp(d).
  

Look into the Make and check out the remianing targets
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


7.0, make buildworld without contrib. old top binary in contrib.

2007-11-14 Thread Robert Huff
peceka writes:

  can someone tell me if there is any possibility to do make
  buildworld without compiling all contrib/ directory? I don't need
  for example bind9 in base, ipfilter, lukemftp(d).

huff@ grep NO /etc/make.conf
#NO_BOOT=   true# do not build boot blocks and loader
#NO_CVS=true# do not build CVS
#NO_CXX=true# do not build C++ and friends
#NO_BIND=   true# do not build BIND
NO_BIND_ETC=   true# Do not install files to /etc/namedb
NO_BLUETOOTH=  true# do not build Bluetooth related stuff
#NO_FORTRAN=true# do not build g77 and related libraries
#NO_GDB=true# do not build GDB
#NO_I4B=true# do not build isdn4bsd package
#NO_IPFILTER=   true# do not build IP Filter package
#NO_PF= true# do not build PF firewall package
#NO_AUTHPF= true# do not build and install authpf (setuid/gid)
#NO_KERBEROS=   true# do not build and install Kerberos 5 (KTH Heimdal)
#NO_LPR=true# do not build lpr and related programs
#NO_MAILWRAPPER=true# do not build the mailwrapper(8) MTA selector
#NO_MODULES=true# do not build modules with the kernel
#NO_OBJC=   true# do not build Objective C support
#NO_OPENSSH=true# do not build OpenSSH
#NO_OPENSSL=true# do not build OpenSSL (implies NO_KERBEROS/NO_OPENSSH)
#NO_SENDMAIL=   true# do not build sendmail and related programs
#NO_SHAREDOCS=  true# do not build the 4.4BSD legacy docs
#NO_TCSH=   true# do not build and install /bin/csh (which is tcsh)
#NO_VINUM=  true# do not build Vinum utilities
#NOCRYPT=   true# do not build any crypto code
#NOGAMES=   true# do not build games (games/ subdir)
#NOINFO=true# do not make or install info files
#NOLIBC_R=  true# do not build libc_r (re-entrant version of libc)
#NOMAN= true# do not build manual pages
NO_PROFILE= true# Avoid compiling profiled libraries
#NOSHARE=   true# do not go into the share subdir
NO_LPR= true


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


Re: 7.0, make buildworld without contrib. old top binary in contrib.

2007-11-14 Thread Philip M. Gollucci
peceka wrote:
 Hi,
 And why in /usr/src/contrib is very old top binary, 3.5beta12? On
 http://www.sourceforge.net/projects/unixtop there is top-3.7beta2 where
 ie. -c option, very helpful, works.
B/C there have been substantial changes in both top and in the top in
FreeBSD base system.

I was actually messing around with updating this.  Its at least a day or
3 of solid effort -- at least for lowly me.


-- 

Philip M. Gollucci ([EMAIL PROTECTED])
o:703.549.2050x206
Senior System Admin - Riderway, Inc.
http://riderway.com / http://ridecharge.com
1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB  B89E 1324 9B4F EC88 A0BF

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.

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


Re: 7.0, make buildworld without contrib. old top binary in contrib.

2007-11-14 Thread Yuri Pankov
On Wed, Nov 14, 2007 at 10:21:01PM +0100, peceka wrote:
 Hi,
 
 can someone tell me if there is any possibility to do make buildworld
 without compiling all contrib/ directory? I don't need for example bind9
 in base, ipfilter, lukemftp(d).

Check src.conf(5) manpage.

 And why in /usr/src/contrib is very old top binary, 3.5beta12? On
 http://www.sourceforge.net/projects/unixtop there is top-3.7beta2 where
 ie. -c option, very helpful, works.
 
 Regards,
 p.


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


7.0, make buildworld without contrib. old top binary in contrib.

2007-11-14 Thread peceka
Hi,

can someone tell me if there is any possibility to do make buildworld
without compiling all contrib/ directory? I don't need for example bind9
in base, ipfilter, lukemftp(d).
And why in /usr/src/contrib is very old top binary, 3.5beta12? On
http://www.sourceforge.net/projects/unixtop there is top-3.7beta2 where
ie. -c option, very helpful, works.

Regards,
p.

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


Re: 7.0, make buildworld without contrib. old top binary in contrib.

2007-11-14 Thread Dan Nelson
In the last episode (Nov 14), peceka said:
 Hi,
 
 can someone tell me if there is any possibility to do make buildworld
 without compiling all contrib/ directory? I don't need for example bind9
 in base, ipfilter, lukemftp(d).
 And why in /usr/src/contrib is very old top binary, 3.5beta12? On
 http://www.sourceforge.net/projects/unixtop there is top-3.7beta2 where
 ie. -c option, very helpful, works.

FreeBSD's top recently got an -a option that seems to do the same
thing.  It might be nice if this were renamed to -c before 7.0 gets
released, to make subsequent merges from unixtop easier.

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