From owner-freebsd-ports@FreeBSD.ORG Tue Sep 16 01:39:12 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 210F11065675 for ; Tue, 16 Sep 2008 01:39:12 +0000 (UTC) (envelope-from unixmania@gmail.com) Received: from gv-out-0910.google.com (gv-out-0910.google.com [216.239.58.191]) by mx1.freebsd.org (Postfix) with ESMTP id A5A5E8FC12 for ; Tue, 16 Sep 2008 01:39:11 +0000 (UTC) (envelope-from unixmania@gmail.com) Received: by gv-out-0910.google.com with SMTP id n8so1198242gve.39 for ; Mon, 15 Sep 2008 18:39:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=5ASIokllIjl2NXa79YtlLswn21QJEj6Ptzf34RcYP/Q=; b=s7VbSeBJ/5uXVgDW+Jk5CPV+S3fJ0KLg7+c90jlQva3SVUK5baY60D+8j0k8c0zlag yR/4BhqZxMh/+wiomm4x923fmpXpPCKha3bTNX+h3nuFFsU1fPT2bd6VMkexgRg1hG/v jGzzwXZRdDbrd3oejLiXYcL5v0/0yqrsASN+M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=HsFYHDB+sClk/w5Wc7NxqgqwNAHBVl4ThWDKPs3Oaiem0OvRwlrHSJf4NjEy5kSkdh KEPGibpS9hjzYnqiNPnkbxO8QuoFPgaZp6wL/mkHInh0N1SIdUQwiNLXFzAQZNt7DGPn u6mRRyJpUOvCzkfUy/5DNfcdlEYV+MpOHe0tE= Received: by 10.103.179.17 with SMTP id g17mr223111mup.71.1221529149460; Mon, 15 Sep 2008 18:39:09 -0700 (PDT) Received: by 10.103.231.14 with HTTP; Mon, 15 Sep 2008 18:39:09 -0700 (PDT) Message-ID: Date: Mon, 15 Sep 2008 22:39:09 -0300 From: "Carlos A. M. dos Santos" To: "Bruce M Simpson" In-Reply-To: <48CED4CB.5040704@incunabulum.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48CED4CB.5040704@incunabulum.net> Cc: ports@freebsd.org Subject: Re: [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: Tue, 16 Sep 2008 01:39:12 -0000 On Mon, Sep 15, 2008 at 6:34 PM, Bruce M Simpson 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 > 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