summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gperf
Commit message (Collapse)AuthorAgeFilesLines
* META MODE: Update dependencies with 'the-lot' and add missing directories.bdrewery2015-12-011-1/+4
| | | | | | | | | | | | | | This is not properly respecting WITHOUT or ARCH dependencies in target/. Doing so requires a massive effort to rework targets/ to do so. A better approach will be to either include the SUBDIR Makefiles directly and map to DIRDEPS or just dynamically lookup the SUBDIR. These lose the benefit of having a userland/lib, userland/libexec, etc, though and results in a massive package. The current implementation of targets/ is very unmaintainable. Currently rescue/rescue and sys/modules are still not connected. Sponsored by: EMC / Isilon Storage Division
* META_MODE: Remove DEP_MACHINE from Makefile.depend files.bdrewery2015-09-251-2/+0
| | | | | | This has not been needed since r246865 in projects/bmake. Sponsored by: EMC / Isilon Storage Division
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.bdrewery2015-09-251-2/+0
| | | | | | This has not been needed since r284171 in projects/bmake. Sponsored by: EMC / Isilon Storage Division
* Add META_MODE support.sjg2015-06-131-0/+22
|\ | | | | | | | | | | | | | | | | | | | | 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
| * Merge sync of headsjg2015-05-272-11/+1
| |\ | |/ |/|
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+21
| | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | Install old texinfo pages in the form of mdoc(7) pagesbapt2015-03-021-0/+1
| |
* | Remove gnu/ info pages to unbreak the build with MK_GCC != no, etcngie2015-01-022-11/+0
|/ | | | | | Reported by: Ivan Klymenko <fidaj@ukr.net> Reviewed by: bapt Differential Revision: D1412
* upgrade gperf to the last GPLv2 version (3.0.3)bapt2011-11-282-21/+23
| | | | | Reviewed by: cognet Approved by: cognet
* Remove getopt*.c, we already have compatible getopt_long() in libcache2004-02-171-1/+1
|
* *sigh* Really fix a typo.ru2002-04-161-1/+1
| | | | Submitted by: bde
* Fix typo.obrien2002-04-151-1/+1
|
* Revert the last change and mark the program as PROG_CXX.ru2002-04-111-4/+1
|
* Add -lstdc++ to the link args for these C++ tools so that they can bepeter2002-04-071-0/+3
| | | | | | 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.
* Style tweaks.obrien2000-10-131-7/+4
|
* Update for gperf 2.7kris2000-03-253-6/+31
|
* $Id$ -> $FreeBSD$peter1999-08-272-2/+2
|
* Revert $FreeBSD$ to $Id$peter1997-02-222-2/+2
|
* Use SRCDIR instead of PATHache1997-01-161-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-142-2/+2
| | | | | | | | 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.
* Same. This wasn't installed before either.jmacd1997-01-111-1/+3
|
* add bmakefilespeter1996-09-102-0/+23
OpenPOWER on IntegriCloud