History log of /freebsd-12.1/gnu/lib/libdialog/Makefile (Results 1 – 25 of 53)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0
# ffec3151 12-Mar-2017 Warner Losh <[email protected]>

Convert gnu to using SRCTOP

Prefer SRCTOP over CURDIR/../../contrib, etc. However, retain the "up
one level" instances of ../ because they are really relative to this
part of the tree and not a mean

Convert gnu to using SRCTOP

Prefer SRCTOP over CURDIR/../../contrib, etc. However, retain the "up
one level" instances of ../ because they are really relative to this
part of the tree and not a means to find the root of the tree. As
such, it's better to leave them since that further the goal of being
able to move directories if watned to in the future.

Differential Revision: https://reviews.freebsd.org/D9932
Sponsored by: Netflix
Silence On: arch@ (twice)

show more ...


Revision tags: release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0
# ee5a34ec 25-Nov-2014 Baptiste Daroussin <[email protected]>

Convert to LIBADD
Reduce overlinking


Revision tags: release/10.1.0
# 4032b02a 07-Nov-2014 Baptiste Daroussin <[email protected]>

libdialog has to be linked to libncursesw and libm


Revision tags: release/9.3.0, release/10.0.0, release/9.2.0
# 157cb945 23-Jun-2013 Baptiste Daroussin <[email protected]>

Bump shlib for dialog because ABI has changed when version 1.2 was imported

Reviewed by: kib


# 506197d1 17-Jun-2013 Baptiste Daroussin <[email protected]>

lower the WARNS to 1 again until I have more time to figure out the problems with WARNS=4

Reported by: gavin


Revision tags: release/8.4.0, release/9.1.0, release/8.3.0, release/7.4.0, release/8.2.0
# 2774633b 05-Feb-2011 Nathan Whitehorn <[email protected]>

Enable wide character support in libdialog.


# 4c8945a0 12-Jan-2011 Nathan Whitehorn <[email protected]>

Update dialog to version 20100428. This changes the license under which
dialog is distributed from GPLv2 to LGPLv2 and introduces a number of new
features and a new and better libdialog API. The exis

Update dialog to version 20100428. This changes the license under which
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

show more ...


Revision tags: release/8.1.0, release/7.3.0, release/8.0.0
# 3ca3047a 19-Jul-2009 Ken Smith <[email protected]>

Bump the version of all non-symbol-versioned shared libraries in
preparation for 8.0-RELEASE. Add the previous version of those
libraries to ObsoleteFiles.inc and bump __FreeBSD_Version.

Reviewed b

Bump the version of all non-symbol-versioned shared libraries in
preparation for 8.0-RELEASE. Add the previous version of those
libraries to ObsoleteFiles.inc and bump __FreeBSD_Version.

Reviewed by: kib
Approved by: re (rwatson)

show more ...


Revision tags: release/7.2.0, release/7.1.0, release/6.4.0, release/7.0.0, release/6.3.0
# 27cfc42f 18-Jun-2007 Rong-En Fan <[email protected]>

- Bump share library version which were missed in last bump

Reported by: jhb
Discussed with: deischen, des, doubg, harti
Approved by: re (kensmith)


Revision tags: release/6.2.0, release/5.5.0, release/6.1.0
# e1fe3dba 17-Mar-2006 Ruslan Ermilov <[email protected]>

Reimplementation of world/kernel build options. For details, see:

http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html

The src.conf(5) manpage is to follow in a few days.

Bro

Reimplementation of world/kernel build options. For details, see:

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)

show more ...


Revision tags: release/6.0.0
# a84020c2 22-Jul-2005 Ken Smith <[email protected]>

Bump the shared library version number of all libraries that have not
been bumped since RELENG_5.

Reviewed by: ru
Approved by: re (not needed for commit check but in principle...)


Revision tags: release/5.4.0
# d5f93c91 22-Apr-2005 Tom Rhodes <[email protected]>

Enforce style.Makefile(5).

Glanced at by: ru (some time ago).


Revision tags: release/4.11.0
# 582ef25f 21-Dec-2004 Ruslan Ermilov <[email protected]>

NOHTML -> NO_HTML


Revision tags: release/5.3.0
# 83c731e4 18-Oct-2004 Ruslan Ermilov <[email protected]>

Replaced afterinstall: with FILES.


Revision tags: release/4.10.0, release/5.2.1
# 47d7e8a9 05-Feb-2004 Ruslan Ermilov <[email protected]>

Fixed style of DPADD and LDADD assignments as per style.Makefile(5).


Revision tags: release/5.2.0, release/4.9.0, release/5.1.0, release/4.8.0, release/5.0.0
# 224af215 28-Sep-2002 Peter Wemm <[email protected]>

Zap now-unused SHLIB_MINOR


Revision tags: release/4.6.2
# d2893b16 29-Jul-2002 Ruslan Ermilov <[email protected]>

Drop support for COPY, -c has been the default mode of install(1)
for a long time now.

Approved by: bde


# 0b87f799 18-Jul-2002 Ruslan Ermilov <[email protected]>

s/${INSTALL} -c/${INSTALL} ${COPY}/


# c7b111cb 12-May-2002 Ruslan Ermilov <[email protected]>

Added new bsd.incs.mk which handles installing of header files
via INCS. Implemented INCSLINKS (equivalent to SYMLINKS) to
handle symlinking include files. Allow for multiple groups of
include file

Added new bsd.incs.mk which handles installing of header files
via INCS. Implemented INCSLINKS (equivalent to SYMLINKS) to
handle symlinking include files. Allow for multiple groups of
include files to be installed, with the powerful INCSGROUPS knob.
Documentation to follow.

Added standard `includes' and `incsinstall' targets, use them
in Makefile.inc1. Headers from the following makefiles were
not installed before (during `includes' in Makefile.inc1):

kerberos5/lib/libtelnet/Makefile
lib/libbz2/Makefile
lib/libdevinfo/Makefile
lib/libform/Makefile
lib/libisc/Makefile
lib/libmenu/Makefile
lib/libmilter/Makefile
lib/libpanel/Makefile

Replaced all `beforeinstall' targets for installing includes
with the INCS stuff.

Renamed INCDIR to INCSDIR, for consistency with FILES and SCRIPTS,
and for compatibility with NetBSD. Similarly for INCOWN, INCGRP,
and INCMODE.

Consistently use INCLUDEDIR instead of /usr/include.

gnu/lib/libstdc++/Makefile and gnu/lib/libsupc++/Makefile changes
were only lightly tested due to the missing contrib/libstdc++-v3.
I fully tested the pre-WIP_GCC31 version of this patch with the
contrib/libstdc++.295 stuff.

These changes have been tested on i386 with the -DNO_WERROR "make
world" and "make release".

show more ...


# 4ad7956e 07-Aug-2001 Ruslan Ermilov <[email protected]>

dialog(3) -> dialog_noyes(3).


Revision tags: release/4.3.0
# e5ac5644 27-Mar-2001 Ruslan Ermilov <[email protected]>

MAN[1-9] -> MAN.


# 22ed5ae4 16-Sep-2000 Andrey A. Chernov <[email protected]>

Remove unneded -lmytinfo


# 55904856 11-Jan-2000 Brian Feldman <[email protected]>

This is the second half of unbreaking the world build. Add a -DNOHTML
corollary for -DNOINFO and -DNOMAN. I'll fix this properly (add
specific HTML doc magic) in the .mk files later; right now, jus

This is the second half of unbreaking the world build. Add a -DNOHTML
corollary for -DNOINFO and -DNOMAN. I'll fix this properly (add
specific HTML doc magic) in the .mk files later; right now, just
unbreak the world.

show more ...


# c9215ae2 11-Jan-2000 Brian Feldman <[email protected]>

*draws his sword*
I smite thee, vile buildworld breakage!

The story is that these were added to beforeinstall improperly. In our
beforeinstall, a full mtree has not been populated. Since the tree

*draws his sword*
I smite thee, vile buildworld breakage!

The story is that these were added to beforeinstall improperly. In our
beforeinstall, a full mtree has not been populated. Since the tree is
not populated, we explode from missing directories on doc install. It
should not be done in beforeinstall (includes) anyway.

show more ...


# 7207f9e2 11-Jan-2000 Jordan K. Hubbard <[email protected]>

This change was mis-identified as the problem, sorry. It appears to be
an anomaly restricted only to the alpha in FreeBSD-current (weird).


123