From owner-svn-ports-all@FreeBSD.ORG Fri Oct 10 22:02:25 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2146A899; Fri, 10 Oct 2014 22:02:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E9054A40; Fri, 10 Oct 2014 22:02:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9AM2O5w028522; Fri, 10 Oct 2014 22:02:24 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9AM2O9c028520; Fri, 10 Oct 2014 22:02:24 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410102202.s9AM2O9c028520@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 10 Oct 2014 22:02:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370610 - head/multimedia/cx88 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2014 22:02:25 -0000 Author: antoine Date: Fri Oct 10 22:02:23 2014 New Revision: 370610 URL: https://svnweb.freebsd.org/changeset/ports/370610 QAT: https://qat.redports.org/buildarchive/r370610/ Log: - Allow staging as a regular user - Remove things already provided by USES=kmod Modified: head/multimedia/cx88/Makefile head/multimedia/cx88/pkg-plist Modified: head/multimedia/cx88/Makefile ============================================================================== --- head/multimedia/cx88/Makefile Fri Oct 10 21:47:56 2014 (r370609) +++ head/multimedia/cx88/Makefile Fri Oct 10 22:02:23 2014 (r370610) @@ -15,11 +15,9 @@ LIB_DEPENDS= libjson-c.so:${PORTSDIR}/de BUILD_DEPENDS= ${LOCALBASE}/lib/libezxml.a:${PORTSDIR}/textproc/ezxml \ libtuner>=1.1.2:${PORTSDIR}/multimedia/libtuner -KMODDIR= /boot/modules -PLIST_SUB+= KMODDIR=${KMODDIR} MAKE_ARGS+= LIBTUNER_LIB=${LOCALBASE}/lib/libtuner LIBTUNER_HEADER=${LOCALBASE}/include/libtuner KMODDIR=${KMODDIR} PREFIX=${STAGEDIR}${PREFIX} MAKE_JOBS_UNSAFE= yes -USES= kmod pkgconfig readline +USES= kmod pkgconfig readline uidfix OPTIONS_DEFINE= DEBUG LINUX_COMPAT HAL @@ -48,10 +46,6 @@ MAKE_ARGS+= -D WITH_HAL MAKE_ARGS+= DEFAULT_XML_CONFIG="${EXAMPLESDIR}/cx88.xml.sample" -.if (${OSVERSION} < 802513) || ((${OSVERSION} >= 900000) && (${OSVERSION} < 900041)) -IGNORE= requires kernel support for DRIVER_MODULE_ORDERED macro (FreeBSD 8.3+, FreeBSD 9.0+) -.endif - post-patch: ${REINPLACE_CMD} -e 's|install cx88 |install -s cx88 |g' ${WRKSRC}/client/Makefile Modified: head/multimedia/cx88/pkg-plist ============================================================================== --- head/multimedia/cx88/pkg-plist Fri Oct 10 21:47:56 2014 (r370609) +++ head/multimedia/cx88/pkg-plist Fri Oct 10 22:02:23 2014 (r370610) @@ -14,21 +14,15 @@ include/cx88/cx88_common_ioctl.h include/cx88/cx88_mpeg_ioctl.h include/cx88/cx88_video_ioctl.h include/cx88/cx88_audio_ioctl.h -@dirrm include/iicdev -@dirrm include/cx88 -@dirrm %%EXAMPLESDIR%% -@cwd %%KMODDIR%% -cx88.ko -cx88i2c.ko -iicdev.ko -cx88ir.ko -cx88mpegcore.ko -cx88mpeg.ko -cx88video.ko -cx88audiocore.ko -cx88audio.ko -cx23885.ko -cx23885av.ko -cx23885avfw.ko -@exec kldxref %D -@unexec kldxref %D +/%%KMODDIR%%/cx88.ko +/%%KMODDIR%%/cx88i2c.ko +/%%KMODDIR%%/iicdev.ko +/%%KMODDIR%%/cx88ir.ko +/%%KMODDIR%%/cx88mpegcore.ko +/%%KMODDIR%%/cx88mpeg.ko +/%%KMODDIR%%/cx88video.ko +/%%KMODDIR%%/cx88audiocore.ko +/%%KMODDIR%%/cx88audio.ko +/%%KMODDIR%%/cx23885.ko +/%%KMODDIR%%/cx23885av.ko +/%%KMODDIR%%/cx23885avfw.ko