[35434] trunk/dports/www/firefox-x11

afb at macports.org afb at macports.org
Fri Mar 28 04:55:27 PDT 2008


Revision: 35434
          http://trac.macosforge.org/projects/macports/changeset/35434
Author:   afb at macports.org
Date:     2008-03-28 04:55:22 -0700 (Fri, 28 Mar 2008)

Log Message:
-----------
upgrade port: firefox-x11 2.0.0.13
- changed firefox branding from geeky "Bon Echo", to boring "Web Browser"
- some libs are still using @executable_path instead of ${prefix}/lib/***

Modified Paths:
--------------
    trunk/dports/www/firefox-x11/Portfile
    trunk/dports/www/firefox-x11/files/patch-pthread.diff

Added Paths:
-----------
    trunk/dports/www/firefox-x11/files/patch-en-US-chrome-branding-brand.dtd

Removed Paths:
-------------
    trunk/dports/www/firefox-x11/files/patch-export-list.diff

Modified: trunk/dports/www/firefox-x11/Portfile
===================================================================
--- trunk/dports/www/firefox-x11/Portfile	2008-03-28 11:40:05 UTC (rev 35433)
+++ trunk/dports/www/firefox-x11/Portfile	2008-03-28 11:55:22 UTC (rev 35434)
@@ -4,33 +4,30 @@
 
 name            firefox-x11
 categories      www x11
-version         2.0.0.11
-revision	1
+version         2.0.0.13
 platforms       darwin
 maintainers     nomaintainer
-description     Mozilla.org's popular stand-alone browser
+description     Mozilla.org's popular stand-alone web browser
 
 long_description \
     Firefox empowers you to browse faster, more safely and more \
-    efficiently than with any other browser. Join more than 44 \
-    million others and make the switch today. Firefox imports \
-    your Favorites, settings and other information, so you have \
-    nothing to lose.
+    efficiently than with any other browser.
 
 homepage        http://www.mozilla.com/firefox/
 master_sites    http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${version}/source/
 distname        firefox-${version}-source
 use_bzip2       yes
 
-checksums       md5 b2f982f9f3085195d4797957537ca75d \
-                sha1 6d070bf04f1a037b621237d02ef9be7802a51bf1
+checksums       md5 2c778aa46525e0f63efbedad0654ed47 \
+                sha1 45e804fe96119af6ce1ca39da07b107eaf3a1d54 \
+                rmd160 3452d5bffd14e8e230c400191c78c431305bd2b2
 
 worksrcdir      mozilla
 
 patchfiles      patch-browser-app-profile-firefox.js \
+                patch-en-US-chrome-branding-brand.dtd \
                 patch-xpcom-build-Makefile \
                 patch-dylib_file.diff \
-                patch-export-list.diff \
                 patch-layout-build-Makefile.in \
                 patch-build-unix-mozilla-xpcom.pc \
                 patch-browser-app-mozilla.in \
@@ -72,11 +69,11 @@
                 --with-system-png=${prefix} \
                 --enable-system-cairo \
                 --with-system-cairo=${prefix} \
-		--with-system-nspr \
-		--with-nspr-prefix=${prefix}
+                --with-system-nspr \
+                --with-nspr-prefix=${prefix}
 
-        
-variant debug {
+
+variant debug description "build with debugging symbols" {
     configure.args-delete   --disable-debug \
                             --enable-optimize='-O2' \
                             --enable-strip

Added: trunk/dports/www/firefox-x11/files/patch-en-US-chrome-branding-brand.dtd
===================================================================
--- trunk/dports/www/firefox-x11/files/patch-en-US-chrome-branding-brand.dtd	                        (rev 0)
+++ trunk/dports/www/firefox-x11/files/patch-en-US-chrome-branding-brand.dtd	2008-03-28 11:55:22 UTC (rev 35434)
@@ -0,0 +1,8 @@
+--- browser/locales/en-US/chrome/branding/brand.dtd.orig	2006-08-25 02:02:37.000000000 +0200
++++ browser/locales/en-US/chrome/branding/brand.dtd	2008-03-27 18:16:48.000000000 +0100
+@@ -1,3 +1,3 @@
+ <!ENTITY  brandShortName        "Bon Echo">
+-<!ENTITY  brandFullName         "Bon Echo">            
+-<!ENTITY  vendorShortName       "Mozilla">
++<!ENTITY  brandFullName         "Web Browser">
++<!ENTITY  vendorShortName       "Web Browser">

Deleted: trunk/dports/www/firefox-x11/files/patch-export-list.diff
===================================================================
--- trunk/dports/www/firefox-x11/files/patch-export-list.diff	2008-03-28 11:40:05 UTC (rev 35433)
+++ trunk/dports/www/firefox-x11/files/patch-export-list.diff	2008-03-28 11:55:22 UTC (rev 35434)
@@ -1,16 +0,0 @@
---- config/rules.mk.orig	2006-11-28 18:03:37.000000000 +0100
-+++ config/rules.mk	2007-11-05 10:38:28.000000000 +0100
-@@ -1018,9 +1018,10 @@
- ifndef NO_COMPONENT_LINK_MAP
- ifndef MOZ_COMPONENTS_VERSION_SCRIPT_LDFLAGS
- ifndef MOZ_DEBUG
--ifeq ($(OS_ARCH)_$(IS_COMPONENT),Darwin_1)
--	nmedit -s $(BUILD_TOOLS)/gnu-ld-scripts/components-export-list $@
--endif
-+# Export list looks empty
-+#ifeq ($(OS_ARCH)_$(IS_COMPONENT),Darwin_1)
-+#	nmedit -s $(BUILD_TOOLS)/gnu-ld-scripts/components-export-list $@
-+#endif
- endif
- endif
- endif

Modified: trunk/dports/www/firefox-x11/files/patch-pthread.diff
===================================================================
--- trunk/dports/www/firefox-x11/files/patch-pthread.diff	2008-03-28 11:40:05 UTC (rev 35433)
+++ trunk/dports/www/firefox-x11/files/patch-pthread.diff	2008-03-28 11:55:22 UTC (rev 35434)
@@ -9,12 +9,3 @@
  #define _PT_PTHREAD_CONDATTR_INIT(x)      0
  #else
  #define _PT_PTHREAD_CONDATTR_INIT         pthread_condattr_init
-@@ -205,7 +205,7 @@
- /*
-  * These platforms don't have pthread_kill()
-  */
--#if defined(DARWIN)
-+#if defined(DARWIN) && !defined(__DARWIN_UNIX03)
- #define pthread_kill(thread, sig) ENOSYS
- #endif
- 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080328/a16235de/attachment.html


More information about the macports-changes mailing list