[Midnightbsd-cvs] mports [24155] trunk/devel/nspr: nspr 4.19

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Sep 3 16:01:23 EDT 2018


Revision: 24155
          http://svnweb.midnightbsd.org/mports/?rev=24155
Author:   laffer1
Date:     2018-09-03 16:01:22 -0400 (Mon, 03 Sep 2018)
Log Message:
-----------
nspr 4.19

Modified Paths:
--------------
    trunk/devel/nspr/Makefile
    trunk/devel/nspr/distinfo
    trunk/devel/nspr/files/patch-bug301986

Modified: trunk/devel/nspr/Makefile
===================================================================
--- trunk/devel/nspr/Makefile	2018-09-03 18:35:17 UTC (rev 24154)
+++ trunk/devel/nspr/Makefile	2018-09-03 20:01:22 UTC (rev 24155)
@@ -1,7 +1,7 @@
 # $MidnightBSD$
 
 PORTNAME=	nspr
-DISTVERSION=	4.17
+DISTVERSION=	4.19
 CATEGORIES=	devel
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/v${PORTVERSION}/src
 
@@ -16,6 +16,7 @@
 CPE_PRODUCT=	netscape_portable_runtime
 WRKSRC=		${WRKDIR}/nspr-${DISTVERSION}/nspr
 GNU_CONFIGURE=	yes
+CONFIGURE_TARGET=	${ARCH}-portbld-freebsd10.4
 USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE=	DEBUG TEST

Modified: trunk/devel/nspr/distinfo
===================================================================
--- trunk/devel/nspr/distinfo	2018-09-03 18:35:17 UTC (rev 24154)
+++ trunk/devel/nspr/distinfo	2018-09-03 20:01:22 UTC (rev 24155)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1507409166
-SHA256 (nspr-4.17.tar.gz) = 590a0aea29412ae22d7728038c21ef2ab42646e48172a47d2e4bb782846d1095
-SIZE (nspr-4.17.tar.gz) = 1141300
+TIMESTAMP = 1536004792
+SHA256 (nspr-4.19.tar.gz) = 2ed95917fa2277910d1d1cf36030607dccc0ba522bba08e2af13c113dcd8f729
+SIZE (nspr-4.19.tar.gz) = 1139967

Modified: trunk/devel/nspr/files/patch-bug301986
===================================================================
--- trunk/devel/nspr/files/patch-bug301986	2018-09-03 18:35:17 UTC (rev 24154)
+++ trunk/devel/nspr/files/patch-bug301986	2018-09-03 20:01:22 UTC (rev 24155)
@@ -22,9 +22,9 @@
  
  /*
  ** 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);
  }
  
@@ -31,11 +31,8 @@
 -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 Midnightbsd-cvs mailing list