Commit Graph

2363 Commits

Author SHA1 Message Date
Mike Pritchard
019f13780e Fix a few typos.
Obtained from:  OpenBSD
1997-01-15 05:33:11 +00:00
Mike Pritchard
63001a3fff Add a missing quote.
Obtained from: OpenBSD
1997-01-15 05:18:29 +00:00
Mike Pritchard
1e1275da1f 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
Jordan K. Hubbard
208a4217aa Rearrange the documentation project roster a little more. 1997-01-15 01:30:12 +00:00
Satoshi Asami
5a56a96fa9 Back out rev. 1.58. 1997-01-14 23:40:51 +00:00
Jordan K. Hubbard
f055dd757f Sigh, OK, now the release map looks right. 1997-01-14 14:43:17 +00:00
Jordan K. Hubbard
ea8a965352 Unsmash my $Id$. 1997-01-14 14:40:42 +00:00
Jordan K. Hubbard
79089b6fd4 Do a better job with my ASCII artwork. 1997-01-14 14:39:37 +00:00
Jordan K. Hubbard
3a567a7ed0 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
Wolfram Schneider
9ca816cb59 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
Satoshi Asami
ade0fb0da9 Move $FreeBSD$ up right next to $NetBSD$ (oh, the solidarity! :). 1997-01-14 07:55:46 +00:00
Satoshi Asami
058dd3bb6d $Id$ -> $FreeBSD$ in samples. 1997-01-14 07:52:03 +00:00
Jordan K. Hubbard
1130b656e5 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
Jordan K. Hubbard
aac45e814c 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
Masafumi Max NAKANE
bc6c2e1ec7 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
Masafumi Max NAKANE
9d52ac3055 Typo police.
Submitted by:	Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
1997-01-13 19:55:33 +00:00
Masafumi Max NAKANE
0c0fb41085 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
Masafumi Max NAKANE
ae7c733825 Merge the en version changes made in 1.52 -> 1.56. 1997-01-13 19:48:19 +00:00
Torsten Blum
332bf00316 add dtterm
Obtained-From: Xinside's CDE for FreeBSD with Thomas Roell's permission
1997-01-13 12:37:05 +00:00
Masafumi Max NAKANE
a7c5db201b Merge the en version change made in 1.189 -> 1.190. 1997-01-13 12:02:43 +00:00
Thomas Gellekum
8dacfaa50e Add Luigi Rizzo, who was inadvertently left out. 1997-01-13 11:16:09 +00:00
Masafumi Max NAKANE
ebe1a43313 Merge the en version changes made in 1.188 -> 1.189. 1997-01-13 10:15:51 +00:00
Thomas Gellekum
2784f4490e Add Simon Marlow for his cgoban port. 1997-01-13 08:51:04 +00:00
Satoshi Asami
79353ba0f7 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
Wolfram Schneider
af20215665 Sort cross references. 1997-01-13 00:25:51 +00:00
John Fieber
7af0f32ba6 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
Wolfram Schneider
0f22460de7 Add comments about variables and targets. Incomplete, see '???'. 1997-01-12 16:20:13 +00:00
Wolfram Schneider
edc8135799 Add a general comment about this include file. 1997-01-12 16:12:40 +00:00
Masafumi Max NAKANE
2e838308ac Merge the en version changes made in 1.174 -> 1.188. 1997-01-12 13:32:48 +00:00
Masafumi Max NAKANE
b530af1a5e Merge the en version changes made in 1.45 -> 1.47. 1997-01-12 13:31:38 +00:00
Masafumi Max NAKANE
2ca44e80b9 Move some lines to make the list in alphabetical order by the entity name. 1997-01-12 13:29:43 +00:00
Satoshi Asami
b2502fb7ef 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
Masafumi Max NAKANE
2595aa9f41 Typo fix, and translation improvement.
Submitted by:	Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
1997-01-12 12:17:43 +00:00
Satoshi Asami
0f003de40d (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
Masafumi Max NAKANE
0423508d59 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
David E. O'Brien
e8f5a9d0bb Added two useful URL's. 1997-01-12 10:07:52 +00:00
David E. O'Brien
436674bb86 Updated the Pentium chipset descriptions as suggested by Rodney Grimes.
Submitted by:	Rodney Grimes
1997-01-12 09:36:52 +00:00
Peter Wemm
be216bf89f one more tweak to make it fly without INFO defined. (like bsd.prog.mk) 1997-01-12 07:30:23 +00:00
Peter Wemm
4d1680b452 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 Wemm
167a634704 oops, missed a ${BINDIR} -> ${INFODIR}. Also remove the slash between
${DESTDIR}/${INFODIR}.
1997-01-12 07:15:24 +00:00
Peter Wemm
a6e6861d65 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 Price
c3e3432cd3 Revert changes to make the .y.c rule 'make -j n' safe. 1997-01-12 04:01:25 +00:00
Jordan K. Hubbard
d5dd59058d Correct entity entry for Ricardo AG, make him the primary contact
for gallery entries.
1997-01-11 23:54:15 +00:00
John Fieber
ab46a14d91 Public identifiers for Docbook 3.0 1997-01-11 21:54:40 +00:00
John Fieber
dfa34bbc73 Add docbook 3.0 1997-01-11 21:53:52 +00:00
John Fieber
26ac0eefad Remove docbook 2.4.1 1997-01-11 21:52:22 +00:00
Mike Pritchard
d88b4d445d 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
Joshua Peck Macdonald
38a1b9404b 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
Joshua Peck Macdonald
d6a2d2570f Add info to SUBDIRS 1997-01-11 02:46:51 +00:00
Joshua Peck Macdonald
527aaab97e Makefile and empty dir template. 1997-01-11 02:44:34 +00:00