summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/groff/src/preproc
Commit message (Collapse)AuthorAgeFilesLines
* DIRDEPS_BUILD: Regenerate without local dependencies.bdrewery2016-02-243-10/+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
* Fix LDADD/DPADD that should be LIBADD.bdrewery2015-12-044-8/+12
| | | | Sponsored by: EMC / Isilon Storage Division
* Add META_MODE support.sjg2015-06-136-0/+146
|\ | | | | | | | | | | | | | | | | | | | | 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-086-12/+0
| |
| * Merge sync of headsjg2015-05-276-34/+6
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-197-14/+0
| |\
| * \ Merge head from 7/28sjg2014-08-1913-0/+20
| |\ \
| * | | Updated dependenciessjg2014-05-167-7/+0
| | | |
| * | | Updated dependenciessjg2014-05-107-7/+28
| | | |
| * | | Merge headsjg2014-04-281-1/+1
| |\ \ \
| * | | | Updated dependenciessjg2013-03-117-0/+7
| | | | |
| * | | | Updated dependenciessjg2013-02-167-14/+0
| | | | |
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-227-0/+165
| | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | | | 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
| | | | |
* | | | | Parallelize building gnu/usr.bin/groffngie2014-12-171-0/+2
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Revert r267233 for now. PIE support needs to be reworked.bdrewery2014-08-197-14/+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-087-0/+14
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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]
* | NO_MAN= has been deprecated in favor of MAN= for some time, go aheadimp2014-04-131-1/+1
|/ | | | | | 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.
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
| | | | OK'ed by: core
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
| | | | any fake value.
* Upgrade to Groff 1.19.ru2003-05-017-14/+15
|
* bsd.doc.mk changes:ru2002-10-291-4/+1
| | | | | | | | | | | | | | | Don't gratuitously pipe thru a cat(1) if NODOCCOMPRESS. Only create _stamp.extra when necessary. Get rid of SOELIMPP and OBJS. Use Groff version of soelim(1); we need its -I option for the following to work. Don't needlessly chdir to SRCDIR. Only a few documents need CD_HACK, and those that need it either use refer(1) or .PSPIC macro which internally uses the .psbb call.
* Upgrade to Groff 1.18.1.ru2002-10-111-1/+1
|
* Revert the last change and mark the program as PROG_CXX.ru2002-04-116-18/+18
|
* Use the new PROG_CXX knob.ru2002-04-111-2/+1
|
* Add -lstdc++ to the link args for these C++ tools so that they can bepeter2002-04-076-12/+12
| | | | | | compiled with gcc-3.1. Somebody thought it was a good idea to move the implementation of new and delete from libgcc to libstdc++. This change doesn't harm the current compiler in the tree.
* Upgrade to Groff 1.17.ru2001-04-179-0/+89
OpenPOWER on IntegriCloud