--Fix build on recent HEAD: --Add missing includes --Remove GNU C++ extensions from capture app --Minor interrupt handling cleanup for MPEG and audio Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->wg I'll take it.
State Changed From-To: open->closed Committed. Thanks!
Author: wg Date: Tue Sep 17 16:18:47 2013 New Revision: 327483 URL: http://svnweb.freebsd.org/changeset/ports/327483 Log: multimedia/cx88: update to 1.4.9 - Update to 1.4.9 [1] - Convert lib depends to new format PR: ports/182132 Submitted by: Jason Harmening <jason.harmening gmail.com> (maintainer) Modified: head/multimedia/cx88/Makefile head/multimedia/cx88/distinfo Modified: head/multimedia/cx88/Makefile ============================================================================== --- head/multimedia/cx88/Makefile Tue Sep 17 16:12:05 2013 (r327482) +++ head/multimedia/cx88/Makefile Tue Sep 17 16:18:47 2013 (r327483) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cx88 -PORTVERSION= 1.4.8 +PORTVERSION= 1.4.9 CATEGORIES= multimedia kld MASTER_SITES= ftp://corona.homeunix.net/ports/cx88/ @@ -34,11 +34,11 @@ MAKE_ARGS+= DIAGNOSTIC=0x7f .endif .if ${PORT_OPTIONS:MLINUX_COMPAT} -LIB_DEPENDS+= cuse4bsd:${PORTSDIR}/multimedia/cuse4bsd-kmod +LIB_DEPENDS+= libcuse4bsd.so:${PORTSDIR}/multimedia/cuse4bsd-kmod BUILD_DEPENDS+= v4l_compat>=1.0.20100321:${PORTSDIR}/multimedia/v4l_compat MAKE_ARGS+= -D WITH_LINUX_COMPAT .if ${PORT_OPTIONS:MHAL} -LIB_DEPENDS+= hal:${PORTSDIR}/sysutils/hal \ +LIB_DEPENDS+= libhal.so:${PORTSDIR}/sysutils/hal \ dbus-1:${PORTSDIR}/devel/dbus MAKE_ARGS+= -D WITH_HAL .endif Modified: head/multimedia/cx88/distinfo ============================================================================== --- head/multimedia/cx88/distinfo Tue Sep 17 16:12:05 2013 (r327482) +++ head/multimedia/cx88/distinfo Tue Sep 17 16:18:47 2013 (r327483) @@ -1,2 +1,2 @@ -SHA256 (cx88-1.4.8.tar.gz) = 94e2de501a242a8d1e1a1f360659df1d985ad442186311d8b6d87ef06ed5d818 -SIZE (cx88-1.4.8.tar.gz) = 191144 +SHA256 (cx88-1.4.9.tar.gz) = e05c90dea79a1ddc1f96e53e0839f0f57eef17b118d3d1304043d9b1771e7b86 +SIZE (cx88-1.4.9.tar.gz) = 191178 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"