Re: lld amd64 build failures

2018-05-07 Thread Josh Grosse
On Mon, May 07, 2018 at 09:10:21PM +0200, Christian Weisgerber wrote: > net/transmission undefined symbol: libintl_gettext A fix for this is attached. It is a revision to the [update] I posted to ports@ on May 4: https://marc.info/?l=openbsd-ports&m=152539872532019&w=2 Index: Makefile =

Re: NEW: Spyder + UPDATE: py-rope

2018-05-07 Thread Daniel Jakots
Please wait at least a week between your ping. If no one look at it, it's sadly either no one cares about this software or no one has the time to look at it and frequent ping won't solve any of these issues. Thanks On Mon, 7 May 2018 20:33:09 -0300, "Elias M. Mariani" wrote: > Looking for someo

Re: UPDATE: audio/soundtouch

2018-05-07 Thread Stuart Henderson
On 2018/05/07 20:32, Elias M. Mariani wrote: > Looking for someone to check and commit the change to the CVS. > Elias. > > 2018-05-04 21:02 GMT-03:00 Elias M. Mariani : > > Looking for someone to check and commit the change to the CVS. > > Elias. > > > > 2018-05-02 20:17 GMT-03:00 Elias M. Mariani

Re: lld amd64 build failures

2018-05-07 Thread James Turner
On Tue, May 08, 2018 at 12:09:58AM +, Ian McWilliam wrote: > > I know it won't help the resolve the issue. > > > https://reviews.llvm.org/D25324 > > > [ELF] - Check that section alignment is a power of 2. > > > > > Ian McWilliam > > Interesting, I'll try shooting this upstream and s

Re: lld amd64 build failures

2018-05-07 Thread Ian McWilliam
I know it's not going to help resolve the issue https://reviews.llvm.org/D25324 [ELF] - Check that section alignment is a power of 2. Ian McWilliam From: owner-po...@openbsd.org on behalf of James Turner Sent: Tuesday, 8 May 2018 9:56 AM To: Christian

Re: lld amd64 build failures

2018-05-07 Thread Ian McWilliam
I know it won't help the resolve the issue. https://reviews.llvm.org/D25324 [ELF] - Check that section alignment is a power of 2. Ian McWilliam From: owner-po...@openbsd.org on behalf of James Turner Sent: Tuesday, 8 May 2018 9:56 AM To: Christian Weis

Re: lld amd64 build failures

2018-05-07 Thread James Turner
On Mon, May 07, 2018 at 09:10:21PM +0200, Christian Weisgerber wrote: > Over the weekend, I ran an experimental amd64 bulk build at home > with lld as ld(1). That produced a surprising number and variety > of failures, see the list below. I don't know if these can all be > blamed on the respectiv

Re: NEW: Spyder + UPDATE: py-rope

2018-05-07 Thread Elias M. Mariani
Looking for someone to check and commit the change to the CVS. Elias. 2018-05-04 21:00 GMT-03:00 Elias M. Mariani : > Updated to 3.2.8 from 3.2.6. > New spyder.tar.gz attached and also in openbsd-wip: > https://github.com/jasperla/openbsd-wip/tree/master/devel/spyder > > Again, thanks Stuart for t

Re: UPDATE: audio/soundtouch

2018-05-07 Thread Elias M. Mariani
Looking for someone to check and commit the change to the CVS. Elias. 2018-05-04 21:02 GMT-03:00 Elias M. Mariani : > Looking for someone to check and commit the change to the CVS. > Elias. > > 2018-05-02 20:17 GMT-03:00 Elias M. Mariani : >> Hi, >> I send a diff for soundtouch, minor change in Ma

Re: update net/xmlrpc-c

2018-05-07 Thread Marc Espie
On Mon, May 07, 2018 at 10:57:48PM +0100, David CARLIER wrote: > Hi, > > here a proposal to update xmlrpc-c to the last "stable" release in case it > might be of interest. > > Regards. > ? patches/patch-common_mk Looks like you forgot something. > Index: Makefile > =

update net/xmlrpc-c

2018-05-07 Thread David CARLIER
Hi, here a proposal to update xmlrpc-c to the last "stable" release in case it might be of interest. Regards. ? patches/patch-common_mk Index: Makefile === RCS file: /cvs/ports/net/xmlrpc-c/Makefile,v retrieving revision 1.17 diff -u

lld amd64 build failures

2018-05-07 Thread Christian Weisgerber
Over the weekend, I ran an experimental amd64 bulk build at home with lld as ld(1). That produced a surprising number and variety of failures, see the list below. I don't know if these can all be blamed on the respective port or if there are problems in lld as well. Many of "undefined symbol" er

llvm: add missing header for InstructionCombining.cpp

2018-05-07 Thread Remi Pointel
Hi, While I was porting llvmlite, I got an issue and I found this bug that was related: https://reviews.llvm.org/D44140 Attached is a diff to add missing header for InstructionCombining.cpp, in order to export LLVMInitializeInstCombine as extern "C". Ok? Cheers, Remi. Index: Makefile ===

Re: NEW: games/xash3d

2018-05-07 Thread Solene Rapenne
Ryan Freeman writes: > Hello ports@ > > Attached is a new port for the xash3d engine and accompanying mod to play > a game about hitting things with crowbars. I believe you end up playing > as my cousin Gordon. ;-) > > You can play Half-Life with this package, but you must have access to a > ste

Re: update: www/weboob 1.3

2018-05-07 Thread Sebastien Marie
On Fri, May 04, 2018 at 02:37:50PM +0200, Sebastien Marie wrote: > On Tue, Apr 17, 2018 at 04:49:49PM +0200, Sebastien Marie wrote: > > Hi, > > Here a new diff more complete. > > From previous diff, some missing RUN_DEPENDS has been added. I also be > able to make the testsuite to run. But it fa

Re: net/tor: enable SEPARATE_BUILD

2018-05-07 Thread Pascal Stumpf
On Mon, 07 May 2018 13:51:38 +0200, Jeremie Courreges-Anglas wrote: > On Sun, May 06 2018, Klemens Nanni wrote: > > Simple diff for out-of-tree builds: > > > > $ du -sh `make show='WRKSRC WRKBUILD'` > > 27.8M /tmp/pobj/tor-0.3.2.10/tor-0.3.2.10 > > 94.4M /tmp/pobj/tor-0.3.2.10/buil

Re: net/tor: enable SEPARATE_BUILD

2018-05-07 Thread Jeremie Courreges-Anglas
On Sun, May 06 2018, Klemens Nanni wrote: > Simple diff for out-of-tree builds: > > $ du -sh `make show='WRKSRC WRKBUILD'` > 27.8M /tmp/pobj/tor-0.3.2.10/tor-0.3.2.10 > 94.4M /tmp/pobj/tor-0.3.2.10/build-amd64 > > Without the symlink, it would rebuild manuals using rst2man. >

Re: [NEW] devel/py-yapf

2018-05-07 Thread Ljuba Nedeljkovic
Works for me on amd64, no issues Cheers, On Mon, May 7, 2018 at 9:29 AM, Remi Pointel wrote: > Hi, > > attached is the port of yapf: a formatter Python code. > > -- > $ pkg_info py-yapf > Information for inst:py-yapf-0.21.0 > > Comment: > formatter for Python code > > Descriptio

Re: UPDATE: math/ginac 1.7.4

2018-05-07 Thread Paul Irofti
On Fri, May 04, 2018 at 10:29:07PM +0100, Stuart Henderson wrote: > On 2018/05/04 17:59, Theo Buehler wrote: > > On Fri, May 04, 2018 at 06:52:40PM +0300, Paul Irofti wrote: > > > On Fri, May 04, 2018 at 12:13:35PM +0200, Theo Buehler wrote: > > > > On Sat, Apr 28, 2018 at 01:42:52PM +0300, Paul Ir

Re: UPDATE: net/wget-1.9.5

2018-05-07 Thread Stuart Henderson
The file it's in is a new test. Given the security fix I'd go ahead and commit but please report it upstream. -- Sent from a phone, apologies for poor formatting. On 7 May 2018 04:36:09 Björn Ketelaars wrote: On Sun 06/05/2018 23:01, Gleydson Soares wrote: update to wget-1.9.5. This update ad

[NEW] devel/py-yapf

2018-05-07 Thread Remi Pointel
Hi, attached is the port of yapf: a formatter Python code. -- $ pkg_info py-yapf Information for inst:py-yapf-0.21.0 Comment: formatter for Python code Description: YAPF is a formatter based off of 'clang-format'. In essence, the algorithm takes the code and reformats it to th