The NetBSD Project

CVS log for src/share/man/man5/mk.conf.5

[BACK] Up to [cvs.NetBSD.org] / src / share / man / man5

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.111: download - view: text, markup, annotated - select for diffs
Sat Sep 7 19:13:28 2024 UTC (6 months, 1 week ago) by rillig
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +2 -2 lines
man: use https URLs for www.NetBSD.org

Revision 1.110: download - view: text, markup, annotated - select for diffs
Sat Sep 7 19:07:17 2024 UTC (6 months, 1 week ago) by rillig
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +3 -3 lines
mk.conf.5: update link to the pkgsrc documentation

Revision 1.109: download - view: text, markup, annotated - select for diffs
Wed May 29 02:06:45 2024 UTC (9 months, 3 weeks ago) by riastradh
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +11 -1 lines
New make(1) variable NETBSD_REVISIONID in the NetBSD build.

This is intended to be a tree-wide revision identifier, like a commit
hash or similar.  This way, in builds from non-CVS trees where
per-file $NetBSD$ revision ids aren't incremented, we can still track
some version provenance of files with ident(1).

If defined, bsd.own.mk adds a macro _NETBSD_REVISIONID to CPPFLAGS
with the stringified text of NETBSD_REVISIONID.

In turn, if _NETBSD_REVISIONID is defined in sys/cdefs.h, then
__RCSID will put the concatenation of:
- `$NetBSD: '
- the file name
- ` '
- _NETBSD_REVISIONID
- ` $'
alongside the per-file revision id passed as an argument to __RCSID.

Since this is passed through command-line arguments, it doesn't cause
make to consider any dependencies to change when the revision id
changes -- so incremental builds remain incremental.  And if you
don't set it, nothing changes from the __RCSID we had before.

Currently nothing sets NETBSD_REVISIONID automatically yet -- subject
to experimentation.  Could just be verbatim commit hash, or could be
longer `hg identify' output -- or, in git, with the help of tags,
could be `git describe --dirty' output like

10.99.10-2924-gd01834fb75de

(or `10.99.10-2924-gd01834fb75de-dirty' if the working tree is dirty)
for the commit at
https://mail-index.netbsd.org/source-changes/2024/05/24/msg151526.html
which is 2924 linear commits after the commit bumping sys/param.h to
10.99.10 and (in the current git conversion) had commit hash starting
with d01834fb75de.  This may require some discipline around branching
and tagging but it's worth a shot -- we'll see.

Based on a patch from joerg@ a while ago.

Revision 1.97.2.1: download - view: text, markup, annotated - select for diffs
Fri Oct 20 16:04:59 2023 UTC (17 months ago) by martin
Branches: netbsd-10
CVS tags: netbsd-10-1-RELEASE, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1
Diff to: previous 1.97: preferred, colored; next MAIN 1.98: preferred, colored
Changes since revision 1.97: +9 -2 lines
Pull up following revision(s) (requested by mrg in ticket #430):

	doc/CHANGES: revision 1.2984
	share/mk/bsd.own.mk: revision 1.1345
	share/man/man5/mk.conf.5: revision 1.108

bsd.own.mk: force MKSTRIPSYM=no if MKDEBUG=yes

Local symbols are desirable with MKDEBUG=yes, so don't strip them.
Per request from mrg@

Revision 1.108: download - view: text, markup, annotated - select for diffs
Sun Jul 23 16:52:37 2023 UTC (19 months, 4 weeks ago) by lukem
Branches: MAIN
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +9 -2 lines
bsd.own.mk: force MKSTRIPSYM=no if MKDEBUG=yes

Local symbols are desirable with MKDEBUG=yes, so don't strip them.
Per request from mrg@

Revision 1.107: download - view: text, markup, annotated - select for diffs
Sat Jul 22 18:49:40 2023 UTC (20 months ago) by lukem
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +15 -14 lines
mk.conf(5): tweak BUILDID and option. sort MKKDEBUG

Clarify BUILDID behaviour with OBJMACHINE, and remove unnecessary sentence.
Use option not flag; option may include a flag with an argument.
Sort MKKDEBUG before MKKERBEROS4.

Revision 1.106: download - view: text, markup, annotated - select for diffs
Wed Jul 5 16:40:34 2023 UTC (20 months, 2 weeks ago) by lukem
Branches: MAIN
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +188 -10 lines
mk.conf(5): document rump variables

Update mk.conf(5) with the rump variables from
- lib/librumpuser/README.compileopts
- sys/rump/README.compileopts

Add cross-references back to mk.conf(5) in those files.

Ensure that the Default: is listed last in a description,
for consistency with the convention in this file.

Revision 1.105: download - view: text, markup, annotated - select for diffs
Wed Jun 14 02:28:41 2023 UTC (21 months, 1 week ago) by rin
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +7 -13 lines
Fix previous. Patch mistakenly applied somehow...

Revision 1.104: download - view: text, markup, annotated - select for diffs
Wed Jun 14 01:16:28 2023 UTC (21 months, 1 week ago) by rin
Branches: MAIN
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +14 -2 lines
Cite src/sys/rump/README.compileopts as a reference for MKRUMP.

Revision 1.103: download - view: text, markup, annotated - select for diffs
Sun Jun 11 20:33:46 2023 UTC (21 months, 1 week ago) by lukem
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +175 -62 lines
mk.conf(5): more variables from BUILDING and build.sh

Add more variables from build.sh, BUILDING, and various
Makefile's documentation:
	CDEXTRA CONFIGOPTS KERNARCHDIR KERNCONFDIR
	KERNOBJDIR KERNSRCDIR LOCALTIME

Default sentences now consistently end with ".".
Consistency tweaks in "otherwise".
Editorial tweaks.

Revision 1.102: download - view: text, markup, annotated - select for diffs
Sun Jun 11 10:44:33 2023 UTC (21 months, 1 week ago) by lukem
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +219 -66 lines
mk.conf(5): add remaining vars from BUILDING

Add more variables from BUILDING:
	INSTALLBOOT_BOARDS INSTALLWORLDDIR NOCLEANDIR
	NODISTRIBDIRS NOINCLUDES.

Add build.sh related notes (from BUILDING).

Clarify "target" as "target architecture" where appropriate
(versus a make target where that's obvious from context.)

Move all obsolete and deprecated variables to
new "OBSOLETE VARIABLES" section at the end.

Add some per-variable editorial improvements from BUILDING.

Change sub headings to headings; it's easier to read.
(I don't know why mdoc doesn't allow blank lines around .Ss)

Revision 1.101: download - view: text, markup, annotated - select for diffs
Mon Jun 5 22:35:20 2023 UTC (21 months, 2 weeks ago) by lukem
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +58 -12 lines
mk.conf(5): editorial

MKDTB and MKPIE are .YorN.
MKX11=yes wants MKINET6=yes.
MKLINKLIB deserves a dash list (like bsd.README).

Expand per bsd.README: MKSTATICPIC, MKUNPRIVED,
MKX11, MKZFS, USE_LIBCSANITIZER, USE_SSP

Change the width of the variable lists to 14n (from 15n)
so that when the lists are rendered and then left aligned,
the column is 16 characters (aka 2 tabs) which makes
copypasta to bsd.README easier.

Revision 1.100: download - view: text, markup, annotated - select for diffs
Sun Jun 4 20:04:52 2023 UTC (21 months, 2 weeks ago) by lukem
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +154 -27 lines
mk.conf(5): add more from BUILDING and bsd.README

Add from BUILDING or bsd.README:
	BUILDINFO, BUILDSEED, EXTERNAL_TOOLCHAIN, MKCROSSGDB,
	MKREPRO_TIMESTAMP, TOOLCHAIN_MISSING, X11SRCDIR

Clarify BUILDID.
Improve MKDEBUG, MKOBJ, MKX11, NETBSDSRCDIR, USETOOLS,
Consistent Note: formatting.

Revision 1.99: download - view: text, markup, annotated - select for diffs
Sat Jun 3 11:13:40 2023 UTC (21 months, 2 weeks ago) by lukem
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +2 -2 lines
mk.conf: fix the year

Revision 1.98: download - view: text, markup, annotated - select for diffs
Thu Jun 1 21:58:05 2023 UTC (21 months, 3 weeks ago) by lukem
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +1005 -228 lines
mk.conf(5): update to reality

- Document:
	MKAMDGPUFIRMWARE, MKARGON2, MKARZERO, MKBSDGREP,
	MKCOMPATMODULES, MKCOMPATTESTS, MKCOMPATX11, MKCXX,
	MKDEPINCLUDES, MKDTB, MKDTC, MKFIRMWARE, MKGROFF,
	MKGROFFHTMLDOC, MKLIBCSANITIZER, MKLIBCXX, MKLIBSTDCXX,
	MKLLVM, MKLLVMRT, MKMAKEMANDB, MKMANDOC, MKNSD,
	MKRADEONFIRMWARE, MKRELRO, MKSANITIZER, MKSLJIT,
	MKSTATICPIE, MKTEGRAFIRMWARE, MKTPM, MKUNBOUND,
	MKXORG_SERVER, NETBSD_OFFICIAL_RELEASE,
	USE_LIBCSANITIZER, USE_PIGZGZIP, USE_SANITIZER,
	USE_XZ_SETS, X11MOTIFPATH
- Document obsolete/deprecated:
	EXTSRCSRCDIR, MKBFD, MKCRYPTO, MKEXTSRC, MKKDEBUG,
	MKKERBEROS4, MKLLD, MKLLDB, MKMCLINKER, MKPERFUSE,
	MKTOOLSDEBUG, SHAREDSTRINGS, USE_COMBINE
- Fix defaults: MKLINT=no MKPICINSTALL=no USE_SKEY=no
- Expand upon defaults that are platform specific.
- Sort variable entries.
- If a NOxxx variable disables a variable, describe it.
- Layout of each variable: supported values, description,
  any other variables that change this variable, optional note,
  default value.
- Consistent double quotes around default strings (even paths).
- Consistent "will be" instead of "is" or "are".
- Sort order of internal macro definitions.
- Add NODEF and NOVAR macros.
- Oxford comma and semi-colons where appropriate.
- Fix mandoc -Tlint.

Revision 1.97: download - view: text, markup, annotated - select for diffs
Sat Jul 9 08:27:35 2022 UTC (2 years, 8 months ago) by nia
Branches: MAIN
CVS tags: netbsd-10-base
Branch point for: netbsd-10
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +3 -3 lines
mk.conf(5): we default to USE_SSP=yes these days.

Revision 1.96: download - view: text, markup, annotated - select for diffs
Mon Jun 6 10:56:28 2022 UTC (2 years, 9 months ago) by nia
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +2 -98 lines
build system: Revert all the recent additions of MK[...] knobs that
allow conditionally disabling the building of certain user space
programs in the 'base' set.

There is not enough consensus that this is the right way and a few
people had strong objections, see source-changes-d@.

Revision 1.95: download - view: text, markup, annotated - select for diffs
Sun May 29 15:23:20 2022 UTC (2 years, 9 months ago) by nia
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +17 -1 lines
mk: Add MKTIMED and MKMOUSED flags for compiling NetBSD without timed
and moused

Revision 1.94: download - view: text, markup, annotated - select for diffs
Sun May 29 08:15:47 2022 UTC (2 years, 9 months ago) by nia
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +16 -2 lines
Document MKPPP

Revision 1.93: download - view: text, markup, annotated - select for diffs
Sat May 28 14:31:12 2022 UTC (2 years, 9 months ago) by nia
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +19 -1 lines
mk: Add MKFINGER, MKTALK flags for not building
talk, talkd, finger, fingerd.

Revision 1.92: download - view: text, markup, annotated - select for diffs
Sat May 28 11:17:35 2022 UTC (2 years, 9 months ago) by nia
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +18 -2 lines
mk: Add MKNTP, MKTCPDUMP knobs.

Revision 1.91: download - view: text, markup, annotated - select for diffs
Fri May 27 09:25:08 2022 UTC (2 years, 9 months ago) by nia
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +12 -1 lines
Document MKLFS

Revision 1.90: download - view: text, markup, annotated - select for diffs
Thu May 26 14:24:42 2022 UTC (2 years, 9 months ago) by uwe
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +2 -2 lines
mk.conf(5): Don't make "experimental" comment stand out.

Revision 1.89: download - view: text, markup, annotated - select for diffs
Thu May 26 06:33:03 2022 UTC (2 years, 9 months ago) by nia
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +32 -5 lines
Document some more build options. Delint.

Revision 1.88: download - view: text, markup, annotated - select for diffs
Wed May 25 21:25:47 2022 UTC (2 years, 9 months ago) by nia
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +12 -9 lines
mk: Rename the MKMBONE option to MKMROUTING for greater accuracy and
to match the related kernel config option.

Revision 1.87: download - view: text, markup, annotated - select for diffs
Wed May 25 20:44:01 2022 UTC (2 years, 9 months ago) by nia
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +8 -1 lines
mk: Allow setting MKDHCPD=no to build base without the ISC DHCP server,
useful for embedded images that don't need to act as one.

Revision 1.86: download - view: text, markup, annotated - select for diffs
Wed May 25 10:18:29 2022 UTC (2 years, 9 months ago) by nia
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +13 -2 lines
mk: Allow building base without the MBONE applications by setting
MKMBONE=no in mk.conf

Revision 1.85: download - view: text, markup, annotated - select for diffs
Mon Dec 20 20:33:20 2021 UTC (3 years, 3 months ago) by christos
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +21 -13 lines
Rename:
    MKKDEBUG -> MKDEBUGKERNEL
    MKTOOLSDEBUG -> MKDEBUGTOOLS
while keeping compatibility with the old names. Add missing documentation.
Now all debugging tunables are prefixed with MKDEBUG.

Revision 1.84: download - view: text, markup, annotated - select for diffs
Thu Jan 14 23:32:12 2021 UTC (4 years, 2 months ago) by pgoyette
Branches: MAIN
CVS tags: cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +32 -1 lines
Initial attempt at documenting the KERNEL_DIR option.

XXX EXPERIMENTAL, Work-In-Progress ! XXX

Revision 1.83: download - view: text, markup, annotated - select for diffs
Tue Nov 10 21:47:49 2020 UTC (4 years, 4 months ago) by kamil
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +8 -2 lines
Reintroduce the support of MKCATPAGES

Requested by <mrg>

Revision 1.82: download - view: text, markup, annotated - select for diffs
Sun Nov 8 14:52:35 2020 UTC (4 years, 4 months ago) by kamil
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +3 -9 lines
Remove the support for MKCATPAGES

It was optional since 1999 and disabled by default since 2012.

Proposed on tech-userlevel@.

Revision 1.81: download - view: text, markup, annotated - select for diffs
Tue Oct 27 06:33:38 2020 UTC (4 years, 4 months ago) by rin
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +13 -2 lines
Document MKKDEBUG. Thanks martin for letting me know.

Revision 1.80: download - view: text, markup, annotated - select for diffs
Wed Jul 15 17:46:06 2020 UTC (4 years, 8 months ago) by leot
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +3 -3 lines
MKBSDTAR is yes by default

Revision 1.76.10.2: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:03:25 2020 UTC (4 years, 11 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.76.10.1: preferred, colored; branchpoint 1.76: preferred, colored; next MAIN 1.77: preferred, colored
Changes since revision 1.76.10.1: +3 -3 lines
Mostly merge changes from HEAD upto 20200411

Revision 1.78.2.1: download - view: text, markup, annotated - select for diffs
Sun Sep 22 12:22:23 2019 UTC (5 years, 6 months ago) by martin
Branches: netbsd-9
CVS tags: netbsd-9-4-RELEASE, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1
Diff to: previous 1.78: preferred, colored; next MAIN 1.79: preferred, colored
Changes since revision 1.78: +3 -3 lines
Pull up following revision(s) (requested by gson in ticket #219):

	share/man/man5/mk.conf.5: revision 1.79

MKZFS is no longer the default on i386; it was disabled in 2015 in
bsd.own.mk 1.846.

Revision 1.79: download - view: text, markup, annotated - select for diffs
Mon Sep 16 12:57:10 2019 UTC (5 years, 6 months ago) by gson
Branches: MAIN
CVS tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, is-mlppp-base, is-mlppp
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +3 -3 lines
MKZFS is no longer the default on i386; it was disabled in 2015 in
bsd.own.mk 1.846.

Revision 1.76.10.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:05:41 2019 UTC (5 years, 9 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +12 -3 lines
Sync with HEAD

Revision 1.78: download - view: text, markup, annotated - select for diffs
Wed Feb 20 17:48:31 2019 UTC (6 years, 1 month ago) by wiz
Branches: MAIN
CVS tags: phil-wifi-20190609, netbsd-9-base
Branch point for: netbsd-9
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +1 -2 lines
Remove superfluous Pp.

Revision 1.77: download - view: text, markup, annotated - select for diffs
Tue Feb 19 21:08:21 2019 UTC (6 years, 1 month ago) by mrg
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +12 -2 lines
add X11MOTIFPATH and note that MKX11MOTIF needs motif installed.

Revision 1.76: download - view: text, markup, annotated - select for diffs
Sun May 21 15:28:42 2017 UTC (7 years, 10 months ago) by riastradh
Branches: MAIN
CVS tags: phil-wifi-base, pgoyette-compat-merge-20190127, pgoyette-compat-base, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, pgoyette-compat, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-8-base, netbsd-8-3-RELEASE, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, matt-nb8-mediatek-base, matt-nb8-mediatek
Branch point for: phil-wifi
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +1 -15 lines
Remove MKCRYPTO option.

Originally, MKCRYPTO was introduced because the United States
classified cryptography as a munition and restricted its export.  The
export controls were substantially relaxed fifteen years ago, and are
essentially irrelevant for software with published source code.

In the intervening time, nobody bothered to remove the option after
its motivation -- the US export restriction -- was eliminated.  I'm
not aware of any other operating system that has a similar option; I
expect it is mainly out of apathy for churn that we still have it.
Today, cryptography is an essential part of modern computing -- you
can't use the internet responsibly without cryptography.

The position of the TNF board of directors is that TNF makes no
representation that MKCRYPTO=no satisfies any country's cryptography
regulations.

My personal position is that the availability of cryptography is a
basic human right; that any local laws restricting it to a privileged
few are fundamentally immoral; and that it is wrong for developers to
spend effort crippling cryptography to work around such laws.

As proposed on tech-crypto, tech-security, and tech-userlevel to no
objections:

https://mail-index.netbsd.org/tech-crypto/2017/05/06/msg000719.html
https://mail-index.netbsd.org/tech-security/2017/05/06/msg000928.html
https://mail-index.netbsd.org/tech-userlevel/2017/05/06/msg010547.html

P.S.  Reviewing all the uses of MKCRYPTO in src revealed a lot of
*bad* crypto that was conditional on it, e.g. DES in telnet...  That
should probably be removed too, but on the grounds that it is bad,
not on the grounds that it is (nominally) crypto.

Revision 1.75: download - view: text, markup, annotated - select for diffs
Sun May 21 14:20:45 2017 UTC (7 years, 10 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +1 -7 lines
Remove MKCRYPTO_RC5.  Unconditionally include RC5 in libcrypto.so.

This option existed only because RC5 is covered by patents that, twenty
years ago, we had reason to suspect the patent holder, RSA, Inc., might
litigate.  The two US patents in question are 5,724,428 and 5,835,600.

According to the USPTO Patent Term Calculator web site at
<https://www.uspto.gov/patent/laws-and-regulations/patent-term-calculator#heading-5>
(retrieved 2017-05-21), patents filed after 1995-06-07 expire twenty
years after the filing date.

number          filing date
5,724,428       1995-11-01
5,835,600       1997-04-21

Thus, these patents appear to be expired.

As proposed on tech-crypto and tech-security:

https://mail-index.netbsd.org/tech-crypto/2017/05/05/msg000718.html
https://mail-index.netbsd.org/tech-security/2017/05/05/msg000927.html

Revision 1.71.2.2: download - view: text, markup, annotated - select for diffs
Wed Apr 26 02:52:58 2017 UTC (7 years, 10 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.71.2.1: preferred, colored; branchpoint 1.71: preferred, colored; next MAIN 1.72: preferred, colored
Changes since revision 1.71.2.1: +25 -2 lines
Sync with HEAD

Revision 1.71.4.1: download - view: text, markup, annotated - select for diffs
Fri Apr 21 16:53:18 2017 UTC (7 years, 11 months ago) by bouyer
Branches: bouyer-socketcan
Diff to: previous 1.71: preferred, colored; next MAIN 1.72: preferred, colored
Changes since revision 1.71: +25 -4 lines
Sync with HEAD

Revision 1.74: download - view: text, markup, annotated - select for diffs
Thu Apr 20 09:48:55 2017 UTC (7 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-20170426, bouyer-socketcan-base1
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +12 -4 lines
Use Fl, Xr. New sentence, new line. Bump date for previous.

Revision 1.73: download - view: text, markup, annotated - select for diffs
Thu Apr 20 09:29:10 2017 UTC (7 years, 11 months ago) by ozaki-r
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +16 -1 lines
Introduce MKSTRIPSYM build option

If it's yes, all local symbols of shared libraries are stripped
(default). If it's no, only temporary local symbols are stripped;
for example, symbols of static functions are kept. Keeping such
symbols is useful on using DTrace for userland libraries and
getting a backtrace from a rump server loading modules (shared
libraries).

Proposed and discussed on tech-kern and tech-toolchain

Revision 1.71.2.1: download - view: text, markup, annotated - select for diffs
Mon Mar 20 06:57:06 2017 UTC (8 years ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +2 -4 lines
Sync with HEAD

Revision 1.72: download - view: text, markup, annotated - select for diffs
Thu Feb 16 17:15:26 2017 UTC (8 years, 1 month ago) by rin
Branches: MAIN
CVS tags: pgoyette-localcount-20170320
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +2 -4 lines
The default values for MKPIC are yes and no for sh3 and m68000, respectively.
Bump date.

Revision 1.71: download - view: text, markup, annotated - select for diffs
Thu Jul 23 08:03:26 2015 UTC (9 years, 8 months ago) by mrg
Branches: MAIN
CVS tags: pgoyette-localcount-base, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, localcount-20160914, bouyer-socketcan-base
Branch point for: pgoyette-localcount, bouyer-socketcan
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +2 -21 lines
remove the xfree86 reachover makefiles and the vast majority of
the support in the rest of the source tree.

X11 sets could use some cleaning up perhaps (just deletion, as
we've never really marked the old X11R6 as obsolete for native
xorg using platforms so far either.)

Revision 1.70: download - view: text, markup, annotated - select for diffs
Wed Apr 8 05:47:00 2015 UTC (9 years, 11 months ago) by wiz
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +6 -7 lines
Update some defaults, from Joachim Henke on netbsd-docs.

Revision 1.61.2.4: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:02:36 2014 UTC (10 years, 7 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.61.2.3: preferred, colored; next MAIN 1.62: preferred, colored
Changes since revision 1.61.2.3: +8 -1 lines
Rebase to HEAD as of a few days ago.

Revision 1.57.2.4: download - view: text, markup, annotated - select for diffs
Thu May 22 11:37:51 2014 UTC (10 years, 10 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.57.2.3: preferred, colored; branchpoint 1.57: preferred, colored; next MAIN 1.58: preferred, colored
Changes since revision 1.57.2.3: +34 -2 lines
sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs.  ("Protocol error: too many arguments")

Revision 1.69: download - view: text, markup, annotated - select for diffs
Tue Mar 25 10:23:26 2014 UTC (11 years ago) by wiz
Branches: MAIN
CVS tags: yamt-pagecache-base9, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +2 -2 lines
Bump date for previous.

Revision 1.68: download - view: text, markup, annotated - select for diffs
Tue Mar 25 09:52:55 2014 UTC (11 years ago) by ozaki-r
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +8 -1 lines
Add MKCTF

This variable separates CTF stuffs from MKDTRACE; we can build DTrace
solely without building and using them. This allows us to use DTrace
even if CTF stuffs have problems (actually they have now).

This variable would be merged into MKDTRACE eventually, once CTF stuffs
work correctly again.

Revision 1.61.2.3: download - view: text, markup, annotated - select for diffs
Sun Jun 23 06:28:54 2013 UTC (11 years, 9 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.61.2.2: preferred, colored
Changes since revision 1.61.2.2: +9 -2 lines
resync from head

Revision 1.67: download - view: text, markup, annotated - select for diffs
Sun Jun 2 11:02:40 2013 UTC (11 years, 9 months ago) by mbalmer
Branches: MAIN
CVS tags: riastradh-drm2-base3, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +9 -2 lines
New variable MKX11MOTIF to enable building libGLw with Motif support.
Defaults to 'no'.

Revision 1.61.2.2: download - view: text, markup, annotated - select for diffs
Mon Feb 25 00:28:14 2013 UTC (12 years ago) by tls
Branches: tls-maxphys
Diff to: previous 1.61.2.1: preferred, colored
Changes since revision 1.61.2.1: +20 -2 lines
resync with head

Revision 1.66: download - view: text, markup, annotated - select for diffs
Fri Feb 15 21:03:17 2013 UTC (12 years, 1 month ago) by wiz
Branches: MAIN
CVS tags: agc-symver-base, agc-symver
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +8 -5 lines
Use Nx, fix typo.

Revision 1.65: download - view: text, markup, annotated - select for diffs
Fri Feb 15 19:49:48 2013 UTC (12 years, 1 month ago) by jmmv
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +17 -2 lines
Add the MKKYUA knob.

MKKYUA defaults to no and will remain as such until the import is complete
and validated.

This knob does not currently have any effects on the build as nothing relies
on it yet.  Upcoming imports and changes in this area will all be guarded by
this flag.

Revision 1.61.2.1: download - view: text, markup, annotated - select for diffs
Tue Nov 20 03:00:51 2012 UTC (12 years, 4 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +135 -5 lines
Resync to 2012-11-19 00:00:00 UTC

Revision 1.58.4.1: download - view: text, markup, annotated - select for diffs
Thu Nov 1 16:44:58 2012 UTC (12 years, 4 months ago) by matt
Branches: matt-nb6-plus
Diff to: previous 1.58: preferred, colored; next MAIN 1.59: preferred, colored
Changes since revision 1.58: +1 -13 lines
sync with netbsd-6-0-RELEASE.

Revision 1.57.2.3: download - view: text, markup, annotated - select for diffs
Tue Oct 30 18:59:41 2012 UTC (12 years, 4 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.57.2.2: preferred, colored; branchpoint 1.57: preferred, colored
Changes since revision 1.57.2.2: +135 -17 lines
sync with head

Revision 1.64: download - view: text, markup, annotated - select for diffs
Sun Sep 30 06:00:26 2012 UTC (12 years, 5 months ago) by jkoshy
Branches: MAIN
CVS tags: yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +2 -2 lines
Correct a typo.

Reported by:	tsutsui

Revision 1.63: download - view: text, markup, annotated - select for diffs
Sun Sep 30 03:48:16 2012 UTC (12 years, 5 months ago) by jkoshy
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +132 -2 lines
Document build knobs MKBSDTAR, MKCLEANSRC, MKCLEANVERIFY, MKCOMPAT,
MKDTRACE, MKLVM, MKNPF, MKPIGZGZIP, MKREPRO, MKRUMP, MKX11FONTS and MKZFS.

Reviewed by:	joerg

Revision 1.62: download - view: text, markup, annotated - select for diffs
Wed Sep 19 23:06:22 2012 UTC (12 years, 6 months ago) by abs
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +5 -5 lines
Fix inverted logic description for MKSTRIPIDENT.
Noted by Snader_LB on freenode IRC

Revision 1.58.2.1: download - view: text, markup, annotated - select for diffs
Mon Sep 17 19:00:26 2012 UTC (12 years, 6 months ago) by riz
Branches: netbsd-6
CVS tags: netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, matt-nb6-plus-nbase, matt-nb6-plus-base
Diff to: previous 1.58: preferred, colored; next MAIN 1.59: preferred, colored
Changes since revision 1.58: +1 -13 lines
Pull up following revision(s) (requested by spz in ticket #557):
distrib/sets/lists/base/ad.mips64eb		1.94-1.95 via patch
distrib/sets/lists/base/ad.mips64el		1.93-1.94 via patch
distrib/sets/lists/base/md.amd64		1.169-1.170 via patch
distrib/sets/lists/base/md.sparc64		1.159-1.160 via patch
distrib/sets/lists/base/shl.mi			1.629,1.630,1.632 via patch
distrib/sets/lists/comp/ad.mips64eb		1.81-1.82 via patch
distrib/sets/lists/comp/ad.mips64el		1.821.83 via patch
distrib/sets/lists/comp/md.amd64		1.168-1.169 via patch
distrib/sets/lists/comp/md.sparc64		1.150-1.151 via patch
distrib/sets/lists/comp/mi			1.1769 via patch
distrib/sets/lists/comp/shl.mi			1.226-1.227 via patch
distrib/sets/lists/tests/mi			1.477 via patch
distrib/sets/sets.subr				1.137 via patch
etc/Makefile					1.397 via patch
share/man/man5/mk.conf.5			1.60 via patch
share/mk/bsd.README				1.297 via patch
share/mk/bsd.own.mk				1.700 via patch
tests/crypto/libcrypto/Makefile			patch
tests/crypto/libcrypto/t_ciphers.sh		1.4 via patch
tests/crypto/libcrypto/t_hashes.sh		1.2 via patch
tests/crypto/libcrypto/idea/Makefile		patch
tests/crypto/libcrypto/mdc2/Makefile		patch
usr.sbin/racoon/Makefile			1.25 via patch

	Clean up MKCRYPTO_IDEA and MKCRYPTO_MDC2 removal, so that
	a tree with MKCRYPTO_RC5=yes actually builds.
	[spz, ticket #557]

The "iso" directory never made it into this file, but now
that "iso" is "images", document it here for the edification of
folks browsing the download directories.
add crypto shared libraries
mark idea and mdc2 libraries obsolete.
remove mdc2 and idea handling
MKCRYPTO_{IDEA,MDC2} is no more
MKCRYPTO_IDEA is no more
no more CRYPTO_{IDEA,MDC2}
more MKCRYPTO_IDEA and MKCRYPTO_MDC2 removal (resp, adjustment to IDEA and
MBC2 now always being included)
MKCRYPTO_RC5 now builds shared libs, add the missing files to sets

Revision 1.61: download - view: text, markup, annotated - select for diffs
Sat Jul 14 17:12:27 2012 UTC (12 years, 8 months ago) by wiz
Branches: MAIN
Branch point for: tls-maxphys
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +2 -2 lines
Bump date for previous.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Sat Jul 14 16:04:05 2012 UTC (12 years, 8 months ago) by spz
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -13 lines
more MKCRYPTO_IDEA and MKCRYPTO_MDC2 removal (resp, adjustment to IDEA and
MBC2 now always being included)
MKCRYPTO_RC5 now builds shared libs, add the missing files to sets

Revision 1.57.2.2: download - view: text, markup, annotated - select for diffs
Tue Apr 17 00:05:47 2012 UTC (12 years, 11 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.57.2.1: preferred, colored; branchpoint 1.57: preferred, colored
Changes since revision 1.57.2.1: +3 -3 lines
sync with head

Revision 1.59: download - view: text, markup, annotated - select for diffs
Sun Mar 11 23:42:06 2012 UTC (13 years ago) by njoly
Branches: MAIN
CVS tags: yamt-pagecache-base5, yamt-pagecache-base4
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +3 -3 lines
Use Lk macro instead of Pa when dealing with URLs, to produce links
with HTML output. And while here update some dead URL links.
First part of PR/29238.

Revision 1.57.2.1: download - view: text, markup, annotated - select for diffs
Thu Nov 10 14:31:37 2011 UTC (13 years, 4 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +4 -5 lines
sync with head

Revision 1.58: download - view: text, markup, annotated - select for diffs
Sun Nov 6 22:34:47 2011 UTC (13 years, 4 months ago) by tron
Branches: MAIN
CVS tags: yamt-pagecache-base3, yamt-pagecache-base2, netbsd-6-base, netbsd-6-0-RC1
Branch point for: netbsd-6, matt-nb6-plus
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +4 -5 lines
Stack-smash protection is not enabled by default, at least not for
the complete source-tree.

Pointed out by <bch> on "current-users" mailing list.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Mon Aug 22 02:37:15 2011 UTC (13 years, 7 months ago) by dholland
Branches: MAIN
CVS tags: yamt-pagecache-base
Branch point for: yamt-pagecache
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +11 -2 lines
Until someone figures out a fix for PR 40599, document that MKKERBEROS=no
will break the system without either MKPAM=no or a customized PAM config.
As suggested by Ian D. Leroux on current-users and in PR 45263, but with
different text.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Sat Aug 6 08:49:04 2011 UTC (13 years, 7 months ago) by wiz
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -2 lines
Bump date for previous.

Revision 1.55: download - view: text, markup, annotated - select for diffs
Sat Aug 6 07:36:20 2011 UTC (13 years, 7 months ago) by mbalmer
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +6 -1 lines
Document MKKMOD, patch from PR 45216.

Revision 1.53.2.1: download - view: text, markup, annotated - select for diffs
Thu Jun 23 14:18:45 2011 UTC (13 years, 9 months ago) by cherry
Branches: cherry-xenmp
Diff to: previous 1.53: preferred, colored; next MAIN 1.54: preferred, colored
Changes since revision 1.53: +12 -2 lines
Catchup with rmind-uvmplock merge.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Thu Jun 2 08:58:34 2011 UTC (13 years, 9 months ago) by jruoho
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +12 -2 lines
Note USE_FORT.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Fri May 20 16:02:23 2011 UTC (13 years, 10 months ago) by plunky
Branches: MAIN
CVS tags: cherry-xenmp-base
Branch point for: cherry-xenmp
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +1 -14 lines
simplify PCC inclusion; MKPCCDMDS is not really required

Revision 1.51.2.1: download - view: text, markup, annotated - select for diffs
Sat Mar 5 15:09:26 2011 UTC (14 years ago) by bouyer
Branches: bouyer-quota2
Diff to: previous 1.51: preferred, colored; next MAIN 1.52: preferred, colored
Changes since revision 1.51: +2 -2 lines
Sync with HEAD

Revision 1.52: download - view: text, markup, annotated - select for diffs
Mon Feb 21 18:12:26 2011 UTC (14 years, 1 month ago) by njoly
Branches: MAIN
CVS tags: bouyer-quota2-nbase
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -2 lines
Typo in macro.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Tue Mar 2 07:26:47 2010 UTC (15 years ago) by jruoho
Branches: MAIN
CVS tags: matt-mips64-premerge-20101231, bouyer-quota2-base
Branch point for: bouyer-quota2
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +4 -3 lines
Catch up with the changes to SSP on x86.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Tue Sep 29 23:56:34 2009 UTC (15 years, 5 months ago) by tsarna
Branches: MAIN
CVS tags: matt-premerge-20091211
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +7 -1 lines
Multicast DNS ("Bonjour") support, based on Apple's mDNSResponder.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Tue Sep 8 07:54:49 2009 UTC (15 years, 6 months ago) by wiz
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +3 -3 lines
Fix Dd string, remove trailing whitespace.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Tue Sep 8 07:48:14 2009 UTC (15 years, 6 months ago) by skrll
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -2 lines
Bump date for previous.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Sep 8 07:08:03 2009 UTC (15 years, 6 months ago) by skrll
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +6 -8 lines
Rename MKBFD to MKBINUTILS and support HAVE_BINUTILS for set lists. This
makes {MK,HAVE_}BINUTILS consistent with {MK,HAVE_}{GCC,GDB}.

Allow MKBFD to defines MKBINUTILS as a backwards compatibility hook.

Update the sets lists and add conditionals for lib{bfd,opcodes}.

Revision 1.41.2.3: download - view: text, markup, annotated - select for diffs
Fri Jan 16 21:41:10 2009 UTC (16 years, 2 months ago) by bouyer
Branches: netbsd-5
CVS tags: netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b
Diff to: previous 1.41.2.2: preferred, colored; branchpoint 1.41: preferred, colored; next MAIN 1.42: preferred, colored
Changes since revision 1.41.2.2: +1 -7 lines
Apply patch, requested by pooka in ticket 259:
	distrib/sets/sets.subr			patch
	distrib/sets/lists/base/lkm.mi		patch
	distrib/sets/lists/base/md.amd64	patch
	distrib/sets/lists/base/md.sparc64	patch
	distrib/sets/lists/base/mi		patch
	distrib/sets/lists/base/shl.elf		patch
	distrib/sets/lists/base/shl.mi		patch
	distrib/sets/lists/comp/md.amd64	patch
	distrib/sets/lists/comp/md.sparc64	patch
	distrib/sets/lists/comp/mi		patch
	distrib/sets/lists/comp/shl.mi		patch
	distrib/sets/lists/man/mi		patch
	lib/Makefile				patch
	share/man/man5/mk.conf.5		patch
	share/mk/bsd.README			patch
	share/mk/bsd.own.mk			patch
	sys/lkm/vfs/Makefile			patch
	usr.sbin/Makefile			patch
Now that MKPUFFS is default, kill it as advertised.
While there, give puffs and refuse files sensible syspkg entries.

Revision 1.41.2.2: download - view: text, markup, annotated - select for diffs
Sat Nov 15 22:10:33 2008 UTC (16 years, 4 months ago) by snj
Branches: netbsd-5
Diff to: previous 1.41.2.1: preferred, colored; branchpoint 1.41: preferred, colored
Changes since revision 1.41.2.1: +2 -2 lines
Pull up following revision(s) (requested by mrg in ticket #64):
	share/man/man5/mk.conf.5: revision 1.46
	share/mk/bsd.own.mk: revision 1.550
	doc/BUILDING.mdoc: revision 1.70
	BUILDING: revision 1.81
	share/mk/bsd.README: revision 1.242
revert sparc back to default of XFree86 at the request of macallan.

Revision 1.41.2.1: download - view: text, markup, annotated - select for diffs
Sat Nov 15 22:05:12 2008 UTC (16 years, 4 months ago) by snj
Branches: netbsd-5
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +23 -15 lines
Pull up following revision(s) (requested by mrg in ticket #64):
	distrib/sets/Makefile: revision 1.64
	external/mit/xorg/server/Makefile: revision 1.5
	share/mk/bsd.README: revision 1.237
	BUILDING: revision 1.79
	share/mk/bsd.x11.mk: revision 1.71
	share/mk/bsd.own.mk: revision 1.544
	usr.bin/ssh/Makefile.inc: revision 1.18
	distrib/sets/sets.subr: revision 1.72
	share/man/man5/mk.conf.5: revision 1.42
	doc/BUILDING.mdoc: revision 1.68
	etc/Makefile: revision 1.360
	Makefile: revision 1.263
- retire MKXORG from public use
- introduce X11FLAVOUR to choose src/x11 vs src/external/mit/xorg
  for the X11 to build if MKX11=yes is set.  it takes the values
  of either Xorg or XFree86.
- default to Xorg on alpha, i386, macppc, shark, sparc and sparc64
- remove MKXORG_WITH_XSRC_XSERVER, unused and never useful

Revision 1.46: download - view: text, markup, annotated - select for diffs
Sat Nov 15 11:27:49 2008 UTC (16 years, 4 months ago) by mrg
Branches: MAIN
CVS tags: jym-xensuspend-nbase, jym-xensuspend-base, jym-xensuspend
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -2 lines
revert sparc back to default of XFree86 at the request of macallan.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Thu Nov 13 20:40:11 2008 UTC (16 years, 4 months ago) by apb
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +27 -6 lines
Add support for new MAKEVERBOSE levels 3 and 4.  The complete list is now:

 0   Minimal output ("quiet")
 1   Describe what is occurring
 2   Describe what is occurring and echo the actual command
 3   Ignore the effect of the "@" prefix in make commands
 4   Trace shell commands using the shell's -x flag

The default remains MAKEVERBOSE=2.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Wed Nov 12 13:17:27 2008 UTC (16 years, 4 months ago) by pooka
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -7 lines
Now that MKPUFFS is default, kill it as advertised.
While there, give puffs and refuse files sensible syspkg entries.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed Nov 12 12:35:53 2008 UTC (16 years, 4 months ago) by ad
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +3 -18 lines
Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sun Nov 9 23:02:29 2008 UTC (16 years, 4 months ago) by mrg
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +23 -15 lines
- retire MKXORG from public use
- introduce X11FLAVOUR to choose src/x11 vs src/external/mit/xorg
  for the X11 to build if MKX11=yes is set.  it takes the values
  of either Xorg or XFree86.
- default to Xorg on alpha, i386, macppc, shark, sparc and sparc64
- remove MKXORG_WITH_XSRC_XSERVER, unused and never useful

Revision 1.37.2.3: download - view: text, markup, annotated - select for diffs
Sun Oct 5 20:11:22 2008 UTC (16 years, 5 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.37.2.2: preferred, colored; branchpoint 1.37: preferred, colored; next MAIN 1.38: preferred, colored
Changes since revision 1.37.2.2: +246 -19 lines
Sync with HEAD.

Revision 1.38.2.2: download - view: text, markup, annotated - select for diffs
Wed Sep 24 16:41:22 2008 UTC (16 years, 6 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.38.2.1: preferred, colored; branchpoint 1.38: preferred, colored; next MAIN 1.39: preferred, colored
Changes since revision 1.38.2.1: +9 -2 lines
Merge in changes between wrstuden-revivesa-base-2 and
wrstuden-revivesa-base-3.

Revision 1.38.2.1: download - view: text, markup, annotated - select for diffs
Thu Sep 18 04:38:09 2008 UTC (16 years, 6 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +239 -19 lines
Sync with wrstuden-revivesa-base-2.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Wed Sep 10 11:16:41 2008 UTC (16 years, 6 months ago) by joerg
Branches: MAIN
CVS tags: wrstuden-revivesa-base-3, netbsd-5-base, mjf-devfs2-base, matt-mips64-base2
Branch point for: netbsd-5
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +9 -2 lines
Document MKSTRIPIDENT. Requested by lukem@

Revision 1.40: download - view: text, markup, annotated - select for diffs
Sun Aug 31 23:10:40 2008 UTC (16 years, 6 months ago) by lukem
Branches: MAIN
CVS tags: wrstuden-revivesa-base-2
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -7 lines
remove MKNVI now that Christos has obsoleted the option

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun Aug 31 02:09:43 2008 UTC (16 years, 6 months ago) by lukem
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +245 -19 lines
Document:
	MAKEVERBOSE MKATF MKGCCCMDS MKINET6 MKISCSI MKLDAP MKNVI
	MKPCC MKPCCCMDS MKPIE MKPUFFS MKSTATICLIB MKX11 MKXORG
	USE_HESIOD USE_INET6 USE_JEMALLOC USE_KERBEROS USE_LDAP
	USE_PAM USE_SKEY USE_SSP USE_YP

Part of PR 29233

We really need one place to document this stuff, or at least the
canonical "installed" reference.  Currently we have:
	src/share/mk/bsd.README
	src/doc/BUILDING.mdoc		(for src/BUILDING)
	src/share/man/man5/mk.conf.5	(for mk.conf(5))

Revision 1.37.2.2: download - view: text, markup, annotated - select for diffs
Mon Jun 2 13:21:40 2008 UTC (16 years, 9 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.37.2.1: preferred, colored; branchpoint 1.37: preferred, colored
Changes since revision 1.37.2.1: +694 -0 lines
Sync with HEAD.

Revision 1.37.4.1: download - view: text, markup, annotated - select for diffs
Sun May 18 12:31:10 2008 UTC (16 years, 10 months ago) by yamt
Branches: yamt-pf42
Diff to: previous 1.37: preferred, colored; next MAIN 1.38: preferred, colored
Changes since revision 1.37: +12 -16 lines
sync with head.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Sun May 4 13:56:27 2008 UTC (16 years, 10 months ago) by martin
Branches: MAIN
CVS tags: yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, hpcarm-cleanup-nbase
Branch point for: wrstuden-revivesa
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +12 -16 lines
Move TNF license to 2 clause form

Revision 1.37.2.1
Sat Mar 22 12:29:02 2008 UTC (17 years ago) by mjf
Branches: mjf-devfs2
FILE REMOVED
Changes since revision 1.37: +0 -698 lines
file mk.conf.5 was added on branch mjf-devfs2 on 2008-06-02 13:21:40 +0000

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sat Mar 22 12:29:02 2008 UTC (17 years ago) by jmmv
Branches: MAIN
CVS tags: yamt-pf42-baseX, yamt-pf42-base
Branch point for: yamt-pf42, mjf-devfs2
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +17 -2 lines
Beleatedly document the MODULAR kernel option and mk.conf's MKMODULAR.
Per hubertf@'s request.

Revision 1.34.4.2: download - view: text, markup, annotated - select for diffs
Wed Jan 9 01:39:13 2008 UTC (17 years, 2 months ago) by matt
Branches: matt-armv6
Diff to: previous 1.34.4.1: preferred, colored; branchpoint 1.34: preferred, colored; next MAIN 1.35: preferred, colored
Changes since revision 1.34.4.1: +20 -2 lines
sync with HEAD

Revision 1.33.4.1: download - view: text, markup, annotated - select for diffs
Sun Jan 6 05:00:44 2008 UTC (17 years, 2 months ago) by wrstuden
Branches: wrstuden-fixsa
Diff to: previous 1.33: preferred, colored; next MAIN 1.34: preferred, colored
Changes since revision 1.33: +2 -9 lines
Catch up to netbsd-4.0 release.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Dec 12 19:52:02 2007 UTC (17 years, 3 months ago) by apb
Branches: MAIN
CVS tags: matt-armv6-nbase, matt-armv6-base, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-base
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +20 -2 lines
Document CPUFLAGS, and note that CFLAGS shold not be set in mk.conf.

Revision 1.34.4.1: download - view: text, markup, annotated - select for diffs
Tue Nov 6 23:13:10 2007 UTC (17 years, 4 months ago) by matt
Branches: matt-armv6
CVS tags: matt-armv6-prevmlocking
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -9 lines
sync with HEAD

Revision 1.33.2.1: download - view: text, markup, annotated - select for diffs
Tue Oct 30 15:33:03 2007 UTC (17 years, 4 months ago) by liamjfoy
Branches: netbsd-4
CVS tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-1-RELEASE, netbsd-4-0
Diff to: previous 1.33: preferred, colored; next MAIN 1.34: preferred, colored
Changes since revision 1.33: +2 -9 lines
Pull up following revision(s) (requested by minskim in ticket #961):
	share/man/man5/mk.conf.5: revision 1.35
Remove the MKUUCP entry as uucp is no longer in src.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Oct 18 22:39:02 2007 UTC (17 years, 5 months ago) by minskim
Branches: MAIN
CVS tags: cube-autoconf-base, cube-autoconf
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -9 lines
Remove the MKUUCP entry as uucp is no longer in src.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Mar 2 11:38:24 2007 UTC (18 years ago) by wiz
Branches: MAIN
CVS tags: matt-mips64-base, matt-mips64, hpcarm-cleanup
Branch point for: matt-armv6
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +9 -6 lines
Link to the pkgsrc guide for description of pkgsrc-specific variables.
Bump date.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Oct 5 02:49:06 2006 UTC (18 years, 5 months ago) by jnemeth
Branches: MAIN
CVS tags: netbsd-4-base, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1
Branch point for: wrstuden-fixsa, netbsd-4
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -6 lines
PR/34712 -- Kibum Han -- remove mention of MKSENDMAIL as sendmail is no longer

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun Jul 23 12:01:56 2006 UTC (18 years, 8 months ago) by lukem
Branches: MAIN
CVS tags: abandoned-netbsd-4-base, abandoned-netbsd-4
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +17 -2 lines
document MKDEBUG & MKDEBUGLIB

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Mar 20 04:03:23 2006 UTC (19 years ago) by christos
Branches: MAIN
CVS tags: chap-midi-nbase, chap-midi-base, chap-midi
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -8 lines
Goodbye KerberosIV

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Dec 22 02:52:40 2005 UTC (19 years, 3 months ago) by hubertf
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +52 -279 lines
Back out previous attempt at cleaning up the mess,
let someone else resolve this.

Requested by uwe.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Dec 21 07:43:30 2005 UTC (19 years, 3 months ago) by uwe
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
Fix formatting botch.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Dec 21 04:25:54 2005 UTC (19 years, 3 months ago) by hubertf
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +279 -52 lines
At least try to be consistent about where to document (most...)
user-settable MKxxx and USE_xxx variables, and put them into mk.conf(5).
Sort alphabetically.

OK: christos, lukem

Revision 1.24.2.1: download - view: text, markup, annotated - select for diffs
Sat Jul 2 23:38:18 2005 UTC (19 years, 8 months ago) by tron
Branches: netbsd-3
CVS tags: netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0
Diff to: previous 1.24: preferred, colored; next MAIN 1.25: preferred, colored
Changes since revision 1.24: +2 -2 lines
Pull up revision 1.27 (requested by peter in ticket #518):
Remove (pf)spamd. Its right to exist in NetBSD has been questioned since it
appeared and whether it's really part of pf or not is still unclear. Looking
at the other *BSDs it seems that they have left out spamd when importing pf,
and now we do that too. Also, the name conflicted with another more popular
used tool, after the rename to pfspamd it was left with completely unusable
documentation which apparently no-one wanted to fix.
A port of the latest spamd will be imported into pkgsrc soon.
Suggested by several people, no objections on last proposal on tech-userlevel.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Jun 27 20:32:40 2005 UTC (19 years, 8 months ago) by peter
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
Remove (pf)spamd. Its right to exist in NetBSD has been questioned since it
appeared and whether it's really part of pf or not is still unclear. Looking
at the other *BSDs it seems that they have left out spamd when importing pf,
and now we do that too. Also, the name conflicted with another more popular
used tool, after the rename to pfspamd it was left with completely unusable
documentation which apparently no-one wanted to fix.

A port of the latest spamd will be imported into pkgsrc soon.

Suggested by several people, no objections on last proposal on tech-userlevel.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Apr 21 14:50:16 2005 UTC (19 years, 11 months ago) by wiz
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +6 -6 lines
Fix persistent typo; slightly improve MKPAM description;
bump date for MKPAM description.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Apr 20 22:10:51 2005 UTC (19 years, 11 months ago) by hubertf
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +9 -1 lines
Document MKPAM, per PR 29947 by Rui Paulo.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Mar 13 09:37:06 2005 UTC (20 years ago) by wiz
Branches: MAIN
CVS tags: netbsd-3-base
Branch point for: netbsd-3
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +21 -11 lines
NetBSD -> .Nx, some whitespace nits.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Mar 12 16:13:38 2005 UTC (20 years ago) by salo
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +4 -4 lines
bsd.pkg.defaults.mk was moved to defaults/mk.conf a while ago.
spotted by go@

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Feb 22 14:40:01 2005 UTC (20 years, 1 month ago) by peter
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +16 -2 lines
Add MKIPFILTER; if set to no, don't build and install the ipf(4) programs,
headers and LKM.

Add MKPF; if set to no, don't build and install the pf(4) programs,
headers, LKM and spamd.

Both options default to yes, so nothing changed in the default build.

Reviewed by lukem.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Nov 5 12:40:06 2004 UTC (20 years, 4 months ago) by wiz
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +4 -4 lines
Point to /usr/share/mk/bsd.README in SEE ALSO section; from Rui Paulo in PR 27997.

Revision 1.18.2.2: download - view: text, markup, annotated - select for diffs
Sat Jul 10 13:22:37 2004 UTC (20 years, 8 months ago) by tron
Branches: netbsd-2-0
CVS tags: netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2
Diff to: previous 1.18.2.1: preferred, colored; branchpoint 1.18: preferred, colored; next MAIN 1.19: preferred, colored
Changes since revision 1.18.2.1: +7 -4 lines
Pull up revision 1.20 (requested by junyoung in ticket #627):
- Add missing .YorN
- Fix typos in previous commit

Revision 1.18.2.1: download - view: text, markup, annotated - select for diffs
Sat Jul 10 13:11:37 2004 UTC (20 years, 8 months ago) by tron
Branches: netbsd-2-0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +34 -4 lines
Pull up revision 1.19 (requested by junyoung in ticket #627):
Add missing MKCVS, MKKERBEROS4, MKPOSTFIX, MKSENDMAIL, and MKUUCP.
Note that some variables are still missing, since i'm not sure how
to describe them...
Bump date.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Jul 2 18:20:27 2004 UTC (20 years, 8 months ago) by junyoung
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +7 -4 lines
- Add missing .YorN
- Fix typos in previous commit

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Jul 1 06:09:57 2004 UTC (20 years, 8 months ago) by junyoung
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +34 -4 lines
Add missing MKCVS, MKKERBEROS4, MKPOSTFIX, MKSENDMAIL, and MKUUCP.
Note that some variables are still missing, since i'm not sure how
to describe them...
Bump date.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Jul 18 16:30:49 2003 UTC (21 years, 8 months ago) by lukem
Branches: MAIN
CVS tags: netbsd-2-0-base
Branch point for: netbsd-2-0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
fix default location of TOOLDIR

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Jul 18 15:44:50 2003 UTC (21 years, 8 months ago) by lukem
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +469 -70 lines
overhaul to match reality, adding a bunch of missing MK* and other variables.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Mar 31 16:45:42 2003 UTC (21 years, 11 months ago) by perry
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Pkgsrc->pkgsrc (Igor Sobrado, PR misc/19909)

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Aug 27 14:46:23 2002 UTC (22 years, 7 months ago) by lukem
Branches: MAIN
CVS tags: fvdl_fs64_base
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +21 -4 lines
Implement MKDYNAMICROOT, which currently defaults to "no", but will
be changed in the future to "yes".

If MKDYNAMICROOT == "no", there is no change from existing behaviour
of a static /bin and /sbin (and a few programs in elsewhere).

If MKDYNAMICROOT == "yes", the following changes occur:
    in <bsd.own.mk>:
	SHLIBDIR?=     /lib
	SHLINKDIR?=	/lib
    in various Makefiles, the following entry is DISABLED.
	LDSTATIC?=-static
This results in all programs (except those "standalone" programs built
in sys/arch/*/stand) are linked dynamically, the shared linker is moved
from /usr/libexec to /lib (with a compat symlink), and the shared
libraries used by /bin and /sbin programs are moved from /usr/lib to
/lib (with compat symlinks).

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Jun 17 20:22:48 2002 UTC (22 years, 9 months ago) by skrll
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
Refer to ${PKGSRCDIR} instead of /usr/pkgsrc in the same way packages(7)
does.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri May 3 08:58:46 2002 UTC (22 years, 10 months ago) by lukem
Branches: MAIN
CVS tags: netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001, netbsd-1-6
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -4 lines
Move the METALOG from ${_SRC_TOP_OBJ_} to ${DESTDIR}.

There were too many synchronisation problems with using the former;
including situations such as a "make clean" performed between two
installs to the same DESTDIR would result in a truncated METALOG and
the resultant sets would be missing stuff such as include files that
don't get reinstalled if they haven't changed, even with !UPDATE.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Apr 26 16:24:06 2002 UTC (22 years, 11 months ago) by lukem
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +26 -10 lines
Document NETBSDSRCDIR & UNPRIVED.
Reword BSDOBJDIR and BSDSRCDIR descriptions.

Revision 1.7.4.1: download - view: text, markup, annotated - select for diffs
Thu Apr 11 21:21:08 2002 UTC (22 years, 11 months ago) by he
Branches: netbsd-1-5
CVS tags: netbsd-1-5-PATCH003
Diff to: previous 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7: +5 -5 lines
Pull up revision 1.10 (via patch, requested by itojun):
  Note change of mk.conf.example to bsd.pkg.defaults.mk.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Feb 13 08:18:14 2002 UTC (23 years, 1 month ago) by ross
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3 lines
Generate <>& symbolically. I'm avoiding .../dist/... directories for now.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Nov 27 16:17:35 2001 UTC (23 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -5 lines
Add a hyphen, and replace /usr/pkgsrc/mk/mk.conf.example with
/usr/pkgsrc/mk/bsd.pkg.defaults.mk.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Nov 19 16:15:00 2001 UTC (23 years, 4 months ago) by kleink
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Expand NLS acronym; from Jeremy C. Reed in PR misc/14577.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Jun 19 12:34:27 2001 UTC (23 years, 9 months ago) by wiz
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +7 -10 lines
Typo, whitespace and punctuation fixes.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Mar 28 01:21:36 2000 UTC (25 years ago) by enami
Branches: MAIN
CVS tags: netbsd-1-5-base, netbsd-1-5-RELEASE, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2, minoura-xpg4dl-base, minoura-xpg4dl
Branch point for: netbsd-1-5
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -3 lines
UVM is no longer a controll variable.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Mar 17 20:19:46 1999 UTC (26 years ago) by garbled
Branches: MAIN
CVS tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221, wrstuden-devbsize, netbsd-1-4-base, netbsd-1-4-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001, netbsd-1-4, comdex-fall-1999-base, comdex-fall-1999
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
More and more .Os cleanups.  .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages.  Many more to
come.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Feb 24 14:22:36 1999 UTC (26 years, 1 month ago) by hubertf
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -266 lines
remove pkgsrc specific documentation (we stay at mk.conf.example)

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Feb 22 00:30:39 1999 UTC (26 years, 1 month ago) by hubertf
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -3 lines
Remove "GPL" from list of licenses that need mentioning in ACEPTABLE_LICENSES

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Feb 21 14:23:29 1999 UTC (26 years, 1 month ago) by hubertf
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +24 -35 lines
Crossref packages(7), add GPL as another option to ACCEPTABLE_LICENSES,
mention that PASSIVE_FETCH is the default in NetBSD-current, clarify
that many of the variables are only used inside the NetBSD packages
collection, document WINDOWMAKER_OPTIONS, move section no how to override
the MASTER_SITES_* to packages(7).

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Feb 17 00:54:53 1999 UTC (26 years, 1 month ago) by hubertf
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -8 lines
 - Mention pkgsrc/mk/mk.conf.examples earlier
 - USE_LOCALBASE_FOR_X11 is not ready for prime time, remove.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Feb 17 00:08:42 1999 UTC (26 years, 1 month ago) by lukem
Branches: MAIN
documentation for /etc/mk.conf

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>