1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/devel/gps
John Marino 6c17b96d22 devel/gps: Fix compiler error highlight on FreeBSD
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
2016-07-08 22:28:04 +00:00
..
files devel/gps: Fix compiler error highlight on FreeBSD 2016-07-08 22:28:04 +00:00
distinfo devel/gps: Upgrade to 2016 release (plus 2 dependencies) 2016-06-11 18:41:54 +00:00
Makefile devel/gps: Fix compiler error highlight on FreeBSD 2016-07-08 22:28:04 +00:00
pkg-descr
pkg-plist devel/gps: Upgrade to 2016 release (plus 2 dependencies) 2016-06-11 18:41:54 +00:00