diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2014-05-06 19:13:09 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2014-05-06 19:13:09 +0000 |
commit | d71f60b2f15305f8a8e3d4c23ab73b189fdbdb9a (patch) | |
tree | 7d08f2576ae17172ae3498cbedcf2c97fd428b34 /www/libxul | |
parent | 9ee9bff839f36049bd6ba6ec1de8008de6ed87f8 (diff) | |
download | ports-d71f60b2f15305f8a8e3d4c23ab73b189fdbdb9a.tar.gz ports-d71f60b2f15305f8a8e3d4c23ab73b189fdbdb9a.zip |
Notes
Diffstat (limited to 'www/libxul')
-rw-r--r-- | www/libxul/Makefile | 5 | ||||
-rw-r--r-- | www/libxul/distinfo | 4 | ||||
-rw-r--r-- | www/libxul/files/patch-bug970031 | 13 |
3 files changed, 4 insertions, 18 deletions
diff --git a/www/libxul/Makefile b/www/libxul/Makefile index e8b9681a0df9..37db7447e248 100644 --- a/www/libxul/Makefile +++ b/www/libxul/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libxul -DISTVERSION= 24.3.0 +DISTVERSION= 24.5.0 CATEGORIES?= www devel MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \ https://ftp.mozilla.org/pub/mozilla.org/firefox/candidates/${DISTVERSION}esr-candidates/build1/source/ @@ -37,9 +37,8 @@ QT_NONSTANDARD= yes WANT_PERL= yes ALL_TARGET= default GNU_CONFIGURE= yes -USE_BZIP2= yes USE_GL= gl -USES= dos2unix +USES= dos2unix tar:bzip2 DOS2UNIX_FILES= media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp MAKE_ENV= SKIP_GRE_REGISTRATION=1 mozappdir=${PREFIX}/lib/${MOZILLA} LDFLAGS+= -Wl,-rpath,${PREFIX}/lib/${MOZ_RPATH} diff --git a/www/libxul/distinfo b/www/libxul/distinfo index b8f85a402c3f..b872161f5c4c 100644 --- a/www/libxul/distinfo +++ b/www/libxul/distinfo @@ -1,2 +1,2 @@ -SHA256 (firefox-24.3.0esr.source.tar.bz2) = 0d38dd50beffff640cfea67fcf8f44bb95c3c927ccfa225f2b937b9a4ba262b9 -SIZE (firefox-24.3.0esr.source.tar.bz2) = 119391302 +SHA256 (firefox-24.5.0esr.source.tar.bz2) = 1670e72511cad6047eb8726fa6c2362adcb95b5d53a3c327c4c38bed4b788701 +SIZE (firefox-24.5.0esr.source.tar.bz2) = 119830718 diff --git a/www/libxul/files/patch-bug970031 b/www/libxul/files/patch-bug970031 deleted file mode 100644 index bfb5f099eb85..000000000000 --- a/www/libxul/files/patch-bug970031 +++ /dev/null @@ -1,13 +0,0 @@ -diff --git xpcom/reflect/xptcall/src/md/unix/moz.build xpcom/reflect/xptcall/src/md/unix/moz.build -index 5f88066..bd2a94f 100644 ---- xpcom/reflect/xptcall/src/md/unix/moz.build -+++ xpcom/reflect/xptcall/src/md/unix/moz.build -@@ -235,7 +235,7 @@ if CONFIG['OS_ARCH'] == 'OpenBSD' and CO - 'xptcstubs_sparc_openbsd.cpp', - ] - --if CONFIG['OS_ARCH'] == 'OpenBSD' and CONFIG['OS_TEST'] == 'sparc64': -+if CONFIG['OS_ARCH'] in ('OpenBSD', 'FreeBSD') and CONFIG['OS_TEST'] == 'sparc64': - CPP_SOURCES += [ - 'xptcinvoke_sparc64_openbsd.cpp', - 'xptcstubs_sparc64_openbsd.cpp', |