From owner-cvs-all@FreeBSD.ORG Sun Sep 11 04:48:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 C03D816A420; Sun, 11 Sep 2005 04:48:12 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DC1243D46; Sun, 11 Sep 2005 04:48:12 +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.3/8.13.3/NinthNine) with ESMTP id j8B4m6O3080772; Sun, 11 Sep 2005 13:48:06 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Sun, 11 Sep 2005 13:48:06 +0900 From: Norikatsu Shigemura To: "Jeremy Messenger" Message-Id: <20050911134806.65920cba.nork@FreeBSD.org> In-Reply-To: References: <200509110358.j8B3wkob098825@repoman.freebsd.org> X-Mailer: Sylpheed version 2.0.1 (GTK+ 2.6.10; i386-portbld-freebsd7.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-2.0 (sakura.ninth-nine.com [219.127.74.121]); Sun, 11 Sep 2005 13:48:06 +0900 (JST) Cc: cvs-ports@FreeBSD.org, hrs@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/japanese/acroread Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 11 Sep 2005 04:48:13 -0000 On Sat, 10 Sep 2005 23:03:01 -0500 "Jeremy Messenger" wrote: > > Add a symlink of nppdf.so into X11BASE/lib/browser_plugins. > > Bump PORTREVISION. > I personal don't think it's good idea. browser-plugins is the place where > all native go in, not Linux binary. Linux binary can cause some troubles Really? Is there a policy that browser-plugins is the place where all native go in? So I think that linuxpluginwrapper should not be installed symlinks to Linux binaries. To support Linux binaries with linuxpluginwrapper, browsers should be used X11BASE/lib/browser_linux_plugins? > for the other browsers and apps. How troubles? Apps cannot dynamic-link to Linux binaries without linuxpluginwrapper.