mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
6c17b96d22
On DragonFly, GPS has been properly highlighting code errors during compilation, but on FreeBSD nothing happens. Luckily Rod Kay has been persistent in diagnosing the cause and he finally isolated it to a too-short timeout interval for Expect calls. The timeout period was set to 1 millisecond, the absolute shortest interval possible. While Linux and DF could complete the function call during this time, FreeBSD requires at least 10 milliseconds to do the same. I'm setting the timeout to 100 milliseconds to ensure this functionality works on FreeBSD. Rod and I can't immediately see any negative impact to extending the timeout and we're casually pinging Adacore to understand the orignal 1-ms value. PR: 202317 |
||
---|---|---|
.. | ||
files | ||
distinfo | ||
Makefile | ||
pkg-descr | ||
pkg-plist |