summaryrefslogtreecommitdiffstats
path: root/share/examples/etc
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak world build if NO_OPENSSL is defined but NO_KERBEROS is not.ru2003-05-211-1/+2
| | | | | Submitted by: Marius Strobl <marius@alchemy.franken.de> Approved by: re (jhb)
* Retire the useless NOSECURE knob.des2003-05-191-1/+0
| | | | Approved by: re (scottl)
* Consistentify our NO_KERBEROS documentation.obrien2003-05-061-5/+1
| | | | Approved by: re(bmah)
* Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extramarkm2003-05-051-2/+2
| | | | | cleanups were necessary in release/Makefile, and the tinderbox code was syntax checked, not run checked.
* KerberosIV deorbit sequence: MAKE_KERBEROS4 is no longer a valid option.markm2003-03-081-6/+0
|
* Move NOMAN down the section without underscore characters.trhodes2003-02-141-1/+1
| | | | | | Add a forgotten `=' sign. Thanks to: ru, bde
* Add NOMAN here also.trhodes2003-02-111-0/+1
|
* Install the OpenSSL man pages in /usr/share/openssl/mannectar2003-02-101-7/+0
| | | | and remove the WANT_OPENSSL_MANPAGES knob.
* Remove MAKEDEV quirks, now obsolete.alex2003-02-051-5/+0
|
* Document WANT_EXT2FS_MODULE.obrien2003-01-291-0/+3
|
* As warned on freebsd-current@, remove the perl wrapper from /usr/src.obrien2002-11-271-1/+0
| | | | | | | | | The /usr/bin/perl wrapper isn't solving many of the problems it was imported to deal with. There are limitations to it that don't have a clear "fix". Reviewed by: markm, kris Extorted approval from: re(jhb)
* Removed the vestiges of modems(5).ru2002-11-271-1/+0
| | | | Approved by: re
* Backout "compatibility hack" for __sF.alfred2002-11-041-8/+0
| | | | Requested by: Steve Kargl <sgk@troutmask.apl.washington.edu> (submitter)
* Provide a hook to make __sF visible outside of libc for commercial appsalfred2002-11-021-0/+8
| | | | | | if WANT_COMPAT4_STDIO is defined when compiling libc. Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
* Change to match NO_MAKEDEV* -> MAKEDEV*.phk2002-10-221-5/+4
|
* Allow the shell preference for make(1) to be set in make.conf(5), and hopefullyjmallett2002-09-291-0/+7
| | | | | trick a few people into setting MAKE_SHELL to csh, although that can still rebuild itself to allow them to heal the wound in their foot.
* Mention about how to build sendmail with SASLv2.ume2002-09-241-0/+6
|
* Add support for ev67 and ev45 CPUTYPEs (new in gcc3)kris2002-09-071-1/+1
|
* List the new athlon CPUs supported by the CPUTYPE make variable.mux2002-09-071-1/+2
| | | | Submitted by: kris
* TARGET_CPUTYPE should exist solely in Makefile.inc1, similar toru2002-08-021-1/+3
| | | | | | | | | | | | | | | | TARGET_ARCH and TARGET. This is problematic when one has the = (unconditional) type of assigment for CPUTYPE in /etc/make.conf. (This would override what was set on the command line to "make buildworld".) Add a (horrible) kludge to Makefile.inc1 to check the type of assignment for CPUTYPE (only for those who attempts to set it to a different value). Fix an example make.conf. Fix the kernel's build-tools target (aicasm only at the moment) to catch up with bsd.cpu.mk,v 1.15 (BOOTSTRAPPING replaced with NO_CPU_CFLAGS in Makefile.inc1's BMAKE). Reviewed by: jhb
* There is no more UUCP in the base system, so there is no need tomarkm2002-08-021-1/+0
| | | | prevent its building.
* include file of SASLv1 was changed to /usr/local/include/sasl1.ume2002-07-311-1/+1
|
* Ignore -C, -p, and -S options of install(1) when used with the -dru2002-07-291-1/+1
| | | | | | | option. Warn about COPY being phased out. Restore the old method of always comparing before installing: INSTALL="install -C". Requested by: bde
* To force install(1) to always compare files before installing, oneru2002-07-181-1/+1
| | | | | | | | now needs to set COPY=-C as -C is no longer compatible with the -d option. It is also likely to be renamed to INSTALL_COPY soon. Update documentation to reflect this change. PR: bin/40724
* 's/rather then/rather than/'johan2002-07-021-5/+5
| | | | | | | | | | PR: 38096 Submitted by: Chris Pepper <pepper@rockefeller.edu> While I'm here correct some typos pointed out by ispell. Approved by: sheldonh (mentor) MFC after: 1 week
* Add a warning regarding the SENDMAIL_*_MC make.conf variable values.gshapiro2002-06-201-0/+9
| | | | | | | | Using /etc/mail/sendmail.mc will create /etc/mail/sendmail.cf during a buildworld. PR: misc/39397 MFC after: 3 days
* Per previous discussion, and with Mark's blessing, update the valuedougb2002-06-091-0/+1
| | | | of this knob to reflect (-)current reality.
* Document the ENABLE_SUID_NEWGRP variable.tjr2002-05-281-0/+4
| | | | | Requested by: mike PR: 36190
* Add a new make.conf knob, SENDMAIL_MAP_PERMS, which specifies thegshapiro2002-05-241-0/+5
| | | | | | | | | permissions to use for alias and map database files built by /etc/mail/Makefile. The default is 0640 to assist users in avoiding a file locking local denial of service. MFC after: 1 day pending RE approval
* Remove perl hooks.markm2002-05-161-5/+0
| | | | Pointed out by: des
* Turn on the set-user-ID bit for k5su if ENABLE_SUID_K5SU is defined.nectar2002-05-121-0/+5
|
* Back out the NO_RCMNDS knob.obrien2002-04-231-1/+0
| | | | | | | 1. The committer refused to respond to questions over the commit. 2. The servers rlogind, rshd, rexecd were not wrapped. 3. "rcmnds" as an abbreviation gets an order of magnitude less hits on Google than the much more well known "rcmds".
* Provide a new make.conf knob, SENDMAIL_SUBMIT_MC to allow users to pickgshapiro2002-04-141-0/+7
| | | | | | | | | the .mc file used for /etc/mail/submit.cf. By default, /etc/mail/freebsd.submit.mc is installed and used. Requested by: fenner Submitted by: ume MFC after: 1 week
* Introduce NO_RCMNDS flag so as to not compile rsh, rlogin, and rcp on will,bmilekic2002-04-091-0/+1
| | | | | | | and document in share/examples/etc/make.conf Submitted by: Aleksandar Simic <asimic@dsl.pipex.com> MFC after: 1 week
* sendmail 8.12 doesn't require _FFR_UNSAFE_SASL anymore.ume2002-03-301-2/+2
| | | | | | This is standard feature. Submitted by: ru
* sendmail 8.12 claims against GroupReadableSASLFile.ume2002-03-301-1/+1
| | | | Submitted by: mistral@imasy.or.jp
* Replaced hacks in sbin/Makefile,v 1.99 and usr.sbin/Makefile,v 1.217ru2002-03-211-0/+1
| | | | | | with the NO_IPFILTER make.conf(5) knob. (So that we can "make the-rest-of-the-world" again.)
* Document NO_PERL.markm2002-03-161-1/+2
|
* Document new build knob, SENDMAIL_SET_USER_ID, which installs sendmail as agshapiro2002-02-171-0/+8
| | | | set-user-ID root binary instead of the new method (set-group-ID smmsp).
* Document NO_CXX and NO_GDB.obrien2002-02-111-0/+2
|
* Document MODULES_OVERRIDE.ru2001-12-241-0/+2
| | | | | PR: docs/32560 Submitted by: Maxim Konovalov <maxim@macomnet.ru>
* Put back NOUUCP for now; cu and rmail are remaining pieces of the UUCPkris2001-10-011-0/+1
| | | | code which will stay for now.
* Remove NOUUCP build optionkris2001-10-011-1/+0
|
* Move /etc/defaults/make.conf to /usr/share/examples/etc/make.conf asalex2001-08-302-10/+12
| | | | | | | | | | | | | | discussed on the arch@ mailinglist (after repo-copy). sys.mk will .error if it finds /etc/defaults/make.conf but include it anyways (this is the same behaviour as with the make.conf.local removal). /usr/share/examples/etc/make.conf has BDEFLAGS commented out now, since it's only an example file. Adjust all textes that talk about make.conf or defaults/make.conf to match the new situation.
* Document defaults/periodic.conf.alex2001-08-291-0/+1
|
* RIP all ports options, as discussed on arch@.alex2001-08-291-115/+0
|
* Add the `WANT_FORCE_OPTIMIZATION_DOWNGRADE' knob. If set to an integerobrien2001-08-161-0/+6
| | | | | | value, it forces GCC to not optimize above this level. For intance, GCC made with "WANT_FORCE_OPTIMIZATION_DOWNGRADE=1" is a good setting for the Alpha platform when building ports.
* Remove the WANT_INSECURE_OPIE option - it is now a default. This is notmarkm2001-08-121-6/+0
| | | | | | | | nearly as ominous as it sounds, and it allows OPIE to be used over SSH and on xterms. Requested by: ache Discussed on: -security
* Chagne MASTER_SITE_FREEBSD to MASTER_SITE_FREEBSD_ORG, becauseknu2001-08-121-1/+1
| | | | | MASTER_SITE_FREEBSD is already used in bsd.port.mk for some different purpose.
* Fix MASTER_SITE_RUBY. The listed master site is obsolete.knu2001-08-121-1/+1
|
OpenPOWER on IntegriCloud