UPDATE: games/xboard

2017-04-23 Thread Rafael Sadowski
Hi ports@, please find below a simple patch to update xboard to the last stable version. Regen and fix WANTLIB. Lightly tested on amd64. Best regards, Rafael Sadowski Index: Makefile === RCS file: /cvs/ports/games/xboard/Makefile,v

databases/soprano: remove doxygen as BUILD_DEPENDS

2017-04-23 Thread Rafael Sadowski
Hi ports@, soprano without Doxygen. OK? Comments? Best regards, Rafael Sadowski Index: Makefile === RCS file: /cvs/ports/databases/soprano/Makefile,v retrieving revision 1.17 diff -u -p -u -p -r1.17 Makefile --- Makefile10 Apr

devel/protobuf 3.2.0 progress (SEGV in tests)

2017-04-23 Thread Greg Steuck
Thanks to the help of jca@ and sthen@ I got to a point where the port builds nicely on amd64 6.1 (I know the ports tree is tracking -current). The patch is here: https://github.com/openbsd/ports/compare/master...blackgnezdo:proto3?expand=1 Now some tests are failing. % make test ... FAIL: protobuf

Re: Hiding BSD_VISIBLE macros

2017-04-23 Thread Stuart Henderson
On 2017/04/23 20:59, Greg Steuck wrote: > Thanks for all suggestions. > > On Sun, Apr 23, 2017 at 12:52 PM Stuart Henderson > wrote: > > > On 2017/04/23 21:18, Jeremie Courreges-Anglas wrote: > > > Greg Steuck writes: > > > > > > > On Sun, Apr 23, 2017 at 12:07 AM Greg Steuck wrote: > > > > >

Re: Hiding BSD_VISIBLE macros

2017-04-23 Thread Jeremie Courreges-Anglas
Greg Steuck writes: > Thanks for all suggestions. > > On Sun, Apr 23, 2017 at 12:52 PM Stuart Henderson > wrote: > >> On 2017/04/23 21:18, Jeremie Courreges-Anglas wrote: >> > Greg Steuck writes: >> > >> > > On Sun, Apr 23, 2017 at 12:07 AM Greg Steuck wrote: >> > > >> > >> I found some refere

Re: Hiding BSD_VISIBLE macros

2017-04-23 Thread Greg Steuck
Thanks for all suggestions. On Sun, Apr 23, 2017 at 12:52 PM Stuart Henderson wrote: > On 2017/04/23 21:18, Jeremie Courreges-Anglas wrote: > > Greg Steuck writes: > > > > > On Sun, Apr 23, 2017 at 12:07 AM Greg Steuck wrote: > > > > > >> I found some references to BSD_SOURCE and POSIX_C_SOURC

Re: NEW: security/keepassxc

2017-04-23 Thread Jeremie Courreges-Anglas
Rafael Sadowski writes: > On Sat Apr 22, 2017 at 12:41:13AM +0200, Giovanni Bechis wrote: >> On Fri, Apr 21, 2017 at 09:29:34PM +0200, Rafael Sadowski wrote: >> > Hi ports@, >> > >> > Attached is a port of keepassxc. All test pass on amd64. Runs fine for >> > me over weeks. >> > >> > > 100% tes

Re: audio/libnjb without Doxygen docs

2017-04-23 Thread Jeremie Courreges-Anglas
Rafael Sadowski writes: > Hi ports@, > > libnjb without Doxygen. OK? Comments? ok jca@ -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

Re: Hiding BSD_VISIBLE macros

2017-04-23 Thread Stuart Henderson
On 2017/04/23 21:18, Jeremie Courreges-Anglas wrote: > Greg Steuck writes: > > > On Sun, Apr 23, 2017 at 12:07 AM Greg Steuck wrote: > > > >> I found some references to BSD_SOURCE and POSIX_C_SOURCE as being related, > >> but I don't see a cookie-cutter recipe to borrow, so I thought I should >

Re: audio/liblo: remove doxygen as BUILD_DEPENDS

2017-04-23 Thread Stuart Henderson
On 2017/04/23 21:35, Jeremie Courreges-Anglas wrote: > >> > >> Try this: > >> > >> pkg_add doxygen > >> make configure > >> pkg_delete doxygen > >> make > >> > >> Either you must supply the BUILD_DEPENDS, or disable/neuter the autoconf > >> test. > > > > Makes sense, new diff below. > > ok jca

Re: audio/liblo: remove doxygen as BUILD_DEPENDS

2017-04-23 Thread Jeremie Courreges-Anglas
Rafael Sadowski writes: > On Sat Apr 22, 2017 at 08:28:08PM +0100, Stuart Henderson wrote: >> On 2017/04/21 23:38, Rafael Sadowski wrote: >> > Hi ports@, >> > >> > audio/liblo does not use doxygen to generate documents and there are no >> > docs in the current plist. >> > >> > OK? Comments? >>

Re: Hiding BSD_VISIBLE macros

2017-04-23 Thread Jeremie Courreges-Anglas
Greg Steuck writes: > On Sun, Apr 23, 2017 at 12:07 AM Greg Steuck wrote: > >> I found some references to BSD_SOURCE and POSIX_C_SOURCE as being related, >> but I don't see a cookie-cutter recipe to borrow, so I thought I should ask. >> > > Adding CXXFLAGS="-D_POSIX_SOURCE" to CONFIGURE_ENV is d

Re: audio/liblo: remove doxygen as BUILD_DEPENDS

2017-04-23 Thread Rafael Sadowski
On Sat Apr 22, 2017 at 08:28:08PM +0100, Stuart Henderson wrote: > On 2017/04/21 23:38, Rafael Sadowski wrote: > > Hi ports@, > > > > audio/liblo does not use doxygen to generate documents and there are no > > docs in the current plist. > > > > OK? Comments? > > > > Best regards, > > > > Rafael

Re: math/ginac without Doxygen docs

2017-04-23 Thread Rafael Sadowski
On Sat Apr 22, 2017 at 07:58:18PM +0200, Jeremie Courreges-Anglas wrote: > Rafael Sadowski writes: > > > Hi ports@, Hi pirofti@, > > > > remove doxygen as BUILD_DEPENDS and disable doxygen via CONFIGURE_ENV. > > No docs in plist and no chnages after update-list. > > > > OK? Comments? > > ok jca@

Re: Hiding BSD_VISIBLE macros

2017-04-23 Thread Greg Steuck
On Sun, Apr 23, 2017 at 12:07 AM Greg Steuck wrote: > I found some references to BSD_SOURCE and POSIX_C_SOURCE as being related, > but I don't see a cookie-cutter recipe to borrow, so I thought I should ask. > Adding CXXFLAGS="-D_POSIX_SOURCE" to CONFIGURE_ENV is doing the trick. Is this the can

UPDATE: devel/ipython 5.3.0

2017-04-23 Thread Alexandr Shadchin
Hi, This diff updates IPython to 5.3.0 (the latest LTS release). Tested on amd64. Comments ? OK ? -- Alexandr Shadchin Index: Makefile === RCS file: /cvs/ports/devel/ipython/Makefile,v retrieving revision 1.43 diff -u -p -r1.43 Ma

[UPDATE] sysutils/rancid 3.6.1 to 3.6.2

2017-04-23 Thread Pavel Korovin
Changelog: 3.6.2 Fix etc/Makefile for rancid.types.conf handling. -- With best regards, Pavel Korovin Index: Makefile === RCS file: /cvs/ports/sysutils/rancid/Makefile,v retrieving revision 1.19 diff -u -p -r1.19 Makefile --

Re: [UPDATE] benchmarks/speedtest-cli to 1.0.5

2017-04-23 Thread Josh Grosse
On Sun, Apr 23, 2017 at 05:52:33PM +0200, Frederic Cambus wrote: > Hi ports@, > > Here is a diff to update speedtest-cli to 1.0.5. > > OK? Tested fine here on amd64. :)

[UPDATE] sysutils/riemann 0.2.12 to 0.2.13

2017-04-23 Thread Pavel Korovin
Changelog: https://github.com/riemann/riemann/blob/master/CHANGES.markdown -- With best regards, Pavel Korovin Index: Makefile === RCS file: /cvs/ports/sysutils/riemann/Makefile,v retrieving revision 1.2 diff -u -p -r1.2 Makefile ---

[UPDATE] sysutils/collectd 5.6.2 to 5.7.1

2017-04-23 Thread Pavel Korovin
Dear all, please find the attached update for sysutils/collectd. Changelog: https://github.com/collectd/collectd/blob/master/ChangeLog -- With best regards, Pavel Korovin Index: Makefile === RCS file: /cvs/ports/sysutils/collectd/Ma

[UPDATE] benchmarks/speedtest-cli to 1.0.5

2017-04-23 Thread Frederic Cambus
Hi ports@, Here is a diff to update speedtest-cli to 1.0.5. OK? Index: Makefile === RCS file: /cvs/ports/benchmarks/speedtest-cli/Makefile,v retrieving revision 1.12 diff -u -p -r1.12 Makefile --- Makefile13 Apr 2017 09:02:41 -0

Re: NEW: math/py-numexpr 2.6.2

2017-04-23 Thread Alexandr Shadchin
On Fri, Feb 24, 2017 at 08:25:48PM +0500, Alexandr Shadchin wrote: > Hi, > > ok to import? > > DESCR: > > Numexpr is a fast numerical expression evaluator for NumPy. With it, > expressions that operate on arrays (like "3*a+4*b") are accelerated > and use less memory than doing the same calculati

[maintainer update] security/py-oauthlib

2017-04-23 Thread Johan Huldtgren
hello, this updates py-oauthlib from 2.0.0 to 2.0.2, tested successfully with py-discogs-client on amd64 Previously 'make test' would throw a warning under the python3 flavor now however it errors out, however this isn't related to this upgrade it errors out with 2.0.0 as well. This wasn't so wh

[maintainer update] www/py-jwt

2017-04-23 Thread Johan Huldtgren
hello, update to py-jwt from 1.4.2 to 1.5.0; built, packaged and tested with beets and discogs-client on amd64. Tests are now enabled as those dependencies are in tree which removes our patch. thanks, .jhIndex: py-jwt/Makefile ===

Re: UPDATE: gkrellm

2017-04-23 Thread Stuart Henderson
On 2017/02/02 00:50, frantisek holop wrote: > there are some minor signs of life around the gkrellm > project. the memory meter has been showing nonsense > for quite some time, and before trying to fix it, > i thought i'd try to bring the port up to date. > > please test and commit. Sorry for th

Re: UPDATE: gnupg-2.1.20

2017-04-23 Thread Pavel Korovin
Pierre-Emmanuel, Edd, Please find secruity/gnupg2 diff with updated README describing sample YubiKey setup attached. -- With best regards, Pavel Korovin Index: Makefile === RCS file: /cvs/ports/security/gnupg2/Makefile,v retrieving

Re: [NEW PORT: audio/rubberband]

2017-04-23 Thread Tobias Brodel
necroping, i've made a few attempts to get the inline assembly built on armv7 with clang, but it fails in the linking stage, unable to find the `main' function. so for now i'm just patching that part out, any comments? please find a tarball attached. t/ On 01/26/17 18:59, Tobias Brodel wrot

arduino/avrdude dependencies

2017-04-23 Thread Jim Barchuk
Hi All! This is under 6.1 on an ancient Dell box. Three related issues. 1) packages arduino and avrdude shouldn't be so tightly connected/dependent. 2) (y/N/a). 3) I hesitate to use -D to force removal of a package. I recently installed the arduino package, and I'm 99% sure that I manually insta

Hiding BSD_VISIBLE macros

2017-04-23 Thread Greg Steuck
Hello, In my effort to upgrade devel/protobuf to 3.2.0 I ran into an interesting snag. The build process creates a code-generated file which happens to have a line like this: ::google::protobuf::int32 major() const; as part of its src/google/protobuf/compiler/plugin.pb.h This would normally be