aboutsummaryrefslogtreecommitdiff
path: root/mbone
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-03-23 21:01:47 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-03-23 21:01:47 +0000
commita41ca978440f9379b3f3b7be383b9d4fb31eeb2d (patch)
tree506bdb59ad4b705776fc4cf458c3ec0124739f1b /mbone
parent1163b8ed1325bc32795a75fc856a2f9c8e0d8593 (diff)
downloadports-a41ca978440f9379b3f3b7be383b9d4fb31eeb2d.tar.gz
ports-a41ca978440f9379b3f3b7be383b9d4fb31eeb2d.zip
2009-03-22 mbone/nte: tcl8.0 support is going to be dropped
2009-03-22 mbone/relate: tcl8.0 support is going to be dropped 2009-03-22 mbone/wbd: tcl8.0 support is going to be dropped
Notes
Notes: svn path=/head/; revision=230799
Diffstat (limited to 'mbone')
-rw-r--r--mbone/Makefile3
-rw-r--r--mbone/nte/Makefile27
-rw-r--r--mbone/nte/distinfo3
-rw-r--r--mbone/nte/files/Makefile.freebsd13
-rw-r--r--mbone/nte/files/Makefile.work2
-rw-r--r--mbone/nte/files/patch-aa14
-rw-r--r--mbone/nte/files/patch-ab29
-rw-r--r--mbone/nte/files/patch-ac10
-rw-r--r--mbone/nte/files/patch-ad11
-rw-r--r--mbone/nte/files/patch-ae36
-rw-r--r--mbone/nte/files/patch-af16
-rw-r--r--mbone/nte/pkg-descr16
-rw-r--r--mbone/nte/scripts/configure5
-rw-r--r--mbone/relate/Makefile29
-rw-r--r--mbone/relate/distinfo3
-rw-r--r--mbone/relate/files/patch-Makefile41
-rw-r--r--mbone/relate/files/patch-main.c20
-rw-r--r--mbone/relate/files/patch-relate.tcl11
-rw-r--r--mbone/relate/pkg-descr14
-rw-r--r--mbone/wbd/Makefile27
-rw-r--r--mbone/wbd/distinfo3
-rw-r--r--mbone/wbd/files/patch-aa63
-rw-r--r--mbone/wbd/pkg-descr4
23 files changed, 0 insertions, 400 deletions
diff --git a/mbone/Makefile b/mbone/Makefile
index 20da6c6a82f7..502c53e1ad69 100644
--- a/mbone/Makefile
+++ b/mbone/Makefile
@@ -5,10 +5,8 @@
SUBDIR += imm
SUBDIR += mcl
- SUBDIR += nte
SUBDIR += rat
SUBDIR += rat30
- SUBDIR += relate
SUBDIR += rqm
SUBDIR += rtptools
SUBDIR += sdr
@@ -17,7 +15,6 @@
SUBDIR += vat
SUBDIR += vic
SUBDIR += wb
- SUBDIR += wbd
SUBDIR += xspeakfree
.include <bsd.port.subdir.mk>
diff --git a/mbone/nte/Makefile b/mbone/nte/Makefile
deleted file mode 100644
index b0daa3718361..000000000000
--- a/mbone/nte/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# New ports collection makefile for: nte
-# Date created: 5 September 1996
-# Whom: Bill Fenner <fenner@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= nte
-PORTVERSION= 1.5a29
-PORTREVISION= 3
-CATEGORIES= mbone tk
-MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/nte/1.5a29/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Multicast Network Text Editor
-
-LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
-
-WRKSRC= ${WRKDIR}/nte
-
-PLIST_FILES= bin/nte
-USE_GMAKE= yes
-
-DEPRECATED= tcl8.0 support is going to be dropped
-EXPIRATION_DATE= 2009-03-22
-
-.include <bsd.port.mk>
diff --git a/mbone/nte/distinfo b/mbone/nte/distinfo
deleted file mode 100644
index 12e7532f956f..000000000000
--- a/mbone/nte/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (nte-1.5a29.tar.gz) = 04a8565634a2e86645d118ac7dceb474
-SHA256 (nte-1.5a29.tar.gz) = c73c5f3c1b409067960088660a1926d00ca27610414812f8080d81c7e95972f1
-SIZE (nte-1.5a29.tar.gz) = 412150
diff --git a/mbone/nte/files/Makefile.freebsd b/mbone/nte/files/Makefile.freebsd
deleted file mode 100644
index d2f6822e0b30..000000000000
--- a/mbone/nte/files/Makefile.freebsd
+++ /dev/null
@@ -1,13 +0,0 @@
-CC=cc
-INCLUDES=-I${LOCALBASE}/include/tcl8.0 -I${LOCALBASE}/include/tk8.0 -I${LOCALBASE}/include/tk8.0/generic -I${LOCALBASE}/include
-LIB_DIR=${LOCALBASE}/lib
-LIBS=-L${LIB_DIR} -ltk80 -ltcl80 -lm -L${LOCALBASE}/lib -lX11
-CFLAGS+=-ggdb $(INCLUDES) -DFREEBSD -DPROTOTYPES -DHAVE_NO_VALUES_H -DHAVE_LIMITS_H -DHAVE_UNISTD_H -DMAXINT=INT_MAX -DDEFINED_ERRLIST
-# for search.h
-CFLAGS+=-I../src
-
-hsearch.o: ../src/hsearch.c
- ${CC} -I${WRKSRC}/src ${CFLAGS} -c -o $@ ../src/hsearch.c
-
-install: all
- install -c -s -m 755 -o bin -g bin nte ${PREFIX}/bin
diff --git a/mbone/nte/files/Makefile.work b/mbone/nte/files/Makefile.work
deleted file mode 100644
index 6b6d10192057..000000000000
--- a/mbone/nte/files/Makefile.work
+++ /dev/null
@@ -1,2 +0,0 @@
-all install clean:
- cd freebsd; $(MAKE) $@
diff --git a/mbone/nte/files/patch-aa b/mbone/nte/files/patch-aa
deleted file mode 100644
index 4e6b46fff40a..000000000000
--- a/mbone/nte/files/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/search.h.orig Wed Sep 4 03:54:13 1996
-+++ src/search.h Thu Oct 31 14:19:33 1996
-@@ -14,11 +14,6 @@
- extern "C" {
- #endif
-
--#ifndef _SIZE_T
--#define _SIZE_T
--typedef unsigned size_t;
--#endif
--
- /* HSEARCH(3C) */
- typedef enum { FIND, ENTER } ACTION;
-
diff --git a/mbone/nte/files/patch-ab b/mbone/nte/files/patch-ab
deleted file mode 100644
index 9a1ab8b79a35..000000000000
--- a/mbone/nte/files/patch-ab
+++ /dev/null
@@ -1,29 +0,0 @@
---- src/Makefile.template.orig Fri Jul 31 07:51:31 1998
-+++ src/Makefile.template Sun Nov 22 10:28:13 1998
-@@ -3,7 +3,7 @@
- protocol.o network_write.o network_read.o ds_fns.o parse_packet.o ids.o \
- sliding_key.o rtx.o missing.o participants.o bitmaps.o \
- recent.o nt_ui.o generic_tcl.o libs.o www_ui.o www_fns.o nt_help.o \
-- save_struct.o iohandler.o libqfDES.a debug.o canvas_ext.o font_ext.o
-+ save_struct.o iohandler.o libqfDES.a debug.o canvas_ext.o font_ext.o hsearch.o
- ENCOBJS=crypt.o md5c.o random.o
- QFDES=qfDES.o qfDES-memory.o qfDES-key.o
- QFINCLUDES=-I../src/qfdes
-@@ -172,13 +172,13 @@
- $(CC) $(CFLAGS) -c libs.c
-
- ../src/help/blocks.ehtml: text2html ../src/help/blocks.html
-- text2html < ../src/help/blocks.html > ../src/help/blocks.ehtml
-+ ./text2html < ../src/help/blocks.html > ../src/help/blocks.ehtml
- ../src/help/bindings.ehtml: text2html ../src/help/bindings.html
-- text2html < ../src/help/bindings.html > ../src/help/bindings.ehtml
-+ ./text2html < ../src/help/bindings.html > ../src/help/bindings.ehtml
- ../src/help/menus.ehtml: text2html ../src/help/menus.html
-- text2html < ../src/help/menus.html > ../src/help/menus.ehtml
-+ ./text2html < ../src/help/menus.html > ../src/help/menus.ehtml
- ../src/help/xresources.ehtml: text2html ../src/help/xresources.html
-- text2html < ../src/help/xresources.html > ../src/help/xresources.ehtml
-+ ./text2html < ../src/help/xresources.html > ../src/help/xresources.ehtml
-
-
-
diff --git a/mbone/nte/files/patch-ac b/mbone/nte/files/patch-ac
deleted file mode 100644
index f8253b211750..000000000000
--- a/mbone/nte/files/patch-ac
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/www_fns.c.orig Thu Oct 31 14:35:46 1996
-+++ src/www_fns.c Thu Oct 31 14:36:00 1996
-@@ -42,7 +42,6 @@
- #include "ui_fns.h"
- #include <tcl.h>
- #include <tk.h>
--#include <malloc.h>
- #include <string.h>
- #include <fcntl.h>
- #include <errno.h>
diff --git a/mbone/nte/files/patch-ad b/mbone/nte/files/patch-ad
deleted file mode 100644
index 270999c42e0d..000000000000
--- a/mbone/nte/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/qfdes/qfDES-memory.c.orig Thu Oct 31 14:39:50 1996
-+++ src/qfdes/qfDES-memory.c Thu Oct 31 14:41:52 1996
-@@ -12,7 +12,7 @@
-
- #include <stdio.h>
- #include <memory.h>
--#include <malloc.h>
-+#include <stdlib.h>
- #include <ctype.h>
- #include "qfDES.h"
-
diff --git a/mbone/nte/files/patch-ae b/mbone/nte/files/patch-ae
deleted file mode 100644
index 9db8fcdbb927..000000000000
--- a/mbone/nte/files/patch-ae
+++ /dev/null
@@ -1,36 +0,0 @@
-*** src/hsearch.c.orig Thu Jan 29 03:06:18 1998
---- src/hsearch.c Sun Sep 19 09:42:04 1999
-***************
-*** 19,25 ****
- Cambridge, MA 02139, USA. */
-
- #include "ansidecl.h"
-! #include <malloc.h>
- #include <string.h>
-
- #include "search.h"
---- 19,25 ----
- Cambridge, MA 02139, USA. */
-
- #include "ansidecl.h"
-! #include <stdlib.h>
- #include <string.h>
-
- #include "search.h"
-***************
-*** 76,82 ****
- */
-
- int
-! DEFUN(hcreate, (nel), unsigned nel)
- {
- /* There is still a table active. Return with error. */
- if (htable != NULL)
---- 76,82 ----
- */
-
- int
-! DEFUN(hcreate, (nel), size_t nel)
- {
- /* There is still a table active. Return with error. */
- if (htable != NULL)
diff --git a/mbone/nte/files/patch-af b/mbone/nte/files/patch-af
deleted file mode 100644
index b69819c4e244..000000000000
--- a/mbone/nte/files/patch-af
+++ /dev/null
@@ -1,16 +0,0 @@
---- src/ui_init.c.orig Wed Aug 1 15:25:41 2001
-+++ src/ui_init.c Wed Aug 1 15:26:27 2001
-@@ -167,11 +167,11 @@
- }
- Tcl_SetVar(interp, "argv", buf, TCL_GLOBAL_ONLY);
- #ifndef WIN32
-- if(Tk_Init(interp)!=TCL_OK)
-+ if(Tcl_Init(interp)!=TCL_OK || Tk_Init(interp)!=TCL_OK)
- {
- /*I'd like to check this, but can't do anything sensible because
- Tk_Init trys to read the TK_LIBRARY files, and I don't want it to!*/
-- fprintf(stderr, "nt: error opening display: %s\n", interp->result);
-+ fprintf(stderr, "nt: error initializing tcl/tk: %s\n", interp->result);
- exit(1);
- }
- #else
diff --git a/mbone/nte/pkg-descr b/mbone/nte/pkg-descr
deleted file mode 100644
index 5ad644edc639..000000000000
--- a/mbone/nte/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-NTE is a shared text editor designed for use on the Mbone. It is
-not a word processor and it is not a whiteboard - if you want a
-whiteboard, wb from LBL is a much better whiteboard.
-
-Using NTE can be very interactive - unless you lock a block of
-text, anyone else in your session can edit that text or delete it.
-This is intentional. Many people can (if they wish) edit the same
-document simultaneously. Many people can even edit the same block
-of text simultaneously, but if more than one person tries to edit
-the same line at one time, a conflict will occur, which results in
-only one of the changes being preserved.
-
-In general, it is up to you how you use NTE. You must develop
-human protocols to be able to collaborate, even in face-to-face
-meetings, and NTE is no exception. It will work well if you
-cooperate, and not if you don't.
diff --git a/mbone/nte/scripts/configure b/mbone/nte/scripts/configure
deleted file mode 100644
index c1432a1bbbc8..000000000000
--- a/mbone/nte/scripts/configure
+++ /dev/null
@@ -1,5 +0,0 @@
-if [ ! -d ${WRKSRC}/freebsd ]; then
- mkdir ${WRKSRC}/freebsd
-fi
-cat ${WRKSRC}/src/Makefile.template ${FILESDIR}/Makefile.freebsd > ${WRKSRC}/freebsd/Makefile
-cp ${FILESDIR}/Makefile.work ${WRKSRC}/Makefile
diff --git a/mbone/relate/Makefile b/mbone/relate/Makefile
deleted file mode 100644
index 3289dcd7fdcc..000000000000
--- a/mbone/relate/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: relate
-# Date created: 6 June 2001
-# Whom: Takeshi MUTOH <mutoh@info.nara-k.ac.jp>
-#
-# $FreeBSD$
-#
-
-PORTNAME= relate
-PORTVERSION= 2.1
-PORTREVISION= 1
-CATEGORIES= mbone
-MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/relate-ui/${PORTVERSION}/
-
-MAINTAINER= mutoh@openedu.org
-COMMENT= Mbone integrated interface, audio, video, editor, and whiteboard
-
-LIB_DEPENDS= tk82:${PORTSDIR}/x11-toolkits/tk82
-RUN_DEPENDS= rat30:${PORTSDIR}/mbone/rat30 \
- wbd:${PORTSDIR}/mbone/wbd \
- nte:${PORTSDIR}/mbone/nte \
- vic:${PORTSDIR}/mbone/vic
-
-PLIST_FILES= bin/relate
-WRKSRC= ${WRKDIR}/relate
-
-DEPRECATED= tcl8.0 support is going to be dropped
-EXPIRATION_DATE= 2009-03-22
-
-.include <bsd.port.mk>
diff --git a/mbone/relate/distinfo b/mbone/relate/distinfo
deleted file mode 100644
index 6db801e127af..000000000000
--- a/mbone/relate/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (relate-2.1.tar.gz) = 97a3963e2bd54435c36b7e0a9361a2b1
-SHA256 (relate-2.1.tar.gz) = 5773c6c4280dacbf717ae84be754c7d1f25028ab0723482f026ca49146edfda6
-SIZE (relate-2.1.tar.gz) = 55495
diff --git a/mbone/relate/files/patch-Makefile b/mbone/relate/files/patch-Makefile
deleted file mode 100644
index b82c818d102e..000000000000
--- a/mbone/relate/files/patch-Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
---- Makefile.orig Mon May 7 11:59:32 2001
-+++ Makefile Mon May 7 12:02:13 2001
-@@ -0,0 +1,38 @@
-+YFLAGS = -dv
-+CFLAGS = -g $(LIBFLAGS) $(IFLAGS) -DNDEBUG -DRELATE_INT
-+LIBDIR = /usr/local/lib
-+INCDIR = /usr/local/include
-+
-+# for FreeBSD
-+CC = cc
-+LIBFLAGS = -L$(LIBDIR) -L$(LOCALBASE)/lib
-+IFLAGS = -I$(INCDIR)/tk8.2 -I$(INCDIR)/tcl8.2 -I$(LOCALBASE)/include
-+LIBS = -ltk82 -ltcl82 -lm -lX11
-+
-+TCL_FILES = \
-+ ui_audiotool.tcl \
-+ relate.tcl
-+
-+# The Make rules.
-+INC = util.h mbus.h mbus_ui.h config.h net_udp.h
-+SRC = tcllibs.c main.c mbus.c mbus_ui.c util.c lbl_confbus.c tcltk.c net_udp.c
-+OBJ = tcllibs.o main.o mbus.o mbus_ui.o util.o lbl_confbus.o tcltk.o net_udp.o
-+
-+all : relate
-+
-+relate : $(OBJ) $(INC)
-+ $(CC) $(CFLAGS) $(OBJ) $(LIBS) -o relate
-+
-+clean :
-+ rm -f *.o tcl2c relate core
-+
-+tcl2c : tcl2c.o
-+ $(CC) $(CFLAGS) tcl2c.o $(LIBS) -o tcl2c
-+
-+# Tcl library files are turned into a single object file.
-+tcllibs.o: $(TCL_FILES) tcl2c
-+ rm -f $@ tcllibs.c; \
-+ ./tcl2c 1 $(TCL_FILES) > tcllibs.c ; \
-+ $(CC) -c $(CFLAGS) tcllibs.c ; rm -f tcllibs.c
-+install: all
-+ install -c -s -m 755 -o bin -g bin relate ${PREFIX}/bin
diff --git a/mbone/relate/files/patch-main.c b/mbone/relate/files/patch-main.c
deleted file mode 100644
index 40737a3b36d2..000000000000
--- a/mbone/relate/files/patch-main.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- main.c.orig Wed Mar 1 21:56:27 2000
-+++ main.c Tue May 15 14:44:34 2001
-@@ -20,7 +20,7 @@
-
- #include <tcl.h>
- #include <tk.h>
--#include <malloc.h>
-+#include <stdlib.h>
- #include <locale.h>
- #include <assert.h>
- #include <time.h>
-@@ -145,7 +145,7 @@
- char buffer[128];
- FILE *file;
- int v1, v2, v3;
-- if ( ( file=popen( "rat -version", "rt") )!=NULL ) {
-+ if ( ( file=popen( "rat30 -version", "rt") )!=NULL ) {
- fgets(buffer, sizeof(buffer), file);
- pclose(file);
- /* get version */
diff --git a/mbone/relate/files/patch-relate.tcl b/mbone/relate/files/patch-relate.tcl
deleted file mode 100644
index c0df71d08a1f..000000000000
--- a/mbone/relate/files/patch-relate.tcl
+++ /dev/null
@@ -1,11 +0,0 @@
---- relate.tcl.org Tue May 15 14:45:03 2001
-+++ relate.tcl Tue May 15 14:46:10 2001
-@@ -550,7 +550,7 @@
- frame .r.b.rat -container true
- pack .r.b.rat -side left
- set ratwin [winfo id .r.b.rat]
-- set commandline "exec rat -lbl_channel $channel -smallui -use $ratwin [set "audio.arguments"]"
-+ set commandline "exec rat30 -lbl_channel $channel -smallui -use $ratwin [set "audio.arguments"]"
- catch {set ratproc [eval $commandline &] }
-
- pack .r.b.rat -side left
diff --git a/mbone/relate/pkg-descr b/mbone/relate/pkg-descr
deleted file mode 100644
index 6edde26f6044..000000000000
--- a/mbone/relate/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-Relate: Remote Language Teaching.
-
-The integrated interface, which brings together the audio, video and
- shared workspace tools, has been designed to be as simple and easy
- to use as possible.
-Particular emphasis has been given to reducing screen clutter and
- to minimising the number of things that need to be done
- to use the different parts of the software.
- There is minimal need to manipulate, move or uncover windows,
- and all necessary tools and controls are readily to hand.
-Although basic keyboard and mouse skills are required,
- little else is needed for students and teachers to use the software.
-
-WWW: http://www-mice.cs.ucl.ac.uk/multimedia/software/relate-ui/
diff --git a/mbone/wbd/Makefile b/mbone/wbd/Makefile
deleted file mode 100644
index 65a2ec20a939..000000000000
--- a/mbone/wbd/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# New ports collection makefile for: wbd
-# Date created: 11 May 2001
-# Whom: assar
-#
-# $FreeBSD$
-#
-
-PORTNAME= wbd
-PORTVERSION= 1.0u4
-PORTREVISION= 1
-CATEGORIES= mbone
-MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/wbd/1.0ucl4/
-DISTNAME= wbd-1.0ucl4
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A shared drawing (whiteboard) tool using multicast, compatible with wb
-
-LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
-
-PLIST_FILES= bin/wbd
-WRKSRC= ${WRKDIR}/wbd
-MAKEFILE= makefile
-
-DEPRECATED= tcl8.0 support is going to be dropped
-EXPIRATION_DATE= 2009-03-22
-
-.include <bsd.port.mk>
diff --git a/mbone/wbd/distinfo b/mbone/wbd/distinfo
deleted file mode 100644
index 19811e065a93..000000000000
--- a/mbone/wbd/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (wbd-1.0ucl4.tar.gz) = 56c815ad9c805c39f27ea58d07f4d93e
-SHA256 (wbd-1.0ucl4.tar.gz) = 4100b1a128190500fa541b86a3c7c2afda5792e0b5004e65bc14491298e7695c
-SIZE (wbd-1.0ucl4.tar.gz) = 53591
diff --git a/mbone/wbd/files/patch-aa b/mbone/wbd/files/patch-aa
deleted file mode 100644
index fdc3f896db8d..000000000000
--- a/mbone/wbd/files/patch-aa
+++ /dev/null
@@ -1,63 +0,0 @@
---- makefile.orig Thu Jan 29 06:46:41 1998
-+++ makefile Thu Nov 30 19:08:00 2006
-@@ -2,13 +2,13 @@
- LEX = flex -I -i
-
- YFLAGS = -dv
--CFLAGS = -g $(LIBFLAGS) $(IFLAGS) -DSTAND_ALONE
--LIBDIR = /cs/research/mice/starship/common/solaris/lib
--INCDIR = /cs/research/mice/starship/common/solaris/include
-+CFLAGS += -g $(LIBFLAGS) $(IFLAGS) -DSTAND_ALONE
-+LIBDIR = $(PREFIX)/lib
-+INCDIR = $(PREFIX)/include
-
- # The files needed from the tcl/tk library directories...
--LIBRARY_TK = $(LIBDIR)/tk4.2
--LIBRARY_TCL = $(LIBDIR)/tcl7.6
-+LIBRARY_TK = $(LIBDIR)/tk8.0
-+LIBRARY_TCL = $(LIBDIR)/tcl8.0
-
-
- # Uncomment these lines for SGI (IRIX 5.3).
-@@ -32,10 +32,10 @@
- #LIBS = -ll -ltk4.2 -ltcl7.6 -lm -lX11
-
- # Uncomment these lines for Sun (SunOS 5.5.1).
--CC = gcc -DFNDELAY=O_NDELAY -DBYTE_ORDER=4321 -ansi
--LIBFLAGS = -L$(LIBDIR) -L/usr/openwin/lib
--IFLAGS = -I$(INCDIR) -I/usr/openwin/include
--LIBS = -ll -ltk4.2 -ltcl7.6 -lm -lX11 -lsocket -lnsl -ldl
-+#CC = gcc -DFNDELAY=O_NDELAY -DBYTE_ORDER=4321 -ansi
-+#LIBFLAGS = -L$(LIBDIR) -L/usr/openwin/lib
-+#IFLAGS = -I$(INCDIR) -I/usr/openwin/include
-+#LIBS = -ll -ltk4.2 -ltcl7.6 -lm -lX11 -lsocket -lnsl -ldl
-
- # Uncomment these lines for NetBSD 1.2.
- #CC = cc -ansi
-@@ -43,6 +43,12 @@
- #IFLAGS = -I$(INCDIR)
- #LIBS = -ll -ltk4.2 -ltcl7.6 -lm -lX11
-
-+# Uncomment these lines for FreeBSD
-+CC ?= cc
-+LIBFLAGS = -L$(LIBDIR) -L${LOCALBASE}/lib
-+IFLAGS = -I$(INCDIR)/tk8.0 -I$(INCDIR)/tcl8.0 -I${LOCALBASE}/include
-+LIBS = -ll -ltk80 -ltcl80 -lm -lX11
-+
- # Tcl initialisation files to be compiled into a C string.
- TCL_FILES = \
- $(LIBRARY_TCL)/init.tcl \
-@@ -74,8 +80,13 @@
- SRC = main.c comms.c db.c wbd.tcl
- OBJ = main.o comms.o db.o tcllibs.o
-
-+all : wbd
-+
- wbd : $(OBJ) $(INC)
- $(CC) $(CFLAGS) $(OBJ) $(LIBS) -o wbd
-+
-+install : wbd
-+ install -c wbd $(PREFIX)/bin/wbd
-
- clean :
- rm -f *.o tcl2c wbd core
diff --git a/mbone/wbd/pkg-descr b/mbone/wbd/pkg-descr
deleted file mode 100644
index f7cd91b44b7f..000000000000
--- a/mbone/wbd/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-This is a port of wbd, a open-source program compatible with the LBL
-program wb, which is multicast-based whiteboard program.
-
-WWW: http://www-mice.cs.ucl.ac.uk/multimedia/software/wbd/