From owner-freebsd-gnome@FreeBSD.ORG Sat Dec 22 02:22:02 2007 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 676A416A418 for ; Sat, 22 Dec 2007 02:22:02 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from tydfam.jp (ns.tydfam.jp [61.197.228.42]) by mx1.freebsd.org (Postfix) with ESMTP id BE40C13C447 for ; Sat, 22 Dec 2007 02:22:01 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from localhost (tyd3.sub.tydfam.jp [192.168.1.3]) by tydfam.jp (8.14.2/8.14.2) with ESMTP id lBM2LrVc030866; Sat, 22 Dec 2007 11:21:53 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Sat, 22 Dec 2007 11:21:53 +0900 (JST) Message-Id: <20071222.112153.180098111.ken@tydfam.jp> To: minshall@acm.org From: ken In-Reply-To: <20071221171025.625965DC5@gregtx.cliq.com> References: <20071221.184531.91326042.ken@tydfam.jp> <20071221171025.625965DC5@gregtx.cliq.com> X-Mailer: Mew version 5.2 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.91.2/5214/Sat Dec 22 09:33:18 2007 on daemon.sub.tydfam.jp X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=8.0 tests=ALL_TRUSTED autolearn=failed version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on daemon.sub.tydfam.jp Cc: gnome@freebsd.org Subject: Re: xulrunner-1.8.1.3 port X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Dec 2007 02:22:02 -0000 Thank you for quick response, Greg. Yes, I have those lib* as below. I am not sure why ldd /usr/local(X11R6)/lib/xulrunner-bin says that it cannot link to these lib files. (I enabled javaxpcom to have libjavaxpcomglue.so compile, by the way.) # ls -l /usr/local/lib/xulrunner |grep "lib*" -rwxr-xr-x 1 root wheel 82492 12 19 14:31 libgtkembedmoz.so -rwxr-xr-x 1 root wheel 28820 12 19 14:28 libjavaxpcomglue.so -rwxr-xr-x 1 root wheel 688352 12 19 14:01 libmozjs.so -rwxr-xr-x 1 root wheel 10240 12 19 14:26 libxpcom.so -rwxr-xr-x 1 root wheel 11971684 12 19 14:26 libxul.so I do not have much knowledge about xulrunner and am not sure how the right xulrunner works. That is why I asked you. Also your Quote: 13. xulrunner script (install in bindir) evaluates arguments with expr(1), but if argument starts with "-", expr treats it as an (unknown) argument. so, modify mozilla.in (which is source of xulrunner script) to invoke "expr --" (so expr stops looking for options). thus files/patch-xulrunner::app::mozilla.in. Unquote: was not clear to me. Would you plese give your patch-xulrunner_app_mozilla.in?