Author: beat
Date: Wed Mar  2 16:05:45 2011
New Revision: 507

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

Security:       
http://www.vuxml.org/freebsd/45f102cd-4456-11e0-9580-4061862b8c22.html

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

Modified: branches/experimental/www/libxul/Makefile
==============================================================================
--- branches/experimental/www/libxul/Makefile   Tue Mar  1 22:21:45 2011        
(r506)
+++ branches/experimental/www/libxul/Makefile   Wed Mar  2 16:05:45 2011        
(r507)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=      libxul
-DISTVERSION=   1.9.2.13
+DISTVERSION=   1.9.2.14
 CATEGORIES?=   www devel
 MASTER_SITES=  ${MASTER_SITE_MOZILLA}
 MASTER_SITE_SUBDIR=    xulrunner/releases/${DISTVERSION}/source
@@ -61,8 +61,12 @@
 .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
 
 .if defined(WITHOUT_DBUS)

Modified: branches/experimental/www/libxul/distinfo
==============================================================================
--- branches/experimental/www/libxul/distinfo   Tue Mar  1 22:21:45 2011        
(r506)
+++ branches/experimental/www/libxul/distinfo   Wed Mar  2 16:05:45 2011        
(r507)
@@ -1,2 +1,2 @@
-SHA256 (xulrunner-1.9.2.13.source.tar.bz2) = 
a9e0a30b209c000ed8c77826e733a5cab3e0bf89b837b196461a23cd87ae3ce9
-SIZE (xulrunner-1.9.2.13.source.tar.bz2) = 51359622
+SHA256 (xulrunner-1.9.2.14.source.tar.bz2) = 
2eb49f749a60d88692e5421e58fc1c255d111bb1e45c66c569f81bf48481f004
+SIZE (xulrunner-1.9.2.14.source.tar.bz2) = 51560419
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to