From owner-freebsd-ports@FreeBSD.ORG Mon Sep 15 21:50:55 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 638AF106564A for ; Mon, 15 Sep 2008 21:50:55 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.freebsd.org (Postfix) with ESMTP id 37A878FC19 for ; Mon, 15 Sep 2008 21:50:55 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id EA5C3163A01 for ; Mon, 15 Sep 2008 17:34:05 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Mon, 15 Sep 2008 17:34:05 -0400 X-Sasl-enc: xDcQeBfW9XHI3zfg3xiAy5JG8yMB4iXGHWglo2KPS3GO 1221514445 Received: from empiric.lon.incunabulum.net (unknown [81.168.51.182]) by mail.messagingengine.com (Postfix) with ESMTPSA id 66537326E6 for ; Mon, 15 Sep 2008 17:34:05 -0400 (EDT) Message-ID: <48CED4CB.5040704@incunabulum.net> Date: Mon, 15 Sep 2008 22:34:03 +0100 From: Bruce M Simpson User-Agent: Thunderbird 2.0.0.14 (X11/20080514) MIME-Version: 1.0 To: ports@freebsd.org X-Enigmail-Version: 0.95.6 Content-Type: multipart/mixed; boundary="------------070408080502070101080704" Cc: Subject: [PATCH] ports/multimedia/pwcbsd install pwc-ioctl.h header X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2008 21:50:55 -0000 This is a multi-part message in MIME format. --------------070408080502070101080704 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi. This is needed by stuff like spook which can use pwc specific ioctls. The Phillips webcams have a number of features which "just work better" than other webcams. Thanks BMS --------------070408080502070101080704 Content-Type: text/plain; name="pwcbsd-ioctl.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="pwcbsd-ioctl.diff" Index: Makefile =================================================================== RCS file: /home/pcvs/ports/multimedia/pwcbsd/Makefile,v retrieving revision 1.15 diff -u -p -r1.15 Makefile --- Makefile 20 Mar 2008 21:05:48 -0000 1.15 +++ Makefile 15 Sep 2008 21:33:14 -0000 @@ -61,6 +61,7 @@ post-install: ${INSTALL_PROGRAM} ${PROGRAMS:S|^|${WRKSRC}/|} ${PREFIX}/bin ${INSTALL_MAN} ${MAN1:S|^|${WRKSRC}/|} ${PREFIX}/man/man1 .endif + ${INSTALL_DATA} ${WRKSRC}/pwc-ioctl.h ${PREFIX}/include @${CAT} ${PKGMESSAGE} .include Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/multimedia/pwcbsd/pkg-plist,v retrieving revision 1.2 diff -u -p -r1.2 pkg-plist --- pkg-plist 1 Aug 2006 20:36:09 -0000 1.2 +++ pkg-plist 15 Sep 2008 21:33:14 -0000 @@ -1,4 +1,5 @@ %%PROGRAMS%%bin/pwcview +include/pwc-ioctl.h @cwd /boot/modules pwc.ko @exec kldxref %D --------------070408080502070101080704--