CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]  2016/01/21 07:34:42

Modified files:
        devel/cscope   : Makefile 
Added files:
        devel/cscope/patches: patch-src_main_c 

Log message:
pledge(2) cscope

If linemode == NO it needs:

rpath: read the program
wpath: create cscope.out files
cpath: needs to unlink temp files at exit
tty: at exit curses calls an ioctl to clean the window
proc/exec: needs to fork and exec external program, namely $EDITOR

If linemode == YES it's the same as above, except it doesn't need "tty"

ok benoit@ and tb@

Reply via email to