gcc bootstrap or such outdated references in src.conf and make.conf for 13 and 14

2021-01-30 Thread Mark Millard via freebsd-current
the in-tree bootstrap compiler, and mtime when using an external compiler. The CCACHE_CPP2 option is used for Clang but not GCC. END QUOTE With clang/clang++ 11's change to what -O means, I'm not sure about the following from man make.conf : QUOTE from man make.conf

Re: Deterministic rescue buildworld error with custom make.conf/src.conf/MAKEOBJDIRPREFIX

2017-03-12 Thread O. Hartmann
ot@builder-head-amd64:/usr/src # find > > > > /usr/obj/cust/usr/src/rescue/rescue//usr -type f > > > > /usr/obj/cust/usr/src/rescue/rescue//usr/src/bin/sh/mksyntax.o > > > > /usr/obj/cust/usr/src/rescue/rescue//usr/src/bin/sh/mksyntax > > > > /usr/o

[SOLVED] Re: Deterministic rescue buildworld error with custom make.conf/src.conf/MAKEOBJDIRPREFIX

2017-03-11 Thread Lawrence Stewart
>>>> >>>> root@builder-head-amd64:/usr/src # find >>>> /usr/obj/cust/usr/src/rescue/rescue//usr -type f >>>> /usr/obj/cust/usr/src/rescue/rescue//usr/src/bin/sh/mksyntax.o >>>> /usr/obj/cust/usr/src/rescue/rescue//usr/src/bin/sh/mksyntax &g

Re: Deterministic rescue buildworld error with custom make.conf/src.conf/MAKEOBJDIRPREFIX

2017-03-11 Thread Ian Lepore
scue//usr/src/bin/sh/mksyntax.o > > > /usr/obj/cust/usr/src/rescue/rescue//usr/src/bin/sh/mksyntax > > > /usr/obj/cust/usr/src/rescue/rescue//usr/src/bin/sh/mknodes.o > > > /usr/obj/cust/usr/src/rescue/rescue//usr/src/bin/sh/mknodes > > > /usr/obj/cust/usr/src/res

Re: Deterministic rescue buildworld error with custom make.conf/src.conf/MAKEOBJDIRPREFIX

2017-03-11 Thread Ngie Cooper (yaneurabeya)
> On Mar 11, 2017, at 18:27, Lawrence Stewart <lstew...@freebsd.org> wrote: > > Hi Ian, … >> The MAKEOBJDIRPREFIX variable must be set in the environment, not in >> make.conf or on the make command line (documented in build(7)). > > Your assertion seems at od

Re: Deterministic rescue buildworld error with custom make.conf/src.conf/MAKEOBJDIRPREFIX

2017-03-11 Thread Lawrence Stewart
c/bin/csh/sh.err.h >> /usr/obj/cust/usr/src/rescue/rescue//usr/src/bin/csh/tc.const.h >> /usr/obj/cust/usr/src/rescue/rescue//usr/src/bin/csh/gethost >> >> compared with an obj tree on a different head system: >> >> find /usr/obj/usr/src/rescue/rescue/usr/ -type f | wc -l >&g

Re: Deterministic rescue buildworld error with custom make.conf/src.conf/MAKEOBJDIRPREFIX

2017-03-11 Thread Ian Lepore
__ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd > .org" The MAKEOBJDIRPREFIX variable must be set in

Deterministic rescue buildworld error with custom make.conf/src.conf/MAKEOBJDIRPREFIX

2017-03-11 Thread Lawrence Stewart
Hi all, I'm unable to complete buildworld with 2 recent svn revs I've tried (r314838 and r315059). I'm building for a slightly resource constrained production system so am specifying custom settings and a different obj tree location so I can copy it to the target system. The error persists after

Re: make.conf

2017-03-07 Thread Roberto Rodriguez Jr
Yes I understand it's true there are many options I will test what I can for my AMD 64 machine since it's a laptop I can probably start making some reports and also look into ZFS snapshots and tunables. Thank you very much it was helpful ___

Re: make.conf

2017-03-07 Thread Roberto Fernández
Good morning Roberto, It depends which architecture are you currently using. Ideally the tests should be run in each CPU type for each architecture and for each combination of options in the make.conf, src.conf and src-env.conf. That could last for ever. Feel free to test whatever you can

make.conf

2017-03-06 Thread Roberto Rodriguez Jr
Good evening gentlemen or good morning I would like to know what kind of settings you would like us testers to have in our configuration. For example I simply establish a CPU type just for basic assembly optimization but what other settings would you recommend to set so that when we recompile and

Re: r255757: crahsing frquently, even faster when compiled with WITH_SSP in /etc/make.conf

2013-10-02 Thread John Baldwin
On Saturday, September 21, 2013 4:20:35 am O. Hartmann wrote: Today, I realised that the most recent source (r255757) is crashing very frequent when under load (compiling world). This pgenomenon is with all FreeBSD CURRENT boxes I updated recently to r255757 and the kernel I work on at the

r255757: crahsing frquently, even faster when compiled with WITH_SSP in /etc/make.conf

2013-09-21 Thread O. Hartmann
(every 1 - 5 minutes after load) having set WITH_SPP in /etc/make.conf. This is on all systems. Without this option, the system endures a while, but I can not trigger it by intention except compiling world. signature.asc Description: PGP signature

CC in /etc/make.conf and headers in ${WORLDTMP}

2013-02-27 Thread deeptech71
was available. However, after a successful build and install, and no following update of the source tree, an external compiler can be used, because by then, the new headers will have been installed in /usr/include. So it appears that specifying an external compiler as CC in /etc/make.conf

Re: CC in /etc/make.conf and headers in ${WORLDTMP}

2013-02-27 Thread deeptech71
For reference, my e-mails related to the build errors were: http://lists.freebsd.org/pipermail/freebsd-current/2013-February/039672.html http://lists.freebsd.org/pipermail/freebsd-current/2013-February/039675.html http://lists.freebsd.org/pipermail/freebsd-current/2013-February/039857.html

Re: CC in /etc/make.conf and headers in ${WORLDTMP}

2013-02-27 Thread Ian Lepore
. So it appears that specifying an external compiler as CC in /etc/make.conf is not supposed to work in general. Life sux. Is there any intention to remedy this? ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

CXXFLAGS example in share/examples/etc/make.conf should to be updated

2012-01-09 Thread Alexander Best
hi there, would it be possible to update the CXXFLAGS example in share/examples/etc/make.conf? looking at the gcc(1) man page, -fconserve-space seems to be a bad example. can somebody thing of a C++ specific option which makes more sense? or maybe something like -Weffc++? although idealy

HEADS-UP: WITH_CTF now picked up from src.conf/make.conf/kernel-config

2010-04-02 Thread Alexander Leidinger
Hi, from r206082 on: $Subject Make sure to read UPDATING (short: make sure there is no WITH_CTF in src.conf or make.conf). Bye, Alexander. -- You will save yourself a lot of needless worry if you don't burn your bridges until you come to them. http://www.Leidinger.netAlexander

Re: HEADS-UP: WITH_CTF now picked up from src.conf/make.conf/kernel-config

2010-04-02 Thread Robert Watson
On Fri, 2 Apr 2010, Alexander Leidinger wrote: from r206082 on: $Subject Make sure to read UPDATING (short: make sure there is no WITH_CTF in src.conf or make.conf). Once any fallout from this has sorted itself out, assuming no serious objections, and pending appropriate make universe foo

bsd.lib.mk and bsd.own.mk ignore /etc/make.conf(INSTALL)

2003-09-01 Thread Ian Freislich
Hi Any idea why '-C' is hard coded for bsd.lib.mk and bsd.own.mk? I thought that the make.conf variable was there to allow or disallow this. The following comes from bsd.lib.mk: .if defined(LIB) !empty(LIB) !defined(NOINSTALLLIB) ${INSTALL} -C -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE

Re: bsd.lib.mk and bsd.own.mk ignore /etc/make.conf(INSTALL)

2003-09-01 Thread Doug Barton
On Mon, 1 Sep 2003, Ian Freislich wrote: Hi Any idea why '-C' is hard coded for bsd.lib.mk and bsd.own.mk? I thought that the make.conf variable was there to allow or disallow this. The following comes from bsd.lib.mk: I'd also like to see this option be a knob, preferably defaulting

make.conf and MASTER_SITE_BACKUP

2003-06-23 Thread Byron Schlemmer
Hi, Had a quick search around mail archives and problem reports. Did spot anything, but it seems MASTER_SITE_BACKUP?= MASTER_SITE_OVERRIDE?= work in make.conf for 5 however make.conf(5) doesn't seem to mention it? Is this a feature? -byron

Re: make.conf and MASTER_SITE_BACKUP

2003-06-23 Thread Simon L. Nielsen
On 2003.06.23 19:42:25 +0200, Byron Schlemmer wrote: Had a quick search around mail archives and problem reports. Did spot anything, but it seems MASTER_SITE_BACKUP?= MASTER_SITE_OVERRIDE?= work in make.conf for 5 however make.conf(5) doesn't seem to mention it? Is this a feature

Re: make.conf and make.conf(5)

2002-11-26 Thread Tom Rhodes
I'll look into this ;) -- Tom Rhodes On Tue, 26 Nov 2002 10:44:29 +1100 (EST) Andy Farkas [EMAIL PROTECTED] wrote: On Tue, 19 Nov 2002, Carl Schmidt wrote: The following PR has two patches attached which address the lack of some documentation of make.conf in the manual page. It also

Re: make.conf and make.conf(5)

2002-11-20 Thread Tom Rhodes
On Wed, 20 Nov 2002 12:09:14 +0200 Sheldon Hearn [EMAIL PROTECTED] wrote: On (2002/11/19 15:17), Carl Schmidt wrote: The following PR has two patches attached which address the lack of some documentation of make.conf in the manual page. It also contains a patch for make.conf to fix

Re: make.conf and make.conf(5)

2002-11-20 Thread Tom Rhodes
patches attached which address the lack of some documentation of make.conf in the manual page. It also contains a patch for make.conf to fix style inconsistencies and two(if I recall correctly) items which are documented in the manual page but did not exist in the example conf

Re: make.conf and make.conf(5)

2002-11-20 Thread Carl Schmidt
15:17), Carl Schmidt wrote: The following PR has two patches attached which address the lack of some documentation of make.conf in the manual page. It also contains a patch for make.conf to fix style inconsistencies and two(if I recall correctly) items which are documented

make.conf and make.conf(5)

2002-11-19 Thread Carl Schmidt
The following PR has two patches attached which address the lack of some documentation of make.conf in the manual page. It also contains a patch for make.conf to fix style inconsistencies and two (if I recall correctly) items which are documented in the manual page but did not exist

Re: install -d -C (was: Re: cvs commit: src/share/man/man5 make.conf.5 src/share/examples/etc make.conf)

2002-07-30 Thread Ruslan Ermilov
On Tue, Jul 30, 2002 at 06:21:17AM +1000, Bruce Evans wrote: On Mon, 29 Jul 2002, Ruslan Ermilov wrote: On Fri, Jul 19, 2002 at 10:55:56PM +1000, Bruce Evans wrote: On Fri, 19 Jul 2002, Ruslan Ermilov wrote: OTOH, if we go this way we can get rid of ugly ${COPY} completely. I'd

Re: install -d -C (was: Re: cvs commit: src/share/man/man5 make.conf.5 src/share/examples/etc make.conf)

2002-07-29 Thread Ruslan Ermilov
INSTALL=install -C in /etc/make.conf. -C is not really like -c. It really means unbreak the default of !-c, and preserve certain metadata. Preserving the metadata is the main point of this option, but IIRC it was made as much like -c as possible just as a first attempt to kill -c

install -d -C (was: Re: cvs commit: src/share/man/man5 make.conf.5 src/share/examples/etc make.conf)

2002-07-19 Thread Ruslan Ermilov
On Fri, Jul 19, 2002 at 09:28:09PM +1000, Bruce Evans wrote: On Thu, 18 Jul 2002, Ruslan Ermilov wrote: ru 2002/07/18 05:54:56 PDT Modified files: share/man/man5 make.conf.5 share/examples/etc make.conf Log: To force install(1) to always compare

Re: install -d -C (was: Re: cvs commit: src/share/man/man5 make.conf.5 src/share/examples/etc make.conf)

2002-07-19 Thread Ruslan Ermilov
On Fri, Jul 19, 2002 at 03:05:37PM +0300, Ruslan Ermilov wrote: On Fri, Jul 19, 2002 at 09:28:09PM +1000, Bruce Evans wrote: On Thu, 18 Jul 2002, Ruslan Ermilov wrote: ru 2002/07/18 05:54:56 PDT Modified files: share/man/man5 make.conf.5 share

Re: install -d -C (was: Re: cvs commit: src/share/man/man5 make.conf.5src/share/examples/etc make.conf)

2002-07-19 Thread Bruce Evans
. It abuses the old ... Since its first revision (install.1,v 1.7 and install.c,v 1.16 they were incompatible). Later on, in rev. 1.26, it was made a no-op, I think this makes -c vs -d moot. just to support INSTALL=install -C in /etc/make.conf. -C is not really like -c. It really means

More on NO_PERL and make.conf

2002-06-05 Thread walt
In another thread on mergemaster the subject of the NOPERL flag for make.conf came up. The flag NOPERL is added to make.conf automatically by the script 'use.perl port'. BUT, note that /usr/src/usr.bin/Makefile looks for the flag NO_PERL instead of NOPERL, and so that is the reason mergmaster

Re: make.conf and -CURRENT

2002-05-13 Thread Sheldon Hearn
On Fri, 10 May 2002 17:46:31 EST, David W. Chapman Jr. wrote: sysctl.conf is also missing. If its not there, it doesn't get parsed. You only need make.conf if you wish to put stuff in there. same with rc.conf, except everyone puts something in rc.conf N/m on the sysctl.conf I

make.conf and -CURRENT

2002-05-10 Thread Jeff Ito
Hello, Is the lack of /etc/defaults/make.conf intentional? an oversite? or perhaps something that I have messed up on my end? I have run cvsup/mergemaster (18:30PM EST May 10. 2002), and that changes nothing. /usr/src/etc/*/* does not contain said file, the only place it does exist is in /usr

Re: make.conf and -CURRENT

2002-05-10 Thread Brooks Davis
On Fri, May 10, 2002 at 06:37:11PM -0400, Jeff Ito wrote: Hello, Is the lack of /etc/defaults/make.conf intentional? an oversite? or perhaps something that I have messed up on my end? I have run cvsup/mergemaster (18:30PM EST May 10. 2002), and that changes nothing. /usr/src/etc/*/* does

Re: make.conf and -CURRENT

2002-05-10 Thread David W. Chapman Jr.
On Fri, May 10, 2002 at 06:37:11PM -0400, Jeff Ito wrote: Hello, Is the lack of /etc/defaults/make.conf intentional? an oversite? or perhaps something that I have messed up on my end? I have run cvsup/mergemaster (18:30PM EST May 10. 2002), and that changes nothing. /usr/src/etc/*/* does

Re: make.conf and -CURRENT

2002-05-10 Thread David W. Chapman Jr.
On Fri, May 10, 2002 at 05:40:11PM -0500, David W. Chapman Jr. wrote: On Fri, May 10, 2002 at 06:37:11PM -0400, Jeff Ito wrote: Hello, Is the lack of /etc/defaults/make.conf intentional? an oversite? or perhaps something that I have messed up on my end? I have run cvsup/mergemaster

Re: make.conf not in -current tree (was cvs commit: src/include stdio.h)

2001-09-21 Thread Ruslan Ermilov
On Thu, Sep 20, 2001 at 09:26:13PM +0200, Alexander Langer wrote: Thus spake Vincent Poy ([EMAIL PROTECTED]): I was looking on the -current tree and don't see make.conf in either etc or etc/defaults. In previous versions, make.conf is in etc/defaults and then you can put your own

Re: make.conf not in -current tree (was cvs commit: src/include stdio.h)

2001-09-21 Thread Alexander Langer
Thus spake Ruslan Ermilov ([EMAIL PROTECTED]): IIRC, it was requested by many that this change be backed out, no? No, the discussion -arch converted to a discussion about the implementation of a world.conf file, which implicits this commit. Alex To Unsubscribe: send mail to [EMAIL PROTECTED]

Re: make.conf not in -current tree (was cvs commit: src/includestdio.h)

2001-09-20 Thread Vincent Poy
On Thu, 20 Sep 2001, Alexander Langer wrote: Thus spake Vincent Poy ([EMAIL PROTECTED]): I was looking on the -current tree and don't see make.conf in either etc or etc/defaults. In previous versions, make.conf is in etc/defaults and then you can put your own modifications in etc

make.conf not in -current tree (was cvs commit: src/include stdio.h)

2001-09-20 Thread Vincent Poy
binaries on your system, you will certainly want to update /usr/lib/compat/libc.so.4. The easiest way is to add COMPAT4X= yes in your /etc/make.conf. Revision ChangesPath 1.36 +2 -2 src/include/stdio.h I was looking on the -current tree and don't see make.conf

Re: make.conf not in -current tree (was cvs commit: src/include stdio.h)

2001-09-20 Thread Alexander Langer
Thus spake Vincent Poy ([EMAIL PROTECTED]): I was looking on the -current tree and don't see make.conf in either etc or etc/defaults. In previous versions, make.conf is in etc/defaults and then you can put your own modifications in etc. So any chance of bringing back make.conf

Re: minor HEADS UP: /etc/defaults/make.conf is gone

2001-09-01 Thread Alexander Langer
Thus spake Leif Neland ([EMAIL PROTECTED]): Why introduce this handling of defaults different of other default cfg's: pccard.conf periodic.conf rc.conf Because these actually _set_ defaults, /etc/defaults/make.conf did not. The example file lives in /usr/share/examples/etc/ now

minor HEADS UP: /etc/defaults/make.conf is gone

2001-08-31 Thread Alexander Langer
Hi! /etc/defaults/make.conf has been removed and is not included by make(1) any more. If you are using BDEFLAGS, add the entry to your local /etc/make.conf. The example file lives in /usr/share/examples/etc/ now. Thank you Alex To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

Re: minor HEADS UP: /etc/defaults/make.conf is gone

2001-08-31 Thread Leif Neland
- Original Message - From: Alexander Langer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, August 31, 2001 2:52 PM Subject: minor HEADS UP: /etc/defaults/make.conf is gone Hi! /etc/defaults/make.conf has been removed and is not included by make(1) any

make.conf INSTALL knob

2001-04-25 Thread Eric D. Futch
I originally sent this to freebsd-stable but didn't get any replies. It has been reworded. I ran across this while playing with the INSTALL knob in make.conf. In almost all of the Makefiles in src/ there is either -C or -c hard coded as an argument to install. This means that changes you make

Re: make.conf INSTALL knob

2001-04-25 Thread Bruce Evans
On Wed, 25 Apr 2001, Eric D. Futch wrote: I originally sent this to freebsd-stable but didn't get any replies. It has been reworded. I ran across this while playing with the INSTALL knob in make.conf. In almost all of the Makefiles in src/ there is either -C or -c hard coded

Re: make.conf lack of CPUTYPE=k6-3 support

2001-03-12 Thread Bruce Evans
feels left out. Hehehhe I made a simple patch to etc/defaults/make.conf and share/mk/bsd.cpu.mk Should I have touched anything else? =20 Regards, =20 ps: I think this can be MFCed asap (even during the veil period) since it is very straightforward

Re: make.conf lack of CPUTYPE=k6-3 support

2001-03-12 Thread Kris Kennaway
On Tue, Mar 13, 2001 at 05:32:36AM +1100, Bruce Evans wrote: k6-2 is already over-engineered. The only difference between it and k6 is 3dnow, but neither gcc nor any source files support 3dnow (now :-). 3dnow support exists in several ports, though. OTOH, k6-3 doesn't add any new features,

Re: make.conf lack of CPUTYPE=k6-3 support

2001-03-12 Thread Bruce Evans
On Mon, 12 Mar 2001, Kris Kennaway wrote: On Tue, Mar 13, 2001 at 05:32:36AM +1100, Bruce Evans wrote: OTOH, bsd.cpu.mk is too under-engineered to support any compiler except gcc. It unconditionally translates FreeBSD-specific names like k6-2 to gcc-specific flags like -march=k6. I'm

make.conf lack of CPUTYPE=k6-3 support

2001-03-11 Thread Mario Sergio Fujikawa Ferreira
Hi, Is there anything against adding support for k6-3 to the just added CPUTYPE mechanism? :) My little machine feels left out. Hehehhe I made a simple patch to etc/defaults/make.conf and share/mk/bsd.cpu.mk Should I have touched anything else? Regards

Re: make.conf lack of CPUTYPE=k6-3 support

2001-03-11 Thread Kris Kennaway
On Mon, Mar 12, 2001 at 12:29:58AM -0300, Mario Sergio Fujikawa Ferreira wrote: Hi, Is there anything against adding support for k6-3 to the just added CPUTYPE mechanism? :) My little machine feels left out. Hehehhe I made a simple patch to etc/defaults/make.conf

Re: make.conf lack of CPUTYPE=k6-3 support

2001-03-11 Thread Maxim Sobolev
to the just added CPUTYPE mechanism? :) My little machine feels left out. Hehehhe I made a simple patch to etc/defaults/make.conf and share/mk/bsd.cpu.mk Should I have touched anything else? =20 Regards, =20 ps: I think this can be MFCed asap (even during the veil

Re: make.conf lack of CPUTYPE=k6-3 support

2001-03-11 Thread Maxim Sobolev
against adding support for k6-3 to the just added CPUTYPE mechanism? :) My little machine feels left out. Hehehhe I made a simple patch to etc/defaults/make.conf and share/mk/bsd.cpu.mk Should I have touched anything else? =20 Regards, =20 ps: I think this can

NO_MODULES in /etc/make.conf broken?

2000-07-16 Thread Donn Miller
Recently, when building a kernel (about 20 minutes as of this email), I set NO_MODULES= false in /etc/make.conf. The modules still weren't built with the kernel. - Donn To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: NO_MODULES in /etc/make.conf broken?

2000-07-16 Thread Marcel Moolenaar
Donn Miller wrote: Recently, when building a kernel (about 20 minutes as of this email), I set NO_MODULES= false in /etc/make.conf. The modules still weren't built with the kernel. The value is normally unimportant, thus NO_MODULES=false == NO_MODULES=true == ... To enable

Re: cvs commit: src/etc/defaults make.conf src/secure/lib/libcrypto Makefile Makefile.inc

2000-07-15 Thread Pascal Hofstee
to confuse myself last time and made make.conf different to the code. ;-( Hmm, my box failed with WITH_IDEA=YES and USA_RESIDENT=NO. Do you have any idea about this? it seems that parts of the build-system have switched to "MAKE_IDEA" and some parts still use "WITH_IDEA" ... tr

Re: cvs commit: src/etc/defaults make.conf src/secure/lib/libcrypto Makefile Makefile.inc

2000-07-14 Thread Jun Kuriyama
At Fri, 14 Jul 2000 02:18:21 -0700 (PDT), Peter Wemm [EMAIL PROTECTED] wrote: Be consistant about WITH_ vs MAKE_ flags. We have a precedent of using MAKE_foo for things like MAKE_KERBEROS etc. Use that. I managed to confuse myself last time and made make.conf different to the code

Re: make.conf fix

2000-06-21 Thread Satoshi - Ports Wraith - Asami
* From: Will Andrews [EMAIL PROTECTED] * Hi -current and -ports, * * I've noticed something that seems to have been broken for a long time. * In etc/defaults/make.conf we have several MASTER_SITE_* variables which * reference "%SUBDIR%". However, these variables do not work a

Re: make.conf fix

2000-06-21 Thread Will Andrews
On Wed, Jun 21, 2000 at 12:09:02AM -0700, Satoshi - Ports Wraith - Asami wrote: Waitaminit. These are correct, please look at bsd.sites.mk. What makes you think they are not working? Hmm... weird. I tried using the overrides in make.conf some time ago and they didn't work and I had to use

make.conf fix

2000-06-20 Thread Will Andrews
Hi -current and -ports, I've noticed something that seems to have been broken for a long time. In etc/defaults/make.conf we have several MASTER_SITE_* variables which reference "%SUBDIR%". However, these variables do not work as expected. So we must fix this discrepancy with the follo

RSAREF in make.conf

2000-03-31 Thread John Polstra
This can be deleted from "src/etc/defaults/make.conf" now, right? I can't find any uses of it in the tree. # To tell the base system that you are using RSAREF (from ports). # (This needs revisiting) - it is very likely that this is too # heavily tied to USA_RES

[20000307-SNAP] /etc/make.conf USA_RESIDENT and international crypto distribution

2000-03-11 Thread Tatsumi Hosokawa
Hi. I'm testing 2307-SNAP and I found that USA_RESIDENT is set to YES even if I installed from CD-ROMs with crypto distribution compiled from international crypto sources. How about adding something like following patch to sysinstall? (this patch has not tested yet) Index: dist.c

Re: [20000307-SNAP] /etc/make.conf USA_RESIDENT and international crypto distribution

2000-03-11 Thread Jordan K. Hubbard
That was fixed days ago - get a more recent snap. :) Hi. I'm testing 2307-SNAP and I found that USA_RESIDENT is set to YES even if I installed from CD-ROMs with crypto distribution compiled from international crypto sources. How about adding something like following patch to

Re: [PATCH]: Teach make.conf about FETCH_BEFORE_ARGS

2000-02-21 Thread Warner Losh
I use the following: FETCH_CMD=runsocks ftp -p in my /etc/make.conf. Too bad ftp and fetch don't have compatible command lines. I sometimes have to add: FETCH_BEFORE_ARGS= FETCH_AFTER_ARGS= to the command line when ports are silly enough to assume too much about the fetch command

[PATCH]: Teach make.conf about FETCH_BEFORE_ARGS

2000-02-20 Thread Nik Clayton
[ Sent to -current and -ports, followups set to -current ] Here's another trivial patch that people might like to comment on before I commit it. I'm doing more and more FreeBSD installs recently at various client sites, and adding "FETCH_BEFORE_ARGS=-p" to make.conf is just on

Re: [PATCH]: Teach make.conf about FETCH_BEFORE_ARGS

2000-02-20 Thread Sheldon Hearn
On Sun, 20 Feb 2000 09:15:41 GMT, Nik Clayton wrote: Here's another trivial patch that people might like to comment on before I commit it. I'm doing more and more FreeBSD installs recently at various client sites, and adding "FETCH_BEFORE_ARGS=-p" to make.conf is just one

Re: [PATCH]: Teach make.conf about FETCH_BEFORE_ARGS

2000-02-20 Thread Doug Barton
Nik Clayton wrote: [ Sent to -current and -ports, followups set to -current ] Here's another trivial patch that people might like to comment on before I commit it. I'm doing more and more FreeBSD installs recently at various client sites, and adding "FETCH_BEFORE_ARGS=-p" to

Re: [PATCH]: Teach make.conf about FETCH_BEFORE_ARGS

2000-02-20 Thread Satoshi - Ports Wraith - Asami
and more FreeBSD installs recently at various * client sites, and adding "FETCH_BEFORE_ARGS=-p" to make.conf is just one of * those standard things you have to do if there's a firewall in place. * * Any one got any objection to mentioning that fact, with the included patch? /etc

where did /etc/make.conf go?

1999-12-28 Thread Thomas T. Veldhouse
I have noticed that /etc/make.conf is missing from the current source tree and I can not find any mention of its removal anywhere. Where did it go? Tom Veldhouse [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: where did /etc/make.conf go?

1999-12-28 Thread taguchi
Hi, I have noticed that /etc/make.conf is missing from the current source tree and I can not find any mention of its removal anywhere. Where did it go? See /etc/defaults ;-) To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: minor heads up - /etc/make.conf{,.local} being moved

1999-11-02 Thread Doug Barton
Matthew Dillon wrote: (Approved by jkh) /etc/make.conf.local will become /etc/make.conf and /etc/make.conf will become /etc/defaults/make.conf. This change is long overdue. The sys.mk adjustment has already been committed. An email has been sent to the CVS

Re: minor heads up - /etc/make.conf{,.local} being moved

1999-11-02 Thread Matthew Dillon
: sent to the CVS meisters to get /usr/src/etc/make.conf moved. : : make will dump out with an appropriate error and instructions if you : update your source tree and still have an /etc/make.conf.local. : : I like this change (kind of) but is it really necessary to cause make

Re: minor heads up - /etc/make.conf{,.local} being moved

1999-11-02 Thread Jason C. Wells
On Tue, 2 Nov 1999, Doug Barton wrote: I think it is necessary to make it exit for now, because what we are really doing is a net-0 gain in files... turning what used to be functionality in /etc/make.conf.local into /etc/make.conf. The intent is not to add a third file

Re: minor heads up - /etc/make.conf{,.local} being moved

1999-11-02 Thread Christopher Masto
On Tue, Nov 02, 1999 at 10:41:19PM +, Jason C. Wells wrote: Put me down as wanting two files. An extra file is just more shtuff to keep track of. I too am iffy on /etc/defaults. If the purpose of defaults is to keep "standard" things in isolation then lets do that. Begrudgingly, defaults

Re: minor heads up - /etc/make.conf{,.local} being moved

1999-11-02 Thread Doug Barton
On Tue, 2 Nov 1999, Jason C. Wells wrote: On Tue, 2 Nov 1999, Doug Barton wrote: I think it is necessary to make it exit for now, because what we are really doing is a net-0 gain in files... turning what used to be functionality in /etc/make.conf.local into /etc/make.conf

Re: minor heads up - /etc/make.conf{,.local} being moved

1999-10-28 Thread John Polstra
In article [EMAIL PROTECTED], Matthew Dillon [EMAIL PROTECTED] wrote: The sys.mk adjustment has already been committed. An email has been sent to the CVS meisters to get /usr/src/etc/make.conf moved. Are you sure? I didn't receive anything from you. John -- John Polstra

Re: minor heads up - /etc/make.conf{,.local} being moved

1999-10-28 Thread Matthew Dillon
: :In article [EMAIL PROTECTED], Matthew :Dillon [EMAIL PROTECTED] wrote: : : The sys.mk adjustment has already been committed. An email has : been sent to the CVS meisters to get /usr/src/etc/make.conf : moved. : :Are you sure? I didn't receive anything from you. : :John : John

Re: minor heads up - /etc/make.conf{,.local} being moved

1999-10-28 Thread John Polstra
In article [EMAIL PROTECTED], Matthew Dillon [EMAIL PROTECTED] wrote: I emailed Peter so as not to create any confusion because he seemed active at the time, but if either if you could move the file I would appreciate it! Good, I've just done it. Your best bet for CVS requests

minor heads up - /etc/make.conf{,.local} being moved

1999-10-27 Thread Matthew Dillon
(Approved by jkh) /etc/make.conf.local will become /etc/make.conf and /etc/make.conf will become /etc/defaults/make.conf. This change is long overdue. The sys.mk adjustment has already been committed. An email has been sent to the CVS meisters to get /usr/src/etc/make.conf

Re: make.conf options (was Re: package-like feature for the base distrib (was Re: FreeSSH))

1999-10-17 Thread Patrick Bihan-Faou
ht not be required by everybody. Sendmail for example is something I don't want since I user qmail. However I have to remove it by hand... Other examples are bind or perl. You don't need to install them. Just put these in make.conf. NO_SENDMAIL= true NOPERL=true NOGAMES=

Re: make.conf options (was Re: package-like feature for the base distrib (was Re: FreeSSH))

1999-10-17 Thread Garrett Wollman
On Sun, 17 Oct 1999 11:55:21 -0400, "Patrick Bihan-Faou" [EMAIL PROTECTED] said: This is going in the right direction, but here is a question (and I don't have the answer). Is it so much more easier to create new compile time directive than to go the extra step and use packages where they are

Re: make.conf options (was Re: package-like feature for the basedistrib (was Re: FreeSSH))

1999-10-17 Thread Mike Meyer
On Sun, 17 Oct 1999, Garrett Wollman wrote: ;-On Sun, 17 Oct 1999 11:55:21 -0400, "Patrick Bihan-Faou" [EMAIL PROTECTED] said: ;- ;- This is going in the right direction, but here is a question (and I don't ;- have the answer). Is it so much more easier to create new compile time ;- directive

Re: make.conf options (was Re: package-like feature for the base distrib (was Re: FreeSSH))

1999-10-16 Thread Cy Schubert - ITSD Open Systems Group
ing about "userland" stuff that is included in the distribution but might not be required by everybody. Sendmail for example is something I don't want since I user qmail. However I have to remove it by hand... Other examples are bind or perl. You don't need to install them

Re: SUPFLAGS in /etc/make.conf

1999-08-14 Thread Nick Hibma
This looks like commit it and see what happens to me. Nick On Sat, 14 Aug 1999, Sheldon Hearn wrote: On Fri, 13 Aug 1999 15:17:47 -0400, Ben Rosengart wrote: I submit that putting "-z" in here is silly, because the sample cvsup config files turn on compression, and suggest

SUPFLAGS in /etc/make.conf

1999-08-13 Thread Ben Rosengart
I submit that putting "-z" in here is silly, because the sample cvsup config files turn on compression, and suggest commenting it out if you have a fast link. It seems counterintuitive that one can comment out the compression in the standard supfiles and then have it enabled by default with

Re: make.conf on CURRENT question

1999-07-29 Thread Dag-Erling Smorgrav
Peter Jeremy [EMAIL PROTECTED] writes: You'll also need the a.out X11 libraries, and last time I tried, they built OK, but wouldn't work. They build OK and work fine. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

make.conf on CURRENT question

1999-07-28 Thread Jeroen Ruigrok/Asmodai
Hi, just a couple of questions: compat22=yes in /etc/make.conf accomplishes a.out support which we need for netscape support. Correct? What does compat3x do however? Provide ELF compatibility libraries for programs written for 3.x? Also. Suppose I have an ELF CURRENT box that never ran a.out

Re: make.conf on CURRENT question

1999-07-28 Thread Scot W. Hetzel
From: Jeroen Ruigrok/Asmodai [EMAIL PROTECTED] compat22=yes in /etc/make.conf accomplishes a.out support which we need for netscape support. Correct? You will also need a.out libraries from XFree86 in order to get Netscape working. What does compat3x do however? Provide ELF compatibility

Re: make.conf on CURRENT question

1999-07-28 Thread Peter Jeremy
"Scot W. Hetzel" [EMAIL PROTECTED] wrote: You'll also want to use: make world -DWANT_AOUT=YES to have the a.out libraries built. You'll also need the a.out X11 libraries, and last time I tried, they built OK, but wouldn't work. Peter To Unsubscribe: send mail to [EMAIL PROTECTED] with