diff options
Diffstat (limited to 'mbone/vic')
-rw-r--r-- | mbone/vic/Makefile | 25 | ||||
-rw-r--r-- | mbone/vic/distinfo | 1 | ||||
-rw-r--r-- | mbone/vic/files/patch-aa | 45 | ||||
-rw-r--r-- | mbone/vic/files/patch-ab | 38 | ||||
-rw-r--r-- | mbone/vic/files/patch-ac | 24 | ||||
-rw-r--r-- | mbone/vic/pkg-comment | 1 | ||||
-rw-r--r-- | mbone/vic/pkg-descr | 5 | ||||
-rw-r--r-- | mbone/vic/pkg-plist | 4 |
8 files changed, 0 insertions, 143 deletions
diff --git a/mbone/vic/Makefile b/mbone/vic/Makefile deleted file mode 100644 index 689d45702d8e..000000000000 --- a/mbone/vic/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: vic -# Version required: 2.6 -# Date created: 14 December 1994 -# Whom: wollman -# -# $Id: Makefile,v 1.3 1995/04/01 12:48:46 jkh Exp $ -# - -DISTNAME= vic-2.6 -CATEGORIES+= networking -MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/vic/ -DISTFILES= vicsrc-2.6.tar.Z - -MAINTAINER= wollman@FreeBSD.ORG - -LIB_DEPENDS= BLT\\.1\\.:${PORTSDIR}/x11/blt - -HAS_CONFIGURE= yes -INSTALL_TARGET= MANDIR=${PREFIX}/man/manl install - -pre-install: - mkdir -p ${PREFIX}/man/manl - -.include <bsd.port.mk> - diff --git a/mbone/vic/distinfo b/mbone/vic/distinfo deleted file mode 100644 index 58c3f43fdf4b..000000000000 --- a/mbone/vic/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (vicsrc-2.6.tar.Z) = c3039479d92d3e46c6e46cc34a7f2ac0 diff --git a/mbone/vic/files/patch-aa b/mbone/vic/files/patch-aa deleted file mode 100644 index 4cb6719c4018..000000000000 --- a/mbone/vic/files/patch-aa +++ /dev/null @@ -1,45 +0,0 @@ -*** Makefile.in.orig Wed Dec 14 17:08:44 1994 ---- Makefile.in Wed Dec 14 17:23:38 1994 -*************** -*** 52,55 **** ---- 52,56 ---- - #have-cxx#C++ = cxx -g3 - #have-cxx#STATIC = -non_shared -+ #have-c++#C++ = c++ -g - #have-gcc#CC = gcc -g - #have-gcc#C++ = g++ -g -Wall -*************** -*** 68,71 **** ---- 69,73 ---- - TARCMD = tar cfh - CCOPT = -O2 -+ MANDIR = /usr/man/man1 - - #have-vpix#VPIX_DIR = /usr/src/local/vfc-1.0 -*************** -*** 132,136 **** - #have-i386#MD_DEF = -DNOSHM - #have-i386#TAR_PREFIX = i386 -! #have-i386#LIB_X = -L/usr/X11/lib -lXext -lX11 - #have-netbsd_sparc#TAR_PREFIX = netbsd_sparc - #have-netbsd_sparc#TARCMD = tar -h -c -f ---- 132,137 ---- - #have-i386#MD_DEF = -DNOSHM - #have-i386#TAR_PREFIX = i386 -! #have-i386#MD_INC = -I/usr/X11R6/include -! #have-i386#LIB_X = -L/usr/X11R6/lib -lXext -lX11 - #have-netbsd_sparc#TAR_PREFIX = netbsd_sparc - #have-netbsd_sparc#TARCMD = tar -h -c -f -*************** -*** 368,372 **** - install -c vic /usr/local/bin/vic - install -c histtolut /usr/local/bin/histtolut -! install -c vic.1 /usr/man/manl/vic.l - - clean: ---- 370,374 ---- - install -c vic /usr/local/bin/vic - install -c histtolut /usr/local/bin/histtolut -! install -c vic.1 $(MANDIR)/vic.l - - clean: diff --git a/mbone/vic/files/patch-ab b/mbone/vic/files/patch-ab deleted file mode 100644 index b4848016d676..000000000000 --- a/mbone/vic/files/patch-ab +++ /dev/null @@ -1,38 +0,0 @@ -*** configure.orig Wed Dec 14 16:28:40 1994 ---- configure Wed Dec 14 17:08:40 1994 -*************** -*** 101,109 **** - if ( -x /usr/local/bin/gcc || -x /usr/local/gcc || -x /usr/sww/bin/gcc ) set gcc='-e s/^#have-gcc#//' - if ( -x /bin/cxx ) set cxx='-e s/^#have-cxx#//' -! if ( -d ../blt ) set bltdir=../blt -! if ( -d /usr/src/local/blt ) set bltdir=/usr/src/local/blt -! if ( -d ../blt-1.7 ) set bltdir=../blt-1.7 -! if ( -d /usr/src/local/blt-1.7 ) set bltdir=/usr/src/local/blt-1.7 -! if ( -d /usr/local/src/blt-1.7 ) set bltdir=/usr/local/src/blt-1.7 - if ( ! $?bltdir ) then - echo "configure: can't find blt (tcl/tk extension)" ---- 101,111 ---- - if ( -x /usr/local/bin/gcc || -x /usr/local/gcc || -x /usr/sww/bin/gcc ) set gcc='-e s/^#have-gcc#//' - if ( -x /bin/cxx ) set cxx='-e s/^#have-cxx#//' -! if ( -x /usr/bin/c++ ) set cxx='-e s/^#have-c++#//' -! if ( -d ../blt/src ) set bltdir=../blt/src -! if ( -d /usr/src/local/blt/src ) set bltdir=/usr/src/local/blt/src -! if ( -d ../blt-1.7/src ) set bltdir=../blt-1.7/src -! if ( -d /usr/src/local/blt-1.7/src ) set bltdir=/usr/src/local/blt-1.7/src -! if ( -d /usr/local/src/blt-1.7/src ) set bltdir=/usr/local/src/blt-1.7/src -! if ( -f /usr/local/lib/libBLT.a ) set bltdir=/usr/local/lib - if ( ! $?bltdir ) then - echo "configure: can't find blt (tcl/tk extension)" -*************** -*** 140,144 **** - set tkdir=`echo $tkdir | sed -e 's/\//\\\//'g` - set tkinc=`echo $tkinc | sed -e 's/\//\\\//'g` -! set bltdir=`echo $bltdir/src | sed -e 's/\//\\\//'g` - sed $gcc $xil $rtvc $vpix $vl $svideo $cxx $dnet $irix5 $static $jv $xv \ - -e "s/@TKDIR@/$tkdir/" -e "s/@TKINC@/$tkinc/" \ ---- 142,146 ---- - set tkdir=`echo $tkdir | sed -e 's/\//\\\//'g` - set tkinc=`echo $tkinc | sed -e 's/\//\\\//'g` -! set bltdir=`echo $bltdir | sed -e 's/\//\\\//'g` - sed $gcc $xil $rtvc $vpix $vl $svideo $cxx $dnet $irix5 $static $jv $xv \ - -e "s/@TKDIR@/$tkdir/" -e "s/@TKINC@/$tkinc/" \ diff --git a/mbone/vic/files/patch-ac b/mbone/vic/files/patch-ac deleted file mode 100644 index 1512d364eb77..000000000000 --- a/mbone/vic/files/patch-ac +++ /dev/null @@ -1,24 +0,0 @@ -*** main.cc.orig Wed Dec 14 17:11:18 1994 ---- main.cc Wed Dec 14 17:12:59 1994 -*************** -*** 464,472 **** - signal(SIGTERM, (void (*)(int ...))adios); - #endif -! #elif defined(__osf__) || defined(__hpux__) || defined(__NetBSD__) - signal(SIGINT, (void (*)(int))adios); - signal(SIGHUP, (void (*)(int))adios); - signal(SIGTERM, (void (*)(int))adios); -! #ifdef __NetBSD__ - signal(SIGSYS, (void (*)(int))noXShm); - #endif ---- 464,473 ---- - signal(SIGTERM, (void (*)(int ...))adios); - #endif -! #elif defined(__osf__) || defined(__hpux__) || defined(__NetBSD__) || defined(__FreeBSD__) - signal(SIGINT, (void (*)(int))adios); - signal(SIGHUP, (void (*)(int))adios); - signal(SIGTERM, (void (*)(int))adios); -! #if defined(__NetBSD__) /*|| defined(__FreeBSD__)*/ -! /* XXX: -DNOSHM should not be conditionalized on just machine(i386) */ - signal(SIGSYS, (void (*)(int))noXShm); - #endif diff --git a/mbone/vic/pkg-comment b/mbone/vic/pkg-comment deleted file mode 100644 index 16b01c9bc7b2..000000000000 --- a/mbone/vic/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -vic (MBONE video tool), version 2.6 diff --git a/mbone/vic/pkg-descr b/mbone/vic/pkg-descr deleted file mode 100644 index d1168f1c3682..000000000000 --- a/mbone/vic/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This package contains the binary release of LBL's `vic' network video -conferencing tool. This version of `vic' was compiled with MIT-SHM -disabled, so performance will be inferior. - -NOTE: This kit requires XFree86 3.1, Tk, Tcl, and BLT shared libraries. diff --git a/mbone/vic/pkg-plist b/mbone/vic/pkg-plist deleted file mode 100644 index 18a93288dcde..000000000000 --- a/mbone/vic/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -@cwd /usr/local -bin/vic -bin/histtolut -man/manl/vic.l |