From owner-cvs-all@FreeBSD.ORG Thu Dec 1 22:53:03 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 A8FA716A41F; Thu, 1 Dec 2005 22:53:03 +0000 (GMT) (envelope-from yushunwa@ISI.EDU) Received: from boreas.isi.edu (boreas.isi.edu [128.9.160.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3455543D45; Thu, 1 Dec 2005 22:53:03 +0000 (GMT) (envelope-from yushunwa@ISI.EDU) Received: from [128.9.168.94] (max.isi.edu [128.9.168.94]) by boreas.isi.edu (8.11.6p2+0917/8.11.2) with ESMTP id jB1MoFE00323; Thu, 1 Dec 2005 14:50:15 -0800 (PST) Message-ID: <438F7E7D.5010304@isi.edu> Date: Thu, 01 Dec 2005 14:51:41 -0800 From: Yu-Shun Wang User-Agent: Thunderbird 1.4 (Macintosh/20050908) MIME-Version: 1.0 To: Norikatsu Shigemura References: <200511130703.jAD73Wcr012691@repoman.freebsd.org> In-Reply-To: <200511130703.jAD73Wcr012691@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ISI-4-43-8-MailScanner: Found to be clean X-MailScanner-From: yushunwa@isi.edu Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/linuxpluginwrapper Makefile distinfo pkg-message 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: Thu, 01 Dec 2005 22:53:03 -0000 Norikatsu Shigemura wrote: > nork 2005-11-13 07:03:31 UTC > > FreeBSD ports repository > > Modified files: > www/linuxpluginwrapper Makefile distinfo pkg-message pkg-plist > Log: > Update to 20051113. > o Fix many typos. [1] > o Add support is_enabled_lpw, confirms that Linux Plugin > Wrapper is enabled like following test. > > $ is_enabled_lpw /usr/X11R6/lib/browser_linux_plugins/*.so | grep "not found" > $ echo $? > 1 > > This is for information to mozilla and related browsers, > to use /usr/X11R6/lib/browser_linux_plugins or not. [2] Hi, I couldn't find "is_enable_lpw" anywhere, and building package also failed because of that. Thanks, yushun