Date: Mon, 15 Sep 2008 22:39:09 -0300 From: "Carlos A. M. dos Santos" <unixmania@gmail.com> To: "Bruce M Simpson" <bms@incunabulum.net> Cc: ports@freebsd.org Subject: Re: [PATCH] ports/multimedia/pwcbsd install pwc-ioctl.h header Message-ID: <e71790db0809151839v1f804c3em53c6bfd849be0893@mail.gmail.com> In-Reply-To: <48CED4CB.5040704@incunabulum.net> References: <48CED4CB.5040704@incunabulum.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Sep 15, 2008 at 6:34 PM, Bruce M Simpson <bms@incunabulum.net> wrote: > 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 > > 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 Did you submit a PR? -- cd /usr/ports/sysutils/life make clean
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e71790db0809151839v1f804c3em53c6bfd849be0893>