pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/50780 CVS commit: pkgsrc/net/zeromq



The following reply was made to PR pkg/50780; it has been noted by GNATS.

From: "Kamil Rytarowski" <kamil%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/50780 CVS commit: pkgsrc/net/zeromq
Date: Sun, 3 Apr 2016 00:01:30 +0000

 Module Name:	pkgsrc
 Committed By:	kamil
 Date:		Sun Apr  3 00:01:30 UTC 2016
 
 Modified Files:
 	pkgsrc/net/zeromq: distinfo
 Added Files:
 	pkgsrc/net/zeromq/patches: patch-src_thread.cpp
 
 Log Message:
 Add patch from Yuval Langer
 
 Comment from the cherry-picked commit:
 Defining thread priority for SCHED_OTHER is implementation defined.
 Some platforms like NetBSD cannot reassign it as they are dynamic.
 
 <http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_getschedparam.html>
 
 Credit goes to kamil%netbsd.org@localhost and riastradh%netbsd.org@localhost for finding this
 solution.
 
 This should address PR pkg/50780 by Travis Paul
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/zeromq/distinfo
 cvs rdiff -u -r0 -r1.1 pkgsrc/net/zeromq/patches/patch-src_thread.cpp
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index