summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Reverted part of previous change and improved formatting. Switchingbde1998-03-071-4/+4
| | | | | from `?=' to `=' for BINDIR was a mistake. Sub-makefiles may need to set BINDIR.
* Documented moused flags.jkh1998-03-071-7/+16
| | | | Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* Add ${CXX} to list of variables passed in the environment whenasami1998-03-071-2/+3
| | | | | | invoking configure. Submitted by: obrien
* MF22: add ports-biologyjkh1998-03-062-2/+4
|
* Fix fprintf() here too.jkh1998-03-061-1/+1
|
* \e should have been \n (don't know when this was broken).jkh1998-03-061-1/+1
|
* If .depend doesn exist, then pretend that all objects depend on allbde1998-03-061-1/+6
| | | | | | headers in ${SRCS}, as in bsd.lmod.mk and bsd.prog.mk. This helps `make [-j]' work when .depend doesn't exist. Even plain `make' sometimes only worked because of magic ordering in ${SRCS}.
* Removed support for now-unused FreeBSD misfeature DPSRCS.bde1998-03-062-6/+4
|
* Fixed dependency of ${PROG} on ${DPSRCS}. There were various racesbde1998-03-061-3/+8
| | | | | for `make -j'. There are one-off fixes for the problem in a few Makefiles, e.g., amd/amq/Makefile.
* Fixed dependencies of ${PROG} on ${DPSRCS} and `all' on ${_ILINKS}.bde1998-03-061-6/+9
| | | | | | | There were various races for `make -j'. Half-built versions of vnode_if.h were sometimes #included... Removed a null dependency.
* Reviewed by: msmith, bde long agodufault1998-03-042-2/+121
| | | | | POSIX.4 headers and sysctl variables. Nothing should change unless POSIX4 is defined or _POSIX_VERSION is set to 199309.
* syntax error in /usr/share/examples/sliplogin/slip.hostsjkh1998-03-021-1/+1
| | | | | PR: 5873 Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
* Make it possible to indicate that we don't care about the remotephk1998-02-281-1/+9
| | | | sides IP address, as long as it isn't 0.0.0.0
* Fix a few typos.jraynard1998-02-282-4/+4
|
* Strings are terminated by NUL, not NULL.jraynard1998-02-281-2/+2
|
* Update to reflect reality. We do support the WANic 400/405 PCI cards.jhay1998-02-281-13/+8
| | | | Fix some typos and clean it up a little.
* Convert ${MASTER_SITE_SUBDIR} to %SUBDIR% as in bsd.port.mk rev 1.257fenner1998-02-271-7/+7
|
* Fix path in commented-out sample of MASTER_SITE_TEX_CTAN.asami1998-02-271-2/+2
| | | | | PR: 5861 Submitted by: kuriyama@opt.phys.waseda.ac.jp
* Update man page to reflect reality.jkh1998-02-261-20/+66
| | | | | PR: 5828 Submitted by: Stephen J. Roznowski <sjr@home.net>
* isofs -> cd9660jkh1998-02-261-2/+2
| | | | | PR: 5849 Submitted by: Benjamin Lewis <bhlewis@gte.net>
* Removed clean target. Simply add to CLEANFILES so that the default targetbde1998-02-251-10/+2
| | | | in bsd.obj.mk works.
* Remove ${CLEANDIRS} in the default clean rule, so that bsd.prog.mk canbde1998-02-251-3/+8
| | | | | | | use the default without losing any (currently unused) features. (CLEANDIRS is only used by for libgmp and libmp via bsd.lib.mk, and only documented everywhere it is supported except of course where it is actually used.)
* Don't add ${DOC}.ascii* to CLEANFILES twice.bde1998-02-251-5/+5
|
* Update to sort of match reality by literally including <sys/dirent.h>bde1998-02-241-58/+46
| | | | | | instead of a pre-BSD4.4 version of <dirent.h>. The old version had library goop which is still in <dirent.h>. See reality if you want real details.
* Update to match reality again.bde1998-02-241-31/+56
|
* Update docs for new stable-167 driver.jkh1998-02-202-24/+40
| | | | Submitted by: Ustimenko Semen <semen@iclub.nsu.ru>
* Removed default tags target. It was identical to the central one inbde1998-02-201-13/+1
| | | | bsd.dep.mk.
* Removed default tags target. PROG is always defined here, so ifdefingbde1998-02-201-20/+2
| | | | | it was bogus, and without the ifdef the default is identical to the central one in bsd.dep.mk.
* Don't pass the undocumented flags `-se' to gtags (gtags ignores them forbde1998-02-201-2/+2
| | | | compatibility).
* Fixed cleaning of tags files. GSYMS was forgotten.bde1998-02-201-2/+2
|
* Updated my e-mail address.hosokawa1998-02-201-2/+2
|
* Limit check for target to smaller section of makefile.eivind1998-02-191-3/+4
|
* (1) Don't disable "deinstall" if IGNORE is set.asami1998-02-191-2/+3
| | | | | | | | | I don't know what the hell I was thinking in: rev. 1.268 (2) Create ${PREFIX} before calling mtree if it doesn't exist. This may not be the best solution, but pre-install is called after mtree so there really isn't any way to fix this from the port Makefiles and thus has to be done here.
* Don't create a ${PROG} target if it already exists.eivind1998-02-191-1/+3
|
* Remove qcam manpagesmsmith1998-02-182-106/+2
| | | | Submitted by: pst
* Document new variables forward_sourceroute and accept_sourceroute. Whileguido1998-02-161-1/+17
| | | | we're at it: also document the already existing arpproxy.
* Reword description of Brazilian keyboard.yokota1998-02-151-10/+10
| | | | Submitted by: Daniel C. Sobral
* - Add Brazilian keymap with accent definitions.yokota1998-02-123-4/+197
| | | | | | - Better Portuguese language support for kbdmap(1). PR: misc/5723 Submitted by: Daniel C. Sobral
* Change documentation for `make package' (Thanks (indirectly) O'Brien!).hoek1998-02-071-13/+20
| | | | | | | Document `make readmes'. This is getting old, and the intent is to stop questions regarding it; however, I have a suspicion documenting it will work counter to ending questions about it and am mentally prepared to see it go-ooooooooo.......
* Postpone the test for non-emptiness of $PROG, $OBJS and $CLEANFILEShelbig1998-02-071-5/+4
| | | | | | to ``shell time''. The previous version didn't work in /usr/src7share/man/man4. Reviewed by: bde
* Document the fpgetprec/fpsetprec functions in their man page.jlemon1998-02-042-7/+45
| | | | | | Add cross-references to the elusive fpsetmask() function to various other man pages. Reviewed by: bde
* Don't install printcap.5 from here.wollman1998-02-042-359/+1
|
* Mention nameD_program.wollman1998-02-041-1/+6
|
* MF22jkh1998-02-042-10/+14
|
* (1) Improve the obsolete tcl/tk detection and dignosis.asami1998-02-041-9/+25
| | | | | | | | | | | | | | | Reviewed by: the lists (2) Change MASTER_SITE_CTAN to reflect current reality. Submitted by: fenner (3) Add new port variable NO_LATEST_LINK. When this is set, the "Latest" package symlink is not created. Use this for ports that are betas when there is also a port for an older, more stable, version. (4) Don't be too stupid about "make deinstall". Submitted by: fenner
* Restrict the include search path using -nostdinc -I- in $(CFLAGS} asbde1998-02-011-3/+12
| | | | | | in kernel Makefiles. Nothing in /usr/include is used (provided relative paths for sys/* and <machine> can be found), so there is no need for the -I/usr/include kludge as in kernel Makefiles.
* Allow package building in current directory again.obrien1998-01-311-2/+6
|
* Fill-in and fill-out a little.hoek1998-01-311-88/+201
| | | | Correct a small misfact. :)
* MF22: Add tx.4 to build list.jkh1998-01-301-2/+3
|
* Add new man page for tx driver.jkh1998-01-293-1/+154
| | | | Submitted by: Ustimenko Semen <semen@iclub.nsu.ru>
OpenPOWER on IntegriCloud