summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-analyzer/sngrep: Drop IUSE=logoJeroen Roovers2020-06-101-2/+1
| | | | | | | | | I assumed without checking that the logo would be used in the installed code, but it turns out that it is only used to display the logo during the configure phase. Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
* net-analyzer/sngrep: Backport tinfo patchJeroen Roovers2020-06-101-1/+0
| | | | | | | | | | | | - In case 1.4.7 has bugs that 1.4.6 does not, apply the fixed tinfo patch there as well. - The tinfo patch fixes the test suite problems as well, so drop RESTRICT=test again. Package-Manager: Portage-2.3.100, Repoman-2.3.22 Bug: https://bugs.gentoo.org/709852 Bug: https://bugs.gentoo.org/727790 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
* net-analyzer/sngrep: Fix segmentation fault in ncursesJeroen Roovers2020-06-101-1/+1
| | | | | | | | | | | | | The previous tinfo patch did not take into account if the narrow or wide ncurses libraries were being used, linking against the wrong libtinfo variant in the process and causing a segmentation fault in termattrs_sp(). Fix this by adjusting the patch to try linking against libtinfow and libtinfoi, respectively. Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
* net-analyzer/sngrep: Version 1.4.7Jeroen Roovers2020-06-101-0/+46
- Add USE=logo - EAPI=7 - RESTRICT=test - Fix setting LDFLAGS Package-Manager: Portage-2.3.100, Repoman-2.3.22 Closes: https://bugs.gentoo.org/727790 Closes: https://bugs.gentoo.org/709852 Signed-off-by: Jeroen Roovers <jer@gentoo.org>