Hi I have amended the subject of the email to clarify that it is a diff to update the port,
On Sat, 17 Apr 2021 at 01:52, Tom Smyth <[email protected]> wrote: > > hello, > > Reuqest import of the attached diff 20210416 > > Compiled on AMD64 > No errors no warnings > > Changes: > 1) pulls in latest code from github (with all fixes discussed in the > past 2 months > 2) Chris has added in support for llprio on interfaces > 3) (all previous fixes by naddy@ , tom smyth and Chris have been included > 4) added Tom Smyth as MAINTAINER for nsh port > > > No Patches necessary for the software to build. please remove any > patches that might linger > > > Thanks to Chris, Kurtm@ and Stuart for their help and feedback. > > Thanks again, > > Tom Smyth > > > > > > > On Fri, 16 Apr 2021 at 21:38, Tom Smyth <[email protected]> wrote: > > > > Hi Stuart, Chris, all, > > > > I'm happy help out on the port and do testing & I really like the > > software, > > answer questions on list (ports and misc ) regarding nsh and try to > > implement & test fixes... > > > > and track improvements in the network stack in base.... (as my > > understanding of nsh code improves ) > > > > that said any of my (humble) contributions need supervision and > > careful review, > > > > I want to see nsh more widely deployed in openBSD community and I > > would like to use it as a tool > > to help cisco heads use OpenBSD, > > > > > > Thanks again, > > > > Tom Smyth > > > > > > > > > > > > > > > > > > > > > > > > > > On Fri, 16 Apr 2021 at 20:56, Stuart Henderson <[email protected]> wrote: > > > > > > This fixes build but the other part of the problem is the lack of > > > maintainer, if it is reenabled I would *really* like someone who is > > > willing to look at fixing it next time it needs syncing up with -current > > > to take MAINTAINER please. > > > > > > Doesn't require catching problems as they happen (though that would be > > > nice!) but at least someone that we can mail about breakages when we run > > > into them in ports builds. > > > > > > It doesn't break all that frequently (not usually more than 1 or 2 times > > > in a year, and often less than that) but it is inevitable. > > > > > > > > > > > > On 2021/04/16 02:20, Tom Smyth wrote: > > > > Hello, all, > > > > > > > > Chris has incorporated and improved the diffs and merged them upstream, > > > > > > > > below is a diff for pulling the latest commit from git > > > > > > > > it is compiling cleanly on amd64 6.9 current (20210414 ) without > > > > errors or warnings > > > > > > > > all the patch files in the current port can be removed also as they > > > > have been included or improved upon upstream > > > > > > > > Thanks Chris, Kurt and everyone who helped. > > > > > > > > > > > > > > > > -- > > > > Kindest regards, > > > > Tom Smyth. > > > > > > > Index: Makefile > > > > =================================================================== > > > > RCS file: /cvs/ports/shells/nsh/Makefile,v > > > > retrieving revision 1.41 > > > > diff -u -p -r1.41 Makefile > > > > --- Makefile 22 Mar 2021 17:23:22 -0000 1.41 > > > > +++ Makefile 16 Apr 2021 00:59:39 -0000 > > > > @@ -1,16 +1,15 @@ > > > > # $OpenBSD: Makefile,v 1.41 2021/03/22 17:23:22 sthen Exp $ > > > > > > > > -BROKEN = needs adapting to changes in base\n > > > > -BROKEN += (again); this port is closely tied to interfaces in the > > > > base OS and really\n > > > > -BROKEN += needs an active maintainer! > > > > > > > > COMMENT = network switch style shell > > > > > > > > -DISTNAME = nsh-1.0.20201006 > > > > +DISTNAME = nsh-1.0.20210415 > > > > +#REVISION = 0 > > > > > > > > GH_ACCOUNT = yellowman > > > > GH_PROJECT = nsh > > > > -GH_COMMIT = 4b92f9124641caddcce238293919b1ec45b5a20d > > > > +GH_COMMIT = 8573767444bed331376e6d8edc9bd93bc091789d > > > > + > > > > > > > > CATEGORIES = shells net > > > > HOMEPAGE = http://www.nmedia.net/nsh/ > > > > Index: distinfo > > > > =================================================================== > > > > RCS file: /cvs/ports/shells/nsh/distinfo,v > > > > retrieving revision 1.13 > > > > diff -u -p -r1.13 distinfo > > > > --- distinfo 4 Feb 2021 22:13:09 -0000 1.13 > > > > +++ distinfo 16 Apr 2021 00:59:39 -0000 > > > > @@ -1,2 +1,2 @@ > > > > -SHA256 (nsh-1.0.20201006-4b92f912.tar.gz) = > > > > 4iz3xcEdK8E4I9sG51JPASuviji2O9ooO+6AI1rqQIs= > > > > -SIZE (nsh-1.0.20201006-4b92f912.tar.gz) = 130053 > > > > +SHA256 (nsh-1.0.20210415-85737674.tar.gz) = > > > > vcNGznniC4rWLD6ULyBbGKJUvUEsNg1ylenjZBvmX4A= > > > > +SIZE (nsh-1.0.20210415-85737674.tar.gz) = 130190 > > > > > > > > > > > > > -- > > Kindest regards, > > Tom Smyth. > > > > -- > Kindest regards, > Tom Smyth. -- Kindest regards, Tom Smyth.
