Date: Mon, 15 Sep 2008 22:34:03 +0100 From: Bruce M Simpson <bms@incunabulum.net> To: ports@freebsd.org Subject: [PATCH] ports/multimedia/pwcbsd install pwc-ioctl.h header Message-ID: <48CED4CB.5040704@incunabulum.net>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.post.mk> 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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48CED4CB.5040704>