summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Now that it's built at the same time as its source, disable building 07.lprwollman1997-12-022-13/+5
| | | | | here. Hopefully this will set a trend. (What was I thinking when I set this up the first time?)
* Document the new long names for printcap capabilities.wollman1997-12-021-1/+44
|
* Fixed spelling of EACCES.bde1997-11-231-3/+3
|
* Define MASTER_SITE_SUBDIR and PATCH_SITE_SUBDIR to default to "." soasami1997-11-201-1/+11
| | | | | | | | | | we won't have double-slashes. Add support for new port variable MANUAL_PACKAGE_BUILD. If this is defined as well as the user variable PACKAGE_BUILDING, the port will be ignored. This is used to mark ports that can be built normally except on a machine that has a lot of conflicting ports (i.e., our package building machine).
* Add new target "checksubdirs". It will warn about any subdirectories thatasami1997-11-201-1/+29
| | | | | are not in the SUBDIR list. It also knows about the "standard" directories that are to be ignored ("CVS", "distfiles", etc.).
* Add `writeable'wosch1997-11-171-0/+1
|
* Document the new clear_tmp_enable option in the manpage.steve1997-11-161-1/+7
| | | | Prodded by: max
* target(__target) -> target(${__target})wosch1997-11-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | PR: bin/4736 Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at> Index: bsd.subdir.mk =================================================================== RCS file: /usr/cvs/src/share/mk/bsd.subdir.mk,v retrieving revision 1.18 diff -u -r1.18 bsd.subdir.mk --- bsd.subdir.mk 1997/06/21 15:40:34 1.18 +++ bsd.subdir.mk 1997/11/09 18:04:33 @@ -59,7 +59,7 @@ .for __target in all checkdpadd clean cleandir depend lint \ maninstall obj objlink -.if !target(__target) +.if !target(${__target}) ${__target}: _SUBDIRUSE .endif .endfor
* Upgrade perl to perl5.004_04markm1997-11-121-3/+3
|
* state that "kernel includes" ==> sys/*.hobrien1997-11-121-2/+3
|
* Documented PSM_HOOKAPM and PSM_RESETAFTERSUSPEND options.yokota1997-11-112-2/+48
|
* target(__target) -> target(${__target})wosch1997-11-101-2/+2
| | | | | PR: bin/4736 Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
* Remove the comments hat just list the nested includes.wosch1997-11-095-14/+6
| | | | | | The lists don't provide significantly more information than grep '\.include', and grep gives lists that are actually correct. Submitted by: Bruce
* target(__target) -> target(${__target})wosch1997-11-091-2/+2
| | | | | PR: bin/4736 Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
* Add an introductory manpage for the ports system.obrien1997-11-092-2/+84
|
* Make fix for PR 4883 consistent with other similar cases.jraynard1997-11-092-2/+2
|
* Back-out previous change. A better fix is to follow.jraynard1997-11-081-1/+1
| | | | Requested-by: bde
* Update the LOOP AVOIDANCE section to reflect reality.brian1997-11-081-14/+15
| | | | Requested by: Archie Cobbs <archie@whistle.com>
* Allow the system to be configured to pass "-n" to kerberos andsef1997-11-071-1/+21
| | | | | | | kadmind or not; also, only run kadmind on a non-slave server. Man page for rc.conf is also updated. Reviewed by: Mark Murray
* Add Slovenian keyboardache1997-11-072-1/+116
| | | | Submitted by: Blaz Zupan <blaz@amis.net>
* Add Slovenian dataache1997-11-074-2/+237
| | | | Submitted by: Blaz Zupan <blaz@amis.net>
* Add Slovene linkache1997-11-072-4/+4
|
* Add link to Polish localeache1997-11-071-2/+2
|
* Add Polish linkache1997-11-071-2/+2
| | | | Submitted by: Andrzej Bialecki <abial@warman.org.pl>
* Add Polish dataache1997-11-074-1/+224
| | | | Submitted by: Andrzej Bialecki <abial@warman.org.pl>
* Fix the SYNOPSIS Lnie so the entry will actually work.joerg1997-11-071-5/+5
| | | | Submitted by: Ulli Linzen <ulli@perceval.camelot.de>
* Convert <, > and & into &lt;, &gt; and &amp; in port names, COMMENT andfenner1997-11-061-7/+14
| | | | | | | | DESCR files when building README.html . Don't use control characters in sed statement. Problems reported by "Chris G. Demetriou" <cgd@pa.dec.com> in NetBSD PR pkg/4341.
* Update the man page to reflect that libc_r is built as partsteve1997-11-051-20/+4
| | | | | | | of make world unless the '-DNOLIBC_R' option is given to make(1). PR: 4710 Submitted by: Magnus Enbom <dot@tinto.campus.luth.se
* Submitted by: Terry Lambertjulian1997-11-051-1/+7
| | | | Obtained from: pure guesswork?
* Describe "mrouted_flags".jdp1997-11-021-1/+7
|
* Inlucde ../Makefile.inc if exists. This make it easier towosch1997-11-021-1/+5
| | | | build the Unix Seventh Edition Manual volumes 2.
* Undo rev 1.33 and 1.34: Build the HTML files in .CURDIR andwosch1997-11-011-3/+4
| | | | not in .OBJDIR so the hyper links will work again.
* /etc/sysconfig -> /etc/rc.conf.charnier1997-10-312-6/+6
|
* The documentation contained here is horribly out of date.wosch1997-10-3184-19729/+0
|
* Fix a couple of typos in documentation.jraynard1997-10-301-2/+2
| | | | | PR: 4883 Submitted by: invis@visi.com
* Zaire is now the Dem. Rep. of the Congo, and has new two- and three-letterwollman1997-10-281-4/+9
| | | | | | codes. Obtained from: ISO 3166 Maintenance Agency via RIPE NCC
* Merge changes from vendor branch.wollman1997-10-256-306/+303
|
* This commit was generated by cvs2svn to compensate for changes in r30708,wollman1997-10-251-15/+47
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * New version of the timezone database (1997i) from Arthur Olson.wollman1997-10-2510-329/+364
| | | | | | | | Obtained from: Arthur David Olson <ado@elsie.nci.nih.gov>
| * Latest timezone data file update. Changes are principallywollman1997-01-025-30/+95
| | | | | | | | | | | | editorial in nature; no new zones. Obtained from: Arthur David Olson, ado@elsie.nci.nih.gov
* | Oops, comment lines can't be indented either.bde1997-10-211-3/+2
| |
* | Oops, comment lines can't be continued.bde1997-10-211-3/+3
| |
* | Added -Wuninitialized to CWARNFLAGS. Warnings about uninitialializedbde1997-10-211-2/+3
| | | | | | | | | | | | | | | | variables were lost when we removed -W, and 23 new ones including at least one serious one have crept in for LINT. Restored -Winline to CFLAGS. This gives only 3 old warnings and 1 new for LINT.
* | Make rc.conf man page reflect reality w.r.t firewall_{*}.danny1997-10-201-5/+23
| |
* | Document the new fdc(4) flags.joerg1997-10-192-4/+18
| |
* | Rename MOUSE_GETINFO to MOUSE_GETHWINFO. The name collided with the oneyokota1997-10-192-4/+4
| | | | | | | | | | in console.h. Pointed out by bde.
* | Add a little example on libvgl usage.sos1997-10-162-0/+122
| |
* | Improve my hack from rev 1.6 of displayq.c, and make the TCPjoerg1997-10-141-1/+2
| | | | | | | | | | | | | | | | connection timeout controllable by a new printcap(5) capability named `ct' (connectiom timeout), defaulting to 120 seconds (which is the default TCP connection timeout). Would anybody see a problem with merging all this into RELENG_2_2?
* | Support output format html.wosch1997-10-121-19/+46
| | | | | | | | Add make variables INFO2HTML, TEX, DVIPS, DVIPS2ASCII.
* | Update de.4 to list new media options. Hopefully this is reasonablypeter1997-10-122-12/+98
| | | | | | | | correct.
OpenPOWER on IntegriCloud