Re: [new] devel/http-parser (dependency for libpurple-matrix)

2019-08-11 Thread Solene Rapenne
On Tue, Jul 30, 2019 at 08:22:28AM +0200, Solene Rapenne wrote: > Hi > > This is a port of the library http-parser which is required for the new > port libpurple-matrix > > First time I make a port with a shared library, I hope it's ok. landry@ told me to change the SHARED_LIBS line to set

Re: [new] x11/alacritty

2019-08-11 Thread Theo Buehler
On Sun, Aug 11, 2019 at 11:30:09PM +0100, Stuart Henderson wrote: > So the claimed advantage is that it's super fast, but actually it uses way > more cpu than probably any other terminal emulator in the tree except > cool-retro-term? Yes, it is blazing fast. matthieu's test of 'cat /etc/termcap'

Re: NEW: math/py-scikit-learn

2019-08-11 Thread Kurt Mosiejczuk
On Mon, Aug 12, 2019 at 01:08:28AM -0400, Kurt Mosiejczuk wrote: > On Fri, Aug 09, 2019 at 09:52:05AM +0300, Paul Irofti wrote: > > > I'm in favor too. I'd like to get at least some of the regression > > > tests working though. > > I agree we need to get the regress tests working. But can't we

Re: NEW: math/py-scikit-learn

2019-08-11 Thread Kurt Mosiejczuk
On Fri, Aug 09, 2019 at 09:52:05AM +0300, Paul Irofti wrote: > > I'm in favor too. I'd like to get at least some of the regression > > tests working though. > I agree we need to get the regress tests working. But can't we do that > in tree? :) OK. Got it. It's a bit gross, but 1) It won't just

NEW: net/oragono

2019-08-11 Thread Brian Callahan
Hi ports -- Attached is a new port, net/oragono. Oragono is a modern IRC server written in Go. --- pkg/DESCR: Oragono is a modern, experimental IRC server written in Go. It's designed to be simple to setup and use, and it includes features such as UTF-8 nicks and channel names, client

Re: UPDATE: lang/gawk 5.0.0 => 5.0.1

2019-08-11 Thread Brian Callahan
On 7/29/19 9:12 PM, Brian Callahan wrote: Hi ports -- Attached is a simple update to lang/gawk. All tests pass on amd64 and macppc. There is something in FILESDIR. But removing it seems to have no consequence on building the port whatsoever. So let's get rid of it. Take MAINTAINER because

Re: x264 on ARM

2019-08-11 Thread adr
Switching a bunch of ports to gcc is not the answer. The answer is to talk with the developers of each of these ports and show them the problems they'll find with llvm, so maybe they re-implement the assembly optimization following the ARM conventions. That was my advice to the ffmpeg and x264

Re: [new] x11/alacritty

2019-08-11 Thread Stuart Henderson
On 2019/08/11 22:45, Eric Auge wrote: > Re, > > attached is the updated the port: > - added a pkg/README explaining basic config template location and how > to disable the "lstat(2) polling" and prevent another "default config" > CPU overhead trigger. > - left the pre-configure target ulimit

Re: [update] plan9/plan9port 20180117 -> 20190619

2019-08-11 Thread Gleydson Soares
On Sun, Aug 11, 2019 at 03:42:09PM -0400, Patrick Marchand wrote: > Hi Gleydson / ports, > > Here is a revised patch for plan9port. I had messed up quite a few > things in my first try, but I now think I understand the ports > system much better. > > Main changes I've seen include: > - Plumb

CVS: cvs.openbsd.org: ports

2019-08-11 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2019/08/11 14:53:07 Modified files: lang/gcc/8 : Makefile lang/gcc/8/patches: patch-libgcc_config_host Added files: lang/gcc/8/patches: patch-libgcc_config_rs6000_t-openbsd Log

Re: [new] x11/alacritty

2019-08-11 Thread Eric Auge
Re, attached is the updated the port: - added a pkg/README explaining basic config template location and how to disable the "lstat(2) polling" and prevent another "default config" CPU overhead trigger. - left the pre-configure target ulimit check (as I did not find how to do pre-fetch). - updated

CVS: cvs.openbsd.org: ports

2019-08-11 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2019/08/11 14:42:44 Modified files: audio/clementine: Makefile Added files: audio/clementine/patches: patch-3rdparty_libechonest_CMakeLists_txt

Re: [macppc, sparc64] games/godot won't build there

2019-08-11 Thread Charlene Wendling
Hi, On Sun, 11 Aug 2019 21:13:11 +0200 Jeremie Courreges-Anglas wrote: > On Mon, Aug 05 2019, Thomas Frohwein wrote: > > On Mon, Aug 05, 2019 at 12:05:05PM +0200, Jeremie Courreges-Anglas > > wrote: [...] > >> Here's a diff with proper comments which I deem desirable. > >> Charlene, Thomas,

Re: x264 on ARM

2019-08-11 Thread Stuart Henderson
On 2019/08/11 19:48, adr wrote: > arm + bus error + assembly this is going to be must all the time > access of words or half words unaligned. You are going to have a > lot of these problems porting assembly from gas to llvm, specially > with old code. Switching a bunch of ports to gcc is not the

CVS: cvs.openbsd.org: ports

2019-08-11 Thread Stefan Sperling
CVSROOT:/cvs Module name:ports Changes by: s...@cvs.openbsd.org2019/08/11 13:56:44 Modified files: devel/got : Makefile distinfo Log message: Update devel/got to got-0.4 - add support for tag objects to 'got diff' - fix tog log -r option (patch by semarie@) -

Re: x264 on ARM

2019-08-11 Thread adr
Please CC the port maintainer, He knows about it already. Can you provide more details? It's good if people can reproduce issues and understand the issue at hand before commiting anything... arm + bus error + assembly this is going to be must all the time access of words or half words

[update] plan9/plan9port 20180117 -> 20190619

2019-08-11 Thread Patrick Marchand
Hi Gleydson / ports, Here is a revised patch for plan9port. I had messed up quite a few things in my first try, but I now think I understand the ports system much better. Main changes I've seen include: - Plumb allows @ in filenames - Web patch was upstreamed - Import of paint program from

Re: CVS: cvs.openbsd.org: ports

2019-08-11 Thread adr
echo unsigned int $name_len = $len ; upps!, just in case: ${name}_len

Re: x264 on ARM

2019-08-11 Thread Jeremie Courreges-Anglas
Please CC the port maintainer, On Fri, Aug 09 2019, adr wrote: > Hello, > multimedia/x264 assembly will generate bus errors. Can you provide more details? It's good if people can reproduce issues and understand the issue at hand before commiting anything... > Tested with ffmpeg. > >

Re: [macppc, sparc64] games/godot won't build there

2019-08-11 Thread Jeremie Courreges-Anglas
On Mon, Aug 05 2019, Thomas Frohwein wrote: > On Mon, Aug 05, 2019 at 12:05:05PM +0200, Jeremie Courreges-Anglas wrote: > [...] >> Here's a diff with proper comments which I deem desirable. Charlene, >> Thomas, others: ok? > > I'd like to combine this with the update to the latest release

Re: Installing a tree of files

2019-08-11 Thread Stuart Henderson
On 2019/08/11 13:33, Brian Callahan wrote: > > Sure, but do you mind sweeping the tree for this do-install idiom? It's > probably not in too many places these days, but it's certainly in more > than just this one port. If other ports are being touched can we have something that avoids a fork for

Re: Installing a tree of files

2019-08-11 Thread Klemens Nanni
On Sun, Aug 11, 2019 at 01:33:18PM -0400, Brian Callahan wrote: > Sure, but do you mind sweeping the tree for this do-install idiom? It's > probably not in too many places these days, but it's certainly in more than > just this one port. I'll do these as I go since they're quite low priority, but

Re: (re)import some ocaml ports needed for math/coq and devel/frama-c updates

2019-08-11 Thread Daniel Dickman
> On Aug 11, 2019, at 12:00 PM, Yozo TODA wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > to update math/coq lablgtk3 is needed which in turn depends on ocaml-cairo and ocaml-configurator. > > just to confirm, aiming to update math/coq to 8.10, which is expected to

Re: CVS: cvs.openbsd.org: ports

2019-08-11 Thread adr
Just a suggestion, you can use something like this name=$(echo $1 | sed s';[/.];_;g') array=$(hexdump -v -e '/1 "%d,"' $1) len=$(echo $array | awk -F"," '{print NF-1}') #len=$(echo $array | sed s'/[^,]//g' | wc -L) echo unsigned char $name[] = {\ $array }; echo unsigned int $name_len = $len ;

Re: Installing a tree of files

2019-08-11 Thread Brian Callahan
On 8/11/19 12:50 PM, Klemens Nanni wrote: On Sun, Aug 11, 2019 at 09:56:23AM -0400, Brian Callahan wrote: There is this, found for example in games/polymorphable: ${INSTALL_DATA_DIR} ${PREFIX}/share/flare/mods/polymorphable     cd ${WRKSRC} && find * -type d -exec ${INSTALL_DATA_DIR} \

[MAINTAINER UPDATE] www/sblg to 0.4.29

2019-08-11 Thread Bryan Vyhmeister
This is another simple maintainer update of sblg from 0.4.28 to 0.4.29. The changes included in this release are: sblg 0.4.29: "Provide the data-sblg-aside attribute like the others (data-sblg-title, etc.). Also bring up to date with latest oconfigure." I did testing on amd64 with no issues. It

Re: (re)import some ocaml ports needed for math/coq and devel/frama-c updates

2019-08-11 Thread Yozo TODA
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 > >> to update math/coq lablgtk3 is needed which in turn depends on > >> ocaml-cairo and ocaml-configurator. just to confirm, aiming to update math/coq to 8.10, which is expected to be released soon. (coq 8.9 uses lablgtk2, and coq 8.10 will move

Re: Installing a tree of files

2019-08-11 Thread Klemens Nanni
On Sun, Aug 11, 2019 at 09:56:23AM -0400, Brian Callahan wrote: > There is this, found for example in games/polymorphable: > ${INSTALL_DATA_DIR} ${PREFIX}/share/flare/mods/polymorphable >     cd ${WRKSRC} && find * -type d -exec ${INSTALL_DATA_DIR} \ >    

CVS: cvs.openbsd.org: ports

2019-08-11 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2019/08/11 09:16:22 Modified files: www/netsurf/netsurf-fb: Makefile www/netsurf/browser: Makefile Log message: Missing build dependency on vim (for xxd). Noticed by naddy@

Re: [fix, all archs] audio/clementine: fix with ports-gcc and future chromaprint version

2019-08-11 Thread Björn Ketelaars
On Sun 11/08/2019 11:59, Charlene Wendling wrote: > Ping. > Build- and lightly run tested on amd64. Diff looks good. OK bket@

Re: Installing a tree of files

2019-08-11 Thread Brian Callahan
On 8/11/19 1:52 AM, Ingo Feinerer wrote: Hi, to all experienced porters: is there a best practice for installing a whole tree of files in do-install? I have encountered following patterns: cp -Rp tar -czf - -C ... | tar xzf - -C ... pax -rw INSTALL_DATA in a for loop (works only if you

Re: [new] x11/alacritty

2019-08-11 Thread Eric Auge
Hello, inlined. On Sun, Aug 11, 2019 at 11:52 AM Theo Buehler wrote: > > On Sun, Aug 11, 2019 at 07:05:00AM +0200, Eric Auge wrote: > > Hello, > > > > attached is the updated port for alacritty including a "pre-configure" > > target data size check taken from the lang/rust port. > > ok? > > I

CVS: cvs.openbsd.org: ports

2019-08-11 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2019/08/11 05:17:24 Modified files: audio/libopenmpt: Makefile distinfo Log message: Update libopenmpt to 0.4.6.

Re: [fix, all archs] audio/clementine: fix with ports-gcc and future chromaprint version

2019-08-11 Thread Charlene Wendling
Ping. On Sun, 28 Jul 2019 16:15:41 +0200 Charlene Wendling wrote: > Ping. > > On Sat, 20 Jul 2019 14:01:56 +0200 > Charlene Wendling wrote: > > > Since MAINTAINER has been removed here is an updated diff. > > > > On Mon, 15 Jul 2019 20:38:09 +0200 > > Charlene Wendling wrote: > > > > > Hi, >

hitch: update to 1.5.0

2019-08-11 Thread Klemens Nanni
Keeps working for me on amd64, although I must say that I am not using as much as I did during import. All my other fixes have long been merged upstream so far. Official changelog: • Support for UNIX domain socket connections. A backend endpoint can now be specified as a UNIX domain socket,

Re: [new] x11/alacritty

2019-08-11 Thread Theo Buehler
On Sun, Aug 11, 2019 at 07:05:00AM +0200, Eric Auge wrote: > Hello, > > attached is the updated port for alacritty including a "pre-configure" > target data size check taken from the lang/rust port. > ok? I would prefer the ulimit check to happen before the dependencies are downloaded, but that

powerpc bulk build report

2019-08-11 Thread landry
bulk build on macppc-1.ports.openbsd.org started on Fri Aug 9 12:44:57 MDT 2019 finished at Sun Aug 11 03:02:55 MDT 2019 lasted 02D07h17m done with kern.version=OpenBSD 6.5-current (GENERIC.MP) #565: Thu Aug 8 16:24:04 MDT 2019 built packages:4385 Aug 9:1459 Aug 10:2655 Aug 11:270 critical