Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add META_MODE support. | sjg | 2015-06-13 | 1 | -0/+21 |
|\ | | | | | | | | | | | | | | | | | | | | | 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_RELDIR | sjg | 2015-06-08 | 1 | -2/+0 |
| | | |||||
| * | Merge sync of head | sjg | 2015-05-27 | 1 | -2/+1 |
| |\ | |/ |/| | |||||
| * | Merge head from 7/28 | sjg | 2014-08-19 | 1 | -12/+2 |
| |\ | |||||
| * | | Updated dependencies | sjg | 2014-05-16 | 1 | -1/+0 |
| | | | |||||
| * | | Updated dependencies | sjg | 2014-05-10 | 1 | -0/+2 |
| | | | |||||
| * | | Merge from head | sjg | 2014-05-08 | 1 | -1/+1 |
| |\ \ | |||||
| * \ \ | Merge head | sjg | 2014-04-28 | 1 | -2/+12 |
| |\ \ \ | |||||
| * \ \ \ | Merge from head | sjg | 2013-09-05 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| * | | | | | Updated dependencies | sjg | 2013-03-11 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 |
| | | | | | | |||||
| * | | | | | Sync with HEAD. | obrien | 2013-02-08 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| * | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> | ||||
* | | | | | | | Convert to LIBADD | bapt | 2014-11-25 | 1 | -2/+1 |
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | Reduce overlinking | ||||
* | | | | | | Revert r261296. This removes the WITHOUT_NCURSESW option. | brooks | 2014-05-15 | 1 | -12/+2 |
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | It was the wrong direction. We will instead remove use of the non-wide-character supporting libncurses. | ||||
* | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuff | imp | 2014-05-06 | 1 | -1/+1 |
| |_|_|/ |/| | | | | | | | | | | | from the latter. | ||||
* | | | | Merge from CheriBSD: | brooks | 2014-01-30 | 1 | -2/+12 |
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit c1acf022c533c5ae27e0cd556977eafe3f5959eb Author: Brooks Davis <brooks@one-eyed-alien.net> Date: Fri Jan 17 21:46:44 2014 +0000 Add an option WITHOUT_NCURSESW to suppress building and linking to libncursesw. While wide character support it useful we'd like to only need one ncurses library on embedded systems. MFC after: 4 weeks Sponsored by: DARPA, AFRL | ||||
* | | | Update dialog to 1.2-20130523 | bapt | 2013-06-17 | 1 | -1/+1 |
| |/ |/| | | | | | Level up WARNS | ||||
* | | Fix a dependency | antoine | 2013-01-01 | 1 | -1/+1 |
|/ | |||||
* | Use ${VAR} instead of $(VAR) consistently. | fjoe | 2011-11-24 | 1 | -1/+1 |
| | |||||
* | Add libm to the dependencies section. | nwhitehorn | 2011-01-18 | 1 | -1/+1 |
| | | | | Submitted by: Garrett Cooper | ||||
* | Update dialog to version 20100428. This changes the license under which | nwhitehorn | 2011-01-12 | 19 | -1543/+6 |
| | | | | | | | | | | | | | dialog is distributed from GPLv2 to LGPLv2 and introduces a number of new features and a new and better libdialog API. The existing libdialog will be kept temporarily as libodialog for compatibility purposes until sade, sysinstall and tzsetup have been either updated or replaced. __FreeBSD_version is now 900030. Discussed on: -current Approved by: core Obtained from: http://invisible-island.net/dialog | ||||
* | Mention the radiolist option in the man page. It is being listed when | bcr | 2010-07-06 | 1 | -0/+10 |
| | | | | | | | | | | | | | dialog(1) is run without arguments and works as expected. Therefore, it should be part of the manual as well. Note: dialog(1) has not been updated for many years and is not actively maintained at the moment. PR: docs/139682 Submitted by: manolis@ Discussed with: jkim@ MFC after: 2 weeks | ||||
* | Reimplementation of world/kernel build options. For details, see: | ru | 2006-03-17 | 1 | -1/+3 |
| | | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine) | ||||
* | - Add default choice option for --yesno box. | jkim | 2006-02-07 | 2 | -92/+63 |
| | | | | - Reduce trivial code duplications. | ||||
* | Respect NO_EXAMPLES | phk | 2005-08-05 | 1 | -0/+2 |
| | |||||
* | Start the dreaded NOFOO -> NO_FOO conversion. | ru | 2004-12-21 | 1 | -1/+1 |
| | | | | OK'ed by: core | ||||
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -1/+1 |
| | | | | any fake value. | ||||
* | Fixed style of DPADD and LDADD assignments as per style.Makefile(5). | ru | 2004-02-05 | 1 | -2/+2 |
| | |||||
* | FILES support for bsd.prog.mk. See bsd.README for details. | ru | 2001-12-17 | 1 | -8/+4 |
| | | | | Stolen from: NetBSD | ||||
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -1/+0 |
| | |||||
* | Include sys/types.h | brian | 2000-10-16 | 1 | -0/+2 |
| | |||||
* | Remove unneded -lmytinfo | ache | 2000-09-16 | 1 | -2/+2 |
| | |||||
* | Silence -Wall; main()'s second argument was "unsigned char **", | markm | 2000-08-19 | 1 | -6/+8 |
| | | | | and this had filtered down into too many other places. | ||||
* | Have to install from ${.CURDIR}, not ${.OBJDIR}. | jkh | 2000-01-08 | 1 | -1/+1 |
| | |||||
* | Install contents of the dialog/TESTS directory to share/examples/dialog | phantom | 2000-01-07 | 3 | -0/+29 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 1 | -1/+1 |
| | |||||
* | Drop outdated FreeBSD version number from test script. | rnordier | 1999-01-24 | 1 | -1/+1 |
| | | | | | Submitted by : Sue Blake <sue@vedanix.welearn.com.au> PR : 9650 | ||||
* | Add documentation for tree functions. | jkh | 1998-10-02 | 1 | -5/+79 |
| | | | | Submitted by: Anatoly A. Orehovsky <tolik@mpeks.tomsk.su> | ||||
* | Add missing free() | jkh | 1998-09-30 | 1 | -3/+1 |
| | | | | Submitted by: Anatoly A. Orehovsky <tolik@mpeks.tomsk.su> | ||||
* | Teach this code about the new tree functionality of libdialog. | jkh | 1998-09-28 | 3 | -1/+105 |
| | | | | Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su> | ||||
* | fix misspelling | jmg | 1997-08-30 | 1 | -1/+1 |
| | | | | | | Submitted-by: Josh Gilliam Closes PR:4426 | ||||
* | `it's'' -> `its'' where appropriate and typo fixes in time2posix.3. | eivind | 1997-05-19 | 1 | -1/+1 |
| | | | | | | Closes PR docs/3612. Submitted by: Josh Gilliam <soil@quick.net> | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -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. | ||||
* | This commit was generated by cvs2svn to compensate for changes in r13122, | peter | 1995-12-30 | 10 | -2963/+0 |
| | | | | which included commits to RCS files with non-trunk default branches. | ||||
* | recording cvs-1.6 file death | peter | 1995-12-30 | 1 | -279/+0 |
| | |||||
* | Add a reference to dialog(3) now that the man pages exist. | jkh | 1995-12-23 | 1 | -0/+3 |
| | |||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -2/+2 |
| | |||||
* | Correct a few typos. | jkh | 1995-02-24 | 1 | -5/+5 |
| |