Re: UPDATE: jansson (2.12)

2018-12-12 Thread Stuart Henderson
On 2018/12/12 14:45, Kirill Bychkov wrote: > On Wed, December 12, 2018 14:08, Stuart Henderson wrote: > > On 2018/12/12 14:02, Kirill Bychkov wrote: > >> On Wed, December 12, 2018 13:07, Kirill Bychkov wrote: > >> > On Tue, December 11, 2018 13:40, Stuart Henderson wrote: > >> >> On 2018/12/11

Re: LLVM 6.0.1p8 fails to compile on 6.4-stable/loongson

2018-12-12 Thread Brian Callahan
On 12/12/18 2:51 AM, Xiyue Deng wrote: Jeremie Courreges-Anglas writes: On Mon, Dec 10 2018, Xiyue Deng wrote: [...] Sounds great! It will be great to have it backported to -stable as well. "will" Please keep in mind that development happens on -current. Backporting diffs from

Re: NEW: net/vf1

2018-12-12 Thread Paco Esteban
Ping. (zip attached again) -- Paco Esteban https://onna.be/gpgkey.asc vf1.tgz Description: Binary data

Re: [new] devel/p5-Test-LWP-UserAgent

2018-12-12 Thread Paco Esteban
Ping. (port attached again). On Sat, 17 Nov 2018, Paco Esteban wrote: > Hi ports@, > > Attached is a port of the Test::LWP::UserAgent perl module available at: > https://metacpan.org/pod/Test::LWP::UserAgent > > It overrides some methods of LWP::UserAgent allowing interception of > requests

rm news/sickbeard?

2018-12-12 Thread Daniel Jakots
Hi, >From the Makefile: # $OpenBSD: Makefile,v 1.4 2015/11/02 11:56:54 espie Exp $ # alpha version PKGNAME = sickbeard-0.0.1 It's obviously not maintained. Upstream doesn't seem to be the most alive repo of github: https://github.com/midgetspy/Sick-Beard A friend of mine

Re: powerpc bulk build report

2018-12-12 Thread Brian Callahan
On 12/12/18 3:51 PM, Charlene Wendling wrote: On Tue, 11 Dec 2018 16:29:13 -0700 (MST) lan...@openbsd.org wrote: http://build-failures.rhaalovely.net//powerpc/2018-12-01/games/prboom-plus.log Hi, The diff says it all ;) As sparc64 has the same issue, it should fix the build there as

Re: [FIX] textproc/txt2man

2018-12-12 Thread Charles A Daniels
> bash whines too (though does accept it), I think the below diff is > what was meant. > > Index: Makefile > === > RCS file: /cvs/ports/textproc/txt2man/Makefile,v > retrieving revision 1.3 > diff -u -p -r1.3 Makefile > --- Makefile

Re: security/wpa_supplicant: Reassoc on NWID change

2018-12-12 Thread Gregor Best
Hi Mikolaj, > [...] > I'm currently testing your diff with additional condition to also > handle RTM_IFINFO, as I see it happening just after resume: > > 1544537117.597172: XXX wpa_driver_openbsd_event_receive() start > 1544537117.597197: XXX evnt_rcv: name=iwn0, type=0xe > [...] Good idea. How

Re: lang/gcc/6: Install missing stdatomic.h header

2018-12-12 Thread Brian Callahan
Reviving this with an updated patch... On 11/29/18 12:19 PM, Brian Callahan wrote: On 11/29/18 8:17 AM, Pascal Stumpf wrote: On Wed, 28 Nov 2018 12:47:21 -0500, Brian Callahan wrote: On 11/28/18 6:54 AM, Stuart Henderson wrote: On 2018/11/27 19:36, George Koehler wrote: On Tue, 27 Nov

[FIX] textproc/txt2man

2018-12-12 Thread Charles A Daniels
Under txt2man 1.5.6, I get this error when running the `bookman` command: ./bookman[86]: syntax error: `$1' missing expression operator This is because bookman is being executed via `/bin/sh`, when it in fact seems to be a BASH-specific script. I have updated the shebang to call /usr/bin/env

bison SIGILL while building re2c on alpha

2018-12-12 Thread Sebastian Reitenbach
I blew off the dust of my alpha, and attempted some investigations, one of the required packages to build would be devel/re2c, however, bison aborts with SIGILL: (gdb) r Starting program: /usr/local/bin/bison --output=src/ast/parser.cc --defines=src/ast/y.tab.h ./src/ast/parser.yp warning: Hit

Re: LLVM 6.0.1p8 fails to compile on 6.4-stable/loongson

2018-12-12 Thread George Koehler
On Tue, 11 Dec 2018 23:51:43 -0800 Xiyue Deng wrote: > Well, this attempt failed with an ICE. The build log is attached. I > wonder whether it is because of "out of memory". I did have a 5G swap > besides the 1G memory though (with infinity settings in /etc/logins.conf). My powerpc machine

Re: powerpc bulk build report

2018-12-12 Thread Charlene Wendling
On Tue, 11 Dec 2018 16:29:13 -0700 (MST) lan...@openbsd.org wrote: > http://build-failures.rhaalovely.net//powerpc/2018-12-01/games/prboom-plus.log Hi, The diff says it all ;) As sparc64 has the same issue, it should fix the build there as well. The build log is here [1]. Lightly tested

Re: powerpc bulk build report

2018-12-12 Thread Brian Callahan
On 12/12/18 3:55 PM, Brian Callahan wrote: On 12/12/18 3:51 PM, Charlene Wendling wrote: On Tue, 11 Dec 2018 16:29:13 -0700 (MST) lan...@openbsd.org wrote: http://build-failures.rhaalovely.net//powerpc/2018-12-01/games/prboom-plus.log Hi, The diff says it all ;) As sparc64 has the

Re: [FIX] textproc/txt2man

2018-12-12 Thread Stuart Henderson
On 2018/12/12 15:31, Charles A Daniels wrote: > Under txt2man 1.5.6, I get this error when running the `bookman` > command: > > ./bookman[86]: syntax error: `$1' missing expression operator > > This is because bookman is being executed via `/bin/sh`, when it in fact > seems to be a BASH-specific

Update to py-cheetah-3.1.0

2018-12-12 Thread Daniel Jakots
Hi, Cheetah upstreams is more or less dead but it got forked and the fork is actually maintained: https://github.com/CheetahTemplate3/cheetah3 This update: - switches to this upstream - adds a py3 flavour thanks to the new upstream - reorders the Makefile for a saner order The test suite is

Re: UPDATE: net/geomyidae 0.34

2018-12-12 Thread Joerg Jung
> Am 12.12.2018 um 12:14 schrieb Sascha Paunovic : > > Hi, > > here an update of net/geomyidae to 0.34: Thanks! ok jung@ > Index: Makefile > === > RCS file: /cvs/ports/net/geomyidae/Makefile,v > retrieving revision 1.7 > diff

Re: Update to py-cheetah-3.1.0

2018-12-12 Thread Daniel Jakots
On Wed, 12 Dec 2018 13:29:03 -0500, Daniel Jakots wrote: > sabnzbd As found by bket@, the current version in tree won't work https://github.com/sabnzbd/sabnzbd/blob/1.2.1/SABnzbd.py#L45 They fixed the check before 2.3.5 so the update pending on ports should work regarding this particular

Re: NEW: devel/py-arrow-0.12.1

2018-12-12 Thread Björn Ketelaars
On Wed 12/12/2018 14:55, Jeremie Courreges-Anglas wrote: > On Fri, Dec 07 2018, Jeremie Courreges-Anglas wrote: > > On Thu, Dec 06 2018, Edward Lopez-Acosta wrote: > >> Resubmitting this for review. > >> Fixed some typos in the Makefile and PLIST, and added a conditional > >> TEST_DEPENDS on

Re: security/wpa_supplicant: Reassoc on NWID change

2018-12-12 Thread Gregor Best
Hi Edd, Raf, Mikolaj, ports@ I just updated my proposed patch with Mikolaj's suggestion of also listening to RTM_IFINFO instead of just RTM_80211INFO. The patch is attached below the signature. It makes reassociation over suspend/resume work (if I resume in the same spot I suspended in, haven't

Re: powerpc bulk build report

2018-12-12 Thread Charlene Wendling
On Wed, 12 Dec 2018 15:56:51 -0500 Brian Callahan wrote: > > I think it would be better if you kept the same comment but > > simplified the rest to: > > COMPILER = base-clang ports-gcc > > > > Since that's effectively what you're asking for (and is more > > generalizable to all archs). > > > >

Re: [UPDATE] www/hugo 0.51 -> 0.52

2018-12-12 Thread Edward Lopez-Acosta
Should this have `NO_TEST = Yes` in the Makefile? I checked on GitHub and there are no tests for Hugo and running `make test` results in the following: /usr/ports/www/hugo $ make test ===> Regression tests for hugo-0.52 /usr/bin/env -i GOCACHE=off

Re: UPDATE: databases/py-redis-3.0.1

2018-12-12 Thread Edward Lopez-Acosta
ping? Edward Lopez-Acosta On 12/6/18 5:39 PM, Edward Lopez-Acosta wrote: Resubmitting the diff so its easier for commit. I replaced the py-py test depend with py-mock like it should be. py-py is pulled is as a dependency of mock. Edward Lopez-Acosta On 12/6/18 4:26 AM, Stuart Henderson

Re: powerpc bulk build report

2018-12-12 Thread Charlene Wendling
Sorry for the extra noise, but i managed to unbreak more of them. It should do the job on other gcc4 arches as well. > http://build-failures.rhaalovely.net//powerpc/2018-12-01/converters/lastools.log The log explains itself the issue, i added it, it builds [1] and runs fine. It doesn't

[update] security/gopass to 1.8.3

2018-12-12 Thread Aaron Bieber
Hi, Here is an update to gopass. I will send the patch upstream shortly. Changes listed here: https://github.com/gopasspw/gopass/releases/tag/v1.8.3 OK? diff --git a/security/gopass/Makefile b/security/gopass/Makefile index 7360ae665f0..49671847067 100644 --- a/security/gopass/Makefile +++

Re: security/wpa_supplicant: Reassoc on NWID change

2018-12-12 Thread Mikolaj Kucharski
Gregor, Thank you for working on this. I have one comment about your code, comments inlined in your below diff. Here is debug output of one day session, with suspend in the middle when going home, back to work and home again. # grep -E 'type=0x(15|e)' wpa_supplicant.log 1544550580.320374: XXX

[update] sysutils/fzf to 0.17.5

2018-12-12 Thread Aaron Bieber
Hi! Here is a trivial update to fzf. Full list if changes here: https://github.com/junegunn/fzf/compare/0.17.3...0.17.5 OK? diff --git a/sysutils/fzf/Makefile b/sysutils/fzf/Makefile index 6ba5c01723b..69a8dcb3e15 100644 --- a/sysutils/fzf/Makefile +++ b/sysutils/fzf/Makefile @@ -2,7 +2,7 @@

[update] www/kwebapp to 0.6.9

2018-12-12 Thread Aaron Bieber
Another trivial uptade, this time for kwebapp! Changes here: https://kristaps.bsd.lv/kwebapp/archive.html OK? diff --git a/www/kwebapp/Makefile b/www/kwebapp/Makefile index 96ff553fde4..3cd828f8f1d 100644 --- a/www/kwebapp/Makefile +++ b/www/kwebapp/Makefile @@ -2,7 +2,7 @@ COMMENT =

Re: NEW: net/vf1

2018-12-12 Thread Solene Rapenne
Paco Esteban wrote: > Ping. > > (zip attached again) hi the port looks fine to me but it doesn't provide any documentation. In the sources there is a README.md file which could be used. You can use the port sysutils/boar as an example for adding the README.md file to the package.

Re: multimedia/mlt using frei0r-plugins

2018-12-12 Thread Raphael Graf
On 12/9/18 3:17 PM, Kristaps Dzonsons wrote: A few months ago, frei0r-plugins was posted to the list. By teaching mlt to use these plugins, I can get kdenlive to do colour correction properly. Enclosed is the patch to mlt so that it can use the proper plugin values. (kdenlive needs no patch:

Re: UPDATE: jansson (2.12)

2018-12-12 Thread Kirill Bychkov
On Tue, December 11, 2018 13:40, Stuart Henderson wrote: > On 2018/12/11 18:47, YASUOKA Masahiko wrote: >> Hi, >> >> The diff does the followings: >> >> - update to jansson-2.12 >> - include a static library >> - use configure && make, instead of cmake >> >> My motivation was to include the static

Re: UPDATE: jansson (2.12)

2018-12-12 Thread Stuart Henderson
On 2018/12/12 14:02, Kirill Bychkov wrote: > On Wed, December 12, 2018 13:07, Kirill Bychkov wrote: > > On Tue, December 11, 2018 13:40, Stuart Henderson wrote: > >> On 2018/12/11 18:47, YASUOKA Masahiko wrote: > >>> Hi, > >>> > >>> The diff does the followings: > >>> > >>> - update to

Re: UPDATE: jansson (2.12)

2018-12-12 Thread Kirill Bychkov
On Wed, December 12, 2018 13:07, Kirill Bychkov wrote: > On Tue, December 11, 2018 13:40, Stuart Henderson wrote: >> On 2018/12/11 18:47, YASUOKA Masahiko wrote: >>> Hi, >>> >>> The diff does the followings: >>> >>> - update to jansson-2.12 >>> - include a static library >>> - use configure &&

UPDATE: net/geomyidae 0.34

2018-12-12 Thread Sascha Paunovic
Hi, here an update of net/geomyidae to 0.34: Index: Makefile === RCS file: /cvs/ports/net/geomyidae/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile --- Makefile1 Jul 2018 18:05:30 - 1.7 +++ Makefile12

Re: UPDATE: jansson (2.12)

2018-12-12 Thread YASUOKA Masahiko
On Tue, 11 Dec 2018 10:40:53 + Stuart Henderson wrote: > On 2018/12/11 18:47, YASUOKA Masahiko wrote: >> Hi, >> >> The diff does the followings: >> >> - update to jansson-2.12 >> - include a static library >> - use configure && make, instead of cmake >> >> My motivation was to include the

Re: NEW: security/ossec-hids

2018-12-12 Thread Paul Irofti
Hi, Here is an updated port that I would like to import. This contains many fixes, mostly permissions tweaking but also an rc script, and wrappers for the inotify fiasco. It has been tested in production since before release and all seems to be running fine. OK? Paul On Fri, Sep 21, 2018 at

Re: UPDATE: jansson (2.12)

2018-12-12 Thread Kirill Bychkov
On Wed, December 12, 2018 14:08, Stuart Henderson wrote: > On 2018/12/12 14:02, Kirill Bychkov wrote: >> On Wed, December 12, 2018 13:07, Kirill Bychkov wrote: >> > On Tue, December 11, 2018 13:40, Stuart Henderson wrote: >> >> On 2018/12/11 18:47, YASUOKA Masahiko wrote: >> >>> Hi, >> >>> >> >>>

Re: NEW: devel/py-arrow-0.12.1

2018-12-12 Thread Jeremie Courreges-Anglas
On Fri, Dec 07 2018, Jeremie Courreges-Anglas wrote: > On Thu, Dec 06 2018, Edward Lopez-Acosta wrote: >> Resubmitting this for review. >> Fixed some typos in the Makefile and PLIST, and added a conditional >> TEST_DEPENDS on recommendation from jca (CC to make sure I didn't miss >> something).

No Typing Sounds In FocusWriter

2018-12-12 Thread Christopher Turkel
I am using FocusWriter in 6.4 and after I enable typing sounds, I don't hear any. The rest of my audio is fine. Is this a bug? Or I am missing something? Thank you

Re: p5-IO-Socket-SSL message

2018-12-12 Thread Alexander Bluhm
On Wed, Dec 12, 2018 at 05:40:44PM +0100, d...@dandat.net wrote: > Thank you very much! > Certainly $SIG{__DIE__} = sub {warn @_} makes the difference. > Even you helped me already, if you could give me a clue to investigate > further the > interference of $SIG{__DIE__} = ...

CVS: cvs.openbsd.org: ports

2018-12-12 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/12/12 08:09:14 Modified files: devel/jansson : Makefile distinfo devel/jansson/patches: patch-CMakeLists_txt devel/jansson/pkg: PLIST Log message: update to jansson-2.12 and enable

CVS: cvs.openbsd.org: ports

2018-12-12 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2018/12/12 09:56:12 Modified files: math/bcal : Makefile distinfo math/bcal/patches: patch-bcal_1 patch-src_bcal_c Log message: Update to bcal-2.1 -- upstream now makes real tarballs

CVS: cvs.openbsd.org: ports

2018-12-12 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2018/12/12 09:17:30 Modified files: infrastructure/mk: bsd.port.mk Log message: add a "show-indexed" target that displays variables with (potential) SUBPACKAGE variation. Less brittle than make

CVS: cvs.openbsd.org: ports

2018-12-12 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2018/12/12 09:32:59 Modified files: infrastructure/bin: pkg_outdated Log message: use show-indexed

CVS: cvs.openbsd.org: ports

2018-12-12 Thread Bjorn Ketelaars
CVSROOT:/cvs Module name:ports Changes by: b...@cvs.openbsd.org2018/12/12 12:52:15 ports/news/sabnzbd/patches Update of /cvs/ports/news/sabnzbd/patches In directory cvs.openbsd.org:/tmp/cvs-serv34725/patches Log Message: Directory /cvs/ports/news/sabnzbd/patches added to the

Re: p5-IO-Socket-SSL message

2018-12-12 Thread db
Thank you very much! Certainly $SIG{__DIE__} = sub {warn @_} makes the difference. Even you helped me already, if you could give me a clue to investigate further the interference of $SIG{__DIE__} = ... Following two test programs. First one with SIG handler, second one, without SIG

CVS: cvs.openbsd.org: ports

2018-12-12 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/12/12 14:42:02 Modified files: x11/libdbusmenu: Makefile Log message: BDEP on intltool

CVS: cvs.openbsd.org: ports

2018-12-12 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2018/12/12 13:41:04 Modified files: net/curl : Makefile distinfo net/curl/pkg : PLIST Log message: Update to 7.63.0. No known security fixes.

CVS: cvs.openbsd.org: ports

2018-12-12 Thread Bjorn Ketelaars
CVSROOT:/cvs Module name:ports Changes by: b...@cvs.openbsd.org2018/12/12 12:54:32 Modified files: news/sabnzbd : Makefile distinfo news/sabnzbd/files: sabnzbd news/sabnzbd/pkg: PLIST sabnzbd.rc Added files: news/sabnzbd/patches:

CVS: cvs.openbsd.org: ports

2018-12-12 Thread Daniel Jakots
CVSROOT:/cvs Module name:ports Changes by: d...@cvs.openbsd.org2018/12/12 15:51:58 Modified files: net: Makefile Log message: Fix py-stem,python3 hook revision 1.1032 date: 2017/11/12 20:05:18; author: danj; state: Exp; lines: +3 -2; commitid:

CVS: cvs.openbsd.org: ports

2018-12-12 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/12/12 16:36:47 Removed files: www/pecl-memcache: Makefile distinfo www/pecl-memcache/files: connect.inc www/pecl-memcache/pkg: DESCR PLIST Log message: remove already-unhooked PHP

CVS: cvs.openbsd.org: ports

2018-12-12 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/12/12 16:36:12 Removed files: www/pecl-swish : Makefile distinfo www/pecl-swish/pkg: DESCR PLIST www/pecl-uploadprogress: Makefile distinfo www/pecl-uploadprogress/pkg: DESCR

CVS: cvs.openbsd.org: ports

2018-12-12 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/12/12 16:46:18 Modified files: mail/pecl-mailparse: Makefile security/pecl-libsodium: Makefile www/pecl-memcached: Makefile www/pecl-pecl_http: Makefile

CVS: cvs.openbsd.org: ports

2018-12-12 Thread Daniel Jakots
CVSROOT:/cvs Module name:ports Changes by: d...@cvs.openbsd.org2018/12/12 16:05:35 Modified files: devel : Makefile Log message: + py-smmap,python3 In the commit revision 1.8 date: 2016/04/25 09:09:17; author: danj; state: Exp; lines: +10 -5; commitid:

CVS: cvs.openbsd.org: ports

2018-12-12 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/12/12 16:44:32 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: more quirks for PHP pecl ports; - obsolete_reason for 5.6-only ports, - update old

CVS: cvs.openbsd.org: ports

2018-12-12 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/12/12 15:58:57 Modified files: textproc/txt2man: Makefile textproc/txt2man/patches: patch-bookman Log message: Adjust txt2man's bookman script to avoid "[[ $i ]] || ...", /bin/sh doesn't

CVS: cvs.openbsd.org: ports

2018-12-12 Thread Remi Pointel
CVSROOT:/cvs Module name:ports Changes by: rpoin...@cvs.openbsd.org2018/12/12 23:52:46 Modified files: security/theharvester: Makefile distinfo security/theharvester/pkg: PLIST Log message: update theHarvester to 3.0.4.

CVS: cvs.openbsd.org: ports

2018-12-12 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/12/12 03:52:13 Modified files: telephony/asterisk: Makefile distinfo telephony/asterisk/patches:

CVS: cvs.openbsd.org: ports

2018-12-12 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/12/12 01:04:25 Modified files: lang/php/7.2 : Makefile Log message: REVISION-apache needed a bump as well: +@depend security/libsodium:libsodium-*:libsodium-1.0.16p0 -@depend

CVS: cvs.openbsd.org: ports

2018-12-12 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/12/12 01:38:00 Modified files: lang/php/7.2 : Makefile Log message: bumps for -cgi and -dbg as well

CVS: cvs.openbsd.org: ports

2018-12-12 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2018/12/12 05:04:56 Modified files: infrastructure/mk: bsd.port.mk bsd.port.subdir.mk pkgpath.mk Log message: rewrite the way 'default' target is set: - common code ends in pkgpath.mk - generic protection

CVS: cvs.openbsd.org: ports

2018-12-12 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2018/12/12 07:17:46 Modified files: geo/postgis: Makefile Log message: Add cunit to BDEP, otherwise if it's around during configure cmake detects it and make fake blows if dpb junked it in the

CVS: cvs.openbsd.org: ports

2018-12-12 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/12/12 06:34:31 Modified files: sysutils/conky : Makefile sysutils/symon : Makefile sysutils/upower: Makefile x11/dstat : Makefile x11/xdimmer: Makefile