aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-03-16 17:02:47 +0800
committerantoine <antoine@FreeBSD.org>2014-03-16 17:02:47 +0800
commit75210235aa7c482793c96add3ae31e79d9b284f3 (patch)
tree2bef055df88705d29ce80a239c4f0fc57edea99e /multimedia
parentcb32deeb1cdf5233c4861d849aaede42cf213dbe (diff)
downloadfreebsd-ports-gnome-75210235aa7c482793c96add3ae31e79d9b284f3.tar.gz
freebsd-ports-gnome-75210235aa7c482793c96add3ae31e79d9b284f3.tar.zst
freebsd-ports-gnome-75210235aa7c482793c96add3ae31e79d9b284f3.zip
Remove expired ports:
2014-03-15 multimedia/linux_v4l2wrapper-kmod: Included now in all supported FreeBSD versions 2014-03-15 devel/sgl: S/W never progressed beyond incomplete graduate project; library was never properly built - not worth fixing 2014-03-15 palm/jpilot-db: No distfiles
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/Makefile1
-rw-r--r--multimedia/linux_v4l2wrapper-kmod/Makefile38
-rw-r--r--multimedia/linux_v4l2wrapper-kmod/Makefile.sub12
-rw-r--r--multimedia/linux_v4l2wrapper-kmod/distinfo2
-rw-r--r--multimedia/linux_v4l2wrapper-kmod/files/patch-Makefile16
-rw-r--r--multimedia/linux_v4l2wrapper-kmod/files/patch-linux_v4l2.c30
-rw-r--r--multimedia/linux_v4l2wrapper-kmod/pkg-descr10
7 files changed, 0 insertions, 109 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile
index 9948a169e87a..f5744166dd9a 100644
--- a/multimedia/Makefile
+++ b/multimedia/Makefile
@@ -195,7 +195,6 @@
SUBDIR += linux-tsmuxer
SUBDIR += linux-xmovie
SUBDIR += linux_dvbwrapper-kmod
- SUBDIR += linux_v4l2wrapper-kmod
SUBDIR += lives
SUBDIR += livestreamer
SUBDIR += lsdvd
diff --git a/multimedia/linux_v4l2wrapper-kmod/Makefile b/multimedia/linux_v4l2wrapper-kmod/Makefile
deleted file mode 100644
index e8b759e572e2..000000000000
--- a/multimedia/linux_v4l2wrapper-kmod/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# Created by: nox@FreeBSD.org
-# $FreeBSD$
-
-PORTNAME= linux_v4l2wrapper-kmod
-PORTVERSION= 1.0
-PORTREVISION= 2
-CATEGORIES= multimedia
-MASTER_SITES= LOCAL/nox \
- http://people.freebsd.org/~ae/
-DISTNAME= linux_v4l2_kld
-
-MAINTAINER= nox@FreeBSD.org
-COMMENT= Linux compatibility layer - V4L2 ioctl handler
-
-ONLY_FOR_ARCHS= i386 amd64
-PATCH_STRIP= -p1
-WRKSRC= ${WRKDIR}/linux_v4l2
-
-# Remember to remove references to Makefile.sub in other ports...
-DEPRECATED= Included now in all supported FreeBSD versions
-EXPIRATION_DATE= 2014-03-15
-
-USES= kmod tar:tgz
-
-.include <bsd.port.pre.mk>
-
-PLIST_FILES+= "@cwd /"
-PLIST_FILES+= ${KMODDIR:C,^/,,}/linux_v4l2wrapper.ko
-
-CFLAGS+= ${DEBUG_FLAGS}
-
-.include "${.CURDIR}/Makefile.sub"
-
-.if ${LINUX_V4L2_AVAILABLE} == "1"
-IGNORE= is already in kernel
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/multimedia/linux_v4l2wrapper-kmod/Makefile.sub b/multimedia/linux_v4l2wrapper-kmod/Makefile.sub
deleted file mode 100644
index e6f16d7c758d..000000000000
--- a/multimedia/linux_v4l2wrapper-kmod/Makefile.sub
+++ /dev/null
@@ -1,12 +0,0 @@
-# $FreeBSD$
-
-# try to avoid child processes when finding out if already in the kernel
-.if ${OSVERSION} > 900036 || (${OSVERSION} < 900000 && ${OSVERSION} > 802508)
-LINUX_V4L2_AVAILABLE= 1
-.else
-.if ${OSVERSION} == 900036 || ${OSVERSION} == 802508
-LINUX_V4L2_AVAILABLE!= ($(SYSCTL) -n kern.features.linuxulator_v4l2 2>/dev/null || true)
-.else
-LINUX_V4L2_AVAILABLE= 0
-.endif
-.endif
diff --git a/multimedia/linux_v4l2wrapper-kmod/distinfo b/multimedia/linux_v4l2wrapper-kmod/distinfo
deleted file mode 100644
index 0f5857863ba1..000000000000
--- a/multimedia/linux_v4l2wrapper-kmod/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (linux_v4l2_kld.tgz) = 1d8d4fad58bc829f85541d41d5e29425e1453375d6b25848c20eea677119ee32
-SIZE (linux_v4l2_kld.tgz) = 22170
diff --git a/multimedia/linux_v4l2wrapper-kmod/files/patch-Makefile b/multimedia/linux_v4l2wrapper-kmod/files/patch-Makefile
deleted file mode 100644
index 85ed11c8a222..000000000000
--- a/multimedia/linux_v4l2wrapper-kmod/files/patch-Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -1,11 +1,11 @@
- # $FreeBSD$
-
--.if ${MACHINE_CPUARCH} == "amd64"
-+.if ${MACHINE_ARCH} == "amd64"
- SFX= 32
- CFLAGS+=-DCOMPAT_FREEBSD32 -DCOMPAT_LINUX32
- .endif
-
--KMOD= linux_v4l2
-+KMOD= linux_v4l2wrapper
- SRCS= linux_v4l2.c
-
- .include <bsd.kmod.mk>
diff --git a/multimedia/linux_v4l2wrapper-kmod/files/patch-linux_v4l2.c b/multimedia/linux_v4l2wrapper-kmod/files/patch-linux_v4l2.c
deleted file mode 100644
index fc0ca6cd29d9..000000000000
--- a/multimedia/linux_v4l2wrapper-kmod/files/patch-linux_v4l2.c
+++ /dev/null
@@ -1,30 +0,0 @@
---- a/linux_v4l2.c
-+++ b/linux_v4l2.c
-@@ -47,8 +47,6 @@ __FBSDID("$FreeBSD$");
- #endif
-
- #include <compat/linux/linux_ioctl.h>
--#include <compat/linux/linux_videodev.h>
--#include <compat/linux/linux_videodev_compat.h>
-
- #include "linux_v4l2_ioctl.h"
- #include "linux_videodev2.h"
-@@ -71,14 +69,14 @@ linux_v4l2_modevent(module_t mod __unuse
- }
-
- static moduledata_t v4l2_mod = {
-- "linux_v4l2",
-+ "linux_v4l2wrapper",
- linux_v4l2_modevent,
- 0
- };
-
--DECLARE_MODULE(linux_v4l2, v4l2_mod, SI_SUB_SYSCALLS, SI_ORDER_ANY);
--MODULE_VERSION(linux_v4l2, 1);
--MODULE_DEPEND(linux_v4l2, linux, 1, 1, 1);
-+DECLARE_MODULE(linux_v4l2wrapper, v4l2_mod, SI_SUB_SYSCALLS, SI_ORDER_ANY);
-+MODULE_VERSION(linux_v4l2wrapper, 1);
-+MODULE_DEPEND(linux_v4l2wrapper, linux, 1, 1, 1);
-
- static int
- linux_to_bsd_v4l2_standard(struct l_v4l2_standard *lvstd, struct v4l2_standard *vstd)
diff --git a/multimedia/linux_v4l2wrapper-kmod/pkg-descr b/multimedia/linux_v4l2wrapper-kmod/pkg-descr
deleted file mode 100644
index 68ee1fe20dea..000000000000
--- a/multimedia/linux_v4l2wrapper-kmod/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-This kld adds V4L2 ioctl handling to the Linux compatibility layer
-so that Linux apps like Skype or Flash can talk to V4L2 devices
-(like webcams) via /dev/videoX. The patches this kld is based on
-have been committed to FreeBSD 9.0-current (r221426) and 8.2-stable
-(r222914) so this port is only needed on eaerlier versions.
-
-Note this port does not contain actual V4L2 drivers, those are
-provided by e.g. the multimedia/webcamd port.
-
-WWW: http://people.freebsd.org/~nox/dvb/