notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: audio/xoscope/pkg-plist
SVNWeb

Number of commits found: 4

Tue, 5 Nov 2013
[ 23:28 db search for other commits by this committer ] Original commit   Revision:332930
- 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)
Tue, 11 Jun 2013
[ 02:18 miwi search for other commits by this committer ] Original commit   Revision:320522
Fix build

Reported by:	pkg (DEVELOPER_MODE)
Mon, 5 Nov 2012
[ 00:05 db search for other commits by this committer ] Original commit   Revision:306989
- upgrade to version 2.0
- unbreak on x64
- clean up header

Feature safe:	yes
Mon, 28 Jul 2008
[ 18:56 db search for other commits by this committer ] Original commit 
- 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