Re: textproc/sphinx rc.d script

2019-01-09 Thread Antoine Jacoutot
On Wed, Jan 09, 2019 at 10:58:27AM -0600, Jay Williams wrote: > > Ok so that's to workaround a bug. > > At the very least it warrants a comment in the rc.d script. > > Perhaps something like this? No sorry, that makes no sense. You didn't explain the issue in the comment. And also, have a look at

Re: Help updating shells/bash to 5.0

2019-01-09 Thread Stephen Gregoratto
Everything OK on my amd64 server. I'd rather not mess with the WANTLIBs/deps though. -- Stephen Gregoratto

Re: update print/poppler

2019-01-09 Thread Matthias Kilian
On Wed, Jan 09, 2019 at 09:58:23PM +0100, Matthias Kilian wrote: > Index: pkg/PLIST-main > === > RCS file: /cvs/ports/print/poppler/pkg/PLIST-main,v > retrieving revision 1.29 > diff -u -p -r1.29 PLIST-main > --- pkg/PLIST-main4 Ja

need some cmake help for poppler and ld.bfd

2019-01-09 Thread Matthias Kilian
Hi, this patch fixes the build with ld.bfd for me: Index: patches/patch-cmake_modules_GObjectIntrospectionMacros_cmake === RCS file: patches/patch-cmake_modules_GObjectIntrospectionMacros_cmake diff -N patches/patch-cmake_modules_GOb

update print/poppler

2019-01-09 Thread Matthias Kilian
Hi, this will update poppler to 0.73.0. Currently going through a bulk update on my machine. But in case, anyone wants to do some testing with her/his favorite port in advance... Ciao, Kili Index: Makefile === RCS file: /cvs

UPDATE: security/clusterssh

2019-01-09 Thread Steven Mestdagh
This updates clusterssh to a more recent release. Tests pass, and works fine for me. Comments / ok? Index: Makefile === RCS file: /cvs/ports/security/clusterssh/Makefile,v retrieving revision 1.19 diff -u -p -u -r1.19 Makefile --- M

Re: Help updating shells/bash to 5.0

2019-01-09 Thread Christian Weisgerber
Stephen Gregoratto: > Bash 5.0 has just been released[1], and I thought I'd try and update the > port. I'll look at updating the bash port sometime in the next few days. At the moment I'm busy with GNU tar, which had a new release a few days earlier, and which is again an exercise in frustration

Re: textproc/sphinx rc.d script

2019-01-09 Thread Jay Williams
Ok so that's to workaround a bug. At the very least it warrants a comment in the rc.d script. Perhaps something like this? #!/bin/ksh # # searchd - Sphinxsearch network daemon # # Use --nodetach flag in combination with rc_bg to workaround searchd not # listening on specified network ports d

sparc64 bulk build report

2019-01-09 Thread landry
bulk build on sparc64-1.ports.openbsd.org started on Tue Jan 1 10:59:14 MST 2019 finished at Wed Jan 9 09:42:46 MST 2019 lasted 08D15h43m done with kern.version=OpenBSD 6.4-current (GENERIC) #71: Tue Jan 1 03:47:26 MST 2019 built packages:7317 Jan 1:291 Jan 2:211 Jan 3:83 Jan 4:58 Jan 5:60 Jan

Re: textproc/sphinx rc.d script

2019-01-09 Thread Antoine Jacoutot
On Wed, Jan 09, 2019 at 09:24:48AM -0600, Jay Williams wrote: > > Why using --nodetach and then rc_bg=YES ? > > Without the --nodetach flag, the Sphinx daemon doesn't keep listening on the > specified inet ports. (There very well may be a bug in this version of > Sphinx, especially considering it'

Re: Fix counter for check_dhcp

2019-01-09 Thread Stuart Henderson
On 2019/01/09 17:01, Martijn van Duren wrote: > monitoring-plugins' check_dhcp has some weird in a counter: > $ doas /usr/local/libexec/nagios/check_dhcp -s 10.17.11.55 -u -i bnx0 > OK: Received 260350 DHCPOFFER(s), 1 of 1 requested servers responded, max > lease time = 21600 sec. > > This is cau

Re: Help updating shells/bash to 5.0

2019-01-09 Thread Elias M. Mariani
Hi Stephen, The Makefile in examples/loadables is missing the argument to find libintl.h You can specify the argument via: CONFIGURE_ARGS= INTL_INC=-I${LOCALBASE}/include That wont work either because for *some reason* the INTL_INC variable is set to " " in the base Makefile: INTL_DEP= INTL_INC=

[UPDATE] lang/scala to 2.12.8

2019-01-09 Thread markus ploner
hi ports@, i did a simple update, including jar dependencies in PLIST. hello world in scala is working so i assume the update is fine. best, markus ? scala-2.12.8.diff Index: Makefile === RCS file: /cvs/ports/lang/scala/Makefile,v r

Fix counter for check_dhcp

2019-01-09 Thread Martijn van Duren
monitoring-plugins' check_dhcp has some weird in a counter: $ doas /usr/local/libexec/nagios/check_dhcp -s 10.17.11.55 -u -i bnx0 OK: Received 260350 DHCPOFFER(s), 1 of 1 requested servers responded, max lease time = 21600 sec. This is caused by receive_dhcp_packet, which only does recvfrom(MSG_P

Re: [UPDATE] sysutils/neofetch to 6.0.0

2019-01-09 Thread Charlene Wendling
On Wed, 9 Jan 2019 18:44:35 +1100 Stephen Gregoratto wrote: > Apologies for sending this on misc. > > Neofetch has been updated to version 6.0.0. I've bumped the port > number and removed the patches, as they were pulled from upstream. > Hi Stephen, Thanks for the heads-up! You don't need to

Re: textproc/sphinx rc.d script

2019-01-09 Thread Jay Williams
Why using --nodetach and then rc_bg=YES ? Without the --nodetach flag, the Sphinx daemon doesn't keep listening on the specified inet ports. (There very well may be a bug in this version of Sphinx, especially considering it's age, but that's beyond my skills.) According to the searchd(1) man

Re: [UPDATE] www/p5-HTML-Tree 5.06 -> 5.07

2019-01-09 Thread Charlene Wendling
On Wed, 9 Jan 2019 07:59:47 + Nigel wrote: > Ok, > > I see you have joined porting perl ports, so welcome. Thanks! > If you would > like to update CVS with this port go ahead, if not I should still be > able to do this just let me know. I've left it a while to allow for > any other comment

Re: [UPDATE] www/p5-HTML-Tree 5.06 -> 5.07

2019-01-09 Thread Nigel
Ok, I see you have joined porting perl ports, so welcome. If you would like to update CVS with this port go ahead, if not I should still be able to do this just let me know. I've left it a while to allow for any other comments. For me just include ok nigel@ as comment plus any others like sthen@,

UPDATE: databases/p5-DBD-mysql

2019-01-09 Thread Giovanni Bechis
Update to latest version with a fix to handle type conversions in amavisd. Comments ? ok ? Cheers Giovanni Index: Makefile === RCS file: /var/cvs/ports/databases/p5-DBD-mysql/Makefile,v retrieving revision 1.53 diff -u -p -r1.53 Mak