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 versio
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 to
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
> that
> 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 co
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...
> > >
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 t
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 na...@mips.inka.de
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 o
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
===
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
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 crea
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 controll
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 revis
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: /cvs/ports/net/minin
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
--- Makef
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: /cvs/ports/net/mininet/patches/patch-mininet_node_
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
:beta
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
Inde
> 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:
On 2017/09/02 01:13, Ayaka Koshibe wrote:
> Sorry, accidentally didn't include ports@ when hitting reply.
>
> -- Forwarded message --
> From: Ayaka Koshibe
> Date: Sat, Sep 2, 2017 at 1:11 AM
> Subject: Re: [UPDATE] net/mininet
> To: Stuart Hende
Sorry, accidentally didn't include ports@ when hitting reply.
-- Forwarded message --
From: Ayaka Koshibe
Date: Sat, Sep 2, 2017 at 1:11 AM
Subject: Re: [UPDATE] net/mininet
To: Stuart Henderson
> Please add "REVISION=0" to Makefile (somewhere near the DIS
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
===
22 matches
Mail list logo