NEW: lang/flang

2017-11-08 Thread Brian Callahan
Hi ports -- Attached is a new port, lang/flang. Flang is a Fortran compiler targeting LLVM. Some notes on this: 1. This is actually two ports in one. The Flang group maintains their own modified version of clang to support flang. I have applied all the clang-related patches from devel/llvm t

Re: [UPDATE] textproc/uncrustify

2017-11-08 Thread Antoine Jacoutot
OK On Wed, Nov 08, 2017 at 07:09:41PM +, Remi Pointel wrote: > Hi, > > this is the diff to update uncrustify to latest release. > > Ok? > > Cheers, > > Remi. -- Antoine

Re: NEW: emulation/ppsspp-1.3

2017-11-08 Thread Ryan Freeman
On Sun, Jun 18, 2017 at 11:28:15AM +0200, Jakub Skrzypnik wrote: > Good morning, > > Today I ported the PPSSPP, an emulator of Sony PlayStation Portable > console. > > Runs actually neat, even on integrated graphics. > Tested with: > - cube.elf (the spinning 3D cube program from PPSSPP homepage)

NEW: devel/openmp

2017-11-08 Thread Brian Callahan
Hi ports -- I submitted this a few months back, resubmitting it because I have multiple consumers of it. Attached is devel/openmp, the LLVM OpenMP stand-alone implementation. --- pkg/DESCR: The OpenMP subproject of LLVM contains the components required to build an executable OpenMP program tha

NEW: lang/cyclone

2017-11-08 Thread Brian Callahan
Hi ports -- Attached is a new port, lang/cyclone. Cyclone is an R7RS Scheme to C compiler. --- pkg/DESCR: Cyclone is an experimental Scheme-to-C compiler that uses a variant of the Cheney on the MTA technique to implement full tail recursion, continuations, generational garbage collection, and

NEW: devel/ck

2017-11-08 Thread Brian Callahan
Hi ports -- Attached is a new port, devel/ck. ConcurrencyKit is a library for high performance concurrent systems. --- pkg/DESCR: Concurrency Kit provides concurrency primitives, safe memory reclamation mechanisms and non-blocking data structures for the research, design and implementation of

Re: gcc fix libgfortran.la

2017-11-08 Thread Marc Espie
On Wed, Nov 08, 2017 at 07:38:37PM +0100, Steven Mestdagh wrote: > hi, > > As I mentioned previously, there is a quoting issue in libgfortran.la: > dependency_libs=' '/usr/local/lib'/libquadmath.la -lm' > should be: > dependency_libs='/usr/local/lib/libquadmath.la -lm' > > We would need this to b

[NEW] textproc/loccount

2017-11-08 Thread Klemens Nanni
Hey ports@, here's https://gitlab.com/esr/loccount/, from DESCR: loccount is a re-implementation of David A. Wheeler's sloccount tool in Go. It is faster and handles more different languages. Because it's one source file in Go, it is easier to maintain and extend than the multi-file, multi-langu

[NEW] security/ROPGadget

2017-11-08 Thread Remi Pointel
Hi, attached is the port of ROPGadget: Gadgets finder and auto-roper. $ pkg_info ROPGadget Information for inst:ROPGadget-5.4 Comment: Gadgets finder and auto-roper Description: This tool lets you search your gadgets on your binaries to facilitate your ROP exploitation.

net/corebird 1.5.1 => 1.7.2

2017-11-08 Thread Adam Wolk
Hi ports@ attaching a trivial bump for net/corebird testedo n amd64 current. Port changes: - dropping dependency on librest - dropping wantlib on soup-gnome - appdata changed it's dwelling place - setting HOME for tests and interactive causing all tests to finally pass Feedback, OK's? Re

Re: Update MariaDB from 10.0.33 to 10.2.10

2017-11-08 Thread Stuart Henderson
On 2017/11/08 10:53, Peter Faiman wrote: > > On Nov 8, 2017, at 09:39, Jeremy Evans wrote: > > > >> On 11/08 10:37, Brad Smith wrote: > >>> On 11/6/2017 7:21 AM, Jeremy Evans wrote: > >>> > >>> This patch brings us up to the latest stable version of MariaDB. > >>> Unfortunately, MariaDB made man

[UPDATE] textproc/uncrustify

2017-11-08 Thread Remi Pointel
Hi, this is the diff to update uncrustify to latest release. Ok? Cheers, Remi. Index: Makefile === RCS file: /cvs/ports/textproc/uncrustify/Makefile,v retrieving revision 1.15 diff -u -p -u -p -r1.15 Makefile --- Makefile 2 Nov 20

Re: Update MariaDB from 10.0.33 to 10.2.10

2017-11-08 Thread Peter Faiman
> On Nov 8, 2017, at 09:39, Jeremy Evans wrote: > >> On 11/08 10:37, Brad Smith wrote: >>> On 11/6/2017 7:21 AM, Jeremy Evans wrote: >>> >>> This patch brings us up to the latest stable version of MariaDB. >>> Unfortunately, MariaDB made many backwards incompatible changes to the >>> headers and

gcc fix libgfortran.la

2017-11-08 Thread Steven Mestdagh
hi, As I mentioned previously, there is a quoting issue in libgfortran.la: dependency_libs=' '/usr/local/lib'/libquadmath.la -lm' should be: dependency_libs='/usr/local/lib/libquadmath.la -lm' We would need this to be correct to link with libgfortran via libtool. This diff is a quick fix for libg

Re: [patch] net/dnscrypt-proxy: use random resolver

2017-11-08 Thread Stuart Henderson
On 2017/11/08 16:53, Vinícius Zavam wrote: > " -R, --resolver-name=: name of the resolver to use, from the > list of available resolvers (see -L). Or random for a random > resolver accessible over IPv4, that doesn't log and supports > DNSSEC " > Index: net/dnscrypt-proxy/Makefile > ===

Re: fix i3 horizontal split

2017-11-08 Thread David Coppa
Il 08 nov 2017 6:41 PM, "Daniel Jakots" ha scritto: Hi David (and ports@), Since 4.14.1, $mod+e is broken. It has been reported upstream multiple times: https://github.com/i3/i3/issues/2846 https://github.com/i3/i3/issues/3026 I tried to backport the first chunk (see the patch inline) but it wa

fix i3 horizontal split

2017-11-08 Thread Daniel Jakots
Hi David (and ports@), Since 4.14.1, $mod+e is broken. It has been reported upstream multiple times: https://github.com/i3/i3/issues/2846 https://github.com/i3/i3/issues/3026 I tried to backport the first chunk (see the patch inline) but it was not enough, with the second chunk now it woks as bef

Re: Update MariaDB from 10.0.33 to 10.2.10

2017-11-08 Thread Jeremy Evans
On 11/08 10:37, Brad Smith wrote: > On 11/6/2017 7:21 AM, Jeremy Evans wrote: > > > This patch brings us up to the latest stable version of MariaDB. > > Unfortunately, MariaDB made many backwards incompatible changes to the > > headers and some backwards incompatible changes to the structures, and

[patch] net/dnscrypt-proxy: use random resolver

2017-11-08 Thread Vinícius Zavam
" -R, --resolver-name=: name of the resolver to use, from the list of available resolvers (see -L). Or random for a random resolver accessible over IPv4, that doesn't log and supports DNSSEC " -- Vinícius Zavam keybase.io/egypcio/key.asc Index: net/dnscrypt-proxy/Makefile

Re: Update MariaDB from 10.0.33 to 10.2.10

2017-11-08 Thread Brad Smith
On 11/6/2017 7:21 AM, Jeremy Evans wrote: This patch brings us up to the latest stable version of MariaDB. Unfortunately, MariaDB made many backwards incompatible changes to the headers and some backwards incompatible changes to the structures, and most dependencies are going to need changes. T

Re: UPDATE: audio/cantata 2.2.0

2017-11-08 Thread Nils Reuße
> Landry Breuil hat am 7. November 2017 um 21:06 > geschrieben: > > > On Tue, Nov 07, 2017 at 02:54:03PM +0100, Nils Reuße wrote: > > Hi ports@, > > > > this diff brings cantata to the lastest release 2.2.0. > > > > Both patches were merged upstream and have been removed, but i had > > to add