Peter Wemm
b02c95d498
Add the new version.c file for curses_version(3)
2000-01-26 16:51:36 +00:00
Brian Feldman
559048567a
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.
2000-01-11 12:51:56 +00:00
Brian Feldman
c9215ae2ed
*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.
2000-01-11 12:37:57 +00:00
Alexey Zelkin
a8abed9426
Install html files to /usr/share/doc/ncurses/
2000-01-10 12:12:51 +00:00
Marcel Moolenaar
73a84e4f78
Make sure curses.h is generated when making build-tools make_keys
...
and make_hash depend on it.
1999-12-20 10:37:55 +00:00
Marcel Moolenaar
895a95935f
Add a `build-tools' target for make_hash and make_keys.
1999-12-13 21:25:08 +00:00
Marcel Moolenaar
b3682048b6
Install include files with mode 444.
1999-12-11 13:38:04 +00:00
Peter Wemm
a10b671db8
EEK! termios mode wasn't activated..
...
Noticed by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
1999-11-30 05:56:12 +00:00
Peter Wemm
bcf7336218
Try and catch a make -j problem in 'make depend'.
...
Tested by: Dirk-Willem van Gulik <dirkx@va-179.skylink.it>
1999-09-26 19:11:04 +00:00
Peter Wemm
b78515bd1a
Add a missing dependency for make_hash which could make various forms of
...
make -jN fail. This fixes the present problem only, not the larger one
of when those internal tools are built and the cross-compiling etc.
Submitted by: luoqi
1999-09-01 05:14:57 +00:00
Dmitrij Tejblum
0c5ed04869
Make SYMLINKS relative. SYMLINKS are supposed to be relative, and for this
...
reason ${DESTDIR} isn't added to the symlink source.
1999-08-30 23:15:40 +00:00
Peter Wemm
99af2e21c7
Use src/contrib/ncurses, v5.0.990821 prerelease.
...
This isn't quite finished yet, there are still some unresolved problems
with ospeed and the sgtty.h (non-posix) terminal interface. Mostly
this only causes problems with src/games.
The other tools and libraries (libform,libpanel,libmenu) will come
shortly but are seperate.
Beware, there be dragons here! (The build will be broken for a short
while)
1999-08-30 07:58:08 +00:00
Peter Wemm
7f3dea244c
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
Bruce Evans
682c5f7c6e
Renamed the generated include file keys.tries to keys.tries.h so
...
that it can be put in SRCS for dependency generation to work
properly. Don't use beforedepend, as usual.
1998-03-20 16:50:08 +00:00
Andrey A. Chernov
4fcbf66f05
Remove terminfo manpage we don't have it
1997-10-20 17:53:55 +00:00
Andrey A. Chernov
0e7e6efe8f
Fix saving/restoring tty modes, allow initscr be called twice,
...
from ncurses 4.1
1997-08-25 07:41:15 +00:00
Andrey A. Chernov
cefcce61a0
Add winnstr family and fake resizeterm from ncurses 4.1 for compatibility
...
with recent applications.
Bump minor number.
1997-08-24 19:09:45 +00:00
Peter Wemm
7e546392b5
Revert $FreeBSD$ to $Id$
1997-02-22 15:12:41 +00:00
Jordan K. Hubbard
1130b656e5
Make the long-awaited change from $Id$ to $FreeBSD$
...
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.
1997-01-14 07:20:47 +00:00
Bruce Evans
5b963fa12e
Fixed DPADD.
1996-09-05 17:16:10 +00:00
Peter Wemm
345be915f7
cmp -s || install -c ==> install -C
1996-08-30 02:12:07 +00:00
Peter Wemm
3d98454e50
Delete -DGOOD_SELECT from CFLAGS, we don't have it. This is used to
...
indicate that select() returns the leftover time remaining in the timeval
arg of select, we don't do that (yet :-).
1996-08-26 09:25:20 +00:00
Wolfram Schneider
dd6e5b0fa9
remove MLINKS tparm.3 due name clash with libtermcap
1996-05-27 22:58:29 +00:00
Mike Pritchard
c211e812bb
Added some missing MLINKS for section 3 man pages.
...
Also corrected a few minor formatting errors, file location and cross
references in some of the section 3 man pages.
This shuts up a lot of the output from "manck" for section 3.
1996-02-09 00:45:45 +00:00
Bruce Evans
97cefc5891
Install source files with the -c flag, not with the optional flag ${COPY}.
1995-08-06 12:37:41 +00:00
Andrey A. Chernov
11d07acbab
Bump major number instead of minor
1995-05-08 16:08:49 +00:00
Andrey A. Chernov
fbe3680005
Bump minor number
1995-05-03 18:54:09 +00:00
Andrey A. Chernov
7ca7a1934b
Add a bit more docs
1995-04-20 21:36:15 +00:00
Andrey A. Chernov
c6493ee41b
Add missing lib_window.c to SRCS
1995-02-13 17:23:18 +00:00
Andrey A. Chernov
43f9c02773
termcap.h now belongs to system
1994-12-04 02:43:41 +00:00
Andrey A. Chernov
795172f7a5
Upgrade to version 1.8.6
1994-12-02 06:40:24 +00:00
Andrey A. Chernov
1f36118a96
wscrl: implement partial scrolling via al/dl
...
winsdel: implemented via wscrl
winsertln/deleteln: implemented as macros via winsdel
1994-11-29 02:48:20 +00:00
Andrey A. Chernov
3a1ed32457
Add -I${.CURDIR}
1994-10-28 06:58:04 +00:00
Andrey A. Chernov
9c9986c2c8
LDADD: = -> +=
1994-10-12 01:59:06 +00:00
Andrey A. Chernov
f8e42f876d
Fix two problems pointed by Bruce:
...
keys.tries generated in ${.CURDIR} which may be readonly
lib_options.{po,so} not properly rebuilded if keys.tries deleted
and no .depend
1994-10-12 01:51:27 +00:00
Andrey A. Chernov
6ede20071a
Merge term.h & nterm.h
1994-10-10 00:34:44 +00:00
Andrey A. Chernov
7afcaa86db
Add copyright.c to be always linked in
1994-10-09 09:27:55 +00:00
Andrey A. Chernov
c0e33523c8
Moved from ports with several enhancements
1994-10-07 08:58:58 +00:00