Changeset 80165
- Timestamp:
- 07/05/11 10:45:34 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/www/firefox-x11/Portfile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/www/firefox-x11/Portfile
r79735 r80165 8 8 set component firefox 9 9 categories www x11 10 version 4.0.110 version 5.0 11 11 platforms darwin 12 12 maintainers jeremyhu openmaintainer 13 description Mozilla.org's popular stand-alone web browser , Beta and Release Candidates13 description Mozilla.org's popular stand-alone web browser 14 14 15 15 long_description \ … … 27 27 use_bzip2 yes 28 28 29 checksums md5 9 abda7d23151e97913c8555a64c13f34\30 sha1 c89bc5106266aa0097a7be15be84555bd2649f03\31 rmd160 63faaae78b56db407a34454986361212382c838e32 33 worksrcdir mozilla- 2.029 checksums md5 9f64a01e86a5d424e12a8e3305c5debe \ 30 sha1 22b7b4751173c2142a0f09cca1aebc717d97b45a \ 31 rmd160 93d97a01f572f3688b0065c903afc3d7f9260179 32 33 worksrcdir mozilla-release 34 34 35 35 depends_build \ … … 114 114 # xpctools and necko-wifi broke in 3.6b1 115 115 116 # BUILD FIX TODO: test clang in XCode 4.0.x 116 117 # gcc-4.0 has issues, so force gcc-4.2 on Leopard 117 # BUILD FIX TODO:118 # llvm-gcc-4.2 and clang fail to build due to bad inline asm as of 2011.06.24119 # This is an error in the package.118 # llvm-gcc-4.2 has trouble with some of the mmx asm 119 # recent versions of clang build fine, but older versions were not tested, so 120 # not falling forward to clang yet 120 121 if {${configure.compiler} == "gcc-4.0" || 121 ${configure.compiler} == "llvm-gcc-4.2" || 122 ${configure.compiler} == "clang"} { 123 configure.compiler gcc-4.2 122 ${configure.compiler} == "llvm-gcc-4.2"} { 123 configure.compiler gcc-4.2 124 if {![file executable ${configure.cc}]} { 125 depends_build-append port:apple-gcc42 126 configure.compiler apple-gcc-4.2 127 } 124 128 } 125 129 … … 229 233 230 234 reinplace "s:/etc/gre\.:${prefix}/etc/gre.:g" \ 231 ${worksrcpath}/xpcom/build/nsXPCOMPrivate.h \ 232 ${worksrcpath}/xulrunner/app/nsRegisterGREUnix.cpp \ 233 ${worksrcpath}/xulrunner/installer/Makefile.in 235 ${worksrcpath}/xpcom/build/nsXPCOMPrivate.h 234 236 } 235 237
Note: See TracChangeset
for help on using the changeset viewer.

