summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt
Commit message (Collapse)AuthorAgeFilesLines
* Part 4 of pcvt/voxware revival: pcvt userlandpeter1999-01-01104-0/+18316
| | | | Reviewed by: core
* Part 4 of pcvt/voxware revival: pcvt userlandpeter1999-01-012-0/+16
| | | | Reviewed by: core
* follow up to:phk1998-12-27106-18311/+0
| | | | Pre 3.0 branch cleanup casualty #4: pcvt
* Remove identity crisis in ispcvt(8) man page. Include reference tojkoshy1998-08-261-1/+1
| | | | | | | ispcvt(8) in pcvt(4). PR: docs/7743 Submitted by: <k-horik@yk.rim.or.jp>
* $@ deprecated, use long form.imp1998-06-091-34/+34
| | | | PR: conf/3273
* Fix a bunch of spelling errors.steve1998-06-041-1/+1
| | | | | PR: 6856 Submitted by: Josh Gilliam <josh@quick.net>
* Inherit BINDIR, don't set it here.bde1998-05-311-2/+4
|
* ELF preparation step 2:sos1998-05-261-2/+1
| | | | | | | | | | | | | | Move a.out libraries to /usr/lib/aout to make space for ELF libs. Make rtld usr /usr/lib/aout as default library path. Make ldconfig reject /usr/lib as an a.out library path. Fix various Makefiles for LIBDIR!=/usr/lib breakage. This will after a make world & reboot give a system that no longer uses /usr/lib/*, infact one could remove all the old libraries there, they are not used anymore. We are getting close to an ELF make world, but I'll let this all settle for a week or two...
* Fix Anders Email address.steve1998-05-241-1/+1
|
* Add a fuller-featured Norwegian keycap entry.steve1998-05-241-6/+23
| | | | | PR: 6173 Submitted by: Anders Nordby <nickerne@nome.no>
* Backed out previous backout.bde1998-05-061-2/+3
| | | | Added y.tab.h to SRCS. Dependencies on it were missing until recently.
* Added y.tab.h to SRCS. This should have been used to get dependenciesbde1998-05-051-1/+1
| | | | | on y.tab.h generated. It will soon be used to tell bsd.dep.mk that y.tab.h itself needs to be generated.
* Backed out previous change. Generating vgaio.h from vgaio.y clobberedbde1998-05-051-1/+2
| | | | | the source file vgaio.h, and y.tab.h is used so we can't simply avoid generating the yacc header.
* Fixed races in `make -jN' using new yacc rules.bde1998-05-042-4/+2
|
* Don't build files at install time (just to be consistent; the problembde1998-04-203-3/+3
| | | | | | | is almost harmless here). Submitted by: Arne Henrik Juul <arnej@stud.math.ntnu.no> PR: 6330
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-1/+1
|
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-3/+2
| | | | Use rcs Id instead of rcs Header.
* Don't build an unused obj dir.bde1998-03-161-7/+6
| | | | | Install all files in one step. De-bogotified the .includes.
* Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalbde1998-03-071-7/+4
| | | | | libraries, so that `ld -f' in can create correct dependencies for yet-to-be-built libraries.
* Never create the destination directory at install time.bde1997-12-201-60/+12
| | | | | | Don't build things at install time. Don't override the (correct) clean rule. Rewrote all the rules and cleaned up.
* BSDify.bde1997-12-172-32/+0
|
* LIBOWN -> BINOWN, etc. There are no libraries here.bde1997-12-171-3/+2
|
* Use the default LIBOWN, etc. instead of clobbering the defaults to bin,bde1997-12-171-4/+1
| | | | | | | etc., so that (this part of) `LIBOWN=... make world' can be run by users other than root. Actually, BINOWN instead of LIBOWN, since fonts are not libraries. Only one owner of (non-setuid) installed files is really supported.
* Typo alert (cosmetic).jraynard1997-12-161-1/+1
|
* Something that should have been done 2.5 years ago: install pcvt'sjoerg1997-10-185-8/+45
| | | | | accompanying doc files into /usr/share/pcvt/. (This goes to the `doc' distribution, not `bin'.)
* NOSHARED takes a yes/YES no/NO value, not "true, false, hey mon!".pst1997-06-291-1/+0
| | | | | | NOPIC is used to not generate a shared library, not NOSHARED. Make NOSHARED advisory where appropriate. Remove bogus NOSHARED (kbdio).
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-319-9/+9
| | | | posix standard on the topic.
* Fixed missing function types in synopsis.bde1997-03-191-0/+3
|
* Update to work under Lite2 includespeter1997-03-111-0/+1
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Sort cross references.wosch1997-01-202-3/+3
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Use ${COPY} instead of -c for installing non-source files.bde1997-01-011-2/+1
|
* comma typoswosch1996-12-231-5/+2
|
* Fixed DPADD.bde1996-09-051-1/+8
|
* Bring in my changes for removing the pestilent obj links (unless youjkh1996-06-243-3/+3
| | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current.
* Removed -g from CFLAGS.bde1996-06-231-1/+1
|
* Correct paths for pcvt in FreeBSD. Close PR#1071jkh1996-03-101-30/+30
| | | | Submitted by: David E. O'Brien <obrien@Nuxi.cs.ucdavis.edu>
* Correct a bunch of man page cross references and generallympp1996-02-113-3/+4
| | | | | | try and silence "manck". ncurses, rpc, and some of the gnu stuff are still a big mess, however.
* Another round of various man page cleanups.mpp1996-02-091-3/+3
|
* Add some missing MLINKS, correct some cross references, correct somempp1996-02-092-14/+18
| | | | file locations and some minor formatting/style problems.
* Fix some of the pcvt related man pages to reflect where thempp1996-01-224-16/+16
| | | | various pcvt support files are really installed. Closes PR# 740.
* Fix SRCS so that `make depend' works. There were some .l's and some .y's.bde1995-09-282-10/+11
| | | | | | | | | | | | | | | | | | The filenames in SRCS must have one of the extensions .s, .S, .c, or .cc if they are to be handled by bsd.dep.mk. Lex and yacc files must be converted to C files and kept around for everything to work. This is handled fairly automatically if the names of the generated C files are put in SRCS. Unfortunately these names must be put in CLEANFILES too. pcvt Makefiles: Fix DPADD. It was missing. Fix CLEANFILES. Some temporary files were missing. Fix CFLAGS. There were some `-I dir' options. There must be no whitespace separating -I and -D options from the corresponding args if these options are to be handled by bsd.dep.mk.
* Remove private beforeinstall: target that incorrectly attempted to makergrimes1995-09-211-4/+0
| | | | the /usr/share/man/man8 directory no matter what DESTDIR was set to.
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-07-252-2/+2
| | | | specified in the top level Makefiles.
* Change `install' to `${INSTALL}' as usual.bde1995-07-251-4/+1
| | | | | | | Nuke potential for mkdir'ing /usr/lib. Don't move the the target to a backup file before installing it. This will defeat `install -C'.
* Remove trailing whitespace.rgrimes1995-05-3021-290/+290
|
* Fix nested comments for -Wcomment warnings.rgrimes1995-05-091-5/+5
|
* Silence `make -s' (echo -> ${ECHO}).bde1995-05-076-9/+9
|
* Forcibly add -O2 to the vgaio CFLAGS, to work around a gcc bug.joerg1995-05-061-0/+1
|
OpenPOWER on IntegriCloud