Commit Graph

3046 Commits

Author SHA1 Message Date
obrien
06f8f06446 ``-C ${WRKDIR} -xzf'' are no longer the default args for EXTRACT_BEFORE_ARGS 1997-06-29 10:51:55 +00:00
pst
4a9547432a Make NOSHARED = no / NOSHARED = NO do what you'd expect. 1997-06-28 08:14:10 +00:00
asami
215421d3b1 Add new variable USE_PERL5. It is similar to USE_GMAKE, except that
it also sets RUN_DEPENDS (USE_GMAKE is BUILD_DEPENDS only).

The (immediate) purpose of this is to avoid having to change 70
zillion ports when the version of perl changes.  Also, when perl5 is
pulled into -current, this will become a no-op in -current's
bsd.port.mk.

Reviewed by:	jfitz
1997-06-24 07:16:21 +00:00
julian
82bf05e615 netscape was obviously involved somewhere in the committing of this file
as  all cases of the character '\0xF8` became the string  "=F8"
Submitted by:	archie@whistle.com
1997-06-23 19:36:14 +00:00
steve
f8049f60d8 Fix a minor nit in the .Dd macro invocation so that
the revision date is displayed correctly.
1997-06-23 04:52:13 +00:00
steve
7a5541cde7 Show the real revision date and not the date that this
manpage is being viewed.
1997-06-23 04:03:49 +00:00
julian
7e4f226bc3 Make this file bare a small resemblance to reality again
Requested from: Archie Cobbs (archie@whistle.com)
1997-06-23 02:12:21 +00:00
jkh
a8bb7ab7de Change the distribute targets so that a given item in our source tree
can place itself into n distributions, where n >= 1.
1997-06-21 15:40:34 +00:00
asami
afb7547b1d Add `B' to list of flags to pass through from C*FLAGS when using mkdep
(bsd.dep.mk) and compiling assembly language sources (bsd.lib.mk).
This doesn't change anything for our current source tree, but if you
want to use the -B switch in C*FLAGS to specify the location of
compiler subprograms, now you can do it.

Reviewed by:	bde (implicitly)
1997-06-18 03:39:34 +00:00
asami
a5a15a3d86 Move the "umask ?= 0022" check (a warning only) from the default
"do-install" target to the beginning of the "install" meta-target, so
that ports that define their own do-install will also run it without
having to duplicate it themselves.

Tested by:	rebuilding all packages
1997-06-18 03:20:22 +00:00
asami
562c018967 Add "-I${DESTDIR}/usr/include" to CFLAGS if DESTDIR is defined, just
like bsd.lib.mk and bsd.prog.mk.  It doesn't add it to CXXINCLUDES, I
don't think anybody has written a kernel module with C++.  (Not that I
think DavidG will allow it anyway. :)

Reviewed by:	bde
1997-06-18 03:10:31 +00:00
alex
e5ccd3d79c Typo police. 1997-06-18 00:35:53 +00:00
ache
a884e3c1fc Belgian keyboard fixes
Submitted by: bovynf@awe.be
1997-06-14 22:26:52 +00:00
ache
f23eadb87b Back out recent color-xerm and xterm merging,
it can leads to confusion with what programs traditionly expect
and gains almost nothing since -tn option exist to specify desired term.
1997-06-14 05:42:00 +00:00
max
09e80a9d77 Typo fix.
PR:		3828
Submitted by:	Josh Gilliam <josh@quick.net>
1997-06-13 21:11:27 +00:00
ache
b481633bcf xterm entry:
1) fix k1-k4 to match XF3.3
2) fix kb,kD to match keyboard
3) merge xterm-color in: default description must match best current practice
and color card is most common variant for X now. Add xterm-mono entry for
mono cards.
1997-06-13 05:30:50 +00:00
bde
1cd3c44a3b Updated serial console options. 1997-06-09 05:38:41 +00:00
asami
faf42a34df (1) Use the new BSD.x11.dist mtree file to create directories under
/usr/X11R6 if USE_IMAKE or USE_X11 is set.  It is mostly designed
    after the XFree86 distribution, but also includes some of our own
    goodies (libexec, share/doc, etc/rc.d).

(2) Full support for per-port dependency target.  An optional
    ":<target>" can be added to any of the *_DEPENDS variables.  Do
    not attempt to print out anything about dependencies if NO_DEPENDS
    is set (there was already too much code duplication, and this
    extra colon has really pushed it over the limit).
Requested by: jfitz

(3) Make "reinstal" pmake-safe.
Reminded in an e-mail from: jkh
1997-06-04 00:12:19 +00:00
ache
a70561d506 Add no_NO locale
Submitted by: Tor Egge <Tor.Egge@idi.ntnu.no>
1997-06-03 14:17:12 +00:00
max
f2befd86ba Add Xreference to chio(1). 1997-06-02 21:01:00 +00:00
jmz
1ef01a1be8 Add 2 new ioctls: WORMIOCREADSESSIONINFO and WORMIOCWRITESESSION.
These commands are required for the "Disk-At-Once" write process:
WORMIOCREADSESSIONINFO returns the length of the lead-in and lead-out areas
and WORMIOCWRITESESSION is used to send  the table of contents of the disk.
1997-06-02 20:05:39 +00:00
max
7c4a57ce7a Typo fix. 1997-05-30 15:43:36 +00:00
peter
fa1c15c6c4 An overhaul of style.9 to clear up some of the ambiguities. A number of
things are explicitly stated now rather than being implied by example.

Obtained from: Quite a few people over the last few weeks
Reviewed by: core
1997-05-27 10:00:08 +00:00
wosch
e5a710386c Add a `strip' target which remove the ^H from plain text files. 1997-05-25 12:43:06 +00:00
dfr
9e9ba7449d Add "-assert pure-text" to the link line. The warnings about RRS
relocations in text sections are now dependant on this flag.
1997-05-23 17:50:35 +00:00
peter
2f3b1873a1 Disconnect the FAQ and handbook from the makefiles and remove the files.
The FAQ and handbook have been repository copied to their own top-level
("doc") directory in the cvs tree which will not be branched so as to
avoid the syncing problems.  At some point, the sgml text will require
formatting tools that will be from ports rather than the main source tree.

Requested by:	 jfieber, jkh
1997-05-23 12:55:14 +00:00
peter
2156e7a9ec wl.4 was missing from the MAN4 list 1997-05-23 12:07:33 +00:00
asami
a9639d5208 Change CXXINCLUDES to use "g++" explicitly. CXXINCLUDES was defined
with ${CXX} at the end; the only problem was, the directory name is
"g++" and ${CXX} is defined as "c++" in sys.mk.
1997-05-23 08:38:46 +00:00
obrien
4637ebc72a Updated some wording for 3.x.
Added MASTER_STIE_LOCAL and updated it's location.
Added -N to diff options to ensure the diff includes new files.
Mentioned that USENET news ports should use ${PREFIX}/news.
Refromatted some of the comments w/in the sample Makefile so they wouldn't
	wrap in the latin1 format.
General updating and minor word changes.
1997-05-23 08:19:19 +00:00
max
ec3bb92fe3 Merge the EN version changes, 1.18 -> 1.19. 1997-05-23 07:26:04 +00:00
brian
68e0b00a59 Add LIBALIAS. 1997-05-23 04:48:23 +00:00
jdp
364ba0153f Add the new doc-all collection. 1997-05-23 04:17:44 +00:00
msmith
20e26deb2a Add wl.4
Reminded by:	joerg
1997-05-23 03:21:36 +00:00
msmith
9db7cae85c Manpage for the 'wl' Wavelan driver. 1997-05-22 08:52:23 +00:00
max
e4cd4c6f62 Merge the EN version chages, 1.247 -> 1.249. 1997-05-21 08:28:12 +00:00
asami
152539177a Add Brian Handy <handy@lambic.space.lockheed.com> for his bclock
port submission.
1997-05-21 04:19:23 +00:00
asami
f967c7a3d7 Add Vanill Ice <vanilla@Minje.Com.TW> for the filerunner port update. 1997-05-21 03:27:15 +00:00
max
633236ec0a Merge the EN version changes, 1.246 -> 1.247. 1997-05-20 14:25:19 +00:00
charnier
3327ea0950 Remove me from add. contributors, I am now in committers. 1997-05-20 11:13:54 +00:00
max
25b909ade1 Merge the EN version changes, 1.245 -> 1.246. 1997-05-20 02:04:34 +00:00
max
f5b598fa9e Merge the en version changes, 1.67 -> 1.69. 1997-05-20 02:03:00 +00:00
max
02b32e094e Merge the EN version changes, 1.17 -> 1.18. 1997-05-20 01:53:11 +00:00
jfieber
ed56560cd9 Fixed botched author entity definition. 1997-05-20 00:32:52 +00:00
joerg
911cc9f063 Add a man page for sppp(4). 1997-05-19 22:04:40 +00:00
jdp
5f8ad0838b Add the new src-contrib-crypto collection. 1997-05-19 17:39:20 +00:00
jmz
14c035ab6a The 'wormcontrol select' command no more exists. 1997-05-19 17:35:57 +00:00
jmz
14ab45bc6e A few improvements to the worm driver.
- remove all calls to scsi_stop_unit(). Some drives refuse commands when
  stopped. This will fix the 'device not configured' message which was
  cleared after opening/closing the tray.
- Never set the logical block address in the scsi_cmd struct when writing.
  The computation was bogus for block sizes not a multiple of DEV_BSIZE.
  (the bug is still there in the READ case)
- reset the block size to the 2048 bytes in finalize_track() track to avoid
  an error when mounting a disk after an audio write.
- remove the WORMIOCQUIRKSELECT ioctl. Quirks are now recorded at probe time
  (see scsiconf.c)
- change and expand the argument to the WORMIOCPREPTRACK ioctl. It now possible
  to select more track options (copy bits, ISRC codes, track type,
  track number)
- add an error handler to catch false errors (warnings in fact) and record
  the error type.
- add an ioctl call (WORMIOERROR) to get more information on the nature of the
  error when a command or a write failed.
- add an ioctl call (WORMIOCFINISHTRACK) to finalize a track without closing
  the device (closing the device still finalize the track if the command was
  not performed)

Approved by:	joerg
1997-05-19 17:30:50 +00:00
jdp
05ead07af8 Include the new "src-contrib-crypto" collection. 1997-05-19 17:22:52 +00:00
eivind
7a1932b397 it's'' -> its'' where appropriate and typo fixes in time2posix.3.
Closes PR docs/3612.

Submitted by:	Josh Gilliam <soil@quick.net>
1997-05-19 16:33:27 +00:00
joerg
41df10b059 Fix my usual omission: add Philippe Charnier to the list of contributors.
Reminded by:	max
1997-05-19 15:54:37 +00:00