summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Add EXTRA_PKG_FLAGS to PKG_FLAGS. You can now add arguments to pkg_createasami1998-11-141-2/+2
| | | | without redefining PKG_FLAGS after bsd.port.mk.
* Use a name less likely to collide with source files without an obj dir.peter1998-11-111-4/+4
|
* Make bsd.port.mk includable in two phases. bsd.port.pre.mk defines onlyasami1998-11-114-30/+69
| | | | | | | | | | | a few variables that could be used in the port Makefile for ".if exists()" tests. bsd.port.post.mk defines the rest. Note: if you define USE_X_PREFIX or USE_IMAKE, put it before including bsd.port.pre.mk. These are the only two variables used in the first part. In reality, bsd.port.pre.mk and bsd.port.post.mk just include bsd.port.mk with special variables to turn part of it off.
* (1) New variable MAKE_ARGS: will be appended to build/install make argumentasami1998-11-082-12/+36
| | | | | | | | | | | | | | | list. The old MAKE_FLAGS was a little hard to use since it had a weird default ("-f"). Suggested by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> (2) Add new targets clean-restricted and clean-for-cdrom, which will delete RESTRICTED and NO_CDROM packages and distfiles from the top. Reviewed by: jkh (3) Add depends to list of things to recurse on. It will help people who are trying to fetch some ports plus their dependencies. Requested by: Chris Dillon <cdillon@wolves.k12.mo.us>
* Spell November correctly.wpaul1998-11-072-4/+4
|
* Add man page for the RealTek 8129/8139 driver.wpaul1998-11-073-2/+383
|
* Add a few HP's with on-board Ethernet controlers that are supported byobrien1998-11-061-1/+3
| | | | this driver.
* Forgot the Makefile entry for the Latin9 font.roberto1998-11-061-2/+2
| | | | Caught by: Janick Taillandier <Janick.Taillandier@ratp.fr>
* New ISO-8859-15 thin font. It includes some missing characters from 8859-1roberto1998-11-052-1/+101
| | | | | | | (like OE & oe diphthong) and the Euro character. It also includes the VTxx semi-graphic characters. Reviewed by: the deafening silence in -current :)
* Do not add ${KMOD} to the CLEANFILES list. We want ${PROG} which is eitherpeter1998-11-051-2/+2
| | | | | ${KMOD}.o or ${KMOD}.ko. Otherwise we can delete the source shell script for linux, joy and ibcs2.
* Add few declaration for the iicbus/smbus system.nsouch1998-11-042-2/+28
|
* Add 0s to declarations.nsouch1998-11-041-5/+5
| | | | Proposed by: Dag-Erling Coid
* Typo.jmz1998-11-041-3/+3
|
* Back out previous commit. The bpfilter -> bpf transition will have to be ades1998-11-031-2/+2
| | | | flag day unless we can hack config(8) to smooth things over.
* Rename the 'bpfilter' pseudo-device to 'bpf'. The old syntax is still legaldes1998-11-031-2/+2
| | | | and will stick around for a while.
* Correct name of RAID-5 versiongrog1998-11-031-4/+5
| | | | Add URL for Cybernet
* Add a hungarian map to allow use of a US 101 key keyboard.julian1998-10-303-4/+325
| | | | | | Rename and extend the 102 key version to distinguish it from the 101 key version. Submitted by: Gabor Zahemszky <zgabor@cs.elte.hu>
* (1) Add new variables LOOP_VAR and LOOP_OPTIONS to implement building severalasami1998-10-302-7/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | packages from a single port. LOOP_VAR is the name of the variable and LOOP_OPTIONS is a space-separated list of values it should take. When these are set, the target "package-loop" will go through a clean and package loop for all the options. The "package-loop" target is defined as "package" when LOOP_VAR is not defined, so if you are in the business for building packages, you should use "package-loop" all the time. (This target is added to bsd.port.subdir.mk too.) Also, the "describe" target prints out multiple lines so that all options will go into the INDEX. (In other words, if you define these variables, INDEX is going to look real silly if you don't put ${${LOOP_VAR}} in PKGNAME.) Seconded by: obrien ("ANYTHING") (2) Turn off regexp support for LIB_DEPENDS. It is a fixed string of the form <NAME>.<VER> now. Tested by: several rounds of complete package builds (3) Check checksum even if NO_EXTRACT is defined. (4) Cosmetic fix for message in MANUAL_PACKAGE_BUILD case.
* tx(4) - misspelled wordnate1998-10-292-2/+2
| | | | | PR: misc/8491 Submitted by: billf@jade.chc-chimes.com
* Don't install the lp.4 -> plip.4 links, since the important one of thembde1998-10-291-2/+2
| | | | clobbers the new plip.4 non-link.
* `vector xxxintr' should cause a syntax error.bde1998-10-293-3/+3
|
* Fixed missing link and disordering in previous commit.bde1998-10-291-3/+4
|
* microseq.9: general purpose parallel microcode for ppbus(4)nsouch1998-10-283-3/+326
| | | | ppbconf.9: general info about ppbus(4) structures
* ppc.4 moved from man4 to man4.i386: parallel port chipset driver manpagensouch1998-10-285-3/+292
| | | | pcf.4 added: Philips I2C/isa interface manpage
* Finally they arrive! ppbus (Parallel Port Bus framework) manpages.nsouch1998-10-284-0/+453
|
* More I2C framework docs. See iicbus(4) for more info.nsouch1998-10-283-0/+224
|
* I2C framework manpages. See iicbus(4) for more info.nsouch1998-10-285-4/+293
|
* FIxed a bogus comment.bde1998-10-221-3/+3
|
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-221-7/+13
| | | | | | | | configured in drivers. Attempted to update the generated interrupt handler attachment to the current "temporary" method. Not tested. To test it, someone would first have to fix the bitrot in the ioctl command arg type.
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-221-2/+2
| | | | configured in drivers.
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-227-23/+23
| | | | | | configured in drivers. Fixed some missing closing quotes.
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-222-4/+4
| | | | | | | | configured in drivers. Quote the last few args to form 1 arg. Quoting them in pairs almost defeated the point of quoting them, which is to reduce the arg count to <= 9.
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-222-12/+10
| | | | | | configured in drivers. Don't quote IO_KBD.
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-221-2/+2
| | | | | | configured in drivers. Format "irq ?" the same as in other man pages.
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-222-24/+4
| | | | | | | | configured in drivers. Use .Cd instead of a a home made format. Don't quote IO_KBD.
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-221-2/+2
| | | | | | configured in drivers. Fixed the port name, and don't quote it. IO_NPX0 never existed.
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-221-2/+2
| | | | | | configured in drivers. Fixed quoting of IO_ASC1.
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-2225-74/+70
| | | | configured in drivers.
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-221-2/+2
| | | | | | | configured in drivers. Use the correct macro in configuration declarations. .Cm somehow gave the same results as .Cm.
* Default to aout only on i386. Before we defaulted to elf only onimp1998-10-192-8/+8
| | | | | | Alpha. This is a minor, but important distinction. Should be a no-op to the install base. If OBJFORMAT is set elsewhere, things work exactly as they did before.
* Allow ``make BINDIR=/foo/games'' to work.obrien1998-10-181-2/+2
|
* Add the dpt(4) man page.ken1998-10-163-4/+161
| | | | | Reviewed by: ken Submitted by: gibbs
* Update the bt(4) man page for CAM.ken1998-10-162-48/+184
| | | | | Reviewed by: ken Submitted by: gibbs
* Add in the adv(4) and adw(4) man pages for the AdvanSys narrow and wideken1998-10-165-4/+504
| | | | | | | | | | | | | | SCSI controllers, respectively. Once these drivers are tested on the alpha, these man pages can probably be moved up a directory to reflect the fact that they're architecture independent. An mdoc guru should probably look at the AUTHORS sections in both of these pages -- the .An macro seems to cause strange spacing problems. Reviewed by: ken Submitted by: gibbs
* Update to include all supported chips.gibbs1998-10-162-136/+264
| | | | | | | | Add a table comparing the features of all aic7xxx chips. Clean up the discussion of SCB paging. Reviewed by: Kenneth Merry <ken@FreeBSD.org>
* Update the aha(4) and ahb(4) man pages for CAM.ken1998-10-164-136/+76
| | | | | Reviewed by: ken Submitted by: gibbs
* Update the scsi(4) man page for CAM, and add in links so that it appearsken1998-10-162-95/+186
| | | | | | | as cam(4) as well. This includes a description of all the generic CAM kernel options, as well as a description of some of the CAM debugging printf options.
* Update the sa(4) man page for CAM. This was repository-copied from theken1998-10-164-869/+69
| | | | | | | | | | | | st(4) man page. Take out most of the sd(4) and st(4) man pages and point to the new da(4) and sa(4) man pages. Add sa.4 to the makefile. Reviewed by: ken Submitted by: gibbs
* Update the kld gluepeter1998-10-161-1/+32
| | | | Pre-Approved by: jkh
* Add the da(4) man page.ken1998-10-161-1/+1
|
OpenPOWER on IntegriCloud