summaryrefslogtreecommitdiff
path: root/devel/nspr/files/patch-tests
diff options
context:
space:
mode:
authorBeat Gaetzi <beat@FreeBSD.org>2014-03-19 20:46:37 +0000
committerBeat Gaetzi <beat@FreeBSD.org>2014-03-19 20:46:37 +0000
commitc80e090095217ca31b70c2e08b6ce4f9e9c17aa3 (patch)
tree8328d62bf6a7445a78ee750e6a14a1c78a2b33ac /devel/nspr/files/patch-tests
parentFix build when cdparanoia option enabled. (diff)
- Update Firefox to 28.0
- Update Firefox ESR to 24.4.0 - Update Thunderbird to 24.4.0 - Update NSPR to 4.10.4 - Update NSS to 3.15.5 - Switch GSTREAMER option for non-esr ports to depend on multimedia/gstreamer1 [2] - Switch to Uses/compiler.mk, defaults to lang/gcc47 on 8.x and 9.x - Use port dependencies for libogg, libvorbis, libopus, harfbuzz, graphite2 - Enable readahead in url-classifier, asmjs, download resume like on Linux - Build www/firefox and www/seamonkey faster using unified compilation - Unbreak build on sparc64 [1] - Workaround OPTIMIZED_CFLAGS startup crash on 8.x and 9.x - OPTIMIZED_CFLAGS is enabled by default - A few DEBUG build fixes - Add clang 3.2/3.3/3.4 workarounds for i386 - Mention known GSTREAMER issue in pkg-message Submitted by: Jan Beich PR: ports/186580 [1] Requested by: kwm [2] Security: http://www.vuxml.org/freebsd/610de647-af8d-11e3-a25b-b4b52fce4ce8.html
Notes
Notes: svn path=/head/; revision=348650
Diffstat (limited to 'devel/nspr/files/patch-tests')
-rw-r--r--devel/nspr/files/patch-tests3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/nspr/files/patch-tests b/devel/nspr/files/patch-tests
index dd43ef0a2a0f..b60041087f6d 100644
--- a/devel/nspr/files/patch-tests
+++ b/devel/nspr/files/patch-tests
@@ -279,9 +279,8 @@
while ( rh != NULL )
{
- PR_GET_COUNTER_NAME_FROM_HANDLE( rh, qname, rname, desc );
-- tCtr = PR_GET_COUNTER(tCtr, rh);
+ PR_GET_COUNTER_NAME_FROM_HANDLE( rh, &qn, &rn, &dn );
-+ PR_GET_COUNTER(tCtr, rh);
+ PR_GET_COUNTER(tCtr, rh);
PR_LOG( lm, msgLevel,
( "QName: %s RName: %s Desc: %s Value: %ld\n",
@@ -134,13 +134,13 @@