pkgsrc-Bugs archive

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

PR/57272 CVS commit: pkgsrc/devel/cmake



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

From: "Niclas Rosenvik" <nros%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57272 CVS commit: pkgsrc/devel/cmake
Date: Sat, 30 Sep 2023 08:52:52 +0000

 Module Name:	pkgsrc
 Committed By:	nros
 Date:		Sat Sep 30 08:52:52 UTC 2023
 
 Modified Files:
 	pkgsrc/devel/cmake: distinfo
 Added Files:
 	pkgsrc/devel/cmake/patches: patch-Source_kwsys_ProcessUNIX.c
 
 Log Message:
 cmake: use the right ps command to get child process info on NetBSD
 
 CMake uses ps to pid get information on childs of a process
 to recursivly kill the childs. Not having KWSYSPE_PS_COMMAND
 set means that CMake won't try to kill the child processes.
 Not checking for the __NetBSD__ define also causes NetBSD
 Sparc to use the ps command for Solaris leading to run-time
 breaks, see PR pkg/57272.
 This change was suggested by Valry Ushakov on PR pkg/57272.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.220 -r1.221 pkgsrc/devel/cmake/distinfo
 cvs rdiff -u -r0 -r1.1 \
     pkgsrc/devel/cmake/patches/patch-Source_kwsys_ProcessUNIX.c
 
 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