Re: Prepare for gpsd-3.x

2019-07-22 Thread Kirill Bychkov
On Thu, June 20, 2019 10:08, Kirill Bychkov wrote: > Hi! > Long time ago I've started update of gpsd from 2.x to 3.x. > Upstream moved from auto crap to scons so it gave me some > headache. > Before switching to new gpsd we need to prepare some ports > which are linking against libgps because API h

Re: UPDATE: net/snort 2.9.14

2019-07-22 Thread Aaron Bieber
Fixes it for me! Need to also regen WANTLIB, then OK abiener@ PGP: 0x1F81112D62A9ADCE / 3586 3350 BFEA C101 DB1A 4AF0 1F81 112D 62A9 ADCE > On Jul 22, 2019, at 9:13 PM, Lawrence Teo wrote: > > On Sun, Jul 21, 2019 at 11:38:06PM -0600, Aaron Bieber wrote: >>> On Fri, 19 Jul 2019 at 22:01:53 -04

Re: lang/gcc fails on -current

2019-07-22 Thread Nigel
On 22/07/2019 14:06, Stuart Henderson wrote: > On 2019/07/22 13:36, Nigel Taylor wrote: >> On 22/07/2019 12:21, Stuart Henderson wrote: >>> On 2019/07/22 08:36, Pavel Korovin wrote: On 07/20, Nigel Taylor wrote: > I can get past the sinfo.h error, treeprs.ads and osnames errors, but >

Re: UPDATE: net/snort 2.9.14

2019-07-22 Thread Lawrence Teo
On Sun, Jul 21, 2019 at 11:38:06PM -0600, Aaron Bieber wrote: > On Fri, 19 Jul 2019 at 22:01:53 -0400, Lawrence Teo wrote: > > This updates Snort to 2.9.14. > > > > https://blog.snort.org/2019/07/snort-29140-has-been-released.html > > > > ok? > > Builds and runs fine here! When I start it with "

[Patch] mail/p5-Mail-Milter-Authentication : Fix DEPENDS

2019-07-22 Thread wen heping
Hi, Here is a patch for mail/p5-Mail-Milter-Authentication to fix RUN_DEPENDS. After install this port, when run: perl -e "use Mail::Milter::Authentication;" It will fail because lacking of mail/p5-Mail-SPF as DEPENDS. With this patch, the port build well and passed all tests

Re: lang/gcc fails on -current

2019-07-22 Thread Nigel Taylor
On 22/07/2019 12:21, Stuart Henderson wrote: > On 2019/07/22 08:36, Pavel Korovin wrote: >> On 07/20, Nigel Taylor wrote: >>> I can get past the sinfo.h error, treeprs.ads and osnames errors, but >>> there are more afterwards. Too many errors to fix by hand. >>> >>> The problem I think lies in open

Re: lang/gcc fails on -current

2019-07-22 Thread Pascal Stumpf
On Mon, 22 Jul 2019 21:44:06 +0100, Stuart Henderson wrote: > On 2019/07/22 22:05, Christian Weisgerber wrote: > > Mark Patruck: > > > > > lang/gcc always fails with the following error on amd64 -current (~6 > > > hours old) > > > > > > > > > Check for missing set proced

Re: lang/gcc fails on -current

2019-07-22 Thread Stuart Henderson
On 2019/07/22 22:05, Christian Weisgerber wrote: > Mark Patruck: > > > lang/gcc always fails with the following error on amd64 -current (~6 hours > > old) > > > > > > Check for missing set procedures in body > > OK > > > > All tests completed successfully, no error

Re: lang/gcc fails on -current

2019-07-22 Thread Christian Weisgerber
Mark Patruck: > lang/gcc always fails with the following error on amd64 -current (~6 hours > old) > > > Check for missing set procedures in body > OK > > All tests completed successfully, no errors detected > > raised ADA.IO_EXCEPTIONS.USE_ERROR : sinfo.h: No such

Re: [patch] net/icbirc: Correct IRC parsing

2019-07-22 Thread Stuart Henderson
On 2019/07/11 12:40, Matthew Martin wrote: > Seems some icbirc users started having : prefixed nicks after updating > weechat. Even though weechat added a workaround, I think it would be > best to fix the IRC protocol parsing in icbirc to conform to the RFC. > > I special cased RAWICB to bypass th

Re: [UPDATE] www/honk

2019-07-22 Thread Horia Racoviceanu
Update Makefile - change NO_TEST=yes to NO_TEST=Yes On 7/12/19, Horia Racoviceanu wrote: > Update patch to Makefile rev. 1.7 > > On 7/11/19, Horia Racoviceanu wrote: >> Update to v0.7.4 >> - add admin.txt >> >> Changelog: >> + Ever more bug fixes. >> + Collapse posts based on custom regex match.

Re: [update] devel/flake8 (and dependencies)

2019-07-22 Thread Paco Esteban
Ping ? On Sun, 23 Jun 2019, Paco Esteban wrote: > On Thu, 20 Jun 2019, Kurt Mosiejczuk wrote: > > > It helps be sure one didn't break anything in my experience. I usually just > > run the tests which will install the test dependencies and then run tests. > > "pkg_delete -a" is your friends after

Re: ipv6 nmap breakage under 6.5-STABLE ?

2019-07-22 Thread Adam Thompson
On 2019-07-22 09:51, Adam Thompson wrote: Hi, [Cross-posted to misc & ports as I'm not sure if there's a bug in software or in wetware.] I'm trying to run nmap (from ports) on 6.5-STABLE but am getting an ungoogle-able error message every time: Forgot to mention - this occurs under OpenBSD, b

ipv6 nmap breakage under 6.5-STABLE ?

2019-07-22 Thread Adam Thompson
Hi, [Cross-posted to misc & ports as I'm not sure if there's a bug in software or in wetware.] I'm trying to run nmap (from ports) on 6.5-STABLE but am getting an ungoogle-able error message every time: root@bgpmirror:~# nmap -Pn -A -n --top-ports=100 -6 2620:132:300e:700::113 Starting

Re: lang/gcc fails on -current

2019-07-22 Thread Stuart Henderson
On 2019/07/22 13:36, Nigel Taylor wrote: > On 22/07/2019 12:21, Stuart Henderson wrote: > > On 2019/07/22 08:36, Pavel Korovin wrote: > >> On 07/20, Nigel Taylor wrote: > >>> I can get past the sinfo.h error, treeprs.ads and osnames errors, but > >>> there are more afterwards. Too many errors to fi

Re: lang/gcc fails on -current

2019-07-22 Thread Nigel Taylor
On 22/07/2019 06:36, Pavel Korovin wrote: > On 07/20, Nigel Taylor wrote: >> I can get past the sinfo.h error, treeprs.ads and osnames errors, but >> there are more afterwards. Too many errors to fix by hand. >> >> The problem I think lies in opening files for writing when they don't >> exist, it f

Re: [Update] databases/p5-DBIx-Connector : Update to 0.56

2019-07-22 Thread Abel Abraham Camarillo Ojeda
On Monday, July 22, 2019, wen heping wrote: > Hi, > >Here is a patch for databases/p5-DBIx-Connector: >i) Update to 0.56 >ii) Remove p5-Test-Pod and p5-Test-Pod-Coverage from > TEST_DEPENDS, because there is no pod tests in this version. >iii) Change p5-Test-MockModule from BUILD_

Re: lang/gcc fails on -current

2019-07-22 Thread Stuart Henderson
On 2019/07/22 12:21, Stuart Henderson wrote: > On 2019/07/22 08:36, Pavel Korovin wrote: > > On 07/20, Nigel Taylor wrote: > > > I can get past the sinfo.h error, treeprs.ads and osnames errors, but > > > there are more afterwards. Too many errors to fix by hand. > > > > > > The problem I think li

Re: lang/gcc fails on -current

2019-07-22 Thread Stuart Henderson
On 2019/07/22 08:36, Pavel Korovin wrote: > On 07/20, Nigel Taylor wrote: > > I can get past the sinfo.h error, treeprs.ads and osnames errors, but > > there are more afterwards. Too many errors to fix by hand. > > > > The problem I think lies in opening files for writing when they don't > > exist

Re: [UPDATE] textproc/py-pygments

2019-07-22 Thread Stuart Henderson
On 2019/07/22 10:25, Pavel Korovin wrote: > Dear all, > > Please find update for the latest py-pygments attached. > 2.3.1 version we have in ports is very outdated (Mar 2, 2016). > > 1 test fails for python2 flavor, python3 tests are OK (with 2.1.3 > 4 tests fail for both flavors). > > OK to upd

[maintainer update] www/p5-Mojo 8.22

2019-07-22 Thread Manolis Tzanidakis
Hello, this diff updates www/p5-Mojo to the latest version, 8.22. https://metacpan.org/release/SRI/Mojolicious-8.22 All test pass. While here also switch to PERMIT_PACKAGE, as suggested by Charlene Wendling. Index: Makefile === RCS

[Update] devel/p5-SUPER : Update to 1.20190531

2019-07-22 Thread wen heping
Hi, ports@: Here is a patch for devel/p5-SUPER: i) Update to 1.20190531 ii) Remove the line BUILD_DEPENDS= ${RUN_DEPENDS}, the port could build without p5-Sub-Identify. It build well and passed all tests on amd64-head system. Only one port depends on p5-SUPER : devel/p5-Test-

[Update] databases/p5-DBIx-Connector : Update to 0.56

2019-07-22 Thread wen heping
Hi, Here is a patch for databases/p5-DBIx-Connector: i) Update to 0.56 ii) Remove p5-Test-Pod and p5-Test-Pod-Coverage from TEST_DEPENDS, because there is no pod tests in this version. iii) Change p5-Test-MockModule from BUILD_DEPENDS to TEST_DEPENDS. It build well and passed all t

[UPDATE] textproc/py-pygments

2019-07-22 Thread Pavel Korovin
Dear all, Please find update for the latest py-pygments attached. 2.3.1 version we have in ports is very outdated (Mar 2, 2016). 1 test fails for python2 flavor, python3 tests are OK (with 2.1.3 4 tests fail for both flavors). OK to update? -- With best regards, Pavel Korovin Index: Makefile =