From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 24 11:20:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B259106564A for ; Wed, 24 Jun 2009 11:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3A3498FC17 for ; Wed, 24 Jun 2009 11:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n5OBK2oJ039962 for ; Wed, 24 Jun 2009 11:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n5OBK2RT039961; Wed, 24 Jun 2009 11:20:02 GMT (envelope-from gnats) Resent-Date: Wed, 24 Jun 2009 11:20:02 GMT Resent-Message-Id: <200906241120.n5OBK2RT039961@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anonymous Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 039E41065672 for ; Wed, 24 Jun 2009 11:17:55 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-bw0-f209.google.com (mail-bw0-f209.google.com [209.85.218.209]) by mx1.freebsd.org (Postfix) with ESMTP id 7E3658FC1B for ; Wed, 24 Jun 2009 11:17:54 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: by bwz5 with SMTP id 5so625589bwz.43 for ; Wed, 24 Jun 2009 04:17:53 -0700 (PDT) Received: by 10.103.223.1 with SMTP id a1mr588620mur.112.1245840625282; Wed, 24 Jun 2009 03:50:25 -0700 (PDT) Received: from localhost (95-24-89-144.broadband.corbina.ru [95.24.89.144]) by mx.google.com with ESMTPS id e9sm4546414muf.32.2009.06.24.03.50.23 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 24 Jun 2009 03:50:24 -0700 (PDT) Message-Id: <868wjhnbwz.fsf@gmail.com> Date: Wed, 24 Jun 2009 14:50:20 +0400 From: Anonymous To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/135998: [patch] www/libxul: make bin/xulrunner a bit more useful X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jun 2009 11:20:02 -0000 >Number: 135998 >Category: ports >Synopsis: [patch] www/libxul: make bin/xulrunner a bit more useful >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jun 24 11:20:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Anonymous >Release: FreeBSD 8.0-CURRENT amd64 >Organization: >Environment: >Description: Currently bin/xulrunner complains that moz_libdir isn't set. $ xulrunner Cannot find mozilla runtime directory. Exiting. So, define mozappdir gmake variable where moz_libdir is pointing to. Now we can run some applications $ xulrunner conkeror/application.ini >How-To-Repeat: >Fix: --- libxul.diff begins here --- Index: www/libxul/Makefile =================================================================== RCS file: /home/csup/ports/www/libxul/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile --- www/libxul/Makefile 16 Jun 2009 16:24:06 -0000 1.7 +++ www/libxul/Makefile 24 Jun 2009 09:49:42 -0000 @@ -29,7 +29,7 @@ ALL_TARGET= default HAS_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes -MAKE_ENV= SKIP_GRE_REGISTRATION=1 +MAKE_ENV= SKIP_GRE_REGISTRATION=1 mozappdir=${PREFIX}/lib/${MOZILLA} LDFLAGS+= -Wl,-rpath,${PREFIX}/lib/${MOZ_RPATH} PORT_MOZCONFIG= ${WRKSRC}/xulrunner/config/mozconfig --- libxul.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: