Commit Graph

3217 Commits

Author SHA1 Message Date
chris 7a2da6b41b Add set files for cross building X for cats. 2004-03-10 22:38:37 +00:00
lukem 2adb6a08e7 add fonts/Speedo/encodings.dir 2004-03-10 00:39:13 +00:00
garbled 6f214d2eca Add ./usr/share/sushi/system/sshdconf/script7
From PR bin/24645 by Peter Postma
2004-03-09 21:37:24 +00:00
garbled 823e7a0547 Apply patch from bin/24695 by Peter Postma. Add new files to the set
lists for the users/groups menu of sushi.
2004-03-09 20:10:47 +00:00
rtr 0e9ed59745 + update list for libXxf86misc 1.1
+ remove libXxf86misc and libXxf86vm from sparc64 they aren't md.
2004-03-08 07:14:47 +00:00
cgd 7f89649063 add set lists for sbmips cross builds. Xnest/Xvfb only (like several
other set lists).
2004-03-08 06:26:47 +00:00
heas 7cf74885be Add missing XFree86 4.4.0 files for sparc64. 2004-03-07 21:52:40 +00:00
heas 5d72958991 NetBSD.cf sets UseRgbTxt, thus rgb.db is not built 2004-03-07 02:35:36 +00:00
heas 8d8b9a0ed4 The via driver is built for i386; install cat4/via.0.
XXX It does not appear to me that via is built for macppc, but md.macppc does
    include via_drv.o.
2004-03-06 20:49:05 +00:00
heas 10bafaeb83 cat4/via.0 does not appear to belong here. 2004-03-06 20:46:30 +00:00
heas 27fdd34bb7 makeflist is .PRECIOUS, do not delete it if make is interrupted. 2004-03-06 16:12:06 +00:00
rtr 8901b30d20 update set lists for x11 reachover sets 2004-03-06 03:54:22 +00:00
tron 20b5a9b8d7 Update sets for native build of XFree86 4.4.0. 2004-03-05 20:07:27 +00:00
jmc 7c8480de0f Restructure MKPIC tests so that stlib always gets set first based on
OBJECT_FMT and then MKPIC/arch tests can set shlib=no if they need to.
2004-03-05 04:52:50 +00:00
kleink 6fb5722e31 libc.so.12.113. 2004-03-04 23:44:24 +00:00
thorpej 8257c24d6f Add an empty rescue list for armeb. If we don't have this empty file,
then armeb will incorrectly use the generic arm rescue files (armeb never
had ldconfig).
2004-03-03 16:41:17 +00:00
rtr 989ee1a393 + add fonts dirs to set lists
> By adding the directories to the "xfont/mi" list pax will reset
> the directory mtime to the time "build.sh" was run.

Patch from Juergen Hannken-Illjes via lukem@

should resolve pr#24620
2004-03-03 13:18:48 +00:00
kleink d3dcda03eb prep Xserver list, copied from evbppc (for now). 2004-03-02 10:59:28 +00:00
perry 1951939e32 add ath 2004-03-01 00:37:18 +00:00
matt e8f9e7f005 Recognize when MKPIC=no and then set shlib=no 2004-02-28 01:02:05 +00:00
uwe a2c9b02021 /usr/include/$machine/_G_config.h is now obsolete after sh3 ports are
switched to gcc3.  Fix the lists for all sh3 ports, not just hpcsh :).
Pointed out by Harold Gutch.
2004-02-27 23:02:45 +00:00
skrll 0aae540257 Backout recent changes made to gnu/lib/libgcc3 for a forced MKPIC=no build.
Fix the behaviour of native and tools gcc when MKPIC=no is specified for
platforms that mknative has determined support shared libraries.

XXX distrib/sets/sets.subr doesn't support MKPIC=no
2004-02-27 14:52:01 +00:00
he b11f3aaae2 Add ./usr/lib/libgcc_s.a. 2004-02-26 22:48:28 +00:00
perry 7cb351e498 if you add the man8/ files, you have to add the cat8/ files, too. 2004-02-23 17:28:30 +00:00
reinoud 2034af8d80 Add NetBSD/acorn32 boot manpage to distribution list 2004-02-23 17:07:17 +00:00
uwe 3283d5813f hpcsh X server list. Copied from md.hpcarm. 2004-02-22 18:52:03 +00:00
hannken 26c9c983c3 evbppc Xserver list. Copied from md.shark. 2004-02-22 15:11:34 +00:00
uwe 39b999ccdb sh3 ports have shlibs now in the gcc3 world. 2004-02-22 01:43:02 +00:00
uwe 8ecdb4abee _G_config.h is obsolete in the gcc3 world. 2004-02-22 01:42:25 +00:00
fvdl e27e92d426 Bump libc minor. 2004-02-19 21:30:22 +00:00
dyoung c3ca61a258 Clearly the error message was supposed to print $metalog, not
$METALOG.
2004-02-19 02:54:51 +00:00
yamt b395986e05 a link for selnotify(9). 2004-02-18 13:37:40 +00:00
lukem e02544e3b6 add svcudp_create(3) 2004-02-16 02:40:52 +00:00
skrll b263dbdd73 Be more gcc like in the way we deal with libgcc so that sh3/hppa millicode
and exception handling have a chance of working properly.

        - creates libgcc, libgcc_eh and libgcc_s

        - updates LIBGCC_SPEC to use them appropriately.

          There's a hack in here at the moment with respect to libgcc_so in that it
          is preferable to link against libgcc_so will only when -shared-libgcc is
          specified (the c++ frontend does this automatically.) Configurations where
          LINK_EH_SPEC is defined already do this. The gcc configuration for
          NetBSD/alpha and another NetBSD platform (I forget which) actually define
          LINK_EH_SPEC probably by accident rather than design.

        - updates share/mk to use the compiler's knowledge of what needs linking into
          libraries and executables. This removes an hppa hack.

        - updates the sets for the newly created libgcc* files.

	- support for linking against the _pg version of libgcc has been removed.
2004-02-15 19:52:27 +00:00
matt 7cd8226ca7 Add missing files 2004-02-14 22:04:40 +00:00
hannken 142e9d5deb Add a generic copy-on-write hook to add/remove functions that will be
called with every buffer written through spec_strategy().

Used by fss(4). Future file-system-internal snapshots will need them too.

Welcome to 1.6ZK

Approved by: Jason R. Thorpe <thorpej@netbsd.org>
2004-02-14 00:00:56 +00:00
wiz d20841bb64 Uppercase CPU, plural is CPUs. 2004-02-13 11:36:08 +00:00
mhitch 119b3d76c0 Add machine dependent files for Xamiga xserver. 2004-02-13 05:09:05 +00:00
reinoud 77d3513718 There was still a reference to beep.h in the acorn32 `comp'
package list.

AFAIK this patch ought to fix it....
2004-02-09 23:24:29 +00:00
bjh21 fda04272ed /usr/include/acorn32/beep.h is obsolete. 2004-02-09 19:41:11 +00:00
lukem d2b90882d5 generate usr/X11R6/man/whatis.db 2004-02-09 07:59:01 +00:00
sekiya 96bbb4acaa Add new sgimips manpages. From Steve Rumble. 2004-02-08 13:27:01 +00:00
matt acc00ca8a4 Add machine dependent X servers for alpha 2004-02-08 11:25:11 +00:00
rtr aa5a1b371f add that pesky X symlink 2004-02-07 12:50:30 +00:00
rtr 3fa9ccfeb9 move _pic.a archives to shl.mi 2004-02-07 12:39:20 +00:00
rtr 1bf5f020e8 xserver set list for dreamcast 2004-02-07 12:37:29 +00:00
itohy fdfb6f53c6 Add locate.conf(5). 2004-02-07 04:49:26 +00:00
itohy 867dc753a9 Add /etc/locate.conf 2004-02-06 15:36:52 +00:00
lukem 5a4b1f5af4 When not using a metalog, only copy the generated flist.<set> over
/etc/mtree/set.<set> if they are different.  This should allow
installsets to operate from a pre-populated read-only DESTDIR.
Based on fix from Juergen Hannken-Illjes.
2004-02-06 11:38:57 +00:00
christos a574909ddd add identd 2004-01-31 21:53:31 +00:00
lukem dc6c3cf836 support MKMAN=no for uuidgen(2) 2004-01-31 15:14:04 +00:00
dan ddc7532f7e mark *_p.a as profile libs, so checkflist copes with MKX11=yes MKPROFILE=no 2004-01-31 15:13:10 +00:00
christos 7645bc35a1 move sticky from section 8 to section 7 where it belongs. 2004-01-30 15:30:44 +00:00
lukem db1714e4b6 Add ./etc/mtree/set.<setname> entry for each set. 2004-01-30 08:44:10 +00:00
lukem 2e8d4db059 * Add "makesetfiles" target, to populate etc/mtree/set.* with maketars -S
* Some MAKEVERBOSE support.
* Add some variables to simplify various rules.
* Simply script startup by replacing ${SETSENV} with ${SETSCMD}, which
  cd's to ${.CURDIR} before doing the work.
2004-01-30 08:43:15 +00:00
lukem 1c401bb3d7 Create ${DESTDIR}/etc/mtree/set.<setname> setfiles for each given <setname>.
Add `-S' to exit after creating the setfiles.
Send errors to stderr instead of stdout.
2004-01-30 08:39:50 +00:00
mrg b156ce7a88 - zlib -> .so.0.4
- note zlib changes
2004-01-29 13:11:21 +00:00
lukem 79700b81fe Remove the set if maketars returns a non-zero exit code 2004-01-29 09:27:53 +00:00
lukem 0b419d3b93 * In installsets, pass ${MAKEFLIST_FLAGS} so that the X sets will also
be copied if MKX11 != no.
* Clean up .PHONY and my .PRECIOUS.
* Cosmetic tweaks.
2004-01-29 08:34:21 +00:00
lukem 024e4b2926 Also remove "xetc" from the default list of sets copied with -i installdir 2004-01-29 08:32:51 +00:00
tsarna 72489e1ea0 uuidgen(2) syscall. Originally from FreeBSD, ported by John Franklin in
PR#23470, with minor updates by me. This is only the syscall support
from that PR, for now.

Changes: port over fix from FreeBSD for multicast address generation.
Changed bcopy to memcpy.  For now, #ifdef notyet the portions of
kern_uuid.c that are meant to be used by (currently nonexistent) other
things in the kernel.  Added syscall to COMPAT_FREEBSD as well, though
that's currently not useful, as any program new enough to use this call
also uses other syscalls we don't (yet) emulate.
2004-01-29 02:00:02 +00:00
jdolecek 3d22b8ae1a g/c obsolete cpu_wait(9)
reported in PR misc/24260 by Nicolas Joly
2004-01-28 17:44:25 +00:00
rtr 19947b4674 ./usr/X11R6/bin/inb
./usr/X11R6/bin/inl
./usr/X11R6/bin/inw
./usr/X11R6/bin/ioport
./usr/X11R6/bin/outb
./usr/X11R6/bin/outl
./usr/X11R6/bin/outw

for x86_64, this should resolve recent issues w/ amd64 and these files
being installed but not in the set lists.
2004-01-28 09:02:41 +00:00
tsarna aa0acf5064 Sort and remove some dupes 2004-01-27 23:05:18 +00:00
bjh21 450df46dd3 Obsolete /dev/beep on systems that had it in their MAKEDEV "all" target. 2004-01-25 14:10:09 +00:00
bjh21 81e554ec15 Obsolete beep(4). 2004-01-25 14:06:55 +00:00
lukem b7b8fd2efe Implement `xetc' set to contain configuration that may be changed by
the end-user that we don't want to overwrite when extracting the
other X sets.
2004-01-23 14:38:09 +00:00
dyoung 4645fb4362 `-p' takes an argument, so fix the getopts optstring. 2004-01-23 06:13:23 +00:00
atatat f473152980 sysctl(9) man pages 2004-01-21 03:09:38 +00:00
rearnsha a29f7ddebd Add intro(4) for evbarm. 2004-01-20 15:21:55 +00:00
matt ac9ba56f89 Adapted from md.i386. 2004-01-19 03:03:31 +00:00
lukem 9da9eeb6eb obsolete lib/X11/etc/(sun|xterm).term(cap|info) 2004-01-19 00:35:41 +00:00
lukem a6abc998f0 Don't bother installing:
./usr/X11R6/lib/X11/etc/sun.termcap
	./usr/X11R6/lib/X11/etc/sun.terminfo
	./usr/X11R6/lib/X11/etc/xterm.termcap
	./usr/X11R6/lib/X11/etc/xterm.terminfo
2004-01-19 00:32:41 +00:00
lukem fdc81e1d5a Move X server related stuff from xbase/md.i386 -> xserver/md.i386. 2004-01-17 05:42:47 +00:00
lukem f02e617340 Move X server related stuff from xbase/md.sparc64 -> xserver/md.sparc64. 2004-01-17 05:41:50 +00:00
lukem dbf82357a7 Move X server related stuff from xbase/md.sparc -> xserver/md.sparc. 2004-01-17 05:40:52 +00:00
lukem 74ea47b5f9 Move X server related stuff from xbase/md.macppc -> xserver/md.macppc.
(We want to share "xbase" between MACHINEs with a common MACHINE_ARCH.)
2004-01-17 05:39:01 +00:00
lukem 54aa6389e9 Merge xmisc into xbase; xmisc only contained "ssh-askpass", and the other
stuff from xsrc/local/programs was already in xbase.
2004-01-17 05:19:46 +00:00
lukem 3851e8f02f Merge "xcontrib" into "xbase".
It was already merged in the XFree86 4.x source anyway, and it doesn't
make senses to keep some programs in a separate set just because they
used to be built from a separate directory in XFree86 3.x.
2004-01-17 05:07:09 +00:00
minoura 20bd8dfcc0 Add XKB files for the x68k keyboard. 2004-01-16 13:05:39 +00:00
dyoung 624b44bb1b Cache build info. Makes regpkgset more tolerable on my slow 500MHz
AMD K6-2 workstation with its slow IDE disks.
2004-01-16 10:05:10 +00:00
kleink ccbd7776c6 Add fpclassify(3), isfinite(3), isnormal(3), and signbit(3). 2004-01-15 19:50:02 +00:00
kleink 978260600a libc.so.12.110. 2004-01-15 19:46:20 +00:00
wiz a5e9e87e98 /usr/X11R6/lib/X11/xkb/symbols/sharp seems to be missing here -- add it. 2004-01-14 19:45:35 +00:00
minoura b93a66102e XKB data files for X68k. 2004-01-14 12:53:52 +00:00
blymn f2995ea7d4 Added veriexec entry. 2004-01-14 07:20:34 +00:00
lukem 4ed1ebfd8c move various directories from comp/mi -> base/mi, for consistency 2004-01-13 09:19:42 +00:00
lukem 593d5bc615 move ./usr/share/sendmail/* directories from misc/mi to base/mi, for consistency 2004-01-13 06:39:26 +00:00
lukem 6df8e119d6 remove unnecessary directory 2004-01-13 06:31:33 +00:00
lukem e390f904d9 move various directories from comp/*.mi to base/mi, for consistency 2004-01-13 06:27:16 +00:00
lukem 47c480d183 remove unnecessary directory 2004-01-13 06:18:53 +00:00
lukem 62377cf2db move ./var/games/sail directory from games/mi to base/mi, for consistency 2004-01-13 06:17:56 +00:00
lukem 02da53f2b9 remove unnecessary directory 2004-01-13 06:15:27 +00:00
lukem ef3dc315f2 remove unnecessary directories 2004-01-13 06:13:21 +00:00
lukem 9a046f2c7a remove unnecessary directory 2004-01-13 06:07:33 +00:00
lukem a77e611113 Support MKUUCP=no.
Fix the syspkgs for cu (now in uucp) and tip (now in util)
2004-01-12 09:42:07 +00:00
lukem bffdcf216d more MKSENDMAIL=no support.
noted by Juan Romero Pardines in private email, and confirmed by me.
2004-01-12 06:42:39 +00:00
lukem 6c4f688946 Support MKSHARE=no 2004-01-12 03:08:06 +00:00
lukem 12ba710512 more unnecessary directories 2004-01-12 00:06:07 +00:00
lukem 15f7d00565 Support MKDOC=no MKINFO=no MKNLS=no 2004-01-11 23:42:27 +00:00
lukem b78a0e235d remove unnecessary directories from here 2004-01-11 23:33:35 +00:00
hannken 067a3b897d Update the file system snapshot driver:
- Document the kernel thread.
- Rename some functions and variables.
- Return EROFS where appropriate.
- Use shifts instead of 64-bit divide.
- Use a simple_lock to make it MP-safe.
- Add M_CANFAIL to malloc to avoid panic on large cluster size.
- Allow sparse file for backing store and use VOP_BALLOC() to allocate
  space. Default size of backing store is the size of the file system.
2004-01-11 19:05:26 +00:00
lukem 31541bb9a6 Add support for MKCATPAGES=no MKMAN=no MKMANZ=yes MKLINT=no.
Remove unnecessary entries for directories.
Move some catman pages from xbase -> xserver, to match the man pages.
2004-01-11 15:12:46 +00:00
lukem 27f289e307 Add support for:
MKCATPAGES=no
	MKMAN=no
	MKMANZ=yes

Add ".man" (from "man") and ".cat" (from "catpages") to indicate files
that will automatically be treated as having a ".gz" extension if
MKMANZ != no.  (This simplifies the MKMANZ!=no support...)
2004-01-11 15:09:51 +00:00
lukem fa835c1be8 MKLINT=no support 2004-01-11 14:53:23 +00:00
rtr b0f40aca45 hpc xserver lists and add vfb to mac68k 2004-01-11 13:33:54 +00:00
lukem ee7d99d474 reformat whitespace 2004-01-11 10:24:58 +00:00
lukem 5951be5d5a this file is unnecessary 2004-01-11 10:23:08 +00:00
lukem b2a7724153 reformat whitespace 2004-01-11 09:53:28 +00:00
lukem 16bd98b6a3 reformat whitespace (take 2) 2004-01-11 09:46:13 +00:00
lukem 1c7f55f3f4 reformat whitespace 2004-01-11 09:44:03 +00:00
lukem 7184a827aa support MKBFD=no 2004-01-11 08:55:55 +00:00
tls d8793381d3 Install default ssh_known_hosts file with public keys for Project servers.
Hopefully I didn't make too much of a hash of the postinstall support for
this; it currently installs the file if there's none in the destination,
and elsewise notes if the CVS version differs (or is missing) but doesn't
try to fix that.
2004-01-11 04:21:18 +00:00
rtr 8a313477e5 + x set lists for mac68k
+ move arch dep to ad.m68k
2004-01-10 13:43:56 +00:00
rtr ac1cc37221 md.x68k xserver list 2004-01-09 16:32:13 +00:00
rtr df7eda3518 Move
dpms.h dpmsstr.h xf86misc.h xf86mscstr.h xf86vmode.h xf86vmstr.h libXxf86misc.a
libXxf86vm.a

to mi since always installed.
2004-01-09 16:30:21 +00:00
rtr 41fa42cdde move xvidtune to xserver/mi since it's installed by all machines
XXX we may want to not install it at all, but this is better than
    having it spread across xbase for some machines and xserver
    for others in various md.<mach> files.
2004-01-09 16:22:12 +00:00
rtr 56f19445ac Remove from set lists, these are i386 specific (from rendition driver)
./usr/X11R6/lib/modules/v10002d.uc
./usr/X11R6/lib/modules/v20002d.uc
2004-01-09 12:34:58 +00:00
rtr 0e551b523b md.macppc x set lists 2004-01-08 14:43:54 +00:00
rtr f853ac1d0c md.sparc64 x set lists 2004-01-08 13:02:29 +00:00
lukem 75859304bc xf86dga stuff is present in ./mi 2004-01-08 09:33:34 +00:00
lukem 5405883214 remove stuff present in ./mi 2004-01-08 09:30:29 +00:00
rtr b3dc2a2ea7 sparc x set lists 2004-01-08 06:34:48 +00:00
rtr c6b21d173e x11 set lists mi and md.i386 2004-01-08 05:12:32 +00:00
lukem 399d0c9695 If MKX11 != no, invoke makeflist & checkflist with -b.
Use "makeflist -l" to determine MAKETARSETS

Use  sh -c '. ./sets.subr; echo $x11_version'  to implement print_x11_version.
2004-01-08 01:48:45 +00:00
lukem b309c0fe8a If MKX11 != no, set x11_version="" and ignore USE_XF86_4. 2004-01-08 01:39:26 +00:00
lukem 3c7f5007f5 show count of missing and extra files. idea from rtr@ 2004-01-08 01:31:57 +00:00
lukem c07378c709 implement -l, to list the selected set names rather than the contents 2004-01-08 01:15:25 +00:00
wiz b577f57ac5 Add usbtask(4). 2004-01-07 16:53:38 +00:00
wiz 4325cf76b7 Add cobalt/boot(8). 2004-01-07 12:57:44 +00:00
rtr ee094051e8 remaining x11 dirs 2004-01-06 08:26:11 +00:00
lukem 51f1131bbc Rename /etc/release-info to /etc/release, to be consistent with other
implementations and Hubert's original intent.
2004-01-04 23:55:11 +00:00
lukem 03e3f5841d Run "cd etc && make install-release-info" at the end of the "build" target.
Based on Hubert Feyrer's suggestion on tech-userlevel@.
2004-01-04 13:30:09 +00:00
lukem 23bd6e4a23 support MKCVS=no 2004-01-04 13:20:49 +00:00
lukem 2becb6af9a Support MKCRYPTO=no 2004-01-04 00:54:18 +00:00
lukem 3e894ed427 Support MKPROFILE=no 2004-01-03 15:43:50 +00:00
lukem 26c228007f Support MKSKEY=no. 2004-01-03 15:21:30 +00:00
lukem 9bdabb5f9b support MKYP=no 2004-01-03 14:17:06 +00:00
lukem df3e8e91a2 support MKHESIOD=no 2004-01-03 13:50:26 +00:00
lukem 0c6b3e795d Support MKCRYPTO_IDEA=yes, MKCRYPTO_MDC2=yes, MKCRYPTO_RC5=yes.
Resolves [install/18136].
2004-01-03 13:31:38 +00:00
lukem 049ab0d282 support MKPOSTFIX=no 2004-01-03 12:40:26 +00:00
lukem 9bd28e238c support postfix keyword (${MKPOSTFIX} != no).
tweak code to make it easier to add new keywords based on MKxxx vars.
2004-01-03 12:23:11 +00:00
lukem 0c014a7868 optimise invocation of list_set_files() 2004-01-03 12:17:31 +00:00
lukem dbe9e72b8d support MKSENDMAIL=no (with "sendmail" keyword) 2004-01-03 03:02:25 +00:00
lukem 6f9a1982b5 rename all the <bsd.own.mk> derived variables to uppercase, and export
them to the environment.
2004-01-03 02:38:58 +00:00
cl 90e89977d4 - libc.so.12.109 and libpthread.so.0.4
- add ssize_t stackinfo_offset argument to sa_register syscall
- remove sa_unblockyield syscall
- make __sigprocmask14 syscall weak
- in pthread__sa_start: catch up with 4-argument sa_register syscall
2004-01-02 18:56:39 +00:00
lukem bce7c4948b add usr/X11R6/libexec 2004-01-02 16:23:02 +00:00
bjh21 3bf4a517e8 Add vidcaudio(4). 2003-12-31 15:09:39 +00:00
jmc 9c51e79187 Add support for rescue.ad.<cpu>.shl which appears to have been missed 2003-12-29 20:54:58 +00:00
jmc a481fc8f48 Simplify rules so tarfiles always attempt to rebuild (let maketars determine
whether or not to continue based on METALOG if it choses). Fixes bug where
tar files were rebuilding every other time
2003-12-29 04:46:18 +00:00
lukem b852db83fb Significant overhaul of how the sets are used:
* Add an optional third field to the sets file which is a list of
  comma separated keywords that control if the line is printed.
  Currently supported keywords
	kerberos4	${MKKERBEROS4} != no
	kerberos	${MKKERBEROS} != no
	lint		${MKLINT} != no
	obsolete	${obsolete} != 0.
			In this case, non obsolete files are not printed.
  (This will allow future support for builds with variables such as
  MKHESIOD and MKYP set to "no".)

* Use sh(1)'s getopts where appropriate, and otherwise cleanup the
  various scripts.

* Move defaults for sets.subr from sets.defaults into sets.subr.
  Move replicated code for determining stuff such as shlibs type
  from various scripts into sets.subr.

* Merge the obsolete.*, krb.*, krb4.* and lint.* into the appropriate
  main lists with the relevant third field keyword(s).
2003-12-29 03:13:25 +00:00
lukem 040073c9a7 Separate out the X sets:
*	sets for xsrc/xc (XF 3.x)
		xbase3 xcomp3 xcontrib3 xfont3 xmisc3 xserver3
    *	sets for xsrc/xfree/xc (XF 4.x)
		xbase4 xcomp4 xcontrib4 xfont4 xmisc4 xserver4
    *	sets for src/x11 (reachover build of xsrc/xfree/xc):
		xbase xcomp xcontrib xfont xmisc xserver
	(note: not populated yet, and not to be shared by x*3 or x*4 anymore)
2003-12-28 15:45:58 +00:00
jmc 0a2cc9c412 Add a .ORDER so the checksums come out in the proper sequence. 2003-12-28 09:27:41 +00:00
martin 10c173b9e1 Add etc/rc.d/rtclocaltime. 2003-12-27 00:28:19 +00:00
christos 69e8179488 And man page for dots+boxes 2003-12-26 18:01:33 +00:00
christos 8222c44d1b Add dots+boxes 2003-12-26 17:59:13 +00:00
lukem 1b373d7a5e Revert part of previous; etc/rc.d/kdc must be installed even if Kerberos
isn't enabled.
This is how the rc.d system works in conjunction with our current build
and install system; all the rc.d scripts are installed even if the
subsystems they control are not.
2003-12-26 12:04:35 +00:00
jmc 50333acbf4 Nuke the sets before building to make sure the original behavior of makesets
rebuilding all sets is preserved.
2003-12-26 06:20:40 +00:00
lukem 1f6b42b329 minor sh KNF 2003-12-26 06:05:27 +00:00
tsutsui fc1fecdcbf Add lists for Xdreamcast server and some related files. 2003-12-23 17:43:38 +00:00
jmc 5ebbfc359b Forgot that makesums creates the checksum files anew each time it's run. Save
outputs from each step and concat into place when done.
2003-12-22 04:56:53 +00:00
agc de6e8baef1 Add bpm and its manual page. 2003-12-21 11:35:36 +00:00
lha d60f9cb5a8 Add opencrypto.9 manpage, manpage copied from OpenBSD (Angelos D. Keromytis)
Some text added me (and thus all errors in the manpage are mine)
2003-12-20 20:25:28 +00:00
dsl 5a8b5dea23 Don't require '.' in PATH for sets.default 2003-12-20 17:08:32 +00:00
jmc 62fcaffaa9 Redo creation of sets/sums so this can be parallelized if using -j.
Suggested in PR#20115 and PR#20116
2003-12-19 22:25:53 +00:00
tron cf66091ae2 Update distribution sets after import of 2003-12-19 XFree86 sources. 2003-12-19 14:51:48 +00:00
martin 61925d6833 bootjs.elf is gone, long live bootjs.net 2003-12-15 17:37:26 +00:00
lonewolf d3617a70ff Add haltwo(4) and newport(4) manpages. 2003-12-15 06:28:01 +00:00
thorpej 1b1646cdae Add <dev/ata/satareg.h>. 2003-12-14 17:15:31 +00:00
rtr 1a07d009ee x11 modules/{fonts,drivers,input} directories. 2003-12-14 10:14:48 +00:00
thorpej 68cd36d348 Add artsata(4). 2003-12-14 01:38:54 +00:00
thorpej e152409a70 Add satalink(4). 2003-12-14 01:01:13 +00:00
chs 1b7a0836d2 libsupc++.a isn't a shared lib, move it to the common list. 2003-12-13 22:03:48 +00:00
chs 75d1d3ae6b m68000 has switched to gcc3, _G_config.h is really gone now. 2003-12-13 22:02:34 +00:00
martin 797eaa4ff3 Add bootjs.elf (JavaStation secondary bootstrap) 2003-12-12 22:19:21 +00:00
dyoung 4758291178 Fix the checkflist for builds without Kerberos 4 (MKKERBEROS4=no)
and without Kerberos 4 & 5 (MKKERBEROS=no). Previously checkflist
complained of missing files.

* move kerberos- and kerberos 4-only files into new flists,
  distrib/sets/lists/*/krb.*

* make the flist generators grok MKKERBEROS{,4} variables

* fix Makefiles which treat MKKERBEROS=no as MKKERBEROS5=no.
  9 out of 10 experts agree that it is ludicrous to build w/
  KERBEROS4 and w/o KERBEROS5.

* fix header files, also, which treat MKKERBEROS=no as MKKERBEROS5=no.

* omit some Kerberos-only subdirectories from the build as
  MKKERBEROS{,4} indicate

(I acknowledge the sentiment that flists are the wrong way to go,
and that the makefiles should produce the metalog directly.  That
sounds to me like the right way to go, but I am not prepared to do
revamp all the makefiles.  While my approach is expedient, it fits
painlessly within the current build architecture until we are
delivered from flist purgatory, and it does not postpone our
delivery. Fair enough?)
2003-12-11 09:46:26 +00:00
matt cb9ecf8b7f Re-export HAVE_GCC3 2003-12-10 16:06:09 +00:00
hannken fbae381aaa The file system snapshot pseudo driver.
Uses a hook in spec_strategy() to save data written from a mounted
file system to its block device and a hook in dounmount().

Not enabled by default in any kernel config.

Approved by: Frank van der Linden <fvdl@netbsd.org>
2003-12-10 11:40:11 +00:00
matt ad4eec9581 Export use_tools_toolchain. Change last use of have_gcc3 to
use_tools_toolchain
2003-12-09 17:57:42 +00:00
tsutsui fddb523c90 Use $have_gcc3 rather than $use_tools_toolchain,
which isn't set by sets.defaults.
2003-12-09 15:42:31 +00:00
jmc b397aad192 Force make -B to avoid parsing problems if -j was in MAKEFLAGS. Otherwise the
eval loses on the ---<target>--- lines
2003-12-05 23:32:42 +00:00
lukem ad980f2f9e obsolete usr/share/doc/html/ntp{,/hints} 2003-12-05 22:24:58 +00:00
matt 521d93bc3d Add MMX/SSE (i386,amd64) and Altivec (powerpc) include files. 2003-12-05 18:57:40 +00:00
lukem d993f3815c update for editline(3) tok_*() function addition 2003-12-05 13:49:16 +00:00
drochner 92411e6284 need to list removed ntp files, as pointed out by wiz and grant 2003-12-05 11:04:58 +00:00
simonb 4db88a1fc0 Add sntp and its man pages. 2003-12-05 06:30:18 +00:00
simonb 5f7a1eaf57 Fix manpage set list fallout from sysctl changes. 2003-12-05 04:55:42 +00:00
simonb 3a81bce03c Bump libc minor in set lists (hello atatat!). 2003-12-05 04:51:40 +00:00
jdc 737fe44f7a Increment libcurses minor to 11 for nodelay() void -> int change. 2003-12-04 21:26:09 +00:00
drochner a6dd92342b ntp update 2003-12-04 18:24:39 +00:00
mrg abda1a5442 libopcodes.so.1/libbfd.so.6 2003-12-04 12:18:57 +00:00
dyoung 17b5668ccd Factor duplicated code for setting variables such as machine_cpu
and machine_arch to their defaults into sets.defaults, and source
it at the top of each script.

Also, to be consistent with variable naming, s/arch/machine_arch/.

sets.defaults introduces two new variables, krb and krb4, which
will affect whether Kerberos- or Kerberos IV-only files are put
into the set lists.
2003-11-25 07:19:46 +00:00
dyoung a7742656be Finer-grained syspkgs to save space on tiny systems: move
calendar(1)-related and RPC-related files to their own packages.
Move the termcap(5) database to its own package, also.
2003-11-25 06:28:54 +00:00
wiz 1553dd6707 Remove apci(4) and dca(4) man pages (hp300).
The drivers have been replaced by MI ones.
tsutsui@ agrees.
2003-11-24 22:47:37 +00:00
lukem 1d646ef2fe install /usr/include/sys/soundcard.h as a symlink to ../soundcard.h 2003-11-18 23:00:04 +00:00
thorpej 88ed237274 Bump libc to 12.107 and libpthread to 0.3 for fsync_range(2). 2003-11-18 01:00:19 +00:00
thorpej 137c808bb8 Userland portion of fsync_range(2), written by Bill Studenmund, and
contributed by Wasabi Systems, Inc.
2003-11-18 00:56:56 +00:00
yamt 270c5642ae a manpage of selrecord and selwakeup. 2003-11-16 15:10:46 +00:00
uwe c1aa7660bf /usr/include/frame.h is obsolete now (hi, christos). 2003-11-16 13:34:57 +00:00
christos f306da6419 no more frame.h 2003-11-14 17:45:06 +00:00