summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Added names of additional controller chips supported by the NCR driverjkoshy1998-09-182-10/+22
| | | | | | | to the manual page. PR: 7967 Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
* This goes in doc distribution now.jkh1998-09-171-3/+3
|
* Two patches from the HARP people:phk1998-09-171-1/+2
| | | | | | | | Various Makefile related fixes. -Wformat fixes. Submitted by: Mike Spengler <mks@networkcs.com>
* Yikes, put .endif in wrong place.asami1998-09-171-2/+2
|
* Remove shlib minor if PORTOBJFORMAT=elf.asami1998-09-171-1/+3
|
* (1) Pass PORTOBJFORMAT in SCRIPTS_ENV too.asami1998-09-161-10/+13
| | | | | | | | | | | Submitted by: "Eugene M. Kim" <gene@nttlabs.com> (2) Check for exact version of perl5 in /usr/bin and exit with error message if USE_PERL5 is defined and version does not match ${PERL_VERSION}. (3) Note LIB_DEPENDS should not have any regular expressions. Remove those in USE_XLIB and USE_QT.
* Define LIBCAM and LIBDEVSTAT.gibbs1998-09-151-1/+3
|
* Add devstat.9.gibbs1998-09-151-2/+3
|
* Document new volume tag and element status support.gibbs1998-09-151-26/+218
|
* Add a new at_shutdown queue, SHUTDOWN_FINAL. This queue is run atgibbs1998-09-151-3/+9
| | | | | splhigh() after any system dumps have completed. SHUTDOWN_POST_SYNC isn't quite late enough for disk controllers.
* Add new files for HARP3phk1998-09-159-0/+1274
| | | | | | Host ATM Research Platform (HARP), Network Computing Services, Inc. This software was developed with the support of the Defense Advanced Research Projects Agency (DARPA).
* Man page describing the in kernel device statistics routines.gibbs1998-09-151-0/+361
| | | | Submitted by: "Kenneth D. Merry" <ken@plutotech.com>
* SCSI Target userland process example. Provides/Dumps the data related togibbs1998-09-152-0/+281
| | | | | RECEIVE/SEND processor target requests to the "targ" sample target mode driver.
* Revert to rev 1.41.obrien1998-09-151-11/+9
| | | | Some didn't like it.
* Add ${RM} for compatability with SunOS.obrien1998-09-141-10/+12
| | | | Many use ${RM} in their ``clean'' targets.
* Change file ownership from bin.bin to root.wheel.obrien1998-09-141-9/+9
|
* `make clean' depend on the inclunde file bsd.dep.mkwosch1998-09-131-0/+1
|
* Added pthread read/write locks.alex1998-09-121-4/+43
|
* Two little examples for use with the new atapi CD-R/RW driversos1998-09-122-0/+79
| | | | Use to burn data & audio CD's
* Install the file init.ee (after 1 year in the source tree).dt1998-09-112-3/+5
| | | | Make it actually work.
* (1) Add MLINKS support.asami1998-09-101-13/+96
| | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: hoek (2) ELF support. 2a. Variable PORTOBJFORMAT specifies the object format of the system. It is passed down to configure/make via CONFIGURE_ENV/MAKE_ENV, and is given to generate-plist via PLIST_SUB. 2b. In PLIST, substitute lines that end with "/libFOO.so.X" with "/libFOO.so.X.0". (This means PLISTs should only list ELF libraries.) Reviewed by: jb, jdp, hoek, jseger, steve (3) Perl5-in-system support. Basically turns USE_PERL5 into a no-op if there exists a "/usr/bin/perl5". Also fix prior breakage by dima (${PREFIX} => ${LOCALBASE} in perl5 path). Reviewed by: markm (sort of) (4) Install requirement file as "+REQUIRE" so it will be executed correctly by pkg_delete. Reported by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> (5) Do not disable checksum and makesum when NO_EXTRACT is set. Pointed out by: hoek and kiri, among other people
* Add libperl for Perl5.markm1998-09-091-1/+2
|
* Fixed disordering and misformatting in previous commit.bde1998-09-091-8/+4
| | | | | | | Don't override correct default targets. Don't use afterinstall for installing things; it is for fixups after installing things.
* Backed out rev.1.28. It was bogus because bsd.man.mk is only usedbde1998-09-091-8/+1
| | | | | (and only usable) by other .mk files that have their own multiple inclusion protection.
* Turned on -Wformat -fformat-extensions. -fformat-extensions requires abde1998-09-091-3/+4
| | | | | -current version of gcc. Without it, -Wformat would complain about all the nonstandard %[Dbrz] formats in the kernel.
* Implement pthread read/write locks as defined by Version 2 of the Singlealex1998-09-079-0/+783
| | | | | | | UNIX Specification. As with our standard mutexes, process shared locks are not supported at this time.
* Add a man section 1aout for the legacy man files to avoid them beingjb1998-09-072-4/+5
| | | | installed over the ones from binutils.
* Add manpages for the new device framework.dfr1998-09-0337-1/+2252
|
* Add -aout to CFLAGS and LDFLAGS in bsd.kmod.mk, not inbde1998-09-021-1/+5
| | | | | | src/lkm/Makefile.inc. This fixes broken builds of the syscons LKMs when OBJFORMAT=elf. Removed src/lkm/Makefile.inc since it became empty and is worse than useless.
* Nuked setting of crt here too.bde1998-09-022-9/+2
| | | | Obtained from: src/etc/root/dot.profile rev.1.17.
* Add Id keywordsbrian1998-09-022-0/+4
|
* Oops, I missed the update from /etc/objectformat to /etc/objformatjb1998-08-311-3/+3
| | | | which caused a port-ELF upgrade to continue to build aout.
* Sort cross references.wosch1998-08-3121-53/+53
|
* Remove BINFORMAT which is only set when building tools that need to havejb1998-08-301-8/+11
| | | | | | | a default format. Include /etc/objformat to get the installed object type if it exists and if OBJFORMAT is not already defined.
* BINFORMAT -> OBJFORMAT ready for E-day.jb1998-08-303-16/+16
|
* Make a local build tool static to avoid trying to use shared librariesjb1998-08-301-2/+2
| | | | before rtld is installed.
* bsd.docb.mk handles installing SGML/docbook documents.wosch1998-08-292-1/+58
|
* fix a typophk1998-08-291-1/+1
|
* add support for /etc/make.conf.localdillon1998-08-291-1/+6
|
* make.conf.local test/include removed from make.conf, to be put in sys.mkdillon1998-08-291-4/+1
| | | | instead.
* Introduce PERL5 variable.dima1998-08-281-1/+2
| | | | | | It's gonna be used in all p5- ports. Reviewed by: asami
* Hope I haven't missed anything or forgotten to credit anybody. (Byasami1998-08-271-189/+351
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the way, most of the things below are "Reviewed by: hoek" as well.) The changes are (roughly in order of appearance): (1) Revamp comments at beginning of file. Major rewrites. Reorder them into more relevant sections. Make clear which ones are user variables and not to be set in ports' Makefiles. Reviewed by: hoek (well, he's the only one who sent any comments) (2) Include ${.CURDIR}/Makefile.local if it exists. This is a local configuration file (ala rc.conf.local and make.conf.local) so please do not commit a file with this name to the repository. Suggested by: dillon (3) MANCOMPRESSED now takes three possible values: "yes", "no" and "maybe". (It used to be a binary variable -- the old behavior is now accomplished by "MANCOMPRESSED=yes". Ports that defined this variable to other values have been corrected.) "yes" means the manpages are installed compressed, "no" means they are not, and "maybe" means the port already respects the value of NOMANCOMPRESS. The default is "yes" for USE_IMAKE ports without NO_INSTALL_MANPAGES, and "no" otherwise. Add "compress-man" target and move manpage {,de}compression there. Reviewed by: hoek etc. and a full build of the ports tree (4) Add LIBDIR="${LIBDIR}" to MAKE_ENV. Makes easier to "fix" ports for /usr/lib/aout mess. Submitted by: ohashi@mickey.ai.kyutech.ac.jp (Takeshi Ohashi) (5) Change ${TMPPLIST} from ${WRKDIR}/PLIST.mktmp to ${WRKDIR}/.PLIST.mktmp. Suggested by: hoek Strongly seconded by: steve (6) Change a couple more relative pathnames to absolute ones. Submitted by: hoek (7) Move checksum into real-extract. (8) Change way rules are chained. Instead of: build: configure ${BUILD_COOKIE} ${BUILD_COOKIE}: @cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} real-build we now have build: ${BUILD_COOKIE} ${BUILD_COOKIE}: @cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} configure @cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} real-build Other than being more PC (pmake clean), this really speeds up skipping ports already built. For instance, "make package" on a fully packaged games subtree used to take 269 seconds on average, now it's 45 seconds on average. The flip side of this is that it will create more processes when the targets actually chain, but when you're actually compiling things, your make is creating half a bazzilion processes anyway so I don't think it matters. (9) ${TMPPLIST} is now a real dependency. Create "generate-plist" target to generate ${TMPPLIST}. Make sure it's called when needed (usually between do-install and post-install), and that the required files exist. (10) Change some messages so we can tell where "make index" failed. (11) Check if LIB_DEPENDS really generated the required shared lib or not. Seconded by: "Brent J. Nordquist" <bjn@visi.com>
* Add "deinstall" to list of targets. This is only fair since "install" andasami1998-08-261-3/+4
| | | | "reinstall" are already here. :)
* Reviewed by: asami@freebsd.org (Satoshi Asami)dillon1998-08-261-1/+6
| | | | | Give make.conf a make.conf.local capability similar to rc.conf's rc.conf.local capability. Eases large-site administration.
* Remove identity crisis in ispcvt(8) man page. Include reference tojkoshy1998-08-262-4/+6
| | | | | | | ispcvt(8) in pcvt(4). PR: docs/7743 Submitted by: <k-horik@yk.rim.or.jp>
* Adjust family tree to list some freebsd dates as well.jkh1998-08-191-4/+18
|
* Add "pcm.4" to Makefile.jkoshy1998-08-191-2/+3
| | | | | PR: 7636 Submitted by: <Janick.Taillandier@ratp.fr>
* Add default OBJFORMAT so that the build process can test for thisjb1998-08-181-2/+7
| | | | without having to run objformat to determine it.
* Fixed order and formatting.bde1998-08-171-10/+10
|
* Ack! I edited the MLINKS entry but forgot to add xl.4 to the MAN$=wpaul1998-08-161-2/+2
| | | | line. *hangs head in shame*
OpenPOWER on IntegriCloud