Re: [UPDATE] net/mininet: new MASTER_SITES, remove patches, and use uploaded assets

2018-09-03 Thread Klemens Nanni
On Sun, Sep 02, 2018 at 04:35:12PM -0700, Ayaka Koshibe wrote: > Thanks, will fix it but won't trouble the list with the giant diff again... Sure. > > Does Python 3 work or is Python 2 required? That's stuff for a separate > > diff but I prefer ports to make it more obvious why a particular

Re: [UPDATE] net/mininet: new MASTER_SITES, remove patches, and use uploaded assets

2018-09-02 Thread Ayaka Koshibe
On Mon, Sep 03, 2018 at 12:15:03AM +0200, Klemens Nanni wrote: > On Thu, Aug 16, 2018 at 08:37:51PM -0700, Ayaka Koshibe wrote: > > I've been talking with the maintainer of the project and was told that I can > > use my fork of the repo as the upstream for this port. I wasn't sure about > > what

Re: [UPDATE] net/mininet: new MASTER_SITES, remove patches, and use uploaded assets

2018-09-02 Thread Klemens Nanni
On Thu, Aug 16, 2018 at 08:37:51PM -0700, Ayaka Koshibe wrote: > I've been talking with the maintainer of the project and was told that I can > use my fork of the repo as the upstream for this port. I wasn't sure about > what to do with the version, so I'm tentatively calling it 2.2.2, since >

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

Re: UPDATE net/mininet

2017-11-29 Thread Ayaka Koshibe
Hi all, I have one more follow-up to add back a missing switchd(8) config file, and to remove a bash invocation that I'd missed earlier. Thanks, Ayaka Index: Makefile === RCS file: /cvs/ports/net/mininet/Makefile,v retrieving

Re: UPDATE net/mininet

2017-11-19 Thread Ayaka Koshibe
Hi all, I've updated the previous diff to also remove patches for install-related scripts that are never used, and hopefully to fix whatever else I did to the diffs. Thanks, Ayaka Index: Makefile === RCS file:

Re: UPDATE net/mininet

2017-10-21 Thread akoshibe
Hi all, As pointed out, I'd forgotten to bump the revision and had mangled the diff. Hopefully fixed both. Index: Makefile === RCS file: /cvs/ports/net/mininet/Makefile,v retrieving revision 1.5 diff -u -p -u -r1.5 Makefile ---

UPDATE net/mininet

2017-10-20 Thread Ayaka Koshibe
Hi all, This is a minor update undoing an unneeded change (that also seemed buggy) that I made while porting. OK? Thanks, Ayaka Index: patches/patch-mininet_node_py === RCS file:

Re: UPDATE net/mininet

2017-09-15 Thread Peter Hessler
OK On 2017 Sep 12 (Tue) at 13:35:14 -0700 (-0700), Ayaka Koshibe wrote: :Hi all, : :This update fixes a bug introduced in the last revision. It also moves :the examples to /usr/local/share/examples as it should be. The two :example files left under /lib/python are actually not examples, but

UPDATE net/mininet

2017-09-12 Thread Ayaka Koshibe
Hi all, This update fixes a bug introduced in the last revision. It also moves the examples to /usr/local/share/examples as it should be. The two example files left under /lib/python are actually not examples, but beta features which upstream had lumped in with examples. OK? Thanks, Ayaka

Re: Fwd: [UPDATE] net/mininet

2017-09-02 Thread Ayaka Koshibe
> Yes, OK. But could you remove pyflakes from RUN_DEPENDS as well? > I think that's just used for tests. Oops, I missed that. The same was also true for py-pexpect, so removing that too. Thanks, Ayaka Index: Makefile === RCS file:

Re: Fwd: [UPDATE] net/mininet

2017-09-02 Thread Stuart Henderson
On 2017/09/02 01:13, Ayaka Koshibe wrote: > Sorry, accidentally didn't include ports@ when hitting reply. > > -- Forwarded message -- > From: Ayaka Koshibe <akosh...@gmail.com> > Date: Sat, Sep 2, 2017 at 1:11 AM > Subject: Re: [UPDATE] net/mininet &

Fwd: [UPDATE] net/mininet

2017-09-02 Thread Ayaka Koshibe
Sorry, accidentally didn't include ports@ when hitting reply. -- Forwarded message -- From: Ayaka Koshibe <akosh...@gmail.com> Date: Sat, Sep 2, 2017 at 1:11 AM Subject: Re: [UPDATE] net/mininet To: Stuart Henderson <s...@spacehopper.org> > Please add "REV

[UPDATE] net/mininet

2017-08-31 Thread Ayaka Koshibe
Hi, This update removes the unneeded install notes and Linux and FreeBSD -related files. The attached diff is for the 16 or so removed files. Also copying over the changes to get the port to build/install when the files are removed. Thanks, Ayaka Index: patches/patch-mininet_moduledeps_py