aboutsummaryrefslogtreecommitdiff
path: root/www/libxul
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2012-10-28 17:03:28 +0000
committerFlorian Smeets <flo@FreeBSD.org>2012-10-28 17:03:28 +0000
commit912a7b12e4e109551df76471e1e446eb4d5a8b37 (patch)
treebfdd16290ece91145dc3df1818b888573eface15 /www/libxul
parent8866b5a40d11eb5d621edb42874296c743c1bcec (diff)
downloadports-912a7b12e4e109551df76471e1e446eb4d5a8b37.tar.gz
ports-912a7b12e4e109551df76471e1e446eb4d5a8b37.zip
Notes
Diffstat (limited to 'www/libxul')
-rw-r--r--www/libxul/Makefile6
-rw-r--r--www/libxul/distinfo4
-rw-r--r--www/libxul/files/patch-bug71380213
3 files changed, 3 insertions, 20 deletions
diff --git a/www/libxul/Makefile b/www/libxul/Makefile
index 4ec37df0cd0e..e8605e597817 100644
--- a/www/libxul/Makefile
+++ b/www/libxul/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libxul
-DISTVERSION= 10.0.9
+DISTVERSION= 10.0.10
CATEGORIES?= www devel
MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= firefox/releases/${DISTVERSION}esr/source
@@ -69,10 +69,6 @@ CFLAGS+= -mminimal-toc
.endif
.endif
-.if ${ARCH} == amd64 || ${ARCH} == i386
-BUILD_DEPENDS+= yasm:${PORTSDIR}/devel/yasm
-.endif
-
.if !empty(CXX:M*clang++*)
CXXFLAGS+= -Wno-return-type-c-linkage
.endif
diff --git a/www/libxul/distinfo b/www/libxul/distinfo
index eff211db49e5..f5735dc6faa1 100644
--- a/www/libxul/distinfo
+++ b/www/libxul/distinfo
@@ -1,2 +1,2 @@
-SHA256 (firefox-10.0.9esr.source.tar.bz2) = 7719499f1b2610b497ed0ebbccd3fc84d2b331fed2ccd447aeb5e6b5b183155c
-SIZE (firefox-10.0.9esr.source.tar.bz2) = 75634700
+SHA256 (firefox-10.0.10esr.source.tar.bz2) = ea14528ae9292332721eef1da5aeebf07c188e5878cd65eb16c2ae03247460c0
+SIZE (firefox-10.0.10esr.source.tar.bz2) = 75629310
diff --git a/www/libxul/files/patch-bug713802 b/www/libxul/files/patch-bug713802
index 956ed1cc8e97..7d3cc4dad110 100644
--- a/www/libxul/files/patch-bug713802
+++ b/www/libxul/files/patch-bug713802
@@ -25,19 +25,6 @@ index 40ab494..eae5645 100755
# MOZ_APP_DISPLAYNAME will be set by branding/configure.sh
# Changing MOZ_*BRANDING_DIRECTORY requires a clobber to ensure correct results,
# because branding dependencies are broken.
---- browser/installer/package-manifest.in~
-+++ browser/installer/package-manifest.in
-@@ -679,6 +679,10 @@ bin/libfreebl_32int64_3.so
-
- ; [Extensions]
- ;
-+#ifdef MOZ_ENABLE_GIO
-+bin/components/@DLL_PREFIX@nkgio@DLL_SUFFIX@
-+#endif
-+
- #ifdef MOZ_ENABLE_GNOMEVFS
- bin/components/@DLL_PREFIX@nkgnomevfs@DLL_SUFFIX@
- #endif
diff --git configure.in configure.in
index 87a9391..2118651 100644
--- configure.in