[wip] xi editor

2018-09-26 Thread Landry Breuil
Hi, here's a wip for xi-core, a 'new' editor written in rust with a clear separation between frontend & backend, using RPC, cf https://xi-editor.github.io/xi-editor/ for the concepts. For the frontends, i've only ported xi-term & xi-gtk, cf https://github.com/eyelash/xi-gtk & https://github.com/x

Re: New: py-http_ece

2018-09-26 Thread Stuart Henderson
On 2018/09/25 21:15, Pamela Mosiejczuk wrote: > There are no tests included, but the regression test structure is not empty. > Per off-list discussion with bcallah@ and danj@, I've nonetheless set > NO_TEST=Yes, as running 'make test' with python2 downloads a flake8 package > through pip. flake8 s

Re: NEW: sysutils/bfs

2018-09-26 Thread Solene Rapenne
Brian Callahan wrote: > Hi ports -- > > Attached is a new port, sysutils/bfs. bfs is a breadth-first version of > the UNIX find command. > > --- > pkg/DESCR: > bfs is a variant of the UNIX find command that operates breadth-first > rather than depth-first. It is otherwise intended to be compati

Re: sylpheed crashing/asserting in libX11 on poll_for_event

2018-09-26 Thread Karel Gardas
Hi Amit, that would be great. BTW, I'm several more crashes clever and the crash always happen during the "Mark as read" action. The sequence of step is: - click on mailing list folder - select all unread emails - right-click to invoke context menu - select Mark -> Mark as read action (-> CRAS

Re: update: lang/rust 1.29.1 (security)

2018-09-26 Thread Sebastien Marie
On Tue, Sep 25, 2018 at 04:53:54PM +0100, Stuart Henderson wrote: > > > > A possible way could be: > > - having a sub-package -libstd on lang/rust (which would be empty or almost) > > - add RUN_DEPENDS+=lang/rust,-libstd to port using rustc > > > > when lang/rust is updated, the subpackage rust-l

Re: update: lang/rust 1.29.1 (security)

2018-09-26 Thread Sebastien Marie
On Wed, Sep 26, 2018 at 02:13:47PM +0200, Sebastien Marie wrote: > On Tue, Sep 25, 2018 at 04:53:54PM +0100, Stuart Henderson wrote: > > > > > > A possible way could be: > > > - having a sub-package -libstd on lang/rust (which would be empty or > > > almost) > > > - add RUN_DEPENDS+=lang/rust,-li

Re: sylpheed crashing/asserting in libX11 on poll_for_event

2018-09-26 Thread Amit Kulkarni
> that would be great. BTW, I'm several more crashes clever and the crash > always happen during the "Mark as read" action. The sequence of step is: > > - click on mailing list folder > - select all unread emails > - right-click to invoke context menu > - select Mark -> Mark as read action (-> CR

Re: New: py-http_ece

2018-09-26 Thread Brian Callahan
Hi Stuart -- On 09/26/18 05:19, Stuart Henderson wrote: On 2018/09/25 21:15, Pamela Mosiejczuk wrote: There are no tests included, but the regression test structure is not empty. Per off-list discussion with bcallah@ and danj@, I've nonetheless set NO_TEST=Yes, as running 'make test' with pytho

Re: WIP: Spectrwm-Pledge

2018-09-26 Thread Björn Ketelaars
On Tue 25/09/2018 09:07, Gonzalo L. Rodriguez wrote: > Hello, > > Upstream Spectrwm is working on a pledge version, test are welcome. > > Diff attached. I think you missed a pledge: Sep 26 15:54:30 zeus /bsd: spectrwm[24210]: pledge "getpw", syscall 33 > +@@ -12499,6 +12508,9 @@ main(int argc,

Re: [NEW] security/ssss

2018-09-26 Thread Solene Rapenne
Denis Fondras wrote: > is an implementation of Shamir's Secret Sharing Scheme. The program suite > does both: the generation of shares for a known secret, and the reconstruction > of a secret using user-provided shares. > > http://point-at-infinity.org// hello portcheck reports hardcod

Re: [NEW] security/ssss

2018-09-26 Thread Stuart Henderson
On 2018/09/26 16:53, Solene Rapenne wrote: > Denis Fondras wrote: > > is an implementation of Shamir's Secret Sharing Scheme. The program > > suite > > does both: the generation of shares for a known secret, and the > > reconstruction > > of a secret using user-provided shares. > > > > htt

Remove net/wireless

2018-09-26 Thread Gregor Best
Hi, with the recent(-ish) introduction of `ifconfig $dev join $nwid`, net/wireless became quite obsolete. The only thing that it does that the current implementation of autojoining in the kernel can't (yet?) do is kicking wpa_supplicant after associating with an 802.1X network. That can be done

Re: New: py-http_ece

2018-09-26 Thread Daniel Jakots
On Wed, 26 Sep 2018 09:55:25 -0400, Brian Callahan wrote: > Hi Stuart -- > > On 09/26/18 05:19, Stuart Henderson wrote: > > On 2018/09/25 21:15, Pamela Mosiejczuk wrote: > >> There are no tests included, but the regression test structure is > >> not empty. Per off-list discussion with bcallah@

Re: Remove net/wireless

2018-09-26 Thread Josh Grosse
I was a very happy net/wireless user, though without 802.1X. I'm ok with removal for 6.4. On September 26, 2018 12:58:13 PM EDT, Gregor Best wrote: > >Hi, > >with the recent(-ish) introduction of `ifconfig $dev join $nwid`, >net/wireless became quite obsolete. > >The only thing that it does that

KERN_CPTIME2 [chel...@openbsd.org: CVS: cvs.openbsd.org: src]

2018-09-26 Thread Stuart Henderson
N.B. "Ports using KERN_CPTIME2 will need to be updated." This is likely to cause a bunch of breakage in things reporting CPU stats and time is very short to fix them before release. If you look after ports that do this, get onto a kernel with this change (very new commit so it probably won't be i

Re: Remove net/wireless

2018-09-26 Thread Peter Hessler
Hi Gregor Can you write a note in security/wpa_supplicant's README, so users can know what the hint is? Thanks! -peter On 2018 Sep 26 (Wed) at 18:58:13 +0200 (+0200), Gregor Best wrote: : :Hi, : :with the recent(-ish) introduction of `ifconfig $dev join $nwid`, :net/wireless became quite obsol

Re: KERN_CPTIME2 [chel...@openbsd.org: CVS: cvs.openbsd.org: src]

2018-09-26 Thread Stuart Henderson
On 2018/09/26 19:16, Stuart Henderson wrote: > N.B. "Ports using KERN_CPTIME2 will need to be updated." > > This is likely to cause a bunch of breakage in things reporting CPU stats > and time is very short to fix them before release. > > If you look after ports that do this, get onto a kernel wi

Re: KERN_CPTIME2 [chel...@openbsd.org: CVS: cvs.openbsd.org: src]

2018-09-26 Thread Chris Bennett
I was about to file a bug report, perhaps this is relevant here? This was happening also on a recent snap before this one. Using spectrwm, my windows freeze up until I go yo another screen and back. For example, cat file or ls -la show screen output, but no scrolling with mouse until I switch scre

Re: KERN_CPTIME2 [chel...@openbsd.org: CVS: cvs.openbsd.org: src]

2018-09-26 Thread Stuart Henderson
On 2018/09/26 12:28, Chris Bennett wrote: > I was about to file a bug report, perhaps this is relevant here? > > This was happening also on a recent snap before this one. > > Using spectrwm, my windows freeze up until I go yo another screen and > back. For example, cat file or ls -la show screen

[new] www/geckodriver

2018-09-26 Thread Aaron Bieber
Hi! Here is a port of Mozilla's geckodriver. geckodriver is a "proxy" that allows W3C WebDriver compatible clients to diddle Gecko-based web browsers. It lets one use things like Selenium to test web pages in an automated way. I went back and forth on adding www/mozilla-firefox as a RUN_DEP.. T

NEW: inputmethods/fcitx-qt5

2018-09-26 Thread Kevin Lo
Hi, fcitx-qt5 is Qt5 IM module for fcitx. I can now use fcitx in x11/lxqt. ok? fcitx-qt5.tgz Description: application/gtar-compressed

Re: [new] www/geckodriver

2018-09-26 Thread Landry Breuil
On Wed, Sep 26, 2018 at 04:15:16PM -0600, Aaron Bieber wrote: > Hi! > > Here is a port of Mozilla's geckodriver. > > geckodriver is a "proxy" that allows W3C WebDriver compatible clients to > diddle Gecko-based web browsers. > > It lets one use things like Selenium to test web pages in an automa