Commit Graph

1692 Commits

Author SHA1 Message Date
gwr a73737ae77 remove man9.sun3x from SUBDIR list 1998-02-19 04:20:21 +00:00
gwr d0157e04e9 see sun3 1998-02-19 04:18:43 +00:00
jonathan b947725fbb Fix dyslexic typo. 1998-02-18 08:14:31 +00:00
jonathan 4cbc9ecd8e Make bsd.lib.mk rules to build ELF vs a.out shlibs more table-driven.
No more .if in solib link rule.
1998-02-18 03:14:31 +00:00
agc 3fde44b046 Add a deinstall target, so that packages can be removed easily.
This implementation was taken from FreeBSD.
1998-02-17 15:07:02 +00:00
ghudson 89a0fe6732 Correct typo: the description of TIOCNOTTY had a reference to
TIOSCTTY, which was a typo for TIOCSCTTY.
1998-02-16 20:16:51 +00:00
thorpej 0149d8b5a8 Make this work as if we were using suffix rules. 1998-02-15 02:54:17 +00:00
thorpej c7c858669b Make a note that if additional troff macro definitions are added, the
dependency list in bsd.man.mk should be updated.
1998-02-15 01:08:50 +00:00
thorpej 4d8ed30c33 Make the .N.catN rules depend on the troff macros used in manpage builds. 1998-02-15 01:07:46 +00:00
thorpej 9452ea8c0b Put RCS IDs in the right place. 1998-02-15 00:40:07 +00:00
kleink af9cc34b3c Add ONOCR and ONLRET output modes, from XPG4.2. 1998-02-13 21:53:44 +00:00
agc 31ff3c7ebb When generating the PLIST, if a manual page name has to have .gz added
or removed using sed, don't add the g at the end of the substitution
expression - there will only be one substitution per line.
1998-02-13 15:16:43 +00:00
gwr e76179d0fb Remove man?.sun3x 1998-02-11 18:52:25 +00:00
gwr d72e66ff2c see ../man8.sun3 1998-02-11 18:49:42 +00:00
gwr 5db62a8c44 see ../man4.sun3 1998-02-11 18:46:59 +00:00
is cb1085870c Add the LIMITMEM workaround for the kernel address space size problem.
Will be removed as soon as the kernel can auto-adapt to its address space.
1998-02-09 22:14:43 +00:00
enami 85da38999e Make C sentense end with `;'. 1998-02-09 06:58:39 +00:00
scottb 033ca43437 added new iBCS2 man page 1998-02-09 05:12:45 +00:00
hubertf 450b3dd272 Fix PR 4884 by replacing STRIP with STRIPFLAG.
This addes yet another step towards bsd.pkg.mk. :)
1998-02-09 00:47:23 +00:00
kleink 892aff4e2a Sync with <dlfcn.h>: const'ify some arguments. 1998-02-07 19:54:45 +00:00
perry c77667d31a add w95boot man page 1998-02-06 19:07:53 +00:00
perry 34a98169f0 macroize BSD, NetBSD, FreeBSD and misc cleanup 1998-02-06 05:54:12 +00:00
perry 328255f336 add -Lite and -Lite2 handling to .Bx 1998-02-06 05:17:24 +00:00
perry e6b98c1152 add OSS library 1998-02-05 19:43:08 +00:00
perry 09d3729694 add .Lb directive for use in LIBRARY sections. Ought to document this. 1998-02-05 18:35:18 +00:00
perry 3a64d01708 note that .Dd directives should NOT have the date quoted 1998-02-05 07:28:57 +00:00
perry 55d2da9a0b remove da30 and Tahoe gunk; make I386 into i386 even if it isn't conventional 1998-02-05 05:48:46 +00:00
perry dceef86ecb fix nit in .Nx usage 1998-02-05 04:36:16 +00:00
perry 4f31be853e Replace the old .Nx macro (which was not parsed and callable, in spite
of what the documentation claimed) with a new one that is parsed and
callable, and far simplyer -- it turns ".Nx FOO ." into "NetBSD FOO."
without needing to have version numbers hard coded in.
Add a .Fx macro that is a copy of the .Nx macro except that it prints
"FreeBSD" instead of "NetBSD" -- this should make any future "HISTORY"
sections which credit FreeBSD easier, and will not require that we
constantly track their macro versions.
1998-02-05 04:31:21 +00:00
christos 51b80e0d28 Use a variable for soelim, and don't include bsd.obj.mk 1998-02-04 15:07:52 +00:00
mikel d317b4789d STRIP -> STRIPFLAG; from Jim Bernard in PR pkg/4884 1998-02-04 07:08:56 +00:00
thorpej 3f24da3fc9 - Document the new bus_dmamap_sync() interface and related changes.
- Add an AUTHOR section, and fill it in with the folks involved with
  designing and implementing this interface.
1998-02-04 06:42:53 +00:00
perry 9612121fe2 more section 9 changes, plus change UNIX to NetBSD in appropriate spots 1998-02-03 23:28:50 +00:00
perry 1016887a4f change to reflect that we now have a section 9 of the manual 1998-02-03 23:06:02 +00:00
perry 7b5c026851 preconsoidate -> preconsolidate; from dzerkel@phofarm.com via OpenBSD 1998-02-03 20:41:22 +00:00
hubertf 3089cbdaf0 Introduce TRUE?=/usr/bin/true, and use it. 1998-02-02 08:11:49 +00:00
is 01c32e5bb9 We have now much much more than 3 terminal emulator console devices. 1998-02-01 16:40:52 +00:00
thorpej 87b50587c8 Update for ISO-9660 file system support. 1998-02-01 07:38:34 +00:00
agc 0e1796ddf0 Echo the directory name when doing a "make readme", so that progress
can be monitored.
1998-01-30 14:33:48 +00:00
agc 0ecdcb24d1 Remove the requirement that a LIB_DEPENDS name must have any '.'
characters escaped with a backslash, but recognise the backslashes for
backwards compatibility. When matching names, do any escaping of
the regexp '.' metacharacter automatically, if needed.

When a shared object dependency is printed out, use a form that does
not have the backslashes in it, for readability.

Print out the full pathname of the matching shared object, for clarity.
1998-01-30 13:53:53 +00:00
hubertf f3234b8314 Replace "<$ARCH"> by "${MACHINE_ARCH}", keep "<$ARCH>"
(in bsd.port.mk) for backward compatibility.
1998-01-28 15:36:31 +00:00
hubertf 0c86a9c11e add mirror-distfiles target also here 1998-01-27 23:04:48 +00:00
hubertf 5653bc5ab0 s.SYNOPSIS.DESCRIPTION., fixes PR kern/4898
by NAKAJIMA Yoshihiro <nakayosh@kcn.or.jp>
1998-01-27 16:04:53 +00:00
agc 66d0028ab9 Rename the `mirror' target to be `mirror-distfiles'. This describes
the action better, and works around problems with the mirror package.

Document the mirror-distfiles target, and also the readme target.
1998-01-27 13:14:07 +00:00
hubertf 01ae794c95 Add a warning on how to use this file 1998-01-26 07:56:13 +00:00
ross fcc3b3198a Update this somewhat with respect to NetBSD 1.3 swap features and NFS_BOOT*.
There is more work to do here.
1998-01-26 07:23:20 +00:00
is aa61cc5265 The Altais is NOT a Zorro III board (although the NetBSD kernel can't
see the difference...)
1998-01-25 21:59:02 +00:00
hubertf e134d92e49 use __ARCH_OK=yes and NO_IGNORE=yes at the mirror-target to get ALL distfiles 1998-01-25 14:50:47 +00:00
hubertf 3f9baf7ddc Re-move .if!defined(__ARCH_OK) to fix use of NO_IGNORE; document some .endif's 1998-01-25 14:46:10 +00:00
hubertf af94a7e9dc MAINTAINER = packages@NetBSD.ORG 1998-01-25 14:39:49 +00:00
hubertf 8e4b1a4ffe From OpenBSD's bsd.port.mk rlog (Mmm, AnonCVS :-):
revision 1.21
date: 1997/12/20 01:26:57;  author: joey;  state: Exp;  lines: +2 -2
openbsd maintainer changed from imp to me
1998-01-24 23:06:33 +00:00
hubertf 6c7a7eefde Echo "" instead of nothing in CKSUMFILES computation..
Fixes PR 4877 by Manuel Bouyer <bouyer@antioche.lip6.fr>
1998-01-23 16:48:23 +00:00
lukem 8bfd252c83 use .Tn YP instead of .Nm YP 1998-01-23 13:45:21 +00:00
agc bf08ec7da8 In the shell script to find an executable upon which this package
depends, break out of the loop when you find one.  Also print the name
of the executable found.
1998-01-23 09:47:57 +00:00
is 28b322150f Synchronize with sys/arch/amiga/dev/zbus.c. 1998-01-23 00:15:08 +00:00
agc 01906e318c Ignore the return code from rm when removing the ${WRKDIR} symbolic
link, when doing a "make clean" with WRKOBJDIR defined.  From Thorsten
Frueauf.
1998-01-22 11:27:54 +00:00
agc 4872d27a15 Add a MIRROR_DISTFILE variable; defaults to "yes", and should be set
to "no" in a package's Makefile when the authors have placed
restrictions on the redistribution of the distfiles.  (Thanks to Jason
Thorpe for the idea).

Add a `mirror' target, which will do a "make fetch" if the package's
distfile is allowed to be redistributed.  This is for use on sites
which mirror package distfiles.  (Thanks to Charles Hannum for the
idea).
1998-01-22 10:20:48 +00:00
jtc a819ccdae1 import tzdata1998b 1998-01-22 07:20:01 +00:00
jtc 3e249d1c97 import tzdata1998a 1998-01-22 07:19:24 +00:00
thorpej dc1a41a889 Document MALLOCLOG and MALLOCLOGSIZE options. 1998-01-21 22:54:56 +00:00
augustss bd98f52464 Typo. 1998-01-19 20:22:30 +00:00
augustss 6347a69ad7 Fix typos and update a little. 1998-01-19 20:14:45 +00:00
is e6a5f48a4d Add description of the Amiga BB060STUPIDROM option. 1998-01-18 19:07:19 +00:00
is 1b6d407e88 Mention M68020 option, and correct M060SP option description. 1998-01-18 18:43:54 +00:00
hubertf 87feef5fe5 Fix comment for FETCH_CMD wrt non-NetBSD-systems 1998-01-16 09:07:46 +00:00
hubertf e3f9002156 - Our default for FETCH_CMD is ftp, not fetch.
- Document NO_IGNORE, __ARCH_OK
 - Make __ARCH_OK overridable, so it can be set to YES e.g. for fetching
   all distfiles.
 - Move ".ifndef(__ARCH_OK): block, so some targets like clean work
   in any case.
 - Add LOCALBASE and X11BASE to PATH in MAKE_ENV, CONFIGURE_ENV and
   SCRIPT_ENV; this fixes PR 4573
1998-01-15 22:58:59 +00:00
agc 5e87acd0dd Move the inclusion of bsd.own.mk back to the correct place in
bsd.port.mk, but this time use a definition before the inclusion,
which stops <bsd.own.mk> defining its own install target when
using the package system.

This makes the package system take notice of the definitions in
/etc/mk.conf
1998-01-15 09:37:25 +00:00
thorpej b9ed745f83 Add DDB key sequences for alpha and mvme68k. 1998-01-15 06:38:18 +00:00
drochner 7afe181893 Add rudimenrary documantation for the NFS_BOOT_BOOTP, NFS_BOOT_DHCP
and NFS_BOOT_BOOTPARAM options.
1998-01-12 15:45:23 +00:00
mikel 9eb5ee9f6e use += to set MLINKS so all links are made 1998-01-10 23:06:38 +00:00
enami f8f06cda52 Fix a typo; s/accomodate/accommodate/ 1998-01-10 08:11:42 +00:00
lukem 385bb40506 add pool.9 1998-01-10 01:05:17 +00:00
lukem 1cf73dfe86 use Nx 1.4 not Nx 1.3a 1998-01-10 01:04:20 +00:00
perry 77fc921931 get rid of secretmail residue -- suggested in pr-4568 from Carl Shapiro 1998-01-10 00:37:34 +00:00
perry 6b9926770a get rid of secretmail residue -- suggested in pr-4568 from Carl Shapiro 1998-01-10 00:06:23 +00:00
perry 3fe138c146 RCS Id Police. 1998-01-09 08:03:16 +00:00
perry 6d400d5685 RCS Id Police. 1998-01-09 06:54:57 +00:00
perry bdc53c5d1c RCS Id Police. 1998-01-09 06:54:55 +00:00
perry ace896fac1 RCS Id Police. 1998-01-09 06:54:27 +00:00
perry c845089840 RCS Id Police. 1998-01-09 06:54:24 +00:00
perry 2a399c6883 RCS Id Police. 1998-01-09 06:41:19 +00:00
perry c41a4eebef RCS Id Police. 1998-01-09 06:40:53 +00:00
perry 65fca2e845 RCS Id Police. 1998-01-09 06:35:18 +00:00
perry b208a44eb4 RCS Id Police. 1998-01-09 06:34:28 +00:00
agc 9ef77631e3 Add lines so that "make readme" in the top level pkgsrc directory, or
one if the categories directories, will call "make readme" in
any subdirectories.

I thought that this was suggested by Chris Demetriou, but I can't find
any PR backing this up.  So my apologies to the person who did suggest
this.
1998-01-08 10:59:47 +00:00
lukem 59557ec934 document IP_PORTRANGE 1998-01-07 23:39:49 +00:00
thorpej 72f8e09db9 Document LOCAL_CREDS socket option. 1998-01-07 23:39:16 +00:00
thorpej 0b403452c5 Sigh, typo. 1998-01-07 06:46:52 +00:00
thorpej ffbf065b53 oops, forgot a \ 1998-01-07 01:02:46 +00:00
thorpej 81b443b1e6 Add fork1.9 1998-01-07 00:34:02 +00:00
thorpej f30f5b637a Oops, list includes in synopsis. 1998-01-07 00:33:24 +00:00
thorpej 50e8c26b8a Add a manual page for fork1(), the kernel's internal fork interface. 1998-01-07 00:30:02 +00:00
perry 2ec6474b31 RCSID Police. 1998-01-06 04:44:59 +00:00
thorpej dcbd40b724 Document new queue access methods. 1998-01-05 06:28:04 +00:00
lukem a76b9e2bee document COMPAT_13 1998-01-04 00:44:20 +00:00
mikel 08d3b16fa0 init(8) lives in /sbin now 1998-01-03 09:03:27 +00:00
mikel dfc54e91fd replace /usr/games/bin with /usr/games in PATH, from Carl S. Shapiro
in PR 4733.  add /usr/local/bin to PATH to match dot.cshrc.
1998-01-01 08:00:10 +00:00
lukem 31a864aac7 get hostbase correct 1997-12-30 22:33:27 +00:00
hubertf 73ddeb3490 Add us to MASTER_SITE_LOCAL. 1997-12-29 20:10:24 +00:00
hubertf b3d8f46800 MACHINE_ARCH of pmax is "mips" 1997-12-27 03:24:10 +00:00