devel/cvsweb: add mkdir /var/www/dev to README script

2018-06-04 Thread Thomas Frohwein
Hi, cvsweb touts that: "You can run this README directly with sh(1)", but /var/www/dev isn't present on systems by default. This (admittedly trivial) diff adds dev to the mkdir command. Then passing the README to sh(1) succeeds. Interest in adding this? Index: pkg/README ===

Re: [patch] audio/openal: ugly update to 1.18.2

2018-06-04 Thread Alexandre Ratchov
On Mon, Jun 04, 2018 at 08:37:15PM +0300, Leonid Bobrov wrote: > But input device is detected, I get crash when trying to > record my voice. I installed utox, it doesn't crash with the diff below anymore. The "Preview" button in the "Audio & Video" settings records my voice. AFAICS, the interface

Re: [MAINTAINER] security update net/prosody to 0.10.2

2018-06-04 Thread Landry Breuil
On Mon, Jun 04, 2018 at 10:50:46PM +0200, Henrik Friedrichsen wrote: > On Mon, Jun 04, 2018 at 09:52:10PM +0200, Landry Breuil wrote: > > I'm commiting your diff, but patches/patch-core_certmanager_lua was > > already commited in january. Update your tree before generating diffs.. > > Odd, I did r

Re: [update] sysutils/tarsnap-gui

2018-06-04 Thread Josh Grosse
On Mon, Jun 04, 2018 at 11:46:01PM -0400, Josh Grosse wrote: > Update to v1.0.1 - "This is a small release which > fixes build problems with Qt 5.10 and 5.11." Neglected to mention: tested on amd64.

[update] sysutils/tarsnap-gui

2018-06-04 Thread Josh Grosse
Update to v1.0.1 - "This is a small release which fixes build problems with Qt 5.10 and 5.11." Index: Makefile === RCS file: /systems/cvs/ports/sysutils/tarsnap-gui/Makefile,v retrieving revision 1.11 diff -u -p -r1.11 Makefile --- Mak

NEW: sysutils/tabs

2018-06-04 Thread Brian Callahan
Hi ports -- Attached is a new port, sysutils/tabs. tabs is a utility to set terminal tabs. --- pkg/DESCR: The tabs utility displays a series of characters that clear the hardware terminal tab settings then initialises tab stops at specified positions, and optionally adjusts the margin. It is a

NEW: sysutils/cpdup

2018-06-04 Thread Brian Callahan
Hi ports -- Attached is a new port, sysutils/cpdup. cpdup is a utility to mirror filesystems, directories, and files. --- pkg/DESCR: The cpdup utility makes an exact mirror copy of the source in the destination, creating and deleting files and directories as necessary. UTimes, hardlinks, softli

[update] lang/node to 8.11.2

2018-06-04 Thread Aaron Bieber
Hi, Here is an update that brings node to the latest. Tests have been merged upstream (still 4 failures in 'make test'). - Regen patches. - Update PLIST to remove .orig entries (pointed out by espie@). - Add a new patch to remove this workaround[1] until the API is exposed (9.x already has it)

Re: update openldap to use modules

2018-06-04 Thread Paul B. Henson
Any more thoughts on this? Other changes you'd like to see or concerns addressed before considering incorporating it? Thanks... On Thu, May 24, 2018 at 03:39:38PM -0700, Paul B. Henson wrote: > So it doesn't look like upstream is going to bite on removing the > version numbers from the dynamical

Re: NEW: devel/py-progressbar2 and devel/py-python_utils

2018-06-04 Thread Edward Lopez-Acosta
The changes have been made as requested. I also updated my vimrc to prevent the spacing issue going forward. On 2018-06-03 20:41, Stuart Henderson wrote: On 2018/06/03 17:19, Edward Lopez-Acosta wrote: Hello, Had a previous thread on this but the packages had some errors. Sorry if I should hav

Re: NEW: databases/lmdb

2018-06-04 Thread Rafael Sadowski
On Wed May 30, 2018 at 03:56:59PM +0100, Stuart Henderson wrote: > On 2018/05/30 16:25, Rafael Sadowski wrote: > > On Wed May 30, 2018 at 03:55:10PM +0200, Rafael Sadowski wrote: > > > Please find attached an new tarball with following changes: > > > > > > - Use MDB_WRITEMAP (hint from jca@ and st

Re: UPDATE: games/prboom-plus

2018-06-04 Thread Ryan Freeman
On Thu, May 10, 2018 at 12:15:56AM -0700, Ryan Freeman wrote: > Hey, > > I sent this in back in 2016, totally forgot about it: > https://marc.info/?l=openbsd-ports&m=145953130908490&w=2 > > Apologies to naddy@ who recently modified this and likely wouldn't have > had to if i had stayed on top of

Re: [MAINTAINER] security update net/prosody to 0.10.2

2018-06-04 Thread Henrik Friedrichsen
On Mon, Jun 04, 2018 at 09:52:10PM +0200, Landry Breuil wrote: > I'm commiting your diff, but patches/patch-core_certmanager_lua was > already commited in january. Update your tree before generating diffs.. Odd, I did run cvs up on the tree before working on it. Will make sure it's recent next tim

Re: [MAINTAINER] security update net/prosody to 0.10.2

2018-06-04 Thread Landry Breuil
On Mon, Jun 04, 2018 at 08:38:39PM +0200, Henrik Friedrichsen wrote: > Hi, > > attached diff updates prosody to 0.10.2 which fixes CVE-2018-10847[1]. > > Also included in 0.10.2 and 0.10.1 (which was omitted) are several > other bugfixes [2][3]. I'm commiting your diff, but patches/patch-core_ce

[update] mpd/mpc/ncmpc/ncmpcpp

2018-06-04 Thread Landry Breuil
Hi, here are four diffs to update the mpd/mpc gang, works fine here. thx rsadowski@ for the c++ voodoo. ncmpc was rewritten to use c++14. fixed WANTLIB here and there to use the correct curses lib, as curses is the one reported in the end by ldd/objdump -p, i don't see any specific reason to use n

[MAINTAINER] security update net/prosody to 0.10.2

2018-06-04 Thread Henrik Friedrichsen
Hi, attached diff updates prosody to 0.10.2 which fixes CVE-2018-10847[1]. Also included in 0.10.2 and 0.10.1 (which was omitted) are several other bugfixes [2][3]. [1]: https://prosody.im/security/advisory_20180531/ [2]: https://blog.prosody.im/prosody-0-10-1-released/ [3]: https://blog.prosody

Re: [update] emacs-26.1

2018-06-04 Thread Jeremie Courreges-Anglas
On Mon, Jun 04 2018, Leonid Bobrov wrote: > On Mon, Jun 04, 2018 at 07:28:32PM +0200, Jeremie Courreges-Anglas wrote: >> Hi, >> >> thanks for the proposal, but emacs is already bloated, complex and >> unportable enough; I don't want to add more insanity. >> > > Agree, but what did you say about

Re: [update] emacs-26.1

2018-06-04 Thread Leonid Bobrov
On Mon, Jun 04, 2018 at 07:28:32PM +0200, Jeremie Courreges-Anglas wrote: > Hi, > > thanks for the proposal, but emacs is already bloated, complex and > unportable enough; I don't want to add more insanity. > Agree, but what did you say about providing full-featured emacs? :D

Re: [patch] audio/openal: ugly update to 1.18.2

2018-06-04 Thread Leonid Bobrov
But input device is detected, I get crash when trying to record my voice.

Re: [patch] audio/openal: ugly update to 1.18.2

2018-06-04 Thread Leonid Bobrov
On Mon, Jun 04, 2018 at 08:23:23PM +0300, Leonid Bobrov wrote: > On Mon, Jun 04, 2018 at 06:48:02PM +0200, Alexandre Ratchov wrote: > > we've no OSS emulation > > > > https://www.openbsd.org/faq/ports/specialtopics.html#Audio > Please update that page. > > About tools, I already told I'm using T

[patch] sysutils/truncate uses pledge(2)

2018-06-04 Thread Leonid Bobrov
ports/infrastructure/templates/Makefile.template says: # If pledge is used, annotate with `uses pledge()' in a comment Index: Makefile === RCS file: /cvs/ports/sysutils/truncate/Makefile,v retrieving revision 1.1.1.1 diff -u -p -u -p

Re: [update] emacs-26.1

2018-06-04 Thread Jeremie Courreges-Anglas
On Mon, Jun 04 2018, Leonid Bobrov wrote: > Hi! Hi, > I'm not sure you know, but gtk3 flavor can use Webkit2GTK as web browser > engine, plist doesn't change, here is a diff for 26.1 port Makefile: thanks for the proposal, but emacs is already bloated, complex and unportable enough; I don't wan

Re: [patch] audio/openal: ugly update to 1.18.2

2018-06-04 Thread Leonid Bobrov
On Mon, Jun 04, 2018 at 06:48:02PM +0200, Alexandre Ratchov wrote: > we've no OSS emulation > https://www.openbsd.org/faq/ports/specialtopics.html#Audio Please update that page. About tools, I already told I'm using Tox. I'll test you diff right now.

Re: [patch] audio/openal: ugly update to 1.18.2

2018-06-04 Thread Alexandre Ratchov
On Mon, Jun 04, 2018 at 06:01:51PM +0300, Leonid Bobrov wrote: > On Mon, Jun 04, 2018 at 05:42:38PM +0300, Leonid Bobrov wrote: > > On Mon, Jun 04, 2018 at 03:15:05PM +0100, Stuart Henderson wrote: > > > It looks like you can build openal with support for both output types, > > > then the choice ca

Re: [patch] audio/openal: ugly update to 1.18.2

2018-06-04 Thread Alexandre Ratchov
On Mon, Jun 04, 2018 at 02:37:28PM +0300, Leonid Bobrov wrote: > On Mon, Jun 04, 2018 at 12:05:58PM +0100, Stuart Henderson wrote: > > In many languages the words like actual/current are the same, in this > > case a native speaker would say "current" but the words are often mixed up. > > (see 'get

Re: [patch] audio/openal: ugly update to 1.18.2

2018-06-04 Thread Alexandre Ratchov
On Mon, Jun 04, 2018 at 12:05:58PM +0100, Stuart Henderson wrote: > On 2018/06/04 10:31, Leonid Bobrov wrote: > > On Mon, Jun 04, 2018 at 08:07:36AM +0100, David CARLIER wrote: > > > Ok ... My approach with openal has always been not rushing to update to > > > the > > > newest version especially s

Re: [New] citra - 3DS emulator

2018-06-04 Thread Stuart Henderson
On 2018/06/03 20:23, Thomas Frohwein wrote: > ping OK sthen@ to import. Not necessary for import, but maybe some of the patches could be removed by adding -I${LOCALBASE}/include/catch somewhere? > - now from self-hosted distfile to avoid github's risk of unstability with > their auto-tarballs

Re: [patch] audio/openal: ugly update to 1.18.2

2018-06-04 Thread Leonid Bobrov
On Mon, Jun 04, 2018 at 05:42:38PM +0300, Leonid Bobrov wrote: > On Mon, Jun 04, 2018 at 03:15:05PM +0100, Stuart Henderson wrote: > > It looks like you can build openal with support for both output types, > > then the choice can be made via config file. That might be a better option > > for the po

Re: [patch] audio/openal: ugly update to 1.18.2

2018-06-04 Thread Leonid Bobrov
On Mon, Jun 04, 2018 at 03:15:05PM +0100, Stuart Henderson wrote: > It looks like you can build openal with support for both output types, > then the choice can be made via config file. That might be a better option > for the ports tree. > Argh, it crashes no matter how I change ~/.alsoftrc

Re: PHP link libpcre instead of using internal

2018-06-04 Thread Stuart Henderson
On 2018/06/04 13:47, Martijn van Duren wrote: > Hello ports@, > > This diff links the PHP SAPIs to libpcre instead of embedding pcre 8.38. > Since the pcre extension can't be build as a module (at least not > without patching the config0.m4) keep it in the SAPI itself. > > OK? > > martijn@ > >

Re: [update] games/minetest to 0.4.17 release!

2018-06-04 Thread Leonid Bobrov
On Mon, Jun 04, 2018 at 03:16:36PM +0100, Stuart Henderson wrote: > luajit-${MODLUA_VERSION} should stay and not be replaced with luajit-5.1 > Oh, I blindly copied output of `make port-lib-depends-check` and didn't notice that :/ Here we go again: Index: Makefile ===

Re: [patch] audio/openal: ugly update to 1.18.2

2018-06-04 Thread Leonid Bobrov
On Mon, Jun 04, 2018 at 03:12:31PM +0100, Stuart Henderson wrote: > On 2018/06/04 14:41, Leonid Bobrov wrote: > It's not, you have some problem with the dpb setup - it's not able to > download any of the distfiles. > > dpb setup guide is in bulk(8). But if you have trouble getting dpb > running,

Re: [update] games/minetest to 0.4.17 release!

2018-06-04 Thread Stuart Henderson
On 2018/06/04 17:02, Leonid Bobrov wrote: > -WANTLIB += GL GLU ICE Irrlicht SM X11 Xext Xxf86vm bz2 c curl freetype > -WANTLIB += iconv intl jpeg m ogg openal png pthread spatialindex sqlite3 > -WANTLIB += ${COMPILER_LIBCXX} vorbis vorbisfile z > -WANTLIB += luajit-${MODLUA_VERSION} > +WANTLIB +=

Re: [patch] audio/openal: ugly update to 1.18.2

2018-06-04 Thread Stuart Henderson
On 2018/06/04 14:37, Leonid Bobrov wrote: > On Mon, Jun 04, 2018 at 12:05:58PM +0100, Stuart Henderson wrote: > > In many languages the words like actual/current are the same, in this > > case a native speaker would say "current" but the words are often mixed up. > > (see 'get it right' tab on > >

Re: [patch] audio/openal: ugly update to 1.18.2

2018-06-04 Thread Stuart Henderson
On 2018/06/04 14:41, Leonid Bobrov wrote: > I'm not sure this is correct, but here is output: It's not, you have some problem with the dpb setup - it's not able to download any of the distfiles. > mazocomp$ cat openal.packages > emulators/fs-uae > emulators/higan > emulators/retroarch > games/0a

Re: [patch] audio/openal: ugly update to 1.18.2

2018-06-04 Thread Leonid Bobrov
On Mon, Jun 04, 2018 at 01:18:05PM +0100, David CARLIER wrote: > Looks ok to me. > Good, waiting for commit :)

Re: [update] games/minetest to 0.4.17 release!

2018-06-04 Thread Leonid Bobrov
On Mon, Jun 04, 2018 at 04:16:04PM +0300, Leonid Bobrov wrote: > Hello! > > Finally it is released. I tested this game's snapshots to make sure > it won't crash like 0.4.16 release did. > Oups, I forgot to build server, attempt #2: Index: Makefile ===

[update] games/minetest to 0.4.17 release!

2018-06-04 Thread Leonid Bobrov
Hello! Finally it is released. I tested this game's snapshots to make sure it won't crash like 0.4.16 release did. Index: Makefile === RCS file: /cvs/ports/games/minetest/Makefile,v retrieving revision 1.22 diff -u -p -u -p -r1.22 Ma

Re: Python port module documentation question

2018-06-04 Thread Edward Lopez-Acosta
I was not too sure how to summarize what you guys mentioned about those variables. Would it be possible to get assistance clearing up the wording in the man page? I get reading the module itself but the man page was my first stop. Wondering if this is clear to others, since I am still new to Op

Re: [patch] audio/openal: ugly update to 1.18.2

2018-06-04 Thread David CARLIER
Looks ok to me. On Mon, 4 Jun 2018 at 12:41, Leonid Bobrov wrote: > I'm not sure this is correct, but here is output: > > mazocomp$ cat openal.packages > emulators/fs-uae > emulators/higan > emulators/retroarch > games/0ad/base > games/arx-libertatis > games/astromenace > games/barony > games/dh

PHP link libpcre instead of using internal

2018-06-04 Thread Martijn van Duren
Hello ports@, This diff links the PHP SAPIs to libpcre instead of embedding pcre 8.38. Since the pcre extension can't be build as a module (at least not without patching the config0.m4) keep it in the SAPI itself. OK? martijn@ Index: Makefile.inc

Re: [patch] audio/openal: ugly update to 1.18.2

2018-06-04 Thread Leonid Bobrov
I'm not sure this is correct, but here is output: mazocomp$ cat openal.packages emulators/fs-uae emulators/higan emulators/retroarch games/0ad/base games/arx-libertatis games/astromenace games/barony games/dhewm3 games/dustrac games/fifengine games/fs2open games/gemrb games/ioquake3 games/irrlamb

Re: [patch] audio/openal: ugly update to 1.18.2

2018-06-04 Thread Leonid Bobrov
On Mon, Jun 04, 2018 at 12:05:58PM +0100, Stuart Henderson wrote: > In many languages the words like actual/current are the same, in this > case a native speaker would say "current" but the words are often mixed up. > (see 'get it right' tab on > http://www.macmillandictionary.com/dictionary/briti

Re: [patch] audio/openal: ugly update to 1.18.2

2018-06-04 Thread David CARLIER
On Mon, 4 Jun 2018 at 12:05, Stuart Henderson wrote: > On 2018/06/04 10:31, Leonid Bobrov wrote: > > Wouldn't it be better to add record support to the sndio backend? > > I remember the previous maintainer have tried unsuccessfully. But opener's architecture has changed since maybe it s more doab

Re: [patch] audio/openal: ugly update to 1.18.2

2018-06-04 Thread Stuart Henderson
On 2018/06/04 10:31, Leonid Bobrov wrote: > On Mon, Jun 04, 2018 at 08:07:36AM +0100, David CARLIER wrote: > > Ok ... My approach with openal has always been not rushing to update to the > > newest version especially so many softwares depends on it. > > Is the portaudio support of the actual versio

UPDATE: emulators/ppsspp

2018-06-04 Thread Anthony J. Bentley
Hi, Here's an update to ppsspp-1.6.2. Tests? ok? If you find problems be sure to test with the current package also to ensure it's not a driver issue. Index: Makefile === RCS file: /cvs/ports/emulators/ppsspp/Makefile,v retrieving

Re: [patch] audio/openal: ugly update to 1.18.2

2018-06-04 Thread Leonid Bobrov
On Mon, Jun 04, 2018 at 09:25:36AM +0100, David CARLIER wrote: > 1/ Finding out the list of packages dependent on openal > 2/ Putting it on the file to give to dpb > > Does not take days :) I did exactly that for the last significant update of > openal months ago. > Just to make sure no package is

bugfix update: lang/rust 1.26.2

2018-06-04 Thread Sebastien Marie
Hi, Second bugfix update for lang/rust: https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1262-2018-06-05 Thanks. -- Sebastien Marie Index: Makefile === RCS file: /cvs/ports/lang/rust/Makefile,v retrieving revision

Re: [PATCH] ntfs-3g needs OpenBSD specific groupmember() function

2018-06-04 Thread Martin Pieuchot
On 04/06/18(Mon) 14:26, Helg wrote: > Hi Ports, > > I have an upcoming patch to FUSE that passes the current process tid, > uid, gid and umask to the file system. This has highlighted a bug in the > port where the groupmember() function in libntfs-3g/security.c assumes > it's runing on Linux where

Re: [patch] audio/openal: ugly update to 1.18.2

2018-06-04 Thread David CARLIER
1/ Finding out the list of packages dependent on openal 2/ Putting it on the file to give to dpb Does not take days :) I did exactly that for the last significant update of openal months ago. Just to make sure no package is broken because of api made obsolete for example ... etc ... Regards. On

Re: [patch] audio/openal: ugly update to 1.18.2

2018-06-04 Thread Leonid Bobrov
On Mon, Jun 04, 2018 at 08:55:41AM +0100, David CARLIER wrote: > It is more building ports using openal in fact. > Should I compile all ports using openal or just several ones and test them? If all, that may take days :) Ok, I'll compile few ports.

Re: NEW: x11/kde-applications/kcalc

2018-06-04 Thread Rafael Sadowski
On Mon Jun 04, 2018 at 04:03:27AM -0300, Elias M. Mariani wrote: > I would say so. > (really I touch everything on a blank Xsession with nothing but xterm). > > A small side note: > Testing of konsole is next, but it seems it lacks the kf5/kinit > dependency to build and run. > Probably passed t

Re: [patch] audio/openal: ugly update to 1.18.2

2018-06-04 Thread David CARLIER
It is more building ports using openal in fact. On Mon, 4 Jun 2018 at 08:48, Leonid Bobrov wrote: > On Mon, Jun 04, 2018 at 08:44:49AM +0100, David CARLIER wrote: > > Yes the final one please. If it is as expected I would not be against > > updating to the 1.18 branch though. > > > > I didn't re

Re: [patch] audio/openal: ugly update to 1.18.2

2018-06-04 Thread Leonid Bobrov
On Mon, Jun 04, 2018 at 08:44:49AM +0100, David CARLIER wrote: > Yes the final one please. If it is as expected I would not be against > updating to the 1.18 branch though. > I didn't read dpb's man page yet (I'm not fast at reading), so: mazocomp$ doas infrastructure/bin/dpb audio/openal doas (

Re: [patch] audio/openal: ugly update to 1.18.2

2018-06-04 Thread David CARLIER
Yes the final one please. If it is as expected I would not be against updating to the 1.18 branch though. On Mon, 4 Jun 2018 at 08:38, Leonid Bobrov wrote: > About infrastracture/bin/dpb, should I send any output? >

Re: [patch] audio/openal: ugly update to 1.18.2

2018-06-04 Thread Leonid Bobrov
About infrastracture/bin/dpb, should I send any output?

Re: [patch] audio/openal: ugly update to 1.18.2

2018-06-04 Thread Leonid Bobrov
On Mon, Jun 04, 2018 at 08:07:36AM +0100, David CARLIER wrote: > Ok ... My approach with openal has always been not rushing to update to the > newest version especially so many softwares depends on it. > Is the portaudio support of the actual version not working ? > By actual you mean the current

Re: git update to 2.16.4

2018-06-04 Thread Benoit Lecocq
On 06/03/18 00:41, Stuart Henderson wrote: diff below updates to git-2.16.4, ok? I deliberately skipped regen'ing plist so that it can be backported directly to 6.3-stable. ok benoit@ (someone who actually likes git can update to 2.17.x if appropriate :) 2.16.4 fixes these: * Submodu

Re: NEW: x11/kde-applications/kcalc

2018-06-04 Thread Elias M. Mariani
I would say so. (really I touch everything on a blank Xsession with nothing but xterm). A small side note: Testing of konsole is next, but it seems it lacks the kf5/kinit dependency to build and run. Probably passed the original build because kinit was already installed. Cheers. Elias. 2018-06-0

Re: [patch] audio/openal: ugly update to 1.18.2

2018-06-04 Thread Leonid Bobrov
On Mon, Jun 04, 2018 at 05:51:56AM +0100, David CARLIER wrote: > Hi > > What do you mean ? > I mean it doesn't support sndio input, plus when I updated audio/openal to 1.18.2 with sndio backend, the apps depending on this port started segfaulting (reminds me days when it was updated to 1.17.2). I