New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82863


Ignore:
Timestamp:
08/20/11 21:50:59 (4 years ago)
Author:
jeremyhu@…
Message:

firefox-x11-devel: Bump to current trunk

Location:
trunk/dports/www/firefox-x11-devel
Files:
1 added
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/www/firefox-x11-devel/Portfile

    r80650 r82863  
    88set component   firefox 
    99categories      www x11 
    10 version         5.0.1 
     10version         9.0_alpha20110820 
    1111platforms       darwin 
    1212maintainers     jeremyhu openmaintainer 
     
    2121homepage        http://www.mozilla.com/${component}/ 
    2222 
    23 master_sites    http://releases.mozilla.org/pub/mozilla.org/${component}/releases/${version}/source/ 
    24 distname        ${component}-${version}.source 
    25 dist_subdir     ${component} 
    26  
    27 use_bzip2       yes 
    28  
    29 checksums           md5     6d1f43e402cec84459a3d7f950bd5192 \ 
    30                     sha1    c93b3513e160d87535a9d61c5e06a6a701e9cd3e \ 
    31                     rmd160  d80a2d64a4a712e530b6f91661eae41f6d1e491e 
    32  
    33 worksrcdir      mozilla-release 
     23fetch.type      hg 
     24hg.url          http://hg.mozilla.org/mozilla-central 
     25hg.tag          6dc468c41136 
     26 
     27worksrcdir      mozilla-central 
    3428 
    3529depends_build \ 
     
    164158} 
    165159 
    166 # plugin-instance-nococoa.patch : https://bugzilla.mozilla.org/show_bug.cgi?id=587370 
    167 patchfiles patch-dylib_file.diff plugin-instance-nococoa.patch 
     160patchfiles patch-dylib_file.diff egrep.patch 
    168161 
    169162post-patch { 
     
    180173 
    181174    # Don't use the system X11 
    182     reinplace "s:/usr/X11R6:${prefix}:" ${worksrcpath}/modules/plugin/base/src/nsPluginsDirUnix.cpp 
     175    reinplace "s:/usr/X11R6:${prefix}:" ${worksrcpath}/dom/plugins/base/nsPluginsDirUnix.cpp 
     176    reinplace "s/libXt.so.6:libXext.so/libXt.dylib:libXext.dylib/" ${worksrcpath}/dom/plugins/base/nsPluginsDirUnix.cpp 
    183177 
    184178    # Set the right install_name on the libs 
     
    219213    reinplace "s:libcanberra.so.0:${prefix}/lib/libcanberra.0.dylib:" ${worksrcpath}/widget/src/gtk2/nsSound.cpp 
    220214 
    221     reinplace "s:libgtk-x11-2.0.dylib:${prefix}/lib/libgtk-x11-2.0.dylib:" ${worksrcpath}/dom/plugins/PluginModuleChild.cpp 
    222  
    223215    reinplace "s:libXss.so.1:${prefix}/lib/libXss.1.0.0.dylib:" ${worksrcpath}/widget/src/qt/nsIdleServiceQt.cpp 
    224216    reinplace "s:libesd.so.0:${prefix}/lib/libesd.0.dylib:" ${worksrcpath}/widget/src/qt/nsSound.cpp 
     
    229221    reinplace "s:/etc/gre\.:${prefix}/etc/gre.:g" \ 
    230222        ${worksrcpath}/xpcom/build/nsXPCOMPrivate.h 
     223} 
     224 
     225pre-configure { 
     226    system "cd ${worksrcpath}/js/src && ${autoconf.cmd}" 
    231227} 
    232228 
  • trunk/dports/www/firefox-x11-devel/files/patch-dylib_file.diff

    r52522 r82863  
    1 --- config/config.mk.orig       2008-08-14 03:00:34.000000000 -0700 
    2 +++ config/config.mk    2009-05-25 20:11:09.000000000 -0700 
    3 @@ -704,6 +704,12 @@ 
    4  else 
    5  XCODE_PRODUCT_DIR = build 
    6  endif # HAS_XCODE_2_1=1 
     1--- config/config.mk.orig       2011-08-20 18:12:22.000000000 -0700 
     2+++ config/config.mk    2011-08-20 18:56:24.000000000 -0700 
     3@@ -601,6 +601,12 @@ ifeq (2,$(MOZ_OPTIMIZE)) 
     4 PBBUILD_SETTINGS += GCC_MODEL_TUNING= OPTIMIZATION_CFLAGS="$(MOZ_OPTIMIZE_FLAGS)" 
     5 endif # MOZ_OPTIMIZE=2 
     6 endif # MOZ_OPTIMIZE 
    77+# Tell the Darwin linker how to find shared libraries that are not yet installed. 
    88+ifneq (,$(findstring -lplds4,$(EXTRA_DSO_LDOPTS))) 
Note: See TracChangeset for help on using the changeset viewer.