pkgbase: fix inclusion of tests in ssh, bsnmp, clibs-devCurrently, files that belong in the tests package are included in thessh, bsnmp, and clibs-dev packages:ssh.plist24:@dir(root,wheel,0755,
pkgbase: fix inclusion of tests in ssh, bsnmp, clibs-devCurrently, files that belong in the tests package are included in thessh, bsnmp, and clibs-dev packages:ssh.plist24:@dir(root,wheel,0755,) /usr/tests/secure/libexec25:@(root,wheel,0444,) /usr/tests/secure/libexec/Kyuafilebsnmp.plist82:@dir(root,wheel,0755,) /usr/tests/lib/libbsnmp83:@(root,wheel,0444,) /usr/tests/lib/libbsnmp/Kyuafile84:@(root,wheel,0555,) /usr/tests/lib/libbsnmp/bsnmpd_testclibs-dev.plist2518:@dir(root,wheel,0755,) /usr/tests/lib/csu2519:@(root,wheel,0444,) /usr/tests/lib/csu/KyuafileThis is caused by the PACKAGE=foo assignment in foo/Makefile.inc whichoverrides the default PACKAGE?=tests in bsd.test.mk.To fix this, instead use PACKAGE?=foo in foo/Makefile.inc and setPACKAGE=tests in foo/tests/Makefile.PR: 249144Reviewed by: bapt, emasteSponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D47025
show more ...
Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Remove $FreeBSD$: two-line .h patternRemove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
Add test to for FreeBSD-SA-19:20.bsnmpSubmitted by: Darrick Lew <darrick.freebsd at gmail.com>Reviewed by: cemSponsored by: Dell EMCDifferential Revision: https://reviews.freebsd.org/D26037