1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-07 02:06:57 +00:00
freebsd-ports/comms/yagiuda
Diane Bruce 487752f07d - @fjoe correctly pointed out one place where the newline needed to be
removed, I did miss that one. (It's directly used as a filename)
  The other places are do not cares.
- It makes no sense to remove gets() without removing potentially
  just as bad scanf() calls and it's bad practice to use scanf anyway
  I'm paranoid with implementations of fgets() (Non FreeBSD to be clear)
  hence the use of -1 in the length argument of fgets().
- I'll see if upstream is willing to accept these diffs.

Submitted by:	Max Khon <fjoe@freebsd.org>
Reported by: 	Max Khon <fjoe@freebsd.org>
2017-10-28 16:15:16 +00:00
..
files - @fjoe correctly pointed out one place where the newline needed to be 2017-10-28 16:15:16 +00:00
distinfo
Makefile - @fjoe correctly pointed out one place where the newline needed to be 2017-10-28 16:15:16 +00:00
pkg-descr
pkg-plist