pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/cscope



Module Name:    pkgsrc
Committed By:   ghen
Date:           Wed Dec 17 17:01:15 UTC 2008

Modified Files:
        pkgsrc/devel/cscope: Makefile distinfo
Added Files:
        pkgsrc/devel/cscope/patches: patch-ap

Log Message:
When Vim receives a SIGWINCH when its window is resized, it passes the signal
on to cscope when it's running (whether this is correct or not is a different
discussion).  The signal handler in cscope tries to ungetch() which crashes if
cscope is running in line mode (as under Vim) as opposed to under ncurses.

From Philip Paeps <philip%freebsd.org@localhost>.  Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -r1.48 -r1.49 pkgsrc/devel/cscope/Makefile
cvs rdiff -r1.17 -r1.18 pkgsrc/devel/cscope/distinfo
cvs rdiff -r0 -r1.3 pkgsrc/devel/cscope/patches/patch-ap

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