Date: Wed, 5 Mar 2014 14:37:44 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1537 - in trunk: . Mk Message-ID: <201403051437.s25Ebi8M078502@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Wed Mar 5 14:37:44 2014 New Revision: 1537 Log: Restore gcc by default after r1526 to dodge LLVM PR15840 in lang/clang33 Modified: trunk/Gecko_ChangeLog trunk/Mk/bsd.gecko.mk Modified: trunk/Gecko_ChangeLog ============================================================================== --- trunk/Gecko_ChangeLog Wed Mar 5 03:19:40 2014 (r1536) +++ trunk/Gecko_ChangeLog Wed Mar 5 14:37:44 2014 (r1537) @@ -1,5 +1,5 @@ - switch GSTREAMER option for non-esr ports to depend on multimedia/gstreamer1 [2] -- switch to Uses/compiler.mk to respect FAVORITE_COMPILER (clang by default) +- switch to Uses/compiler.mk, defaults to lang/gcc47 on 8.x and 9.x - use port dependencies for libogg, libvorbis, libopus, harfbuzz, graphite2 - enable readahead in url-classifier, asmjs, download resume like on Linux - build www/firefox and www/seamonkey faster using unified compilation Modified: trunk/Mk/bsd.gecko.mk ============================================================================== --- trunk/Mk/bsd.gecko.mk Wed Mar 5 03:19:40 2014 (r1536) +++ trunk/Mk/bsd.gecko.mk Wed Mar 5 14:37:44 2014 (r1537) @@ -501,7 +501,7 @@ MOZILLA_EXEC_NAME?=${MOZILLA} MOZ_RPATH?= ${MOZILLA} USE_GNOME+= libidl desktopfileutils -USES+= compiler:c++11-lang gmake iconv perl5 pkgconfig +USES+= compiler:c++11-lib gmake iconv perl5 pkgconfig USE_PERL5= build USE_XORG= printproto sm xt xi xext x11 xinerama \ ice xproto
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403051437.s25Ebi8M078502>