[NEW] editors/vis

2017-12-07 Thread Carolyn Saunders
I just made a rudimentary port of vis, "[a] vi-like editor based on Plan 9's structural regular expressions," which can be found at https://github.com/martanne/vis. However, it exposes the binary "vis" which conflicts with another program in OpenBSD's base. How should this be rectified? This is

Re: COMPILER -> MODULES

2017-12-07 Thread Kirill Bychkov
On Thu, December 7, 2017 18:39, Jeremie Courreges-Anglas wrote: > On Thu, Dec 07 2017, Marc Espie wrote: >> On Thu, Dec 07, 2017 at 05:56:13PM +0300, Kirill Bychkov wrote: >>> On Wed, December 6, 2017 14:37, Stuart Henderson wrote: >>> > On 2017/12/06 11:49, Kirill Bychkov wrote: >>> >> On Wed, De

Re: COMPILER -> MODULES (Was: Re: enable build of graphics/libraw on gcc4 arches)

2017-12-07 Thread Kirill Bychkov
On Thu, December 7, 2017 17:56, Marc Espie wrote: > On Thu, Dec 07, 2017 at 05:56:13PM +0300, Kirill Bychkov wrote: >> On Wed, December 6, 2017 14:37, Stuart Henderson wrote: >> > On 2017/12/06 11:49, Kirill Bychkov wrote: >> >> On Wed, December 6, 2017 11:34, Jeremie Courreges-Anglas wrote: >> >>

error: unknown type name 'pid_t', attempting to port Mirage to OpenBSD

2017-12-07 Thread Adam Steen
Hi I am not sure if this is the correct place to post this, I am working towards getting MirageOS [1] working on OpenBSD, The changes to OpenBSD current have been completed [2], [3], [4] [5], the changes to solo5 have been completed [6], and the changes in ocaml-freestanding [7] are done, i think.

Re: Kill net/tacacs+ ?

2017-12-07 Thread Stuart Henderson
On 2017/12/07 20:26, Jeremie Courreges-Anglas wrote: > > Hi, > > net/tacacs+ shows its age, the md5 code uses "long" as if it was 32 > bits, which probably doesn't fly on amd64. DES supports relies on > crypt(3), which our libc doesn't support. End result: I was not able to > perform a single s

Re: UPDATE: par2cmdline 0.7.4

2017-12-07 Thread Jeremie Courreges-Anglas
On Wed, Nov 29 2017, Mikolaj Kucharski wrote: > Hi, > > Update to the latest release on GitHub. Ports changes: > > - drop patches included by upstream > - adapt pledge(2) patches after files moved into src/ subdir > - use GitHub variables > - drop uneeded variables after previous > > The biggest c

Re: PDF and PS viewers

2017-12-07 Thread Landry Breuil
On Thu, Dec 07, 2017 at 09:37:05PM +0100, Jan Stary wrote: > What do people use as a lightweight PDF and/or PS viewer? > I switched from xpdf to mupdf some time ago for pdf, > and still use gv for PS. > > Would you recommed something else, light, not tied > to GNOME or KDE or some huge grraphic fr

Re: PDF and PS viewers

2017-12-07 Thread Solène Rapenne
Le 2017-12-07 21:37, Jan Stary a écrit : What do people use as a lightweight PDF and/or PS viewer? I switched from xpdf to mupdf some time ago for pdf, and still use gv for PS. Would you recommed something else, light, not tied to GNOME or KDE or some huge grraphic framework? Thank you

PDF and PS viewers

2017-12-07 Thread Jan Stary
What do people use as a lightweight PDF and/or PS viewer? I switched from xpdf to mupdf some time ago for pdf, and still use gv for PS. Would you recommed something else, light, not tied to GNOME or KDE or some huge grraphic framework? Thank you Jan

Re: [NEW] net/onionshare

2017-12-07 Thread attila
Jiri B wrote: > OMG, again these... > > -if not gui_mode or common.get_platform() == 'Linux': > +if not gui_mode or common.platform_is_unixy(): Yup, it is sometimes an uphill battle to get people with a Lin/Win/Mac mindset to go beyond that, but engaging w

Kill net/tacacs+ ?

2017-12-07 Thread Jeremie Courreges-Anglas
Hi, net/tacacs+ shows its age, the md5 code uses "long" as if it was 32 bits, which probably doesn't fly on amd64. DES supports relies on crypt(3), which our libc doesn't support. End result: I was not able to perform a single successful auth with Authen::TacacsPlus. Also the logging code suff

Re: UPDATE: multimedia/synfigstudio, multimedia/synfig and devel/etl

2017-12-07 Thread Rafael Sadowski
On Thu Dec 07, 2017 at 04:22:17PM +0100, Landry Breuil wrote: > On Thu, Dec 07, 2017 at 04:07:55PM +0100, Rafael Sadowski wrote: > > On Thu Dec 07, 2017 at 03:32:02PM +0100, Landry Breuil wrote: > > > On Thu, Dec 07, 2017 at 03:07:33PM +0100, Rafael Sadowski wrote: > > > > On Mon Dec 04, 2017 at 10

Re: [NEW] net/onionshare

2017-12-07 Thread Stuart Henderson
On 2017/12/07 01:40, Klemens Nanni wrote: > Otherwise at least the CLI version works for me. It would be nice imho > to split CLI and GUI into separate FLAVORS if possible. this would be multipackages rather than flavours.

Re: [maintainer update] net/py-oauth2

2017-12-07 Thread Johan Huldtgren
there was a request recently to add a python3 flavor to py-oauth2, I've done so, and while there I did a very minor update which got rid of py-coverage as a test dependency as well as removed our patch as that has been merged upstream. Homepage also changed. This builds, packages, and passes tes

Re: COMPILER -> MODULES

2017-12-07 Thread Jeremie Courreges-Anglas
On Thu, Dec 07 2017, Jeremie Courreges-Anglas wrote: > On Thu, Dec 07 2017, Marc Espie wrote: >> On Thu, Dec 07, 2017 at 05:56:13PM +0300, Kirill Bychkov wrote: >>> On Wed, December 6, 2017 14:37, Stuart Henderson wrote: >>> > On 2017/12/06 11:49, Kirill Bychkov wrote: >>> >> On Wed, December 6,

Re: COMPILER -> MODULES

2017-12-07 Thread Jeremie Courreges-Anglas
On Thu, Dec 07 2017, Marc Espie wrote: > On Thu, Dec 07, 2017 at 05:56:13PM +0300, Kirill Bychkov wrote: >> On Wed, December 6, 2017 14:37, Stuart Henderson wrote: >> > On 2017/12/06 11:49, Kirill Bychkov wrote: >> >> On Wed, December 6, 2017 11:34, Jeremie Courreges-Anglas wrote: >> >> > On Wed,

about FIX_EXTRACT_PERMISSIONS

2017-12-07 Thread Marc Espie
I'm just adding this to needy ports as required. There is a longer, time-consuming task, to be done by maintainers of ports where upstream is alive. Obviously, FIX_EXTRACT_PERMISSIONS is there to fix a problem. Namely some software source archives have bogus paranoid permissions, and after extrac

[Update] pgpool-II-3.7.0

2017-12-07 Thread Pierre-Emmanuel André
Hi, This diff updates pgpool-II to it's latest version (3.7.0). It's a big update. Tested on @amd64 with PostgreSQL 9.6.6 and PostgreSQL 10.1. Comments, ok ? Regards, Index: Makefile === RCS file: /cvs/ports/databases/pgpool/Makefi

Re: UPDATE: multimedia/synfigstudio, multimedia/synfig and devel/etl

2017-12-07 Thread Landry Breuil
On Thu, Dec 07, 2017 at 04:07:55PM +0100, Rafael Sadowski wrote: > On Thu Dec 07, 2017 at 03:32:02PM +0100, Landry Breuil wrote: > > On Thu, Dec 07, 2017 at 03:07:33PM +0100, Rafael Sadowski wrote: > > > On Mon Dec 04, 2017 at 10:29:03PM +0100, Rafael Sadowski wrote: > > > > Hi all, > > > > > > >

Re: UPDATE: multimedia/synfigstudio, multimedia/synfig and devel/etl

2017-12-07 Thread Rafael Sadowski
On Thu Dec 07, 2017 at 03:32:02PM +0100, Landry Breuil wrote: > On Thu, Dec 07, 2017 at 03:07:33PM +0100, Rafael Sadowski wrote: > > On Mon Dec 04, 2017 at 10:29:03PM +0100, Rafael Sadowski wrote: > > > Hi all, > > > > > > please find blow a straightforward update to synfigstudio and all direct >

Re: COMPILER -> MODULES (Was: Re: enable build of graphics/libraw on gcc4 arches)

2017-12-07 Thread Marc Espie
On Thu, Dec 07, 2017 at 05:56:13PM +0300, Kirill Bychkov wrote: > On Wed, December 6, 2017 14:37, Stuart Henderson wrote: > > On 2017/12/06 11:49, Kirill Bychkov wrote: > >> On Wed, December 6, 2017 11:34, Jeremie Courreges-Anglas wrote: > >> > On Wed, Dec 06 2017, "Kirill Bychkov" wrote: > >> >>

COMPILER -> MODULES (Was: Re: enable build of graphics/libraw on gcc4 arches)

2017-12-07 Thread Kirill Bychkov
On Wed, December 6, 2017 14:37, Stuart Henderson wrote: > On 2017/12/06 11:49, Kirill Bychkov wrote: >> On Wed, December 6, 2017 11:34, Jeremie Courreges-Anglas wrote: >> > On Wed, Dec 06 2017, "Kirill Bychkov" wrote: >> >> On Wed, December 6, 2017 03:23, Jeremie Courreges-Anglas wrote: >> >>> On

Re: UPDATE: multimedia/synfigstudio, multimedia/synfig and devel/etl

2017-12-07 Thread Landry Breuil
On Thu, Dec 07, 2017 at 03:07:33PM +0100, Rafael Sadowski wrote: > On Mon Dec 04, 2017 at 10:29:03PM +0100, Rafael Sadowski wrote: > > Hi all, > > > > please find blow a straightforward update to synfigstudio and all direct > > dependencies. Synfigstudio will not build with upcoming boost and an >

[Update] pgbouncer 1.7.2

2017-12-07 Thread Pierre-Emmanuel André
Hi, Small diff to update pgbouncer to it's latest version (1.7.2). Tested on @amd64. Comments, ok ? Index: Makefile === RCS file: /cvs/ports/databases/pgbouncer/Makefile,v retrieving revision 1.23 diff -u -p -u -p -r1.23 Makefile --

Re: UPDATE: multimedia/synfigstudio, multimedia/synfig and devel/etl

2017-12-07 Thread Rafael Sadowski
On Mon Dec 04, 2017 at 10:29:03PM +0100, Rafael Sadowski wrote: > Hi all, > > please find blow a straightforward update to synfigstudio and all direct > dependencies. Synfigstudio will not build with upcoming boost and an > update is easier than patch. > > I'd like to see it soon in the tree to g

Re: [NEW] net/onionshare

2017-12-07 Thread Jiri B
> > Attached is a port OnionShare (https://onionshare.org). It requires > > the net/stem python3 flavor patch I posted earlier. Both GUI and CLI > > have been lightly tested. > > > > $ cat pkg/DESCR > > Tool for sharing files of any size anonymously over the Tor public > > anonymity network. > >