diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-01-10 08:27:02 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-01-10 08:27:02 +0800 |
commit | abe51c3c109f8c2e83952cc1b60046c9e2c5023b (patch) | |
tree | 16ce9b37a5239ebca39c1dd5434524b456800fa8 /multimedia/cx88 | |
parent | 37a98374b9765290dfe74bb971f61cb498e9ddb4 (diff) | |
download | freebsd-ports-gnome-abe51c3c109f8c2e83952cc1b60046c9e2c5023b.tar.gz freebsd-ports-gnome-abe51c3c109f8c2e83952cc1b60046c9e2c5023b.tar.zst freebsd-ports-gnome-abe51c3c109f8c2e83952cc1b60046c9e2c5023b.zip |
- Update to 1.4.6
- Change wording for some OPTIONS descriptions
- Mark IGNORE on <8.3
Changes:
- Use DRIVER_MODULE_ORDERED() everywhere and set 8.2-STABLE as
minimum OS version, fixes kmod load failure on latest 8.3
- Add DVB_ENUM_DELSYS and fix DVB API version at 5.5 to fix capture
with latest VDR
PR: ports/175150
Submitted by: Jason Harmening <jason.harmening@gmail.com> (maintainer)
Diffstat (limited to 'multimedia/cx88')
-rw-r--r-- | multimedia/cx88/Makefile | 12 | ||||
-rw-r--r-- | multimedia/cx88/distinfo | 4 |
2 files changed, 7 insertions, 9 deletions
diff --git a/multimedia/cx88/Makefile b/multimedia/cx88/Makefile index 58e2f7d4f2d8..0e0c9017bd3e 100644 --- a/multimedia/cx88/Makefile +++ b/multimedia/cx88/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cx88 -PORTVERSION= 1.4.5 +PORTVERSION= 1.4.6 CATEGORIES= multimedia kld MASTER_SITES= ftp://corona.homeunix.net/ports/cx88/ @@ -22,8 +22,8 @@ MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= DEBUG LINUX_COMPAT HAL -DEBUG_DESC= Build with debugging and verbose output enabled -LINUX_COMPAT_DESC= Support for Linux DVB and radio devices (requires FreeBSD 8.1+) +DEBUG_DESC= Enable debugging and verbose driver output +LINUX_COMPAT_DESC= Support for Linux DVB and radio API HAL_DESC= Register Linux DVB devices with HAL OPTIONS_DEFAULT= LINUX_COMPAT @@ -34,7 +34,6 @@ OPTIONS_DEFAULT= LINUX_COMPAT MAKE_ARGS+= DIAGNOSTIC=0x7f .endif -.if (${OSVERSION} >= 801000) .if ${PORT_OPTIONS:MLINUX_COMPAT} LIB_DEPENDS+= cuse4bsd.1:${PORTSDIR}/multimedia/cuse4bsd-kmod BUILD_DEPENDS+= v4l_compat>=1.0.20100321:${PORTSDIR}/multimedia/v4l_compat @@ -45,12 +44,11 @@ LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal \ MAKE_ARGS+= -D WITH_HAL .endif .endif -.endif MAKE_ARGS+= DEFAULT_XML_CONFIG="${EXAMPLESDIR}/cx88.xml.sample" -.if (${OSVERSION} < 704000) || ((${OSVERSION} >= 800000) && (${OSVERSION} < 801000)) -IGNORE= requires kernel support for kmem_alloc_attr() (FreeBSD 7.4+, FreeBSD 8.1+) +.if (${OSVERSION} < 802513) || ((${OSVERSION} >= 900000) && (${OSVERSION} < 900041)) +IGNORE= requires kernel support for DRIVER_MODULE_ORDERED macro (FreeBSD 8.3+, FreeBSD 9.0+) .endif .if !exists(${SRC_BASE}/sys/Makefile) diff --git a/multimedia/cx88/distinfo b/multimedia/cx88/distinfo index c594c519fb59..290519a2c115 100644 --- a/multimedia/cx88/distinfo +++ b/multimedia/cx88/distinfo @@ -1,2 +1,2 @@ -SHA256 (cx88-1.4.5.tar.gz) = fc1383a0badfbb9b7161ff0bc634e50a96792c55066a7ca6495a53dabbb01fd6 -SIZE (cx88-1.4.5.tar.gz) = 190201 +SHA256 (cx88-1.4.6.tar.gz) = 744df7fb4ad404983bb11bad7d9694193f3581912ec2229de293bfc19bbea74a +SIZE (cx88-1.4.6.tar.gz) = 189203 |