Re: [update] dunst-1.3.0

2018-01-20 Thread Timo Myyrä
timo.my...@bittivirhe.fi (Timo Myyrä) writes: > Hi, > > As mentioned, here's update to dunst to bring it to latest version. > Also includes pledge tweak to fix the port when using icons in notifications. > > Quickly tested on amd64 where icons work. More tests would be welcome. > > Timo > > Index:

Re: [update] kawa-3.0

2018-01-20 Thread Timo Myyrä
timo.my...@bittivirhe.fi (Timo Myyrä) writes: > Hi, > > Re-sending earlier diff to bring kawa to latest release. > > Timo > > Index: Makefile > === > RCS file: /cvs/ports/lang/kawa/Makefile,v > retrieving revision 1.15 > diff -u -p -r

FIX: devel/libffi on armv7/clang

2018-01-20 Thread Brian Callahan
Hi ports -- devel/libffi failed to build for me on my Orange Pi Zero (armv7) using the latest snapshot. It's a clang thing, FreeBSD dealt with it like such: https://github.com/libffi/libffi/issues/162 So let's do the same thing. The change in patches/patch_src_arm_ffi_c is also necessary. Wit

Re: adjustments for arm clang switch

2018-01-20 Thread Juan Francisco Cantero Hurtado
On Sat, Jan 20, 2018 at 11:07:46PM +, Stuart Henderson wrote: > On 2018/01/20 12:53, Juan Francisco Cantero Hurtado wrote: > > On Sat, Jan 20, 2018 at 09:05:28AM +, Stuart Henderson wrote: > > > On 2018/01/20 16:28, Jonathan Gray wrote: > > > > With armv7 switching to clang as the base comp

Re: adjustments for arm clang switch

2018-01-20 Thread Juan Francisco Cantero Hurtado
On Sun, Jan 21, 2018 at 12:13:57AM +, Stuart Henderson wrote: > With the move to clang, arm has a more modern assembler, so it probably > makes sense to try places+futures there. And the comment about TLS doesn't > make much sense because it will only be tried on arch that have some kind of > T

Re: adjustments for arm clang switch

2018-01-20 Thread Stuart Henderson
With the move to clang, arm has a more modern assembler, so it probably makes sense to try places+futures there. And the comment about TLS doesn't make much sense because it will only be tried on arch that have some kind of TLS support anyway. On 20 January 2018 23:58:08 Juan Francisco Cante

Re: adjustments for arm clang switch

2018-01-20 Thread Stuart Henderson
On 2018/01/20 12:53, Juan Francisco Cantero Hurtado wrote: > On Sat, Jan 20, 2018 at 09:05:28AM +, Stuart Henderson wrote: > > On 2018/01/20 16:28, Jonathan Gray wrote: > > > With armv7 switching to clang as the base compiler atomic builtins and > > > -mfpu=neon are now available on arm. > > >

Re: cmake.port.mk and DEBUG

2018-01-20 Thread Stuart Henderson
On 2018/01/20 13:08, Jeremie Courreges-Anglas wrote: > On Sat, Jan 20 2018, Landry Breuil wrote: > > On Fri, Jan 19, 2018 at 03:18:53PM +0100, Jeremie Courreges-Anglas wrote: > >> > >> Once again I've been bitten by the special handling of DEBUG done in > >> cmake.port.mk. > >> > >> First, cmake

Re: [NEW] textproc/p5-Text-CSV-Hashify

2018-01-20 Thread Nigel Taylor
I just imported before the new tarball, I had removed PLIST.orig. On 01/20/18 15:20, James E Keenan wrote: > On 01/20/2018 04:24 AM, Landry Breuil wrote: >> On Fri, Jan 19, 2018 at 06:43:21PM -0500, James E Keenan wrote: >>> On 01/07/2018 10:50 PM, James E Keenan wrote: Hello ports@, >>>

[Patch] update games/tome4

2018-01-20 Thread Solene Rapenne
Hello, please find a patch to bump the version. I tested it and it works fine. Index: Makefile === RCS file: /cvs/ports/games/tome4/Makefile,v retrieving revision 1.12 diff -u -p -r1.12 Makefile --- Makefile2 Dec 2017 15:26:12 -

Re: NEW: news/nzbget

2018-01-20 Thread Klemens Nanni
On Sat, Jan 20, 2018 at 08:05:04PM +0100, Björn Ketelaars wrote: > New port for NZBGet > > pkg/DESCR: > NZBGet is a binary newsgrabber, which downloads files from usenet based on > information given in nzb-files. NZBGet is written in C++ and is known for its > extraordinary performance and efficie

UPDATE sysutils/logtail

2018-01-20 Thread Björn Ketelaars
A newer version of sysutils/logcheck is available, which fixes some things [0]. Testing is limited to building and a bit of playing, nothing serious. Comments? [0] https://anonscm.debian.org/git/logcheck/logcheck.git/log/ -- Björn Ketelaars GPG key: 0x4F0E5F21 diff --git sysutils/logtail/Make

NEW: news/nzbget

2018-01-20 Thread Björn Ketelaars
New port for NZBGet pkg/DESCR: NZBGet is a binary newsgrabber, which downloads files from usenet based on information given in nzb-files. NZBGet is written in C++ and is known for its extraordinary performance and efficiency. This port does the same thing as news/sabnzbd but is faster, lighter o

UPDATE: www/youtube-dl 2017.12.23 -> 2018.01.18

2018-01-20 Thread Klemens Nanni
Here's a simple bump. working fine for me on the usual sites. Ran 2248 tests in 11832.601s FAILED (errors=572, failures=341) Feedback? Anyone willing to commit? diff --git a/www/youtube-dl/Makefile b/www/youtube-dl/Makefile index 71e79164626..8a716ef3731 100644 --- a/www

Re: [NEW] textproc/p5-Text-CSV-Hashify

2018-01-20 Thread James E Keenan
On 01/20/2018 10:34 AM, Nigel Taylor wrote: I just imported before the new tarball, I had removed PLIST.orig. Thank you very much!

Re: [NEW] textproc/p5-Text-CSV-Hashify

2018-01-20 Thread James E Keenan
On 01/20/2018 04:24 AM, Landry Breuil wrote: On Fri, Jan 19, 2018 at 06:43:21PM -0500, James E Keenan wrote: On 01/07/2018 10:50 PM, James E Keenan wrote: Hello ports@, Here is a new port, for Perl extension Text-CSV-Hashify (version 0.08). From DESCR: The Comma-Separated-Value ('CSV') for

Re: new www/py-yarl [hass: #11]

2018-01-20 Thread Klemens Nanni
On Wed, Jan 17, 2018 at 09:57:03PM +0100, Joerg Jung wrote: > On Wed, Jan 17, 2018 at 09:14:57PM +0100, Klemens Nanni wrote: > > On Wed, Jan 17, 2018 at 08:34:28PM +0100, Joerg Jung wrote: > > > On Wed, Jan 17, 2018 at 12:12:06AM +0100, Joerg Jung wrote: > > > > Hi, > > > > > > > > please find att

Re: adjustments for arm clang switch

2018-01-20 Thread Juan Francisco Cantero Hurtado
On Sat, Jan 20, 2018 at 09:05:28AM +, Stuart Henderson wrote: > On 2018/01/20 16:28, Jonathan Gray wrote: > > With armv7 switching to clang as the base compiler atomic builtins and > > -mfpu=neon are now available on arm. > > Comments on a couple below, others are OK with me: > > > Index: lan

Re: cmake.port.mk and DEBUG

2018-01-20 Thread Jeremie Courreges-Anglas
On Sat, Jan 20 2018, Antoine Jacoutot wrote: > On Fri, Jan 19, 2018 at 02:18:53PM +, Jeremie Courreges-Anglas wrote: [...] >> * why isn't MODCMAKE_BUILD_SUFFIX properly substituted in all PLISTs? > > I think that's the main issue isn't it? > We can probably fix the framework to do so. Nope.

Re: cmake.port.mk and DEBUG

2018-01-20 Thread Jeremie Courreges-Anglas
On Sat, Jan 20 2018, Landry Breuil wrote: > On Fri, Jan 19, 2018 at 03:18:53PM +0100, Jeremie Courreges-Anglas wrote: >> >> Once again I've been bitten by the special handling of DEBUG done in >> cmake.port.mk. >> >> First, cmake might use different CFLAGS in debug and release mode (this >> is u

Re: cmake.port.mk and DEBUG

2018-01-20 Thread Antoine Jacoutot
On Fri, Jan 19, 2018 at 02:18:53PM +, Jeremie Courreges-Anglas wrote: > > Once again I've been bitten by the special handling of DEBUG done in > cmake.port.mk. > > First, cmake might use different CFLAGS in debug and release mode (this > is usually specified by upstream in CMakeLists.txt). T

Re: [update] pgbouncer 1.8.1

2018-01-20 Thread Landry Breuil
On Sat, Jan 20, 2018 at 12:14:00PM +0100, Landry Breuil wrote: > that explains why the 'compat' backend doesnt work. And that one is > pretty hilarious :) The configure script has: > > #include > > ... lol. 1.7.2 has it too :) And i have no idea where this interesting > html comes f

Re: [update] pgbouncer 1.8.1

2018-01-20 Thread Landry Breuil
On Fri, Jan 19, 2018 at 03:48:52PM +0100, Landry Breuil wrote: > Hi, > > had to backport pgbouncer 1.7 to 6.2 ( i need auth_type = hba) and then > i realized upstream released 1.8 and 1.8.1 (which i'm already running on > debian), see https://pgbouncer.github.io/changelog.html#pgbouncer-18x > > e

Re: gnome-games: part 1

2018-01-20 Thread Antoine Jacoutot
On Sat, Jan 20, 2018 at 04:25:23AM +, Brian Callahan wrote: > > On 01/16/18 16:54, Victor Kukshiev wrote: > > ping. > > > > 2018-01-12 20:11 GMT+03:00 Victor Kukshiev : > > > > > hello! > > > I was partial ported GNOME games. > > > > > > in this archive: > > > gnome-mahjongg https://wiki.gn

Re: [NEW] textproc/p5-Text-CSV-Hashify

2018-01-20 Thread Landry Breuil
On Fri, Jan 19, 2018 at 06:43:21PM -0500, James E Keenan wrote: > On 01/07/2018 10:50 PM, James E Keenan wrote: > > Hello ports@, > > > > Here is a new port, for Perl extension Text-CSV-Hashify (version 0.08). > > > > From DESCR: > > > > The Comma-Separated-Value ('CSV') format is the most comm

Re: adjustments for arm clang switch

2018-01-20 Thread Peter Hessler
On 2018 Jan 20 (Sat) at 09:05:28 + (+), Stuart Henderson wrote: :On 2018/01/20 16:28, Jonathan Gray wrote: :> Index: multimedia/mpv/Makefile :> === :> RCS file: /cvs/ports/multimedia/mpv/Makefile,v :> retrieving revision 1.38 :

Re: cmake.port.mk and DEBUG

2018-01-20 Thread Landry Breuil
On Fri, Jan 19, 2018 at 03:18:53PM +0100, Jeremie Courreges-Anglas wrote: > > Once again I've been bitten by the special handling of DEBUG done in > cmake.port.mk. > > First, cmake might use different CFLAGS in debug and release mode (this > is usually specified by upstream in CMakeLists.txt). T

Re: adjustments for arm clang switch

2018-01-20 Thread Stuart Henderson
On 2018/01/20 16:28, Jonathan Gray wrote: > With armv7 switching to clang as the base compiler atomic builtins and > -mfpu=neon are now available on arm. Comments on a couple below, others are OK with me: > Index: lang/racket-minimal/Makefile >