From owner-freebsd-multimedia Mon Sep 6 20:23:31 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from pluto.ipass.net (pluto.ipass.net [198.79.53.5]) by hub.freebsd.org (Postfix) with ESMTP id 67C991557D for ; Mon, 6 Sep 1999 20:23:27 -0700 (PDT) (envelope-from rhh@ipass.net) Received: from stealth.ipass.net. (ppp-1-92.dialup.rdu.ipass.net [209.170.132.92]) by pluto.ipass.net (8.9.3/8.9.3) with ESMTP id XAA06431; Mon, 6 Sep 1999 23:22:01 -0400 (EDT) Received: (from rhh@localhost) by stealth.ipass.net. (8.9.3/8.8.8) id XAA00955; Mon, 6 Sep 1999 23:22:48 -0400 (EDT) (envelope-from rhh) Date: Mon, 6 Sep 1999 23:22:48 -0400 From: Randall Hopper To: "Jordan K. Hubbard" Cc: Roger Hardiman , multimedia@freebsd.org Subject: Re: Fxtv 1.00 - up for grabs Message-ID: <19990906232248.A815@ipass.net> References: <19990906224204.A718@ipass.net> <76451.936672928@localhost> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="W/nzBZO5zC0uMSeA" X-Mailer: Mutt 0.95.1i In-Reply-To: <76451.936672928@localhost>; from Jordan K. Hubbard on Mon, Sep 06, 1999 at 07:55:28PM -0700 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --W/nzBZO5zC0uMSeA Content-Type: text/plain; charset=us-ascii Jordan K. Hubbard: |Hmmm, doesn't build for me on 3.2-stable | |tvcapture.c: In function `TVCAPTUREGetTunerFreqSetName': |tvcapture.c:689: `CHNLSET_AUSTRALIA' undeclared (first use this function) |tvcapture.c:689: (Each undeclared identifier is reported only once |tvcapture.c:689: for each function it appears in.) |gmake: *** [tvcapture.o] Error 1 | |Any ideas? Hmmm. AUSTRALIA is in Roger's 7/2/99 driver release (not even his latest). I assumed -stable wouldn't be 2 months behind his latest, and I guess I shouldn't have. With -stable's kernel frozen, sounds like a patch to -stable's port is the best route (attached). Roger, could you add this in when you check in the port? Thanks, Randall --W/nzBZO5zC0uMSeA Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="fxtv-1.00-no-australia.patch" --- tt/tvcapture.c Mon Sep 6 23:18:54 1999 +++ tvcapture.c Mon Sep 6 23:19:02 1999 @@ -686,8 +686,6 @@ return "jpncable"; case CHNLSET_XUSSR: return "xussr"; - case CHNLSET_AUSTRALIA: - return "australia"; default: return NULL; } --W/nzBZO5zC0uMSeA-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message