summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/groff
Commit message (Collapse)AuthorAgeFilesLines
* Update stable/11 from 11.0-STABLE to 11.1-PRERELEASE, marking thegjb2017-05-191-1/+4
| | | | | | | | | | | official start of the code slush. Set the default mdoc(7) version to 11.1, and update the clang(1) TARGET_TRIPLE to reflect 11.1. While here, add missing FreeBSD major versions to mdoc(7). Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* MFC r306740, r307150: groff: use changelog date in man pagesemaste2016-10-192-1/+10
| | | | | | | | | | | | | | | | | | | | r306740: groff: use changelog date rather than file modification date in man pages The source checkout date is not particularly relevant, and this makes groff man pages build reproducibly. r307150: Avoid using 'head' in generating groff doc date It may not be available in certain cross build cases. Note that this is a slight change in functionality, in that now only the first line of the source ChangeLog file is processed. This is acceptable as groff will be retired and we won't encounter a possibly-different ChangeLog format.
* DIRDEPS_BUILD: Update dependenciesbdrewery2016-06-141-0/+1
| | | | | Approved by: re (gjb) Sponsored by: EMC / Isilon Storage Division
* DIRDEPS_BUILD: Connect new directories and update dependencies.bdrewery2016-06-032-0/+2
| | | | Sponsored by: EMC / Isilon Storage Division
* MFHgjb2016-03-026-15/+1
|\ | | | | | | Sponsored by: The FreeBSD Foundation
| * Convert casperd(8) daemon to the libcasper.oshogbo2016-02-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After calling the cap_init(3) function Casper will fork from it's original process, using pdfork(2). Forking from a process has a lot of advantages: 1. We have the same cwd as the original process. 2. The same uid, gid and groups. 3. The same MAC labels. 4. The same descriptor table. 5. The same routing table. 6. The same umask. 7. The same cpuset(1). From now services are also in form of libraries. We also removed libcapsicum at all and converts existing program using Casper to new architecture. Discussed with: pjd, jonathan, ed, drysdale@google.com, emaste Partially reviewed by: drysdale@google.com, bdrewery Approved by: pjd (mentor) Differential Revision: https://reviews.freebsd.org/D4277
| * DIRDEPS_BUILD: Regenerate without local dependencies.bdrewery2016-02-245-14/+0
| | | | | | | | | | | | | | | | These are no longer needed after the recent 'beforebuild: depend' changes and hooking DIRDEPS_BUILD into a subset of FAST_DEPEND which supports skipping 'make depend'. Sponsored by: EMC / Isilon Storage Division
* | MFH r289384-r293170gjb2016-01-0419-68/+53
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * Fix LDADD/DPADD that should be LIBADD.bdrewery2015-12-0417-34/+51
| | | | | | | | Sponsored by: EMC / Isilon Storage Division
| * Remove disconnected xditview.bdrewery2015-10-211-34/+0
| |
| * Add more SUBDIR_PARALLEL.bdrewery2015-10-151-0/+2
| | | | | | | | | | MFC after: 3 weeks Sponsored by: EMC / Isilon Storage Division
* | Merge from headbapt2015-10-015-30/+42
|\ \ | |/
| * Replace most of the beforeinstall: hack with FILES mechanism.bdrewery2015-09-304-26/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | This now generates the files into the OBJDIR as needed. Some of the files are installed directly from the src directory. Files which are generated from the src directory are renamed to .in to generate them and avoid colliding with the checked-in file when CURDIR=OBJDIR. The remaining beforeinstall: handling still needs to be reworked as it does not work well with staging for packaging. MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
| * Replace beforeinstall: handling with FILES.bdrewery2015-09-181-4/+2
| | | | | | | | | | | | This actually fixes some cases to respect LIBRARIES_ONLY. Sponsored by: EMC / Isilon Storage Division
* | Add a bunch of new packages, in particular binutils and groffbapt2015-06-161-0/+1
|/
* Add META_MODE support.sjg2015-06-1345-0/+757
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-0845-90/+0
| |
| * Merge sync of headsjg2015-05-2725-53/+27
| |\
| * \ Merge from head@274682sjg2014-11-1921-42/+0
| |\ \
| * \ \ Merge head from 7/28sjg2014-08-1953-0/+77
| |\ \ \
| * | | | Updated dependenciessjg2014-05-1622-22/+0
| | | | |
| * | | | Updated dependenciessjg2014-05-1022-21/+86
| | | | |
| * | | | Merge headsjg2014-04-285-4/+9
| |\ \ \ \
| * \ \ \ \ Merge head@256284sjg2013-10-131-1/+2
| |\ \ \ \ \
| * | | | | | We do want objdirsjg2013-10-134-8/+0
| | | | | | |
| * | | | | | Updated dependenciessjg2013-10-134-8/+0
| | | | | | |
| * | | | | | Merge from headsjg2013-09-051-0/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ sync from headsjg2013-04-121-0/+1
| |\ \ \ \ \ \ \
| * | | | | | | | Updated dependenciessjg2013-03-1122-0/+22
| | | | | | | | |
| * | | | | | | | Updated dependenciessjg2013-02-1642-84/+0
| | | | | | | | |
| * | | | | | | | Updated/new Makefile.dependsjg2012-11-081-0/+14
| | | | | | | | |
| | | | | | | | |
| | \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ Sync from headsjg2012-11-042-5/+6
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-2245-0/+835
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | | | | | | | | Get rid of some more NO_OBJssjg2015-06-124-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Differential Revision: D2748
* | | | | | | | | | Misc fixes from projects/bmakesjg2015-06-111-0/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Differential Revision: D2748 Reviewed by: brooks imp
* | | | | | | | | Garbage collect GNU soelim Makefiles which are not in used anymorebapt2015-05-181-9/+0
| | | | | | | | |
* | | | | | | | | Replace groff's soelim by soeliminate(1) renamed soelim(1)bapt2015-05-011-1/+1
| | | | | | | | |
* | | | | | | | | Remove GNU texinfo from base along with all info pages.bapt2015-01-022-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To be able to info pages consider installing texinfo from ports print/texinfo or via pkg: pkg install texinfo Differential Revision: https://reviews.freebsd.org/D1409 Reviewed by: emaste, imp (previous version) Relnotes: yes
* | | | | | | | | Parallelize building gnu/usr.bin/groffngie2014-12-177-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 MFC after: 1 week Submitted by: Jia-Shiun Li <jiashiun@gmail.com> Sponsored by: EMC / Isilon Storage Division
* | | | | | | | | Install mdoc(7) and man(7) from mdoc instead of the one from groffbapt2014-11-231-2/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Revert r267233 for now. PIE support needs to be reworked.bdrewery2014-08-1921-42/+0
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. 50+% of NO_PIE use is fixed by adding -fPIC to INTERNALLIB and other build-only utility libraries. 2. Another 40% is fixed by generating _pic.a variants of various libraries. 3. Some of the NO_PIE use is a bit absurd as it is disabling PIE (and ASLR) where it never would work anyhow, such as csu or loader. This suggests there may be better ways of adding support to the tree. Many of these cases can be fixed such that -fPIE will work but there is really no reason to have it in those cases. 4. Some of the uses are working around hacks done to some Makefiles that are really building libraries but have been using bsd.prog.mk because the code is cleaner. Had they been using bsd.lib.mk then NO_PIE would not have been needed. We likely do want to enable PIE by default (opt-out) for non-tree consumers (such as ports). For in-tree though we probably want to only enable PIE (opt-in) for common attack targets such as remote service daemons and setuid utilities. This is also a great performance compromise since ASLR is expected to reduce performance. As such it does not make sense to enable it in all utilities such as ls(1) that have little benefit to having it enabled. Reported by: kib
* | | | | | | In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.bdrewery2014-06-0821-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is currently an opt-in build flag. Once ASLR support is ready and stable it should changed to opt-out and be enabled by default along with ASLR. Each application Makefile uses opt-out to ensure that ASLR will be enabled by default in new directories when the system is compiled with PIE/ASLR. [2] Mark known build failures as NO_PIE for now. The only known runtime failure was rtld. [1] http://www.bsdcan.org/2014/schedule/events/452.en.html Submitted by: Shawn Webb <lattera@gmail.com> Discussed between: des@ and Shawn Webb [2]
* | | | | | | Add Lb string for libcuse.brueffer2014-06-061-0/+1
| | | | | | |
* | | | | | | Move Nx definition to a separate block.pluknet2014-05-201-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Noticed by: ru (a while ago)
* | | | | | | Add 9.3 to mdoc.local.gjb2014-05-091-0/+1
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Sponsored by: The FreeBSD Foundation
* | | | | | Add FreeBSD 10.1 to the list of recognized releases for Fx.jmmv2014-04-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | This version is already mentioned by 4 manual pages.
* | | | | | NO_MAN= has been deprecated in favor of MAN= for some time, go aheadimp2014-04-132-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | Remove IPX support.glebius2014-03-142-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IPX was a network transport protocol in Novell's NetWare network operating system from late 80s and then 90s. The NetWare itself switched to TCP/IP as default transport in 1998. Later, in this century the Novell Open Enterprise Server became successor of Novell NetWare. The last release that claimed to still support IPX was OES 2 in 2007. Routing equipment vendors (e.g. Cisco) discontinued support for IPX in 2011. Thus, IPX won't be supported in FreeBSD 11.0-RELEASE.
* | | | | | Add missing libraries here as well, so a warning is not printed when onepjd2014-02-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tries to view their manual pages. Reported by: rwatson Explained by: pluknet
* | | | | | Add definition for NetBSD 7.0, which is referenced in several manpages.pluknet2014-02-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Discussed with: uqs MFC after: 5 days
OpenPOWER on IntegriCloud