From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 20:10:06 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3215F16A4D5 for ; Thu, 19 Feb 2004 20:10:06 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1234443D31 for ; Thu, 19 Feb 2004 20:10:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i1K4A5bv026925 for ; Thu, 19 Feb 2004 20:10:05 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i1K4A5KX026924; Thu, 19 Feb 2004 20:10:05 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 19 Feb 2004 20:10:05 -0800 (PST) Resent-Message-Id: <200402200410.i1K4A5KX026924@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hendrik Scholz Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EBDB16A4CE; Thu, 19 Feb 2004 20:09:50 -0800 (PST) Received: from mail.atl.us.wormulon.net (unknown [63.223.8.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 161E043D31; Thu, 19 Feb 2004 20:09:50 -0800 (PST) (envelope-from hscholz@slurmcan.wormulon.net) Received: from localhost (unknown [63.223.8.130]) by mail.atl.us.wormulon.net (Postfix) with ESMTP id 1D1885D9A1; Thu, 19 Feb 2004 23:10:25 -0500 (EST) Received: from mail.atl.us.wormulon.net ([63.223.8.130]) by localhost (plant.wormulon.net [63.223.8.130]) (amavisd-new, port 10024) with ESMTP id 00887-05; Thu, 19 Feb 2004 23:10:24 -0500 (EST) Received: from slurmcan.wormulon.net (unknown [63.223.7.6]) by mail.atl.us.wormulon.net (Postfix) with ESMTP id 891BF5D99F; Thu, 19 Feb 2004 23:10:24 -0500 (EST) Received: by slurmcan.wormulon.net (Postfix, from userid 1001) id 8635839845; Thu, 19 Feb 2004 23:10:06 -0500 (EST) Message-Id: <20040220041006.8635839845@slurmcan.wormulon.net> Date: Thu, 19 Feb 2004 23:10:06 -0500 (EST) From: Hendrik Scholz To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: chein@FreeBSD.org Subject: ports/63107: amd64/sparc64-bento-fix: multimedia/camserv X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Hendrik Scholz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2004 04:10:06 -0000 >Number: 63107 >Category: ports >Synopsis: amd64/sparc64-bento-fix: multimedia/camserv >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 19 20:10:05 PST 2004 >Closed-Date: >Last-Modified: >Originator: Hendrik Scholz >Release: FreeBSD 5.2.1-RC amd64 >Organization: >Environment: System: FreeBSD slurmcan.wormulon.net 5.2.1-RC FreeBSD 5.2.1-RC #0: Sat Jan 31 12:38:34 GMT 2004 root@ngoc.NUXI.com:/usr/obj/usr/src/sys/GENERIC amd64 >Description: bttv is not supported on all platforms so prevent compilation on others. Compare with xawtv port and pr ports/62860. from camserv pkg-descr: "Currently, the only supported BSD device is the bttv driver. Both tunable modes and camera inputs are supported." >How-To-Repeat: >Fix: --- camserv-arch.diff begins here --- Index: Makefile =================================================================== RCS file: /home/FreeBSD-CVS/ports/multimedia/camserv/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 6 Feb 2004 08:28:44 -0000 1.6 +++ Makefile 20 Feb 2004 04:07:29 -0000 @@ -30,6 +30,12 @@ .include +.if ${OSVERSION} < 500000 +ONLY_FOR_ARCHS= i386 +.else +ONLY_FOR_ARCHS= alpha i386 ia64 +.endif + .if ${OSVERSION} >= 502000 BROKEN= "Broken pkg-plist" .endif --- camserv-arch.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: