UPDATE: net/mininet - various bug fixes

2018-04-15 Thread Ayaka Koshibe
> Sure, updated diff below. > > Note how README.md is now installed from WRKSRC from WRKBUILD: they > used to be the same so the fake target would work, but with > SEPARATE_BUILD this would fail. > > > > Maybe also use the latest git commit instead of bumping revision? > > > > If I understand

Re: UPDATE: net/mininet - various bug fixes

2018-04-15 Thread Klemens Nanni
On Sun, Apr 15, 2018 at 12:15:20AM -0700, Ayaka Koshibe wrote: > On Sun, Apr 08, 2018 at 07:17:30PM +0200, Klemens Nanni wrote: > > On Sat, Apr 07, 2018 at 05:50:54PM -0700, Ayaka Koshibe wrote: > > > And I found the manpage for mn isn't generated properly during last-minute > > > testing... > > >

UPDATE: net/mininet - various bug fixes

2018-04-15 Thread Ayaka Koshibe
On Sun, Apr 08, 2018 at 07:17:30PM +0200, Klemens Nanni wrote: > On Sat, Apr 07, 2018 at 05:50:54PM -0700, Ayaka Koshibe wrote: > > And I found the manpage for mn isn't generated properly during last-minute > > testing... > > > > Updated Makefile diff, plus cleanup to run MAKEDEV in /dev, rather

Re: UPDATE: net/mininet - various bug fixes

2018-04-08 Thread Christian Weisgerber
On 2018-04-08, Klemens Nanni wrote: > Compact .for loops in targets to smaller brace expansion. I'm of somewhat mixed opinion on this since brace expansion is not a sh(1) features, it's a ksh(1) extension. -- Christian "naddy" Weisgerber

Re: UPDATE: net/mininet - various bug fixes

2018-04-08 Thread Klemens Nanni
On Sat, Apr 07, 2018 at 05:50:54PM -0700, Ayaka Koshibe wrote: > And I found the manpage for mn isn't generated properly during last-minute > testing... > > Updated Makefile diff, plus cleanup to run MAKEDEV in /dev, rather than create > and move a file, as suggested by phessler. How about these

UPDATE: net/mininet - various bug fixes

2018-04-07 Thread Ayaka Koshibe
And I found the manpage for mn isn't generated properly during last-minute testing... Updated Makefile diff, plus cleanup to run MAKEDEV in /dev, rather than create and move a file, as suggested by phessler. Thanks, Ayaka Index: Makefile

UPDATE: net/mininet - various bug fixes

2018-04-02 Thread Ayaka Koshibe
ping > > ping? > > > Index: Makefile > > === > > RCS file: /cvs/ports/net/mininet/Makefile,v > > retrieving revision 1.6 > > diff -u -p -u -r1.6 Makefile > > --- Makefile7 Dec 2017 06:33:40 - 1.6 > > +++ Makefile

UPDATE: net/mininet - various bug fixes

2018-03-02 Thread akoshibe
On Sun, Feb 18, 2018 at 05:43:00PM -0800, Ayaka Koshibe wrote: > Hi, > > These are fixes for various bugs. > > - Repeated output for 'dpctl' CLI command > - Iperf ignoring interrupt from CLI > - DPID value not passed to switch(4) nodes for assignment > - switch(4) nodes with control channels

UPDATE: net/mininet - various bug fixes

2018-02-18 Thread Ayaka Koshibe
Hi, These are fixes for various bugs. - Repeated output for 'dpctl' CLI command - Iperf ignoring interrupt from CLI - DPID value not passed to switch(4) nodes for assignment - switch(4) nodes with control channels created later in startup won't have their channels forwarded to a remote