Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Oct 2003 07:40:19 -0700 (PDT)
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/58334: multimedia/fxtv: add architecture constraints
Message-ID:  <200310211440.h9LEeJ1k002953@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/58334; it has been noted by GNATS.

From: "Sergey A. Osokin" <osa@FreeBSD.org>
To: Simon Barner <barner@in.tum.de>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/58334: multimedia/fxtv: add architecture constraints
Date: Tue, 21 Oct 2003 18:38:02 +0400

 On Tue, Oct 21, 2003 at 04:29:23PM +0200, Simon Barner wrote:
 > 
 > >Description:
 > 
 > Since the bktr(4) driver does not exist on every FreeBSD platform, this
 > port needs to be restricted to those which are supported:
 > 
 > >How-To-Repeat:
 > >Fix:
 > --- Makefile.orig	Tue Oct 21 16:23:34 2003
 > +++ Makefile	Tue Oct 21 16:25:59 2003
 > @@ -36,4 +36,16 @@
 >  pre-install:
 >  	${CP} ${WRKSRC}/fxtv.1 ${WRKSRC}/fxtv.man
 >  
 > -.include <bsd.port.mk>
 > +.include <bsd.port.pre.mk>
 > +
 > +pre-everything::
 > +.if ${OSVERSION} < 500000
 > +ONLY_FOR_ARCHS=	i386
 > +.else
 > +ONLY_FOR_ARCHS=	alpha i386 ia64
 > +.endif
 > +
 > +pre-install:
 > +	${CP} ${WRKSRC}/fxtv.1 ${WRKSRC}/fxtv.man
 > +
 > +.include <bsd.port.post.mk>
 
 Looks like something wrong: 2 "pre-install:" targets ?
 
 -- 
 
 Rgdz,                        /"\  ASCII RIBBON CAMPAIGN
 Sergey Osokin aka oZZ,       \ /    AGAINST HTML MAIL
 http://ozz.pp.ru/             X          AND NEWS
                              / \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310211440.h9LEeJ1k002953>