non port: audio/xoscope/files/patch-ser_unix.c |
Number of commits found: 4 |
Tuesday, 26 Jul 2016
|
16:51 mat
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
|
Tuesday, 5 Nov 2013
|
23:28 db
- As described by Mamoru Iwaki <1wkmmr@gmail.com> in email
> I have just looked around audio/xoscope, not compiling it yet. Then, I
> found a strange line in files/patch-ser_unix.c, as follows:
>
> 34 +#ifdef BSD
> 35 + if (tcgetattr(fd, &svbuf) < 0 ) {
> 36 +#else
> 37 if (ioctl(fd, TCSETA, &svbuf) < 0) {
> 38 +#endif
>
> I wonder tcgetattr(...) in line 35 should be tcsetattr(...).
It should be, but the fd involved was for hardware that is no longer
made but it is a trivial fix so fixed anyway.
- Convert to stagedir while in here.
Submitted by: 1wkmmr@gmail.com (for tcsetattr note)
|
Monday, 5 Nov 2012
|
00:05 db
- upgrade to version 2.0
- unbreak on x64
- clean up header
Feature safe: yes
|
Monday, 28 Jul 2008
|
18:56 db
- xoscope is a digital oscilloscope using input from a sound card or EsounD
and/or a ProbeScope/osziFOX and will soon support Bitscope hardware.
Includes 8 signal displays, variable time scale, math, memory, measurements,
and file save/load.
- Unfortunately will not work on amd64 due to many int vs. string coding errors.
|
Number of commits found: 4 |