svn commit: r304474 - head/multimedia/cx88
Guido Falsi
madpilot at FreeBSD.org
Tue Sep 18 23:34:47 UTC 2012
Author: madpilot
Date: Tue Sep 18 23:34:46 2012
New Revision: 304474
URL: http://svn.freebsd.org/changeset/ports/304474
Log:
- Update to version 1.4.4
- Trim Makefile Headers
New in this version:
- Enable MSIs by default for PCIe devices
- Add dynamic port and timer configuration to capture app
- Add cx88d rc script to automatically create DVB interfaces
PR: ports/171480
Submitted by: Jason Harmening <jason.harmening at gmail.com>
Approved by: crees (mentor)
Modified:
head/multimedia/cx88/Makefile (contents, props changed)
head/multimedia/cx88/distinfo (contents, props changed)
head/multimedia/cx88/pkg-plist (contents, props changed)
Modified: head/multimedia/cx88/Makefile
==============================================================================
--- head/multimedia/cx88/Makefile Tue Sep 18 23:05:43 2012 (r304473)
+++ head/multimedia/cx88/Makefile Tue Sep 18 23:34:46 2012 (r304474)
@@ -1,12 +1,8 @@
-# New ports collection makefile for: cx88
-# Date created: 7 September 2008
-# Whom: jah
-#
+# Created-by: jah
# $FreeBSD$
-#
PORTNAME= cx88
-PORTVERSION= 1.4.3
+PORTVERSION= 1.4.4
CATEGORIES= multimedia kld
MASTER_SITES= ftp://corona.homeunix.net/ports/cx88/
@@ -34,8 +30,6 @@ OPTIONS_DEFAULT= LINUX_COMPAT
.include <bsd.port.options.mk>
-.include <bsd.port.pre.mk>
-
.if ${PORT_OPTIONS:MDEBUG}
MAKE_ARGS+= DIAGNOSTIC=0x7f
.endif
@@ -56,6 +50,8 @@ MAKE_ARGS+= -D WITH_HAL
.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+)
.endif
@@ -64,4 +60,4 @@ IGNORE= requires kernel support for kmem
IGNORE= requires kernel source files
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/multimedia/cx88/distinfo
==============================================================================
--- head/multimedia/cx88/distinfo Tue Sep 18 23:05:43 2012 (r304473)
+++ head/multimedia/cx88/distinfo Tue Sep 18 23:34:46 2012 (r304474)
@@ -1,2 +1,2 @@
-SHA256 (cx88-1.4.3.tar.gz) = 5955ea85157faa049ac1977c11815f967b6006ebe7e9b4602b71452087834411
-SIZE (cx88-1.4.3.tar.gz) = 186964
+SHA256 (cx88-1.4.4.tar.gz) = 57a04ab9639ed8b09d00859c69ca0eafe1ab62f668fc93b236f1d28533aed995
+SIZE (cx88-1.4.4.tar.gz) = 189060
Modified: head/multimedia/cx88/pkg-plist
==============================================================================
--- head/multimedia/cx88/pkg-plist Tue Sep 18 23:05:43 2012 (r304473)
+++ head/multimedia/cx88/pkg-plist Tue Sep 18 23:34:46 2012 (r304474)
@@ -8,6 +8,7 @@ bin/cx88
%%EXAMPLESDIR%%/cx88_audio_client.cpp
%%EXAMPLESDIR%%/hd3k_analog_ubuf.cpp
%%EXAMPLESDIR%%/hd5k_analog_ubuf.cpp
+etc/rc.d/cx88d
include/iicdev/iicdev_ioctl.h
include/cx88/cx88_common_ioctl.h
include/cx88/cx88_mpeg_ioctl.h
More information about the svn-ports-head
mailing list