Date: Sun, 13 Nov 2005 07:03:31 +0000 (UTC) From: Norikatsu Shigemura <nork@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/linuxpluginwrapper Makefile distinfo pkg-message pkg-plist Message-ID: <200511130703.jAD73Wcr012691@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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] Pointed out by: many people [1] Suggested by: mezz [2] Revision Changes Path 1.45 +8 -7 ports/www/linuxpluginwrapper/Makefile 1.23 +1 -0 ports/www/linuxpluginwrapper/distinfo 1.8 +3 -3 ports/www/linuxpluginwrapper/pkg-message 1.14 +13 -12 ports/www/linuxpluginwrapper/pkg-plist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511130703.jAD73Wcr012691>