summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/groff
Commit message (Collapse)AuthorAgeFilesLines
* Update stable/10 from 10.2-STABLE to 10.3-PRERELEASE,marius2016-01-151-1/+2
| | | | | | | | | marking the official start of the code slush. Set the default mdoc(7) version to 10.3, and update the clang(1) TARGET_TRIPLE and BUILD_TRIPLE to reflect 10.3. Approved by: re (implicit)
* MFC r284289,r288267:bdrewery2015-12-041-0/+1
| | | | | | | r284289: Misc fixes from projects/bmake r288267: Remove redundant .NOPATH.
* MFC r289393:bdrewery2015-12-041-0/+2
| | | | Add more SUBDIR_PARALLEL.
* MFC r288429:bdrewery2015-10-204-26/+40
| | | | Replace most of the beforeinstall: hack with FILES mechanism.
* MFC r273756,r287980:bdrewery2015-10-031-4/+2
| | | | | | | r273756: only install .pc files when we are not installing 32bit compat libs... r287980: Replace beforeinstall: handling with FILES.
* Update stable/10 from 10.1-STABLE to 10.2-PRERELEASE,gjb2015-06-191-1/+2
| | | | | | | | | | marking the official start of the code slush. Set the default mdoc(7) version to 10.2, and update the clang(1) TARGET_TRIPLE and BUILD_TRIPLE to reflect 10.2. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* MFC r264400,r265836:ngie2014-12-312-2/+2
| | | | | | | | | | | | | | r264400: NO_MAN= has been deprecated in favor of MAN= for some time, go ahead and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit. r265836: Remove last two NO_MAN= in the tree. In both of these cases, MAN= is what is needed.
* MFC r275866:ngie2014-12-277-0/+20
| | | | | | | | | | | | | Parallelize building gnu/usr.bin/groff This speeds up building the directory from the bootstrap-tools stage in buildworld as well as building from the subdirectory Based on a patch submitted via -arch: https://lists.freebsd.org/pipermail/freebsd-arch/2014-December/016493.html Submitted by: Jia-Shiun Li <jiashiun@gmail.com> Sponsored by: EMC / Isilon Storage Division
* - Update stable/10 to 10.1-PRERELEASE now that thegjb2014-08-261-1/+1
| | | | | | | | | | code slush is in effect. (Forgotten on the 22nd.) - Set the 10.1 as the .Fx mdoc(7) default. - Update the TARGET_TRIPLE and BUILD_TRIPLE for clang(1) to reflect 10.1. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* MFC r266479, r267153:pluknet2014-06-271-0/+3
| | | | | - Move Nx definition to a separate block. - Add Lb string for libcuse.
* Add FreeBSD version 11.0.pluknet2014-05-201-0/+1
| | | | This is a direct commit to stable/10.
* MFC r265732:gjb2014-05-091-0/+1
| | | | | | Add 9.3 to mdoc.local Sponsored by: The FreeBSD Foundation
* MFC several WITH_TESTS-related documentation fixes.jmmv2014-04-161-0/+1
| | | | | | | | | - r258014 Document WITH_TESTS src.conf(5) option. - r263089 Fix description of WITHOUT_BMAKE's purpose. - r264408 Fix test suite name in src.conf(5). - r264410 Document how to install the test suite. - r264412 Add FreeBSD 10.1 to the list of recognized releases for Fx. - r264413 Miscellaneous fixes to tests(7).
* MFH r261319,261345,261742 mdoc changes to stable/10uqs2014-03-011-0/+4
|
* MFC r261267: Add libexecinfo.pluknet2014-02-011-0/+1
|
* Add FreeBSD 9.2 to mdoc.local.gjb2013-08-111-0/+1
|
* Add FreeBSD 8.4.pluknet2013-04-081-0/+1
| | | | MFC after: 3 days
* A workaround in r238563 was for makes (notably bmake) without theru2012-08-241-5/+4
| | | | | | | | | | internal knowledge that "cd" is a shell's built-in. Such makes may attempt to exec() "cd" that in turn will fail on systems that lack the "cd" executable. Reworked this by eliminating the root cause. Submitted by: Simon Gerraty <sjg@juniper.net>
* Backed out r228904, and added libstdthreads support to mdoc(7) to whereru2012-07-261-0/+1
| | | | it belongs.
* Backed out r236255, and added FreeBSD 9.1 support to mdoc(7) to whereru2012-07-261-0/+1
| | | | it belongs.
* a ";" tells make we want the shell to be usedobrien2012-07-181-1/+1
| | | | Submitted by: Simon Gerraty <sjg@juniper.net>
* Pull up vendor changes to mdoc(7).ru2011-12-081-28/+0
|
* Shift head from 9.0-CURRENT to 10.0-CURRENT in preparation for releasingkensmith2011-09-261-1/+2
| | | | | | it from the 9.0-RELEASE release cycle code freeze. Approved by: re (implicit)
* Provide a simple manual page for libprocstat(3).pluknet2011-07-121-0/+1
| | | | Reviewed by: jilles, gjb
* Added FreeBSD 8.3.ru2011-06-081-0/+1
|
* Pull up all vendor changes to mdoc(7).ru2011-06-081-2/+0
| | | | | | | | | This also replaces the local fix in r219209 that made .Ac emit ASCII angle quotes with an official fix. In the official fix, ASCII quotes are output when using the .Aq, .Ao and .Ac calls, but only when nested into the .An macro. PR: gnu/154822
* Add back soon-to-be-release FreeBSD 7.4 which got clobbered in the previousuqs2011-02-131-0/+1
| | | | merges.
* Update groff manpage and symbols with what has been submitted upstream.uqs2011-01-191-7/+0
| | | | | | | | | Also remove local overrides that are now in the contrib tree. This is a direct commit to contrib/ as we will no longer import any newer groff snapshots, due to licensing issues. MFC after: 3 weeks
* Add FreeBSD 8.2.jh2010-10-141-0/+1
| | | | | Reviewed by: ru MFC after: 3 days
* Add definition for FreeBSD 7.4, which will be used in a manual page change.delphij2010-10-061-0/+1
| | | | | Reviewed by: ru MFC after: 3 days
* Fix case for library macrosuqs2010-08-021-1/+1
|
* Add libproc.rpaulo2010-07-311-0/+1
| | | | Sponsored by: The FreeBSD Foundation
* Add librtld_db.rpaulo2010-07-311-0/+1
| | | | Sponsored by: The FreeBSD Foundation
* Add FreeBSD 8.1 to known list as it's being referenced by a couple ofdelphij2010-04-291-0/+1
| | | | | | manpages already. MFC after: 3 days
* Add description for libefi.marcel2010-02-091-0/+1
| | | | Pointed out by: ru
* Add a libgpib to the list of known .Lb names.joerg2010-02-011-0/+1
| | | | MFC after: 3 days
* Moved the doc-str-Lb-libulog string definition to where it belongs.ru2010-01-151-0/+1
|
* Pull up vendor changes. The following local changes made obsolete:ru2010-01-151-3/+0
| | | | | - Addition of several FreeBSD versions. - r192561 that attempted to fix UTF-8 issues.
* Add FreeBSD 7.2 and 7.3.alc2009-09-211-0/+2
| | | | Discussed with: ru
* Make head 9.0-CURRENT in preparation for lifting code freeze.kensmith2009-08-221-1/+2
| | | | Approved by: re (implicit)
* Add libjail, a (somewhat) simpler interface to the jail_set and jail_getjamie2009-06-241-0/+1
| | | | | | system calls and the security.jail.param sysctls. Approved by: bz (mentor)
* Define a macro for POSIX.1-2008 here until a future groff importdas2009-02-281-0/+4
| | | | includes one.
* Added FreeBSD 6.4.ru2008-12-131-0/+1
|
* Added FreeBSD 7.1.ru2008-12-131-0/+1
|
* Add an implementation of the RPCSEC_GSS authentication protocol for RPC. Thisdfr2008-08-061-0/+1
| | | | | | | | is based on an old implementation from the University of Michigan with lots of changes and fixes by me and the addition of a Solaris-compatible API. Sponsored by: Isilon Systems Reviewed by: alfred
* Bump the default .Os version to FreeBSD 8.0.ru2008-02-231-1/+1
|
* Tweak -lpmc's name.jkoshy2007-11-271-1/+1
|
* Added ".Lb libkse" support to mdoc(7).ru2007-10-221-0/+1
| | | | Reviewed by: deischen, davidxu
* Introduce FreeBSD 8.0 to mdoc(7).ru2007-10-151-0/+1
|
* FreeBSD 6.2 is now known to mdoc.ru2007-10-041-1/+0
| | | | Approved by: re (kensmith)
OpenPOWER on IntegriCloud