Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Sep 2004 01:28:51 +0200
From:      "\"Radek Kozlowski\" <Radek Kozlowski" <radek@raadradd.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/71781: [PATCH] www/firefox: allow users to choose the new firefox icon
Message-ID:  <1095290931.0@ddardaar>
Resent-Message-ID: <200409152330.i8FNUQBJ096989@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         71781
>Category:       ports
>Synopsis:       [PATCH] www/firefox: allow users to choose the new firefox icon
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 15 23:30:26 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Radek Kozlowski
>Release:        FreeBSD 5.3-BETA3 i386
>Organization:
>Environment:


System: FreeBSD 5.3-BETA3 #3: Fri Sep 10 03:22:15 CEST 2004
    root@ddardaar:/usr/obj/usr/src/sys/DDARDAAR



>Description:


This is basically the same as ports/71780 but for firefox. If a user defines WITH_NEW_ICON the new firefox icon will be installed.


>How-To-Repeat:





>Fix:


--- firefox.patch begins here ---
--- Makefile.orig	Thu Sep 16 00:25:39 2004
+++ Makefile	Thu Sep 16 00:30:38 2004
@@ -220,5 +220,9 @@
 			fi; \
 		done; \
 	fi
+.if defined(WITH_NEW_ICON)
+       ${CP} -f ${WRKSRC}/other-licenses/branding/firefox/default.xpm \
+               ${LOCAL_PREFIX}/lib/${PORTNAME}-${PORTVERSION}/chrome/icons/default/default.xpm
+.endif # defined(WITH_NEW_ICON)
 
 .include <bsd.port.post.mk>
--- firefox.patch ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1095290931.0>