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/files/patch-ser_unix.c
SVNWeb

Number of commits found: 4

Tue, 26 Jul 2016
[ 16:51 mat search for other commits by this committer ] Original commit   Revision:419133 (Only the first 10 of 1844 ports in this commit are shown above. View all ports for this commit)
Cleanup patches, a* categories.

Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
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)
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