Changeset 82863
- Timestamp:
- 08/20/11 21:50:59 (4 years ago)
- Location:
- trunk/dports/www/firefox-x11-devel
- Files:
-
- 1 added
- 2 deleted
- 2 edited
-
Portfile (modified) (6 diffs)
-
files/PR-623797.patch (deleted)
-
files/egrep.patch (added)
-
files/patch-dylib_file.diff (modified) (1 diff)
-
files/plugin-instance-nococoa.patch (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/www/firefox-x11-devel/Portfile
r80650 r82863 8 8 set component firefox 9 9 categories www x11 10 version 5.0.110 version 9.0_alpha20110820 11 11 platforms darwin 12 12 maintainers jeremyhu openmaintainer … … 21 21 homepage http://www.mozilla.com/${component}/ 22 22 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 23 fetch.type hg 24 hg.url http://hg.mozilla.org/mozilla-central 25 hg.tag 6dc468c41136 26 27 worksrcdir mozilla-central 34 28 35 29 depends_build \ … … 164 158 } 165 159 166 # plugin-instance-nococoa.patch : https://bugzilla.mozilla.org/show_bug.cgi?id=587370 167 patchfiles patch-dylib_file.diff plugin-instance-nococoa.patch 160 patchfiles patch-dylib_file.diff egrep.patch 168 161 169 162 post-patch { … … 180 173 181 174 # 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 183 177 184 178 # Set the right install_name on the libs … … 219 213 reinplace "s:libcanberra.so.0:${prefix}/lib/libcanberra.0.dylib:" ${worksrcpath}/widget/src/gtk2/nsSound.cpp 220 214 221 reinplace "s:libgtk-x11-2.0.dylib:${prefix}/lib/libgtk-x11-2.0.dylib:" ${worksrcpath}/dom/plugins/PluginModuleChild.cpp222 223 215 reinplace "s:libXss.so.1:${prefix}/lib/libXss.1.0.0.dylib:" ${worksrcpath}/widget/src/qt/nsIdleServiceQt.cpp 224 216 reinplace "s:libesd.so.0:${prefix}/lib/libesd.0.dylib:" ${worksrcpath}/widget/src/qt/nsSound.cpp … … 229 221 reinplace "s:/etc/gre\.:${prefix}/etc/gre.:g" \ 230 222 ${worksrcpath}/xpcom/build/nsXPCOMPrivate.h 223 } 224 225 pre-configure { 226 system "cd ${worksrcpath}/js/src && ${autoconf.cmd}" 231 227 } 232 228 -
trunk/dports/www/firefox-x11-devel/files/patch-dylib_file.diff
r52522 r82863 1 --- config/config.mk.orig 20 08-08-14 03:00:34.000000000 -07002 +++ config/config.mk 20 09-05-25 20:11:09.000000000 -07003 @@ - 704,6 +704,12 @@4 else5 XCODE_PRODUCT_DIR = build6 endif # HAS_XCODE_2_1=11 --- 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 7 7 +# Tell the Darwin linker how to find shared libraries that are not yet installed. 8 8 +ifneq (,$(findstring -lplds4,$(EXTRA_DSO_LDOPTS)))
Note: See TracChangeset
for help on using the changeset viewer.

