after r262639 the SIGWINCH workaround (which is enabled by the --enable-sigwinch CONFIGURE_ARG) is a) no longer needed and (window resize works as expected without this) and b) SIGWINCH or terminal window resize results in mcabber beeing no longer responsive to keyboard events at 100% CPU Fix: do not set --enable-sigwinch after r262639 How-To-Repeat: on 11.0-CURRENT after r262639: build & install net-im/mcabber start mcabber process, pkill -WINCH mcabber (or resize the terminal window) -> mcabber process unresponsive at 100% CPU.
Responsible Changed From-To: freebsd-ports-bugs->dhn Over to maintainer (via the GNATS Auto Assign Tool)
Created attachment 154579 [details] Fix
The same problem can be solved with the same patch on FreeBSD 10.1-STABLE (tested on a system at r279278). Patch attached.
Reset assignee per ports r389300.
This bug still exists and I am manually setting: CONFIGURE_ARGS= --disable-hgcset --enable-sigwinch to CONFIGURE_ARGS= --disable-hgcset in the mcabber port Makefile at the moment to avoid this window resizing issue.
Fixed in r397484.
A commit references this bug: Author: romain Date: Mon Sep 21 10:21:33 UTC 2015 New revision: 397484 URL: https://svnweb.freebsd.org/changeset/ports/397484 Log: Unbreak window resizing. PR: 189676 Submitted by: sg2342@googlemail.com Changes: head/net-im/mcabber/Makefile