diff options
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/Makefile | 1 | ||||
-rw-r--r-- | multimedia/dtv/Makefile | 34 | ||||
-rw-r--r-- | multimedia/dtv/distinfo | 2 | ||||
-rw-r--r-- | multimedia/dtv/files/patch-defs.h | 21 | ||||
-rw-r--r-- | multimedia/dtv/files/patch-main.c | 10 | ||||
-rw-r--r-- | multimedia/dtv/pkg-descr | 4 |
6 files changed, 0 insertions, 72 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index ef14b7ecec2b..2100e737d710 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -40,7 +40,6 @@ SUBDIR += devede SUBDIR += dirac SUBDIR += dragon - SUBDIR += dtv SUBDIR += dtv-scan-tables SUBDIR += dumpmpeg SUBDIR += dv2jpg diff --git a/multimedia/dtv/Makefile b/multimedia/dtv/Makefile deleted file mode 100644 index eff4a3a3bac8..000000000000 --- a/multimedia/dtv/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# Created by: dillon -# $FreeBSD$ - -PORTNAME= dtv -PORTVERSION= 0.50 -PORTREVISION= 4 -CATEGORIES= multimedia -MASTER_SITES= http://apollo.backplane.com/FreeBSDPorts/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Client/server based TV capture/display program - -DEPRECATED= Tcl/Tk 8.4 is no longer maintained, please use 8.5+ -EXPIRATION_DATE= 2017-11-20 - -LICENSE= BSD4CLAUSE -LICENSE_FILE= ${WRKSRC}/COPYRIGHT - -RUN_DEPENDS= wish8.4:x11-toolkits/tk84 - -MAKE_ENV= X11BASE=${LOCALBASE} -USES= uidfix -USE_XORG= xau x11 xext xxf86dga -NOT_FOR_ARCHS= sparc64 - -PLIST_FILES= bin/dtv \ - etc/dtv-xevent.tk - -post-patch: - @${REINPLACE_CMD} -e 's|^\(LDADD +=.*\)|\1 -lxcb -lXau -lXdmcp|' \ - -e 's|$$(PREFIX)/etc|${STAGEDIR}${PREFIX}/etc|' \ - -e 's/NOMAN/NO_MAN/' ${WRKSRC}/Makefile - -.include <bsd.port.mk> diff --git a/multimedia/dtv/distinfo b/multimedia/dtv/distinfo deleted file mode 100644 index 33f0ec3bb9d1..000000000000 --- a/multimedia/dtv/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (dtv-0.50.tar.gz) = 53a4d21097026b8786fb2eeb49a85be9ac8780f86f4cedb6dae1417c0c37894a -SIZE (dtv-0.50.tar.gz) = 38533 diff --git a/multimedia/dtv/files/patch-defs.h b/multimedia/dtv/files/patch-defs.h deleted file mode 100644 index 352edad42153..000000000000 --- a/multimedia/dtv/files/patch-defs.h +++ /dev/null @@ -1,21 +0,0 @@ ---- defs.h.orig Mon Feb 11 04:14:17 2002 -+++ defs.h Sun Feb 1 20:01:30 2004 -@@ -10,9 +10,17 @@ - #include <sys/mman.h> - #include <sys/ipc.h> - #include <sys/shm.h> -+#ifdef __FreeBSD__ -+#include <osreldate.h> -+#if __FreeBSD_version > 500000 -+#include <dev/bktr/ioctl_bt848.h> -+#include <dev/bktr/ioctl_meteor.h> -+#else - #include <machine/ioctl_bt848.h> - #include <machine/ioctl_meteor.h> --#include <machine/soundcard.h> -+#endif -+#endif -+#include <sys/soundcard.h> - #include <stdio.h> - #include <stdlib.h> - #include <stdarg.h> diff --git a/multimedia/dtv/files/patch-main.c b/multimedia/dtv/files/patch-main.c deleted file mode 100644 index 1a89e84d6c79..000000000000 --- a/multimedia/dtv/files/patch-main.c +++ /dev/null @@ -1,10 +0,0 @@ ---- main.c.orig Sun Feb 1 19:51:55 2004 -+++ main.c Sun Feb 1 19:52:11 2004 -@@ -11,6 +11,7 @@ - #include <netinet/in.h> - #include <arpa/inet.h> - #include <netdb.h> -+#include <sys/time.h> - - Prototype int VerboseOpt; - diff --git a/multimedia/dtv/pkg-descr b/multimedia/dtv/pkg-descr deleted file mode 100644 index 6a80be41f4f8..000000000000 --- a/multimedia/dtv/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This is the distribution of "dtv", a program which interfaces with -tv-capture and audio cards and can generate a capture file and/or operate -in a client/server environment. It consists of a single program, dtv, -which can act as both client and server. |