cvs commit: src/share/mk bsd.own.mk

2008-06-16 Thread Doug Barton
dougb 2008-06-16 07:23:12 UTC FreeBSD src repository Modified files: share/mk bsd.own.mk Log: SVN rev 179815 on 2008-06-16 07:23:12Z by dougb Properly alphabetize the BSD_CPIO option Revision ChangesPath 1.77 +1 -1 src/share/mk/bsd.own.mk

cvs commit: src/share/mk bsd.own.mk

2008-01-23 Thread Ruslan Ermilov
ru 2008-01-24 07:03:21 UTC FreeBSD src repository Modified files: share/mk bsd.own.mk Log: Cosmetique: sort the list. Revision ChangesPath 1.73 +2 -2 src/share/mk/bsd.own.mk ___ cvs-all@freebsd.org

cvs commit: src/share/mk bsd.own.mk

2008-01-21 Thread Christian Brueffer
brueffer2008-01-21 22:00:26 UTC FreeBSD src repository Modified files:(Branch: RELENG_7_0) share/mk bsd.own.mk Log: MFC: rev. 1.72 Remove remnants of old *_FORTRAN build flags. Approved by:re (kensmith), rwatson (mentor) Revision Change

cvs commit: src/share/mk bsd.own.mk

2008-01-21 Thread Christian Brueffer
brueffer2008-01-21 18:50:17 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) share/mk bsd.own.mk Log: MFC: rev. 1.72 Remove remnants of old *_FORTRAN build flags. Approved by:rwatson (mentor) Revision ChangesPath 1.67.2.3

cvs commit: src/share/mk bsd.own.mk

2008-01-17 Thread Christian Brueffer
brueffer2008-01-17 20:51:58 UTC FreeBSD src repository Modified files: share/mk bsd.own.mk Log: Remove remnants of old *_FORTRAN build flags. Approved by:rwatson (mentor) MFC after: 3 days Revision ChangesPath 1.72 +0 -2 src/share

Re: cvs commit: src/share/mk bsd.own.mk

2007-10-15 Thread Doug Barton
On Fri, 12 Oct 2007, Bjoern A. Zeeb wrote: Is there any chance to get bind back w/o threading support? I guess the question is more to Doug than to you. My perspective on this is that the BIND in the base should have a solid default configuration that fits the needs of the majority of our use

Re: cvs commit: src/share/mk bsd.own.mk

2007-10-14 Thread Ulrich Spoerlein
On Fri, 12.10.2007 at 08:27:47 +, Bjoern A. Zeeb wrote: > Is there any chance to get bind back w/o threading support? I guess > the question is more to Doug than to you. > > I found it usefull especially for (CF) installations where I > neither needed pppctl nor any other thing that depended o

Re: cvs commit: src/share/mk bsd.own.mk

2007-10-12 Thread Dag-Erling Smørgrav
"Bjoern A. Zeeb" <[EMAIL PROTECTED]> writes: > Is there any chance to get bind back w/o threading support? I guess > the question is more to Doug than to you. > > I found it usefull especially for (CF) installations where I > neither needed pppctl nor any other thing that depended on a threading >

cvs commit: src/share/mk bsd.own.mk

2007-10-12 Thread Ruslan Ermilov
ru 2007-10-12 19:37:47 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) share/mk bsd.own.mk Log: MFC: 1.68: Enforce the BIND dependency on libpthread. Approved by:re (kensmith) Revision ChangesPath 1.67.2.1 +10 -5 src

Re: cvs commit: src/share/mk bsd.own.mk

2007-10-12 Thread Bjoern A. Zeeb
On Fri, 12 Oct 2007, Ruslan Ermilov wrote: Hi, ru 2007-10-12 08:03:51 UTC FreeBSD src repository Modified files: share/mk bsd.own.mk Log: Though it was possible to configure our BIND to build even when libpthread support isn't present, our maintainer felt it's an

cvs commit: src/share/mk bsd.own.mk

2007-10-12 Thread Ruslan Ermilov
ru 2007-10-12 08:03:51 UTC FreeBSD src repository Modified files: share/mk bsd.own.mk Log: Though it was possible to configure our BIND to build even when libpthread support isn't present, our maintainer felt it's an overkill, so instead enforce the BIND depe

cvs commit: src/share/mk bsd.own.mk bsd.port.mk

2006-11-19 Thread Ruslan Ermilov
ru 2006-11-19 16:28:52 UTC FreeBSD src repository Modified files: share/mk bsd.own.mk bsd.port.mk Log: Try harder to not leak src/ build stuff into ports/ environment by not exposing the MK_* variables that were designed for src/. Requested by: many

cvs commit: src/share/mk bsd.own.mk src/tools/build/options WITHOUT_CDDL

2006-11-01 Thread John Birrell
jb 2006-11-01 09:02:11 UTC FreeBSD src repository Modified files: share/mk bsd.own.mk Added files: tools/build/options WITHOUT_CDDL Log: Add a build option to support WITH_CDDL and WITHOUT_CDDL, defaulting to WITH_CDDL. This option enables building

cvs commit: src/share/mk bsd.own.mk src/share/man/man5 src.conf.5

2006-04-01 Thread Poul-Henning Kamp
phk 2006-04-01 18:11:42 UTC FreeBSD src repository Modified files: share/mk bsd.own.mk share/man/man5 src.conf.5 Log: Have WITHOUT_BIND_MTREE imply WITHOUT_BIND_ETC Revision ChangesPath 1.2 +1 -1 src/share/man/man5/src.conf.5 1.

cvs commit: src/share/mk bsd.own.mk

2006-03-24 Thread Ruslan Ermilov
ru 2006-03-25 06:37:36 UTC FreeBSD src repository Modified files: share/mk bsd.own.mk Log: Revert last delta, it breaks cross-compiles. Revision ChangesPath 1.52 +2 -6 src/share/mk/bsd.own.mk ___ c

cvs commit: src/share/mk bsd.own.mk

2006-03-23 Thread Ruslan Ermilov
ru 2006-03-24 06:14:31 UTC FreeBSD src repository Modified files: share/mk bsd.own.mk Log: Option MK_LIB32 only exists on amd64. Revision ChangesPath 1.51 +6 -2 src/share/mk/bsd.own.mk ___ cvs-all@

cvs commit: src/share/mk bsd.own.mk src/usr.sbin/amd Makefile.inc src/usr.sbin/amd/amd Makefile

2006-03-21 Thread Ruslan Ermilov
ru 2006-03-21 09:00:51 UTC FreeBSD src repository Modified files: share/mk bsd.own.mk usr.sbin/amd Makefile.inc usr.sbin/amd/amd Makefile Log: Folded WITH_HESIOD_SUPPORT into WITH_HESIOD. Revision ChangesPath 1.50 +0 -1

cvs commit: src/share/mk bsd.own.mk src/gnu/usr.bin/cc Makefile

2006-03-21 Thread Ruslan Ermilov
ru 2006-03-21 08:59:36 UTC FreeBSD src repository Modified files: share/mk bsd.own.mk gnu/usr.bin/cc Makefile Log: Desupport the *_COLLECT2 no-op. Revision ChangesPath 1.40 +2 -2 src/gnu/usr.bin/cc/Makefile 1.49 +0 -6

cvs commit: src/share/mk bsd.own.mk

2006-03-18 Thread Ruslan Ermilov
ru 2006-03-19 06:14:07 UTC FreeBSD src repository Modified files: share/mk bsd.own.mk Log: Commit a forgotten part of NO_PROFILE/NO_LIB32 conversion. Revision ChangesPath 1.47 +5 -2 src/share/mk/bsd.own.mk ___

Re: cvs commit: src/share/mk bsd.own.mk

2006-03-18 Thread Ruslan Ermilov
On Sun, Mar 19, 2006 at 04:39:42AM +, Poul-Henning Kamp wrote: > phk 2006-03-19 04:39:42 UTC > > FreeBSD src repository > > Modified files: > share/mk bsd.own.mk > Log: > Add default for MK_PROFILE > > Revision ChangesPath > 1.46 +1 -0 sr

cvs commit: src/share/mk bsd.own.mk

2006-03-18 Thread Poul-Henning Kamp
phk 2006-03-19 04:39:42 UTC FreeBSD src repository Modified files: share/mk bsd.own.mk Log: Add default for MK_PROFILE Revision ChangesPath 1.46 +1 -0 src/share/mk/bsd.own.mk ___ cvs-all@freebsd.org

cvs commit: src/share/mk bsd.own.mk

2006-03-18 Thread Ruslan Ermilov
ru 2006-03-18 10:54:09 UTC FreeBSD src repository Modified files: share/mk bsd.own.mk Log: Replace .sinclude by .if exists()/.include/.endif so that older make(1)'s can handle it as well. Revision ChangesPath 1.45 +3 -1 src/share/mk/bsd.ow