Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Mar 2011 21:49:31 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r499 - branches/experimental/www/firefox
Message-ID:  <201103012149.p21LnVu7051098@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103012149.p21LnVu7051098>