ports/71781: [PATCH] www/firefox: allow users to choose the new firefox icon

"Radek Kozlowski" <Radek Kozlowski radek at raadradd.com
Wed Sep 15 23:30:28 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list