From owner-cvs-all@FreeBSD.ORG Sun Oct 30 15:22:57 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 69D9F16A41F; Sun, 30 Oct 2005 15:22:57 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F4D143D49; Sun, 30 Oct 2005 15:22:57 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j9UFMuAr045541; Sun, 30 Oct 2005 15:22:57 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9UFMu86045540; Sun, 30 Oct 2005 15:22:56 GMT (envelope-from nork) Message-Id: <200510301522.j9UFMu86045540@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sun, 30 Oct 2005 15:22:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/linuxpluginwrapper Makefile 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, 30 Oct 2005 15:22:57 -0000 nork 2005-10-30 15:22:56 UTC FreeBSD ports repository Modified files: www/linuxpluginwrapper Makefile Log: unBROKEN. Don't depend on Flash/Acroread//RealPlayer plugins as default. 1. These plugins should install $X11BASE/lib/browser_linux_plugins as symlink. 2. Mozilla and family browsers should not readlink $X11BASE/lib/browser_linux_plugins/libfoo.so. And libmap.conf(5) file will be described more simply. 3. Mozilla and family browsers should support $X11BASE/lib/browser_linux_plugins/. These idea was requested by mezz@. I thought so and agreed. And I posted how to support above, but no response. So I don't depend on plugins, until above conditions are supported. (If support, I think that LPW don't need to depend on plugins.) SEE ALSO: http://lists.freebsd.org/pipermail/freebsd-gnome/2005-October/012507.html http://lists.freebsd.org/pipermail/freebsd-gnome/2005-October/012504.html Revision Changes Path 1.43 +4 -6 ports/www/linuxpluginwrapper/Makefile