Re: NEW: math/mlpack (and dependency math/armadillo)

2018-10-22 Thread Jeremie Courreges-Anglas
On Sun, Oct 21 2018, Steven Mestdagh wrote: > Jeremie Courreges-Anglas [2018-10-21, 17:25:19]: [...] >> Regarding libgfortran, >> >> > - the library definitely requires linking with the gfortran library >> > because some of lapack blas want symbols in there >> >> Yeah I see. IIUC blas, apack

Re: [update] devel/arduino [new] devel/arduboy2 [new] devel/arduino-makefile

2018-10-22 Thread Janne Johansson
Den tors 18 okt. 2018 kl 22:18 skrev joshua stein : > I don't know what others are doing with Arduino stuff on OpenBSD so > I'd like to know if any of this stuff works for you or if I've just > gotten lucky with the Arduboy. That change would not hurt my work-flow either. Haven't upgraded my

Re: devel/sdl2: fix for macppc init crash

2018-10-22 Thread Marc Espie
On Mon, Oct 22, 2018 at 09:26:21AM +0200, Jeremie Courreges-Anglas wrote: > Some people prefer no space before '=' and afaik no consensus has been > reached. The formatting in this port is consistent, so please avoid > needless churn unless you really can't stand the current Makefile. ;) There

Re: devel/sdl2: fix for macppc init crash

2018-10-22 Thread Jeremie Courreges-Anglas
On Sun, Oct 21 2018, Thomas Frohwein wrote: > Hi, > > George Koehler ( kernigh () gmail DOT com ) reports that all devel/sdl2 crash > on init on macppc. The reason seems to be an inappropriate bool type. The > patch > below for SDL_x11keyboard.c fixes the issue according to George. This has been

security/wpa_supplicant: get MAC secret size from cipher

2018-10-22 Thread Joel Sing
Get the MAC secret size from the cipher, rather than reaching into libssl internals. This effectively takes the OpenSSL 1.1 code path instead of the OpenSSL 1.0 code path, and will allow for further libssl clean up. While here use some additional OpenSSL 1.1 code paths and const related changes.

security/p5-Net_SSLeay: get MAC secret size from cipher

2018-10-22 Thread Joel Sing
Get the MAC secret size from the cipher, rather than reaching into libssl internals. This effectively takes the OpenSSL 1.1 code path instead of the OpenSSL 1.0 code path, and will allow for further libssl clean up. ok? P.S. There is more functionality that could be enabled for LibreSSL, which

net/freeradius3: get MAC secret size from cipher

2018-10-22 Thread Joel Sing
Get the MAC secret size from the cipher, rather than reaching into libssl internals. This effectively takes the OpenSSL 1.1 code path instead of the OpenSSL 1.0 code path, and will allow for further libssl clean up. While here use some additional OpenSSL 1.1 code paths and const related changes.

Re: UPDATE: Nextcloud-14.0.3

2018-10-22 Thread Gonzalo L. Rodriguez
On [16/10/18] [02:27P], Gonzalo L. Rodriguez wrote: Hello, Upgrade for Nextcloud to 14.0.3: https://nextcloud.com/changelog/ OK? Comments? Cheers.- -- Sending from my toaster. Index: Makefile === RCS file:

[NEW] devel/p5-IO-Prompt-Tiny 0.003 (p5-POE* update pre-reqs 2/8)

2018-10-22 Thread Charlene Wendling
Hi ports! I'm proposing here devel/p5-IO-Prompt-Tiny, a very simple prompting module with a default, and nothing more like validation, timeouts etc. It will be needed for updating security/p5-POE-Component-SSLify. It runs 'make test' without any issue. Comments/feedback are welcome!

x11/freerdp: stop reaching into libssl internals to send TLS alerts

2018-10-22 Thread Joel Sing
x11/freerdp currently reaches deep into libssl internals, in order to send TLS alerts. AFAIK OpenSSL 1.1 does not provide any way for TLS alerts to be triggered outside the library and freerdp's approach is to simply disable this code. Do the same thing for current LibreSSL, so that we can make

Re: devel/sdl2: fix for macppc init crash

2018-10-22 Thread Kirill Bychkov
On Sun, October 21, 2018 21:39, Thomas Frohwein wrote: > Hi, > > George Koehler ( kernigh () gmail DOT com ) reports that all devel/sdl2 crash > on init on macppc. The reason seems to be an inappropriate bool type. The > patch > below for SDL_x11keyboard.c fixes the issue according to George. This

fpc lld issue

2018-10-22 Thread Mark Kettenis
lang/fpcinvalid alignment of section headers https://bugs.freepascal.org/view.php?id=32900

Re: update: prometheus-2.4.3

2018-10-22 Thread Claudio Jeker
On Mon, Oct 22, 2018 at 05:40:00AM -0500, Abel Abraham Camarillo Ojeda wrote: > Hi Claudio, > > Updates prometheus to 2.4.3, tested in amd64 > > Allow rc_reload since prometheus correctly handles SIGHUP. > > Thoughts? I'm currently not using prometheus but looks fine to me. There has been some

Re: devel/sdl2: fix for macppc init crash

2018-10-22 Thread Marc Espie
On Mon, Oct 22, 2018 at 01:43:32PM +0200, Jeremie Courreges-Anglas wrote: > Still, I don't like people completely changing the whitespace in > a Makefile while also introducing semantic changes in the same commit. > It makes diffs and cvs history hard to review, which is BAD. :) Yep, that's

Fix luajit

2018-10-22 Thread Mark Kettenis
>From naddy@'s lld ports failure list: benchmarks/wrk string table non-null terminated This is caused by an off-by-one in luajit that has been fixed upstream. https://repo.or.cz/luajit-2.0.git/commitdiff/7dbf0b05f1228c1c719866db5e5f3d58f87f74c8 Apparently ld.lld checks the validity of

update: prometheus-2.4.3

2018-10-22 Thread Abel Abraham Camarillo Ojeda
Hi Claudio, Updates prometheus to 2.4.3, tested in amd64 Allow rc_reload since prometheus correctly handles SIGHUP. Thoughts? Thanks Index: Makefile === RCS file: /cvs/ports/sysutils/prometheus/Makefile,v retrieving revision 1.2

Re: update: prometheus-2.4.3

2018-10-22 Thread Claudio Jeker
On Mon, Oct 22, 2018 at 06:48:02AM -0500, Abel Abraham Camarillo Ojeda wrote: > On Mon, Oct 22, 2018 at 6:26 AM Claudio Jeker wrote: > > > On Mon, Oct 22, 2018 at 05:40:00AM -0500, Abel Abraham Camarillo Ojeda > > wrote: > > > Hi Claudio, > > > > > > Updates prometheus to 2.4.3, tested in amd64

Re: devel/sdl2: fix for macppc init crash

2018-10-22 Thread Jeremie Courreges-Anglas
On Mon, Oct 22 2018, Marc Espie wrote: > On Mon, Oct 22, 2018 at 09:26:21AM +0200, Jeremie Courreges-Anglas wrote: >> Some people prefer no space before '=' and afaik no consensus has been >> reached. The formatting in this port is consistent, so please avoid >> needless churn unless you really

Re: update: prometheus-2.4.3

2018-10-22 Thread Abel Abraham Camarillo Ojeda
On Mon, Oct 22, 2018 at 6:26 AM Claudio Jeker wrote: > On Mon, Oct 22, 2018 at 05:40:00AM -0500, Abel Abraham Camarillo Ojeda > wrote: > > Hi Claudio, > > > > Updates prometheus to 2.4.3, tested in amd64 > > > > Allow rc_reload since prometheus correctly handles SIGHUP. > > > > Thoughts? > > I'm

Re: Fix luajit

2018-10-22 Thread Jonathan Gray
On Mon, Oct 22, 2018 at 12:01:30PM +0200, Mark Kettenis wrote: > >From naddy@'s lld ports failure list: > > benchmarks/wrk string table non-null terminated > > This is caused by an off-by-one in luajit that has been fixed > upstream. > >

Re: UPDATE: Nextcloud-14.0.3

2018-10-22 Thread Björn Ketelaars
On Mon 22/10/2018 14:05, Gonzalo L. Rodriguez wrote: > > Some love for the fart cloud? sthen@ recently bumped a couple of ports, including nextcloud, because of the switch to php7.1 [0]. Your diff does not handle the REVISION line which has been added to Makefile. REVISION should be removed.

Re: devel/sdl2: fix for macppc init crash

2018-10-22 Thread Marc Espie
On Mon, Oct 22, 2018 at 06:12:00PM -, Christian Weisgerber wrote: > On 2018-10-22, Marc Espie wrote: > > > There are some technical reasons to put a space before the =, because > > it DOES let things be unambiguous for make. > > > > (say, if S=-c++, PKGNAME${S}=somevalue will NOT do what

Re: security/p5-Net_SSLeay: get MAC secret size from cipher

2018-10-22 Thread Joel Sing
On Monday 22 October 2018 19:05:44 Alexander Bluhm wrote: > On Tue, Oct 23, 2018 at 03:21:23AM +1100, Joel Sing wrote: > > P.S. There is more functionality that could be enabled for LibreSSL, which > > is currently being explicitly disabled... > > When a new Net::SSLeay is released, I disable

Re: security/p5-Net_SSLeay: get MAC secret size from cipher

2018-10-22 Thread Theo de Raadt
Alexander Bluhm wrote: > On Mon, Oct 22, 2018 at 11:10:49AM -0600, Theo de Raadt wrote: > > I understand the difficulty pointed out by the first questions. What > > bothers me is the last question. It indicates a desire to support many > > generations of software. Any attempt at that risks a

HEADS UP: amd64 has switched to lld

2018-10-22 Thread Christian Weisgerber
The amd64 architecture has now switched to LLVM's lld linker as the default ld(1). Known build failures that still need to be fixed: audio/audacity undefined symbol: g_signal_connect_data databases/pgmodeler undefined symbol: backtrace editors/emacs21 segfault

Re: devel/sdl2: fix for macppc init crash

2018-10-22 Thread Marc Espie
On Mon, Oct 22, 2018 at 06:12:00PM -, Christian Weisgerber wrote: > On 2018-10-22, Marc Espie wrote: > > > There are some technical reasons to put a space before the =, because > > it DOES let things be unambiguous for make. > > > > (say, if S=-c++, PKGNAME${S}=somevalue will NOT do what

[NEW] devel/p5-MooseX-InsideOut 0.106 (p5-POE* update pre-reqs 3/8)

2018-10-22 Thread Charlene Wendling
Hi ports, I'm proposing here MooseX::InsideOut, a module that provides metaroles for inside-out objects. WWW: https://metacpan.org/pod/MooseX::InsideOut It will be needed for a textproc/p5-POE-Filter-XML update. 'make test' runs fine. Comments/Feedbacks are welcome! Charlène.

Re: security/p5-Net_SSLeay: get MAC secret size from cipher

2018-10-22 Thread Alexander Bluhm
On Tue, Oct 23, 2018 at 03:21:23AM +1100, Joel Sing wrote: > P.S. There is more functionality that could be enabled for LibreSSL, which > is currently being explicitly disabled... When a new Net::SSLeay is released, I disable things that are not supported by current LibreSSL. But how can I be

Re: security/p5-Net_SSLeay: get MAC secret size from cipher

2018-10-22 Thread Theo de Raadt
Alexander Bluhm wrote: > On Tue, Oct 23, 2018 at 03:21:23AM +1100, Joel Sing wrote: > > P.S. There is more functionality that could be enabled for LibreSSL, which > > is currently being explicitly disabled... > > When a new Net::SSLeay is released, I disable things that are not > supported by

Re: UPDATE: KDE5

2018-10-22 Thread Landry Breuil
On Mon, Oct 22, 2018 at 03:52:18PM +0200, Rafael Sadowski wrote: > On Sun Oct 21, 2018 at 08:31:45PM +0200, Landry Breuil wrote: > > On Sun, Oct 21, 2018 at 06:05:20PM +0200, Rafael Sadowski wrote: > > > On Fri Oct 19, 2018 at 07:07:45AM +0200, Landry Breuil wrote: > > > > On Wed, Oct 17, 2018 at

Re: security/p5-Net_SSLeay: get MAC secret size from cipher

2018-10-22 Thread Alexander Bluhm
On Tue, Oct 23, 2018 at 04:36:24AM +1100, Joel Sing wrote: > > #if (OPENSSL_VERSION_NUMBER >= 0x1010L && > > !defined(LIBRESSL_VERSION_NUMBER)) || (LIBRESSL_VERSION_NUMBER >= > > 0x207fL) > > That works, but seems a little backwards, since you're potentially still > evaluating

Re: security/p5-Net_SSLeay: get MAC secret size from cipher

2018-10-22 Thread Alexander Bluhm
On Mon, Oct 22, 2018 at 11:10:49AM -0600, Theo de Raadt wrote: > I understand the difficulty pointed out by the first questions. What > bothers me is the last question. It indicates a desire to support many > generations of software. Any attempt at that risks a mistake supporting > today or

Re: devel/sdl2: fix for macppc init crash

2018-10-22 Thread Christian Weisgerber
On 2018-10-22, Marc Espie wrote: > There are some technical reasons to put a space before the =, because > it DOES let things be unambiguous for make. > > (say, if S=-c++, PKGNAME${S}=somevalue will NOT do what you expect) That construct is exceedingly rare in port Makefiles. In fact, I can't

Re: [NEW] devel/p5-MooseX-InsideOut 0.106 (p5-POE* update pre-reqs 3/8)

2018-10-22 Thread Andrew Hewus Fresh
On Tue, Oct 23, 2018 at 12:55:35AM +0200, Charlene Wendling wrote: > Hi ports, > > I'm proposing here MooseX::InsideOut, a module that provides metaroles > for inside-out objects. > > WWW: https://metacpan.org/pod/MooseX::InsideOut > > > It will be needed for a textproc/p5-POE-Filter-XML

Re: [NEW] devel/p5-IO-Prompt-Tiny 0.003 (p5-POE* update pre-reqs 2/8)

2018-10-22 Thread Andrew Hewus Fresh
On Mon, Oct 22, 2018 at 06:07:37PM +0200, Charlene Wendling wrote: > Hi ports! > > I'm proposing here devel/p5-IO-Prompt-Tiny, a very simple prompting > module with a default, and nothing more like validation, timeouts etc. > > It will be needed for updating security/p5-POE-Component-SSLify.

Re: [PATCH] update duplicity to 0.7.18.2

2018-10-22 Thread Daniel Jakots
On Sun, 21 Oct 2018 21:11:56 +0200, Henrik Friedrichsen wrote: > Hey, > > I just upgrade to OpenBSD 6.4 on my server and noticed my duplicity > backup job fails. > > The current port installs version 0.7.18.1, which broke remote backups > to at least SFTP locations[1]. The update to 0.7.18.2

CVS: cvs.openbsd.org: ports

2018-10-22 Thread Juan Francisco Cantero Hurtado
CVSROOT:/cvs Module name:ports Changes by: juan...@cvs.openbsd.org 2018/10/22 09:42:43 Modified files: lang/cython: Makefile distinfo lang/cython/pkg: PLIST Removed files: lang/cython/patches: patch-Cython_Utility_ModuleSetupCode_c Log message:

CVS: cvs.openbsd.org: ports

2018-10-22 Thread Jeremy Evans
CVSROOT:/cvs Module name:ports Changes by: jer...@cvs.openbsd.org 2018/10/22 08:46:53 Modified files: lang/ruby/2.5 : Makefile distinfo lang/ruby/2.5/pkg: PLIST-main PLIST-ri_docs Log message: Update to ruby 2.5.3 Fixes CVE-2018-16395 and CVE-2018-16396.

CVS: cvs.openbsd.org: ports

2018-10-22 Thread Jeremy Evans
CVSROOT:/cvs Module name:ports Changes by: jer...@cvs.openbsd.org 2018/10/22 08:45:52 Modified files: lang/ruby/2.4 : Makefile distinfo lang/ruby/2.4/pkg: PLIST-main PLIST-ri_docs Log message: Update to ruby 2.4.5 Fixes CVE-2018-16395 and CVE-2018-16396.

CVS: cvs.openbsd.org: ports

2018-10-22 Thread Jeremy Evans
CVSROOT:/cvs Module name:ports Changes by: jer...@cvs.openbsd.org 2018/10/22 08:44:57 Modified files: lang/ruby/2.3 : Makefile distinfo lang/ruby/2.3/pkg: PLIST-main PLIST-ri_docs Log message: Update to ruby 2.3.8 Fixes CVE-2018-16395 and CVE-2018-16396.

CVS: cvs.openbsd.org: ports

2018-10-22 Thread Jeremy Evans
CVSROOT:/cvs Module name:ports Changes by: jer...@cvs.openbsd.org 2018/10/22 08:50:06 Modified files: lang/ruby/2.3 : Tag: OPENBSD_6_4 Makefile distinfo lang/ruby/2.3/pkg: Tag: OPENBSD_6_4 PLIST-main PLIST-ri_docs lang/ruby/2.4 : Tag: OPENBSD_6_4

CVS: cvs.openbsd.org: ports

2018-10-22 Thread Jeremy Evans
CVSROOT:/cvs Module name:ports Changes by: jer...@cvs.openbsd.org 2018/10/22 09:18:56 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Add CVE entries for ruby 2.3, 2.4, 2.5 Reminded by espie@

CVS: cvs.openbsd.org: ports

2018-10-22 Thread Remi Pointel
CVSROOT:/cvs Module name:ports Changes by: rpoin...@cvs.openbsd.org2018/10/22 23:20:30 Modified files: devel/py-xlsxwriter: Makefile distinfo Log message: update XlsxWriter to 1.1.2.

CVS: cvs.openbsd.org: ports

2018-10-22 Thread Mark Kettenis
CVSROOT:/cvs Module name:ports Changes by: kette...@cvs.openbsd.org2018/10/22 13:22:08 Modified files: devel/ffcall : Makefile Added files: devel/ffcall/patches: patch-avcall_avcall-x86_64_s

CVS: cvs.openbsd.org: ports

2018-10-22 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2018/10/22 14:04:07 Modified files: games/warzone2100: Makefile Log message: libogg routines are called from the main program, so we need to explicitly link against it. Trying to fix the

CVS: cvs.openbsd.org: ports

2018-10-22 Thread Mark Kettenis
CVSROOT:/cvs Module name:ports Changes by: kette...@cvs.openbsd.org2018/10/22 13:16:25 Modified files: lang/luajit: Makefile Added files: lang/luajit/patches: patch-src_jit_bcsave_lua Log message: Fix generation of ELF object files. Already present

CVS: cvs.openbsd.org: ports

2018-10-22 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2018/10/22 14:16:22 Modified files: x11/gnustep/terminal: Makefile Added files: x11/gnustep/terminal/patches: patch-GNUmakefile Log message: explicitly link against libiconv to satisfy lld

CVS: cvs.openbsd.org: ports

2018-10-22 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2018/10/22 13:32:15 Modified files: infrastructure/mk: arch-defines.mk Log message: amd64 now uses lld as the default linker

CVS: cvs.openbsd.org: ports

2018-10-22 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2018/10/22 15:18:50 Modified files: games/pingus : Makefile games/pingus/patches: patch-SConscript Log message: explicitly link against libX11, which is referenced by the XInput driver, to

CVS: cvs.openbsd.org: ports

2018-10-22 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2018/10/22 15:28:52 Modified files: security/botan2: Makefile distinfo security/botan2/pkg: PLIST Log message: update botan2 to 2.8.0

CVS: cvs.openbsd.org: ports

2018-10-22 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2018/10/22 14:30:45 Modified files: devel/kdevelop : Makefile devel/kdevelop/pkg: PLIST devel/kf5 : Makefile kf5.port.mk devel/kf5/attica: Makefile distinfo

CVS: cvs.openbsd.org: ports

2018-10-22 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2018/10/22 14:27:44 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm sysutils : Makefile Removed files: sysutils/memtest86+: Makefile distinfo

CVS: cvs.openbsd.org: ports

2018-10-22 Thread Daniel Jakots
CVSROOT:/cvs Module name:ports Changes by: d...@cvs.openbsd.org2018/10/22 19:03:17 Modified files: sysutils/duplicity: Makefile distinfo Log message: Update to duplicity-0.7.18.2 >From Henrik Friedrichsen