Re: [new] gzdoom-3.6.0

2019-01-13 Thread Solene Rapenne
Solene Rapenne wrote: > Solene Rapenne wrote: > > Solene Rapenne wrote: > > > timo.my...@bittivirhe.fi (Timo Myyrä) wrote: > > > > Jeremie Courreges-Anglas writes: > > > > > > > > > On Wed, Dec 19 2018, Solene Rapenne wrote: > > > > > > > > > >> Frederic Cambus wrote: > > > > >>> On Sat, Dec

Re: devel/openmpi Can't link example program, symbols local in libmpi.so.0.1?

2019-01-13 Thread Andreas Kusalananda Kähäri
On Sun, Jan 13, 2019 at 04:37:23PM +0100, Thomas L. wrote: > Hi, > > I tried compiling a MPI example program > (https://raw.githubusercontent.com/wesleykendall/mpitutorial/gh-pages/tutorials/mpi-hello-world/code/mpi_hello_world.c) > with openmpi on -current and it fails linking: > $ mpicc -v Dow

Re: update sysutils/faubackup

2019-01-13 Thread Solene Rapenne
Solene Rapenne wrote: > hello > > following this thread about faubackup > https://marc.info/?l=openbsd-ports&m=154046081401380&w=2 > > I have been able to contact the authors, after some digging they were able to > find a backup of the CVS repository (not including all history). I rehosted > tha

Re: Ruby 2.6.0

2019-01-13 Thread George Koehler
On Sat, 12 Jan 2019 21:33:53 -0800 Jeremy Evans wrote: > I think was able to fix both JIT issues. Your new tarball from Sun, 13 Jan, fixes the JIT problems on my powerpc machine. "MJIT: CC defaults to /usr/bin/cc" Old result, broken JIT: Finished tests in 6145.605596s, 3.2864 tests/s, 371.81

devel/openmpi Can't link example program, symbols local in libmpi.so.0.1?

2019-01-13 Thread Thomas L.
Hi, I tried compiling a MPI example program (https://raw.githubusercontent.com/wesleykendall/mpitutorial/gh-pages/tutorials/mpi-hello-world/code/mpi_hello_world.c) with openmpi on -current and it fails linking: $ mpicc -v Downloads/mpi_hello_world.c OpenBSD clang version 6.0

Using clang from base install instead of from ports on loongson-current

2019-01-13 Thread manphiz
Hi, Since loongson on current now provides llvm/clang, is it possible to prefer this over devel/llvm from ports when building ports? signature.asc Description: OpenPGP digital signature

Re: py-wxPython extras

2019-01-13 Thread Jeremie Courreges-Anglas
On Thu, May 24 2018, "Elias M. Mariani" wrote: > Hi, > I was looking for Editra (text editor) and I found that there is not > port of Editra by itself, It is contained within the py-wxPython port. > https://github.com/openbsd/ports/blob/439514e8c82c269624be233d533b016d3a63a201/x11/py-wxPython/pkg/

Re: please help fixing php-fpm on armv7 - egdb result

2019-01-13 Thread s_graf
I gather the warnings about wrong libraries did not provide any clues. Running the debugger will be a challenge for me, but I will give it a try. What needs to be rebuilt with debug enabled? The more detailed the instructions the better. It is the child processes that are failing. -Origina

Re: [macppc] games/hyperrogue: fix build, but colors are off

2019-01-13 Thread George Koehler
On Sun, 13 Jan 2019 17:34:04 +0100 Charlene Wendling wrote: > Runtime is fine, but colors are off: the ice is red instead of > blueish [1]. Anyone know where to start to look at? There's an endian problem in polygons.cpp:part(). I tried to fix it with the patch below, but it didn't work. My p

Re: UPDATE: LLVM

2019-01-13 Thread Brad Smith
On 1/13/2019 3:32 PM, Jeremie Courreges-Anglas wrote: On Sun, Jan 13 2019, Brad Smith wrote: Sync in bits from base. Thanks, tests ongoing. While here: I plan to work on an update to llvm-7.0.1 soonish (like, in the next couple of days). If you or other folks already have a diff, please let

Re: UPDATE: math/octave

2019-01-13 Thread Klemens Nanni
On Thu, Jan 10, 2019 at 09:42:48PM +0100, Steven Mestdagh wrote: > maintenance update, seems to work fine on amd64. > test suite shows 2 failures less than with the previous version. Keeps working fine on amd64, thanks. > comments / ok? $ portcheck trailing whitespace in pkg/DESCR

Re: UPDATE: LLVM

2019-01-13 Thread Jeremie Courreges-Anglas
On Sun, Jan 13 2019, Brad Smith wrote: > Sync in bits from base. Thanks, tests ongoing. While here: I plan to work on an update to llvm-7.0.1 soonish (like, in the next couple of days). If you or other folks already have a diff, please let me know. :) -- jca | PGP : 0x1524E7EE / 5135 92C1 AD3

UPDATE: LLVM

2019-01-13 Thread Brad Smith
Sync in bits from base. Index: Makefile === RCS file: /home/cvs/ports/devel/llvm/Makefile,v retrieving revision 1.204 diff -u -p -u -p -r1.204 Makefile --- Makefile5 Jan 2019 11:38:49 - 1.204 +++ Makefile12 Jan 2019

Re: [MAINT UPDATE] gitsh 0.13

2019-01-13 Thread Mike Burns
On Fri Jan 11, 2019 at 10:09:15PM +, Mike Burns wrote: > Update by port maintainer for devel/gitsh. Now with REVISION removed (thanks Rafael Sadowski): --- Index: Makefile === RCS file: /cvs/ports/devel/gitsh/Makefile,v retrievi

Re: UPDATE: editors/kile (Replacement for editors/kile-kde4)

2019-01-13 Thread Klemens Nanni
Looks good besides the following: $ make port-lib-depends-check kile-2.9.92(editors/kile): Bogus WANTLIB: poppler.47 (/usr/local/lib/libkdeinit5_kile.so) (NOT REACHABLE) Extra: phonon4qt5.2 Starting kile for the first time runs the setup, which detects a missing

Re: burp: 2 questions

2019-01-13 Thread Olivier Cherrier
On Sun, Dec 23, 2018 at 11:49:32PM +, o...@symacx.com wrote: > Date: Sun, 23 Dec 2018 23:49:32 + > From: Olivier Cherrier > To: OpenBSD ports > Subject: Re: burp: 2 questions > User-Agent: Mutt/1.10.1 (2018-07-13) > > > Here is an update to 2.2.14. to 2.2.16 now … -- Olivier Cherrier

Re: Ruby 2.6.0

2019-01-13 Thread Jeremie Courreges-Anglas
On Sat, Jan 12 2019, Jeremy Evans wrote: > On 01/12 07:50, Jeremy Evans wrote: >> Thank you very much for the testing and analysis. I can confirm the JIT >> compilation problems on amd64 because it uses the cached cc path (before >> it would even get to the __guard_local issues on gcc). >> >> Be

Re: burp: 2 questions

2019-01-13 Thread Olivier Cherrier
On Sun, Dec 23, 2018 at 10:54:04PM +, o...@symacx.com wrote: > > _ burp, in server mode, is starting, logging such a following line: > Dec 23 22:09:18 burp burp[48269]: server 0.0.0.0:4971 (max 5) > and exits just after. Adding the '-F' option makes it continuing to > run but it

[macppc] games/hyperrogue: fix build, but colors are off

2019-01-13 Thread Charlene Wendling
> http://build-failures.rhaalovely.net//powerpc/2019-01-01/games/hyperrogue.log __multc3 is defined in compiler-rt, but is not built when building llvm. So we need ports-gcc to build that port on macppc. I'm joining a diff for that. Runtime is fine, but colors are off: the ice is red instead of

Re: UPDATE: audio/mscore to 3.0.0

2019-01-13 Thread Brian Callahan
On 1/11/19 6:23 PM, Sebastian Reitenbach wrote: Hi Brian, Am Freitag, Januar 11, 2019 23:14 CET, Brian Callahan schrieb: Hi Sebastian -- On 1/10/19 8:26 AM, Sebastian Reitenbach wrote: Find attached and inline an update of Musescore to 3.0.0. See the release notes for changes: https

Re: mongodb and mincore(2)

2019-01-13 Thread Jeremie Courreges-Anglas
On Sat, Jan 12 2019, Antoine Jacoutot wrote: > On Sat, Jan 12, 2019 at 02:01:13PM +0100, Jeremie Courreges-Anglas wrote: >> >> So mongodb didn't show up when guenther@ looked for mincore(2) users in >> ports, because the search was done over i386 .o, but mongodb is only for >> amd64. >> >> Here'

Re: fix parallel build of automake-1.16

2019-01-13 Thread Klemens Nanni
OK

Re: UPDATE: editors/kile (Replacement for editors/kile-kde4)

2019-01-13 Thread Raphael Graf
On Sun, January 13, 2019 1:06 pm, Rafael Sadowski wrote: > On Fri Jan 04, 2019 at 09:24:54PM +0100, Rafael Sadowski wrote: >> Information for inst:kile-2.9.92 >> >> Comment: >> user-friendly TeX/LaTex editor for KDE >> >> Description: >> Kile is a user-friendly TeX/LaTeX editor for KDE. The main fe

Re: powerpc bulk build report

2019-01-13 Thread Charlene Wendling
On Sat, 12 Jan 2019 22:28:38 +0100 Christian Weisgerber wrote: > Charlene Wendling: > > > > http://build-failures.rhaalovely.net//powerpc/2019-01-01/x11/bbpager.log > > > > It fails because some headers are missing. With those patches, it > > builds [1] and runs [2] fine on macppc, and doesn't

Re: fix parallel build of automake-1.16

2019-01-13 Thread Kirill Bychkov
On Sun, January 13, 2019 15:57, Rafael Sadowski wrote: > On Sat Jan 12, 2019 at 11:09:30PM +0300, Kirill Bychkov wrote: >> Hi! >> automake-1.16 fails to build with MAKE_JOBS set in mk.conf >> with the following error: >> >> : && mkdir -p doc && ./pre-inst-env /usr/bin/perl ./doc/help2man >> --out

Re: fix parallel build of automake-1.16

2019-01-13 Thread Rafael Sadowski
On Sat Jan 12, 2019 at 11:09:30PM +0300, Kirill Bychkov wrote: > Hi! > automake-1.16 fails to build with MAKE_JOBS set in mk.conf > with the following error: > > : && mkdir -p doc && ./pre-inst-env /usr/bin/perl ./doc/help2man > --output=doc/aclocal-1.16.1 aclocal-1.16 > : && mkdir -p doc && .

Re: UPDATE: editors/kile (Replacement for editors/kile-kde4)

2019-01-13 Thread Rafael Sadowski
On Fri Jan 04, 2019 at 09:24:54PM +0100, Rafael Sadowski wrote: > Information for inst:kile-2.9.92 > > Comment: > user-friendly TeX/LaTex editor for KDE > > Description: > Kile is a user-friendly TeX/LaTeX editor for KDE. The main features are: > > * Auto-completion of (La)TeX commands. > *