From owner-cvs-all@FreeBSD.ORG Thu Jan 20 14:57:34 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B895916A4CE; Thu, 20 Jan 2005 14:57:34 +0000 (GMT) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2675243D41; Thu, 20 Jan 2005 14:57:34 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.13.1/8.13.1/NinthNine) with SMTP id j0KEvTvf073845; Thu, 20 Jan 2005 23:57:32 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Thu, 20 Jan 2005 23:57:29 +0900 (JST) Message-Id: <200501201457.j0KEvTvf073845@sakura.ninth-nine.com> From: Norikatsu Shigemura To: Kirill Ponomarew In-Reply-To: <20050119160154.GB69898@voodoo.oberon.net> References: <200501191440.j0JEej66057874@repoman.freebsd.org> <20050119160154.GB69898@voodoo.oberon.net> X-Mailer: Sylpheed version 1.0.0-gtk2-20041224 (GTK+ 2.4.14; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.6 (sakura.ninth-nine.com [219.127.74.121]); Thu, 20 Jan 2005 23:57:32 +0900 (JST) cc: cvs-ports@FreeBSD.org cc: nork@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/linuxpluginwrapper Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jan 2005 14:57:34 -0000 On Wed, 19 Jan 2005 17:01:54 +0100 Kirill Ponomarew wrote: > On Wed, Jan 19, 2005 at 02:40:45PM +0000, Norikatsu Shigemura wrote: > > nork 2005-01-19 14:40:45 UTC > > FreeBSD ports repository > > Modified files: > > www/linuxpluginwrapper Makefile distinfo pkg-plist > > Log: > > Update to 20050119. > > o Add more support DragonFlyBSD. [1] > > o Add support Helix Real Player. [2] > > But not tested well. > > | .if !defined(WITHOUT_PLUGINS) > > | RUN_DEPENDS= ${LOCALBASE}/lib/linux-flashplugin6/libflashplayer.so:${PORTSDIR}/www/linux-flashplugin6 > > | +RUN_DEPENDS+= ${LOCALBASE}/lib/linux-mozilla/plugins/nphelix.so:${PORTSDIR}/multimedia/linux-realplayer > Uhh, is it *really* necessary dependency ? I think that I don't need it:-). But there is no reason that depends on Flash and is not depends on RealPlayer. How do you think? If you think that this is not necessary, please go ahead.