diff options
author | Florian Smeets <flo@FreeBSD.org> | 2012-11-20 23:01:15 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2012-11-20 23:01:15 +0000 |
commit | 9aafe503d08e2766f5343cca1c13e96a47c6bd4c (patch) | |
tree | d56a366dfc71562e65a02f0224eed5e9c21419cd /www/libxul | |
parent | 2d5fd949f7afbfc657d942cebb1b8d61515cefeb (diff) | |
download | ports-9aafe503d08e2766f5343cca1c13e96a47c6bd4c.tar.gz ports-9aafe503d08e2766f5343cca1c13e96a47c6bd4c.zip |
Notes
Diffstat (limited to 'www/libxul')
-rw-r--r-- | www/libxul/Makefile | 10 | ||||
-rw-r--r-- | www/libxul/distinfo | 4 |
2 files changed, 5 insertions, 9 deletions
diff --git a/www/libxul/Makefile b/www/libxul/Makefile index e8605e597817..c63671f6439d 100644 --- a/www/libxul/Makefile +++ b/www/libxul/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: xulrunner -# Date created: 2006-02-20 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ -# PORTNAME= libxul -DISTVERSION= 10.0.10 +DISTVERSION= 10.0.11 CATEGORIES?= www devel MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= firefox/releases/${DISTVERSION}esr/source @@ -69,7 +65,7 @@ CFLAGS+= -mminimal-toc .endif .endif -.if !empty(CXX:M*clang++*) +.if !empty(CXX:M*clang++*) || (${CXX:Mc++} && ${OSVERSION} > 1000023) CXXFLAGS+= -Wno-return-type-c-linkage .endif diff --git a/www/libxul/distinfo b/www/libxul/distinfo index f5735dc6faa1..1d6b420050c4 100644 --- a/www/libxul/distinfo +++ b/www/libxul/distinfo @@ -1,2 +1,2 @@ -SHA256 (firefox-10.0.10esr.source.tar.bz2) = ea14528ae9292332721eef1da5aeebf07c188e5878cd65eb16c2ae03247460c0 -SIZE (firefox-10.0.10esr.source.tar.bz2) = 75629310 +SHA256 (firefox-10.0.11esr.source.tar.bz2) = 94b4d5a339d97dc56fd349f93407c3af4f408a4a8409a64e3680d564d37594f8 +SIZE (firefox-10.0.11esr.source.tar.bz2) = 75444542 |