[PATCH] ports/multimedia/pwcbsd install pwc-ioctl.h header

Bruce M Simpson bms at incunabulum.net
Mon Sep 15 21:50:55 UTC 2008


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
-------------- next part --------------
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


More information about the freebsd-ports mailing list