2384 Commits

Author SHA1 Message Date
mpp
754b382431 Fix a few typos.
Obtained from:  OpenBSD
1997-01-15 05:33:11 +00:00
mpp
9f3968dbcb Add a missing quote.
Obtained from: OpenBSD
1997-01-15 05:18:29 +00:00
mpp
46c533795f Some fixes to make some of the examples in
the mail section come out right, along with some
typo corrections.

Submitted by:	Phillippe Charnier <charnier@xp11.frmug.org>
1997-01-15 04:56:11 +00:00
jkh
ed2799b548 Rearrange the documentation project roster a little more. 1997-01-15 01:30:12 +00:00
asami
abc626392c Back out rev. 1.58. 1997-01-14 23:40:51 +00:00
jkh
01a72f1c3d Sigh, OK, now the release map looks right. 1997-01-14 14:43:17 +00:00
jkh
7eb0f22de4 Unsmash my $Id$. 1997-01-14 14:40:42 +00:00
jkh
28d463b77b Do a better job with my ASCII artwork. 1997-01-14 14:39:37 +00:00
jkh
0a64681114 Update the FAQ using some of Peter's text and some of my own.
Submitted-By: pds & jkh
1997-01-14 14:36:13 +00:00
wosch
b05b74ee7b Move gzip(1) option -c from commandline into variable GZIPCMD. Not
all compress programs (e.g. cat(1)) support the option -c.
1997-01-14 11:59:33 +00:00
asami
a70849af75 Move $FreeBSD$ up right next to $NetBSD$ (oh, the solidarity! :). 1997-01-14 07:55:46 +00:00
asami
5e191327ee $Id$ -> $FreeBSD$ in samples. 1997-01-14 07:52:03 +00:00
jkh
808a36ef65 Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
jkh
058c86d9e8 Make sure dir file exists before we call install-info, which requires it.
Sorry, I know it's a gross fix to call share/info's install target as
a side-effect, but that's less gross than propagating the work-around
changes to files which have nothing to do with the info system.
1997-01-13 23:44:20 +00:00
max
52ec48faa0 Merge the en version changes made in 1.58 -> 1.61.
Submitted by:	Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
1997-01-13 19:59:47 +00:00
max
43c27799ac Typo police.
Submitted by:	Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
1997-01-13 19:55:33 +00:00
max
aa85aac7b2 Merge the en version changes made in 1.4 -> 1.5.
Some Translation improvement.

Submitted by:	Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
1997-01-13 19:51:37 +00:00
max
9cba128d68 Merge the en version changes made in 1.52 -> 1.56. 1997-01-13 19:48:19 +00:00
torstenb
bea2e16025 add dtterm
Obtained-From: Xinside's CDE for FreeBSD with Thomas Roell's permission
1997-01-13 12:37:05 +00:00
max
746f820e96 Merge the en version change made in 1.189 -> 1.190. 1997-01-13 12:02:43 +00:00
tg
73a7b2d44b Add Luigi Rizzo, who was inadvertently left out. 1997-01-13 11:16:09 +00:00
max
350ccc841d Merge the en version changes made in 1.188 -> 1.189. 1997-01-13 10:15:51 +00:00
tg
9e40c0db2b Add Simon Marlow for his cgoban port. 1997-01-13 08:51:04 +00:00
asami
e053af60e9 Skip non-existent subdirectories. The diff is rather large because
the original logic went into a section of code assuming some
incarnation is there, but it's basically a "test -d" fix.  Closes PR
ports/2082.

Reviewed by:	max ("although I didn't test it, it looks fine")
1997-01-13 02:13:19 +00:00
wosch
71f5160702 Sort cross references. 1997-01-13 00:25:51 +00:00
jfieber
08d77a617a Handle linuxdoc docs with a declaration like:
<!doctype linuxdoc system>

which is the standard practice used for the linux HOWTO documents.
1997-01-12 20:59:49 +00:00
wosch
ae3d37ac7b Add comments about variables and targets. Incomplete, see '???'. 1997-01-12 16:20:13 +00:00
wosch
58e0fd7502 Add a general comment about this include file. 1997-01-12 16:12:40 +00:00
max
218c2d3812 Merge the en version changes made in 1.174 -> 1.188. 1997-01-12 13:32:48 +00:00
max
d2d24f0aee Merge the en version changes made in 1.45 -> 1.47. 1997-01-12 13:31:38 +00:00
max
8765bbdc72 Move some lines to make the list in alphabetical order by the entity name. 1997-01-12 13:29:43 +00:00
asami
b3363d762b Add OpenBSD support. Change some comments to reflect the fact. Also:
(1) Change commented out MAINTAINER to FreeBSD_MAINTAINER and
    OpenBSD_MAINTAINER.  These are not comments anymore, so we may
    even use it in the future.

(2) Instead of the ".if ${OPSYS} = "NetBSD" hack, use ".if exists()"
    to find the location of md5 an tar.  Play similar trick for fetch
    (OpenBSD uses /usr/bin/ftp which groks http: addresses).

This commit includes most of the changes made in 1.242 (although many
of them are done differently after more discussion).  One thing that
is conspicuously missing is NOMANCOMPRESS, which has been postponed
until Warner figures out what exactly the situation is on the OpenBSD
ports paradigm.  (In a nutshell, we can't just define NOMANCOMPRESS in
this file even if uncompressed manpages is the default for OpenBSD,
because that will take away the ability of individual users to select
manpage compression.)

Reviewed by:	imp@openbsd.org
1997-01-12 12:37:48 +00:00
max
88a3bda41a Typo fix, and translation improvement.
Submitted by:	Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
1997-01-12 12:17:43 +00:00
asami
e0ae5826ad (1) New variable, SCRIPTS_ENV, which is passed to scripts/configure
and scripts/{pre,post}-* as environment vars.  Also, if BATCH is
    set, "BATCH=yes" is automatically added to SCRIPTS_ENV.
    (Requested by: max)

(2) The INSTALL_* macros are added to SCRIPTS_ENV and MAKE_ENV as
    BSD_INSTALL_*.  (Requested by: obrien)

(3) New variable MOTIF_ONLY, which will only build ports with
    REQUIRES_MOTIF defined.  This doesn't do dependencies right (what
    if the depended port doesn't need Motif) yet.

(4) Try not to clean the same port twice in clean-depends when (for
    instance) it's defined in both BUILD_DEPENDS and INSTALL_DEPENDS.
    Note that it won't check chained dependencies so you may still see
    the same port cleaned multiple times, but checking that far will
    surely make this run slower than the un-"optimized" case so I left
    it as is.  (Requested by: jkh)

(5) Ignore *.rej files in patches/ directory in addition to *~ and
    *.orig.
1997-01-12 11:48:26 +00:00
max
e5f330155f Merge the en version changes made in 1.4 -> 1.5.
(No actual change in the translation.)
1997-01-12 11:28:09 +00:00
obrien
25e0b77a17 Added two useful URL's. 1997-01-12 10:07:52 +00:00
obrien
bc44e91bc1 Updated the Pentium chipset descriptions as suggested by Rodney Grimes.
Submitted by:	Rodney Grimes
1997-01-12 09:36:52 +00:00
peter
652ab90776 one more tweak to make it fly without INFO defined. (like bsd.prog.mk) 1997-01-12 07:30:23 +00:00
peter
e270a52103 Make this slightly less bogus. I'm not 100% sure what is correct here,
but replacing the "dir" file unconditionally isn't it.  During the course
of development, if .info files go away from the sources, nothing removes
them from /usr/share/info, this is the same as system binaries etc.
Removing the entire index isn't helpful, because you've got to reinstall
the entire tree to get it back again.  bsd.info.mk has a reference to
/usr/share/info/dir-tmpl, I wonder if it once created dir if needed?
1997-01-12 07:23:58 +00:00
peter
b4dfa9cba3 oops, missed a ${BINDIR} -> ${INFODIR}. Also remove the slash between
${DESTDIR}/${INFODIR}.
1997-01-12 07:15:24 +00:00
peter
37d72f4be9 recover spammed revisions 1.20 and 1.21. This fixes the breaks in the
builds when INFO is commented out.

Pointed out by: bde
1997-01-12 07:05:07 +00:00
steve
e72b85b270 Revert changes to make the .y.c rule 'make -j n' safe. 1997-01-12 04:01:25 +00:00
jkh
1528395b96 Correct entity entry for Ricardo AG, make him the primary contact
for gallery entries.
1997-01-11 23:54:15 +00:00
jfieber
e17c33762b Public identifiers for Docbook 3.0 1997-01-11 21:54:40 +00:00
jfieber
46f883b588 Add docbook 3.0 1997-01-11 21:53:52 +00:00
jfieber
f212ea0cb9 Remove docbook 2.4.1 1997-01-11 21:52:22 +00:00
mpp
92875d741d Change Brian Tao's mail address from taob@io.org to
taob@risc.org as requested (It looks like Nate forgot or
didn't know about this one, or I just jumped the gun
and got to it before he did :-).

Submitted by:	Brian Tao <taob@risc.org>
1997-01-11 20:06:03 +00:00
jmacd
6984bfb217 In an attempt to make the new info rules bootstrap themselves, make
the rules conditional on NOINFO not being defined, just like NOMAN.
1997-01-11 10:51:36 +00:00
jmacd
fc96f4e7e3 Add info to SUBDIRS 1997-01-11 02:46:51 +00:00
jmacd
431026fe42 This commit was generated by cvs2svn to compensate for changes in r21503,
which included commits to RCS files with non-trunk default branches.
1997-01-11 02:44:34 +00:00