summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2015-11-14 23:56:51 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2015-11-14 23:56:51 +0000
commit859425bc8c199eb5b1d0cf55d9cb3988ac2fa102 (patch)
tree719f25df1dc44451e4806bf2b207c0b5054cb911 /share
parent3a40f36a51668b8edf062c8f7c9fce866ff3e547 (diff)
libocurses can go to the Attic. last consumer of it was ramdisk more(1)
conceptual ok guenther millert nicm
Diffstat (limited to 'share')
-rw-r--r--share/man/man3/intro.321
-rw-r--r--share/mk/bsd.README3
-rw-r--r--share/mk/bsd.prog.mk3
3 files changed, 4 insertions, 23 deletions
diff --git a/share/man/man3/intro.3 b/share/man/man3/intro.3
index a64295ac82c..1414636c307 100644
--- a/share/man/man3/intro.3
+++ b/share/man/man3/intro.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: intro.3,v 1.72 2015/09/22 08:17:34 sobrado Exp $
+.\" $OpenBSD: intro.3,v 1.73 2015/11/14 23:56:50 deraadt Exp $
.\" $NetBSD: intro.3,v 1.5 1995/05/10 22:46:24 jtc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)intro.3 8.1 (Berkeley) 6/5/93
.\"
-.Dd $Mdocdate: September 22 2015 $
+.Dd $Mdocdate: November 14 2015 $
.Dt INTRO 3
.Os
.Sh NAME
@@ -229,23 +229,6 @@ See
Library for Objective C, an object-oriented superset of ANSI C.
Use this to compile Objective C programs.
.Pp
-.It libocurses Pq Fl locurses
-.It libotermcap Pq Fl lotermcap
-Routines to provide the user with a method of updating screens
-with reasonable optimisation.
-The
-.Xr ocurses 3
-library is compatible with the
-.Em curses
-library provided in 4.3.
-.Em libotermcap
-is the 4.3-compatible
-.Em termcap
-library, and is a hard link to
-.Em libocurses .
-See
-.Xr otermcap 3 .
-.Pp
.It libossaudio Pq Fl lossaudio
Provides an emulation of the OSS
.Pq Linux
diff --git a/share/mk/bsd.README b/share/mk/bsd.README
index 3ef50e1304f..8bf7ad28db7 100644
--- a/share/mk/bsd.README
+++ b/share/mk/bsd.README
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.README,v 1.61 2015/10/26 10:43:42 bluhm Exp $
+# $OpenBSD: bsd.README,v 1.62 2015/11/14 23:56:50 deraadt Exp $
# $NetBSD: bsd.README,v 1.17 1996/04/13 02:08:08 thorpej Exp $
# @(#)bsd.README 5.1 (Berkeley) 5/11/90
@@ -339,7 +339,6 @@ DPADD Additional dependencies for the program. Usually used for
LIBMENU /usr/lib/libmenu.a
LIBMENUW /usr/lib/libmenuw.a
LIBRADIUS /usr/lib/libradius.a
- LIBOLDCURSES /usr/lib/libocurses.a
LIBOSSAUDIO /usr/lib/libossaudio.a
LIBPANEL /usr/lib/libpanel.a
LIBPANELW /usr/lib/libpanelw.a
diff --git a/share/mk/bsd.prog.mk b/share/mk/bsd.prog.mk
index 510b2d7d3d8..5feb0456874 100644
--- a/share/mk/bsd.prog.mk
+++ b/share/mk/bsd.prog.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.prog.mk,v 1.69 2015/10/26 10:43:42 bluhm Exp $
+# $OpenBSD: bsd.prog.mk,v 1.70 2015/11/14 23:56:50 deraadt Exp $
# $NetBSD: bsd.prog.mk,v 1.55 1996/04/08 21:19:26 jtc Exp $
# @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91
@@ -43,7 +43,6 @@ LIBM?= ${DESTDIR}/usr/lib/libm.a
LIBMENU?= ${DESTDIR}/usr/lib/libmenu.a
LIBMENUW?= ${DESTDIR}/usr/lib/libmenuw.a
LIBRADIUS?= ${DESTDIR}/usr/lib/libradius.a
-LIBOLDCURSES?= ${DESTDIR}/usr/lib/libocurses.a
LIBOSSAUDIO?= ${DESTDIR}/usr/lib/libossaudio.a
LIBPANEL?= ${DESTDIR}/usr/lib/libpanel.a
LIBPANELW?= ${DESTDIR}/usr/lib/libpanelw.a