summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Add new variable USE_PERL5. It is similar to USE_GMAKE, except thatasami1997-06-241-2/+7
| | | | | | | | | | | 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
* netscape was obviously involved somewhere in the committing of this filejulian1997-06-233-15/+15
| | | | | as all cases of the character '\0xF8` became the string "=F8" Submitted by: archie@whistle.com
* Fix a minor nit in the .Dd macro invocation so thatsteve1997-06-231-2/+2
| | | | the revision date is displayed correctly.
* Show the real revision date and not the date that thissteve1997-06-232-4/+4
| | | | manpage is being viewed.
* Make this file bare a small resemblance to reality againjulian1997-06-231-181/+165
| | | | Requested from: Archie Cobbs (archie@whistle.com)
* Change the distribute targets so that a given item in our source treejkh1997-06-217-15/+28
| | | | can place itself into n distributions, where n >= 1.
* Add `B' to list of flags to pass through from C*FLAGS when using mkdepasami1997-06-182-11/+11
| | | | | | | | | (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)
* Move the "umask ?= 0022" check (a warning only) from the defaultasami1997-06-181-6/+6
| | | | | | | | "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
* Add "-I${DESTDIR}/usr/include" to CFLAGS if DESTDIR is defined, justasami1997-06-181-1/+4
| | | | | | | | 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
* Typo police.alex1997-06-181-1/+1
|
* Belgian keyboard fixesache1997-06-141-17/+17
| | | | Submitted by: bovynf@awe.be
* Back out recent color-xerm and xterm merging,ache1997-06-141-5/+2
| | | | | it can leads to confusion with what programs traditionly expect and gains almost nothing since -tn option exist to specify desired term.
* Typo fix.max1997-06-131-2/+2
| | | | | PR: 3828 Submitted by: Josh Gilliam <josh@quick.net>
* xterm entry:ache1997-06-131-3/+7
| | | | | | | | 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.
* Updated serial console options.bde1997-06-091-15/+6
|
* (1) Use the new BSD.x11.dist mtree file to create directories underasami1997-06-041-55/+51
| | | | | | | | | | | | | | | | /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
* Add no_NO localeache1997-06-034-1/+236
| | | | Submitted by: Tor Egge <Tor.Egge@idi.ntnu.no>
* Add Xreference to chio(1).max1997-06-021-1/+2
|
* Add 2 new ioctls: WORMIOCREADSESSIONINFO and WORMIOCWRITESESSION.jmz1997-06-021-1/+72
| | | | | | 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.
* Typo fix.max1997-05-302-6/+6
|
* An overhaul of style.9 to clear up some of the ambiguities. A number ofpeter1997-05-271-75/+92
| | | | | | | 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
* Add a `strip' target which remove the ^H from plain text files.wosch1997-05-251-7/+18
|
* Add "-assert pure-text" to the link line. The warnings about RRSdfr1997-05-231-2/+2
| | | | relocations in text sections are now dependant on this flag.
* Disconnect the FAQ and handbook from the makefiles and remove the files.peter1997-05-23130-60259/+2
| | | | | | | | | 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
* wl.4 was missing from the MAN4 listpeter1997-05-231-2/+2
|
* Change CXXINCLUDES to use "g++" explicitly. CXXINCLUDES was definedasami1997-05-232-4/+4
| | | | | with ${CXX} at the end; the only problem was, the directory name is "g++" and ${CXX} is defined as "c++" in sys.mk.
* Updated some wording for 3.x.obrien1997-05-231-37/+51
| | | | | | | | | 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.
* Merge the EN version changes, 1.18 -> 1.19.max1997-05-231-2/+4
|
* Add LIBALIAS.brian1997-05-231-1/+2
|
* Add the new doc-all collection.jdp1997-05-231-1/+3
|
* Add wl.4msmith1997-05-231-1/+2
| | | | Reminded by: joerg
* Manpage for the 'wl' Wavelan driver.msmith1997-05-221-0/+144
|
* Merge the EN version chages, 1.247 -> 1.249.max1997-05-211-2/+4
|
* Add Brian Handy <handy@lambic.space.lockheed.com> for his bclockasami1997-05-211-1/+2
| | | | port submission.
* Add Vanill Ice <vanilla@Minje.Com.TW> for the filerunner port update.asami1997-05-211-1/+2
|
* Merge the EN version changes, 1.246 -> 1.247.max1997-05-201-3/+2
|
* Remove me from add. contributors, I am now in committers.charnier1997-05-201-2/+1
|
* Merge the EN version changes, 1.245 -> 1.246.max1997-05-201-2/+3
|
* Merge the en version changes, 1.67 -> 1.69.max1997-05-201-2/+6
|
* Merge the EN version changes, 1.17 -> 1.18.max1997-05-201-2/+5
|
* Fixed botched author entity definition.jfieber1997-05-201-3/+3
|
* Add a man page for sppp(4).joerg1997-05-192-1/+187
|
* Add the new src-contrib-crypto collection.jdp1997-05-191-2/+5
|
* The 'wormcontrol select' command no more exists.jmz1997-05-192-4/+2
|
* A few improvements to the worm driver.jmz1997-05-191-33/+128
| | | | | | | | | | | | | | | | | | | | | | | | | - 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
* Include the new "src-contrib-crypto" collection.jdp1997-05-196-9/+19
|
* `it's'' -> `its'' where appropriate and typo fixes in time2posix.3.eivind1997-05-191-2/+2
| | | | | | Closes PR docs/3612. Submitted by: Josh Gilliam <soil@quick.net>
* Fix my usual omission: add Philippe Charnier to the list of contributors.joerg1997-05-192-2/+7
| | | | Reminded by: max
* Submitted by: Takashi Saeki <saeki@saskg.semicon.sony.co.jp>max1997-05-191-297/+675
| | | | Merge the EN version changes, 1.15 -> 1.17.
* Typo fix. Also, __FreeBSD_version of -current doesn't change afterasami1997-05-191-2/+2
| | | | each release anymore. :)
OpenPOWER on IntegriCloud