Author: beat
Date: Tue Mar  1 21:49:31 2011
New Revision: 499

Log:
- Update to 3.6.14
- Pet portlint
- Add FreeBSD version check for binutils 2.17.50

Modified:
   branches/experimental/www/firefox/Makefile
   branches/experimental/www/firefox/distinfo

Modified: branches/experimental/www/firefox/Makefile
==============================================================================
--- branches/experimental/www/firefox/Makefile  Sun Feb 27 11:59:04 2011        
(r498)
+++ branches/experimental/www/firefox/Makefile  Tue Mar  1 21:49:31 2011        
(r499)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=      firefox
-DISTVERSION=   3.6.13
+DISTVERSION=   3.6.14
 PORTEPOCH=     1
 CATEGORIES=    www ipv6
 MASTER_SITES=  ${MASTER_SITE_MOZILLA}
@@ -64,9 +64,14 @@
 .endif
 
 .if ${ARCH} == powerpc64
-CONFIGURE_ENV+= UNAME_m="powerpc64"
-CFLAGS+= -mminimal-toc
+.if ${OSVERSION} < 900033
+BROKEN=                Needs binutils 2.17.50 to build
+.else
+CONFIGURE_ENV+=        UNAME_m="powerpc64"
+CFLAGS+=       -mminimal-toc
+.endif
 .endif
+
 WRKSRC:=       ${WRKSRC}-1.9.2
 
 GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 '%{\!pg: %{pthread:' | 
${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE}

Modified: branches/experimental/www/firefox/distinfo
==============================================================================
--- branches/experimental/www/firefox/distinfo  Sun Feb 27 11:59:04 2011        
(r498)
+++ branches/experimental/www/firefox/distinfo  Tue Mar  1 21:49:31 2011        
(r499)
@@ -1,2 +1,2 @@
-SHA256 (firefox-3.6.13.source.tar.bz2) = 
4b90775c0f29cb7e170a80894311d8c7a2cd794c50e2124b70d1b83011c45f63
-SIZE (firefox-3.6.13.source.tar.bz2) = 51478675
+SHA256 (firefox-3.6.14.source.tar.bz2) = 
d2b28db2612d2603df45a1d7bccf0096da588f87cd287be6b7c96879c88ee855
+SIZE (firefox-3.6.14.source.tar.bz2) = 51489105
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to