From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 17 11:20:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9711E57E for ; Fri, 17 May 2013 11:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 66C32402 for ; Fri, 17 May 2013 11:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r4HBK2GB095684 for ; Fri, 17 May 2013 11:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4HBK2OD095683; Fri, 17 May 2013 11:20:02 GMT (envelope-from gnats) Resent-Date: Fri, 17 May 2013 11:20:02 GMT Resent-Message-Id: <201305171120.r4HBK2OD095683@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, Denny Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DB90C558 for ; Fri, 17 May 2013 11:18:14 +0000 (UTC) (envelope-from dennylin93@hs.ntnu.edu.tw) Received: from mail.hs.ntnu.edu.tw (mail.hs.ntnu.edu.tw [140.131.149.3]) by mx1.freebsd.org (Postfix) with ESMTP id AFAFE3EE for ; Fri, 17 May 2013 11:18:14 +0000 (UTC) Received: by mail.hs.ntnu.edu.tw (Postfix, from userid 1001) id 4A83D1C6441; Fri, 17 May 2013 19:10:36 +0800 (CST) Message-Id: <20130517111036.4A83D1C6441@mail.hs.ntnu.edu.tw> Date: Fri, 17 May 2013 19:10:36 +0800 (CST) From: Denny Lin To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/178711: [PATCH] www/firefox: Fix path of icon X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Denny Lin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 May 2013 11:20:02 -0000 >Number: 178711 >Category: ports >Synopsis: [PATCH] www/firefox: Fix path of icon >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri May 17 11:20:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Denny Lin >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD cnmc32.hs.ntnu.edu.tw 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r228819M: Fri Dec 23 08:56:11 CST 2011 root@cnmc32.hs.ntnu.edu.tw:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Fix path of icon. >How-To-Repeat: >Fix: --- Makefile.patch begins here --- --- Makefile.orig 2013-05-17 19:05:31.000000000 +0800 +++ Makefile 2013-05-17 19:06:08.000000000 +0800 @@ -40,7 +40,7 @@ NO_MOZPKGINSTALL=yes FIREFOX_ICON= ${MOZILLA}.png -FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/chrome/icons/default/default48.png +FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/browser/chrome/icons/default/default48.png MOZ_OPTIONS= --program-transform-name='s/firefox/${MOZILLA}/' \ --enable-application=browser \ --enable-official-branding --- Makefile.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: