svn commit: r459460 - in head/devel/nspr: . files
Jan Beich
jbeich at FreeBSD.org
Fri Jan 19 18:57:34 UTC 2018
Author: jbeich
Date: Fri Jan 19 18:57:32 2018
New Revision: 459460
URL: https://svnweb.freebsd.org/changeset/ports/459460
Log:
devel/nspr: update to 4.18
Changes: http://mozilla.6506.n7.nabble.com/ANNOUNCE-NSPR-4-18-Release-td372135.html
ABI: https://abi-laboratory.pro/tracker/timeline/nspr/
MFH: 2018Q1
Modified:
head/devel/nspr/Makefile (contents, props changed)
head/devel/nspr/distinfo (contents, props changed)
head/devel/nspr/files/patch-bug301986 (contents, props changed)
Modified: head/devel/nspr/Makefile
==============================================================================
--- head/devel/nspr/Makefile Fri Jan 19 18:56:42 2018 (r459459)
+++ head/devel/nspr/Makefile Fri Jan 19 18:57:32 2018 (r459460)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= nspr
-DISTVERSION= 4.17
+DISTVERSION= 4.18
CATEGORIES= devel
MASTER_SITES= MOZILLA/${PORTNAME}/releases/v${PORTVERSION}/src
Modified: head/devel/nspr/distinfo
==============================================================================
--- head/devel/nspr/distinfo Fri Jan 19 18:56:42 2018 (r459459)
+++ head/devel/nspr/distinfo Fri Jan 19 18:57:32 2018 (r459460)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1505838746
-SHA256 (nspr-4.17.tar.gz) = 590a0aea29412ae22d7728038c21ef2ab42646e48172a47d2e4bb782846d1095
-SIZE (nspr-4.17.tar.gz) = 1141300
+TIMESTAMP = 1516279034
+SHA256 (nspr-4.18.tar.gz) = b89657c09bf88707d06ac238b8930d3ae08de68cb3edccfdc2e3dc97f9c8fb34
+SIZE (nspr-4.18.tar.gz) = 1139663
Modified: head/devel/nspr/files/patch-bug301986
==============================================================================
--- head/devel/nspr/files/patch-bug301986 Fri Jan 19 18:56:42 2018 (r459459)
+++ head/devel/nspr/files/patch-bug301986 Fri Jan 19 18:57:32 2018 (r459460)
@@ -22,20 +22,17 @@ Better to just keep calling it pthread_t isntead of ca
/*
** Set the procedure that is called when a thread is dumped. The procedure
---- pr/src/pthreads/ptthread.c.orig 2015-10-16 13:22:19 UTC
+--- pr/src/pthreads/ptthread.c.orig 2018-01-18 12:37:14 UTC
+++ pr/src/pthreads/ptthread.c
-@@ -1155,12 +1155,12 @@ PR_IMPLEMENT(void) PR_ProcessExit(PRIntn
+@@ -1122,9 +1122,9 @@ PR_IMPLEMENT(void) PR_ProcessExit(PRIntn status)
_exit(status);
}
-PR_IMPLEMENT(PRUint32) PR_GetThreadID(PRThread *thred)
+PR_IMPLEMENT(pthread_t) PR_GetThreadID(PRThread *thred)
{
- #if defined(_PR_DCETHREADS)
- return (PRUint32)&thred->id; /* this is really a sham! */
- #else
- return (PRUint32)thred->id; /* and I don't know what they will do with it */
+ return thred->id; /* and I don't know what they will do with it */
- #endif
}
+ /*
More information about the svn-ports-all
mailing list