aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-12-31 19:23:40 +0000
committerRene Ladan <rene@FreeBSD.org>2013-12-31 19:23:40 +0000
commitc7dbe519273b7101d263c0e66eefbf10300482de (patch)
tree3277a12e71fb76d420f9ddc966b9f836c63c73bd /multimedia
parent3bab9eeda709e9ce93dec486362c72b58e573659 (diff)
downloadports-c7dbe519273b7101d263c0e66eefbf10300482de.tar.gz
ports-c7dbe519273b7101d263c0e66eefbf10300482de.zip
Remove multimedia/linux-ov511-kmod, it is broken and according to the SVN log
only for FreeBSD up to 7.X
Notes
Notes: svn path=/head/; revision=338335
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/Makefile1
-rw-r--r--multimedia/linux-ov511-kmod/Makefile41
-rw-r--r--multimedia/linux-ov511-kmod/distinfo4
-rw-r--r--multimedia/linux-ov511-kmod/files/Makefile.kld7
-rw-r--r--multimedia/linux-ov511-kmod/files/patch-ov511-112
-rw-r--r--multimedia/linux-ov511-kmod/pkg-descr3
6 files changed, 0 insertions, 68 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile
index c729c3e1246f..09281cd2737b 100644
--- a/multimedia/Makefile
+++ b/multimedia/Makefile
@@ -195,7 +195,6 @@
SUBDIR += linux-f10-libtheora
SUBDIR += linux-f10-libv4l
SUBDIR += linux-huludesktop
- SUBDIR += linux-ov511-kmod
SUBDIR += linux-realplayer
SUBDIR += linux-tsmuxer
SUBDIR += linux-xmovie
diff --git a/multimedia/linux-ov511-kmod/Makefile b/multimedia/linux-ov511-kmod/Makefile
deleted file mode 100644
index 6f0ee2a4be97..000000000000
--- a/multimedia/linux-ov511-kmod/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# Created by: luigi
-# $FreeBSD$
-
-PORTNAME= linux-ov511-kmod
-PORTVERSION= 1.0
-PORTREVISION= 1
-CATEGORIES= multimedia
-MASTER_SITES= http://info.iet.unipi.it/~luigi/FreeBSD/linux/drivers/media/video/
-DISTFILES= ov511.c ov511.h
-DIST_SUBDIR= ${PORTNAME}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Linux ov511 webcam driver
-
-BROKEN= does not compile
-
-# Requires the linux emulation layer to be built
-BUILD_DEPENDS= /usr/share/mk/bsd.linux_kmod.mk:${PORTSDIR}/devel/linux-kmod-compat
-
-NO_PACKAGE= depends on kernel sources
-
-# This is our Makefile to be used for build/install.
-MAKEFILE= Makefile.kld
-ALL_TARGET= depend all
-
-PLIST_FILES= ${KMODDIR}/ov511.ko
-
-# forcibly overwrite KMODDIR being /boot/kernel :
-KMODDIR= /boot/modules
-USES= kmod
-
-# we simply copy the sources from the original site
-NO_STAGE= yes
-do-extract:
- @${MKDIR} ${WRKSRC}
- ( cd ${_DISTDIR} && ${CP} ${DISTFILES} ${WRKSRC} )
-
-post-extract:
- @${CP} ${FILESDIR}/${MAKEFILE} ${WRKSRC}
-
-.include <bsd.port.mk>
diff --git a/multimedia/linux-ov511-kmod/distinfo b/multimedia/linux-ov511-kmod/distinfo
deleted file mode 100644
index 3643fc38cb0d..000000000000
--- a/multimedia/linux-ov511-kmod/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-SHA256 (linux-ov511-kmod/ov511.c) = c6c079fe8934ef8b8e437709f5f9cb07c2e154c2d5f76daaccd037077fcc8f7f
-SIZE (linux-ov511-kmod/ov511.c) = 144700
-SHA256 (linux-ov511-kmod/ov511.h) = d0b2c61cbf0e04a453ab1521123d22a6694411f50be0ee6eb26b579554f6d958
-SIZE (linux-ov511-kmod/ov511.h) = 16379
diff --git a/multimedia/linux-ov511-kmod/files/Makefile.kld b/multimedia/linux-ov511-kmod/files/Makefile.kld
deleted file mode 100644
index f9a213972cfc..000000000000
--- a/multimedia/linux-ov511-kmod/files/Makefile.kld
+++ /dev/null
@@ -1,7 +0,0 @@
-# Makefile.kld to build a driver with linux emulation.
-# See /usr/share/mk/bsd.linux_kmod.mk for more details.
-
-SRCS= ov511.c # sources for the linux driver
-KMOD= ov511 # module name
-
-.include <bsd.linux_kmod.mk>
diff --git a/multimedia/linux-ov511-kmod/files/patch-ov511-1 b/multimedia/linux-ov511-kmod/files/patch-ov511-1
deleted file mode 100644
index 23ab689a0638..000000000000
--- a/multimedia/linux-ov511-kmod/files/patch-ov511-1
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ubwr drivers/media/video/ov511.h ./ov511.h
---- drivers/media/video/ov511.h Wed Jan 10 20:10:37 2007
-+++ ./ov511.h Wed Jan 31 10:36:17 2007
-@@ -250,7 +250,7 @@
- #error "OV511_NUMFRAMES is too high"
- #endif
-
--#define OV511_NUMSBUF 2
-+#define OV511_NUMSBUF 3
-
- /* Control transfers use up to 4 bytes */
- #define OV511_CBUF_SIZE 4
diff --git a/multimedia/linux-ov511-kmod/pkg-descr b/multimedia/linux-ov511-kmod/pkg-descr
deleted file mode 100644
index 4b67daa4c9c0..000000000000
--- a/multimedia/linux-ov511-kmod/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-This port builds a kernel module with the 'ov511' USB webcam driver
-using the adaptation layer in devel/linux-kmod-compat
-The sources are taken from the Linux kernel 2.6.x