Skip to content

Commit

Permalink
libalias: retire cuseeme support
Browse files Browse the repository at this point in the history
The CU-SeeMe videoconferencing client and associated protocol is at this
point a historical artifact; there is no need to retain support for this
protocol today.

Reviewed by:	philip, markj, allanjude
Relnotes:	Yes
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D24790
  • Loading branch information
emaste committed May 16, 2020
1 parent 5add701 commit 65a1d63
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 264 deletions.
5 changes: 5 additions & 0 deletions ObsoleteFiles.inc
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@
# xargs -n1 | sort | uniq -d;
# done

# 20200515: libalias cuseeme protocol support retired
OLD_LIBS+=lib/libalias_cuseeme.so
OLD_FILES+=usr/lib/libalias_cuseeme.a
OLD_FILES+=usr/lib/libalias_cuseeme_p.a

# 20200511: Remove ubsec(4)
OLD_FILES+=usr/share/man/man4/ubsec.4.gz

Expand Down
1 change: 0 additions & 1 deletion lib/libalias/libalias/libalias.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# $FreeBSD$
/lib/libalias_cuseeme.so
/lib/libalias_ftp.so
/lib/libalias_irc.so
/lib/libalias_nbt.so
Expand Down
6 changes: 0 additions & 6 deletions lib/libalias/modules/cuseeme/Makefile

This file was deleted.

17 changes: 0 additions & 17 deletions lib/libalias/modules/cuseeme/Makefile.depend

This file was deleted.

6 changes: 0 additions & 6 deletions sys/modules/libalias/modules/cuseeme/Makefile

This file was deleted.

1 change: 0 additions & 1 deletion sys/modules/libalias/modules/modules.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $FreeBSD$

MODULES =
MODULES += cuseeme
MODULES += dummy
MODULES += ftp
MODULES += irc
Expand Down
230 changes: 0 additions & 230 deletions sys/netinet/libalias/alias_cuseeme.c

This file was deleted.

1 change: 0 additions & 1 deletion sys/netinet/libalias/libalias.3
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,6 @@ There is a configuration file,
.Pa /etc/libalias.conf ,
with the following contents (by default):
.Bd -literal -offset indent
/usr/lib/libalias_cuseeme.so
/usr/lib/libalias_ftp.so
/usr/lib/libalias_irc.so
/usr/lib/libalias_nbt.so
Expand Down
1 change: 0 additions & 1 deletion targets/pseudo/userland/lib/Makefile.depend
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ DIRDEPS = \
lib/geom/virstor \
lib/lib80211 \
lib/libalias/libalias \
lib/libalias/modules/cuseeme \
lib/libalias/modules/dummy \
lib/libalias/modules/ftp \
lib/libalias/modules/irc \
Expand Down
1 change: 0 additions & 1 deletion tools/build/mk/OptionalObsoleteFiles.inc
Original file line number Diff line number Diff line change
Expand Up @@ -7531,7 +7531,6 @@ OLD_FILES+=usr/share/man/man8/pppctl.8.gz
.if ${MK_PROFILE} == no
OLD_FILES+=usr/lib/lib80211_p.a
OLD_FILES+=usr/lib/libBlocksRuntime_p.a
OLD_FILES+=usr/lib/libalias_cuseeme_p.a
OLD_FILES+=usr/lib/libalias_dummy_p.a
OLD_FILES+=usr/lib/libalias_ftp_p.a
OLD_FILES+=usr/lib/libalias_irc_p.a
Expand Down

0 comments on commit 65a1d63

Please sign in to comment.