Re: adjustments for arm clang switch

2018-01-19 Thread Jeremie Courreges-Anglas
On Sat, Jan 20 2018, Jonathan Gray wrote: > With armv7 switching to clang as the base compiler atomic builtins and > -mfpu=neon are now available on arm. > > Other BROKEN markers are suspect as well > > devel/codeblocks/Makefile:BROKEN-arm= wxwidgets va_list c++ mangling requires > gcc < 4.4 > de

adjustments for arm clang switch

2018-01-19 Thread Jonathan Gray
With armv7 switching to clang as the base compiler atomic builtins and -mfpu=neon are now available on arm. Other BROKEN markers are suspect as well devel/codeblocks/Makefile:BROKEN-arm= wxwidgets va_list c++ mangling requires gcc < 4.4 devel/arm-none-eabi/gcc-linaro/Makefile:BROKEN-armv7= e

Re: gnome-games: part 1

2018-01-19 Thread Brian Callahan
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.gnome.org/Apps/Mahjongg gnome-chess https://wiki.gnome.org/Apps/Chess gnome-sudoku https://wiki.gnome.org/Apps/Su

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

2018-01-19 Thread James E Keenan
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 common way to store spreadsheets or the output of relational database queries in plain-text form

Re: UPDATE: shells/osh 4.3.2v0 => shells/etsh 5.0.1

2018-01-19 Thread Brian Callahan
On 1/9/2018 10:27 PM, Brian Callahan wrote: Hi ports -- Upstream for shells/osh renamed the project. It is now called etsh. The attached tarball provides a new shells/etsh port that does the expected upgrade if you've got osh on your machine. Not included in this tarball is the required quir

Re: update www/py-requests [hass: #5]

2018-01-19 Thread Alexandr Shadchin
Thanks for update. ok shadchin@ On Wed, Jan 17, 2018 at 2:05 AM, Joerg Jung wrote: > Hi, > > please find attached an update for www/py-requests. > This update moves prior included dependencies into RUN_REPENDS and is > needed for the upcoming homeassistant port. > > OK? > > Regards, > Joerg > >

Re: update misc/blink1

2018-01-19 Thread Joerg Jung
On Thu, Jan 18, 2018 at 11:29:38PM +, Stuart Henderson wrote: > On 2018/01/18 18:40, Joerg Jung wrote: > > > > > > > Am 18.01.2018 um 14:31 schrieb Alexander Bluhm : > > > > > >> On Tue, Jan 09, 2018 at 09:19:45PM +0100, Joerg Jung wrote: > > >> +SHA256 (blink1-1.98a.tar.gz) = > > >> sMsN8z

Re: [Update] GnuPG 2.2.4

2018-01-19 Thread Jeremie Courreges-Anglas
On Wed, Jan 10 2018, Pierre-Emmanuel André wrote: > Hi, > > Here is a diff to update GnuPG to it's latest version (2.2.4). > Please note that you will need the latest libassuan version (2.5.1). > Tested on @amd64. > > Comments, ok ? Works for me on amd64, make test also passes on sparc64. ok jca

Re: NEW: textproc/p5-PerlIO-utf8_strict

2018-01-19 Thread Giovanni Bechis
On 01/19/18 11:14, Stuart Henderson wrote: > On 2018/01/19 09:02, Giovanni Bechis wrote: >> PerIO-utf8-strict is a fast utf8 IO implementation. >> Needed for an upcoming port. >> Comments ? Ok ? >> Cheers >>Giovanni > > Lowercase start of COMMENT, maybe this for DESCR? (straight copy > from

Re: NEW: devel/p5-Data-Printer

2018-01-19 Thread Giovanni Bechis
On 01/19/18 11:10, Stuart Henderson wrote: > On 2018/01/19 08:58, Giovanni Bechis wrote: >> pkg/DESCR: >> colored pretty-print of Perl data structures and objects >> >> Another dependency of an upcoming port. >> Comments ? Ok ? >> Cheers >> Giovanni > > DESCR could have a bit more informati

[update] pgbouncer 1.8.1

2018-01-19 Thread Landry Breuil
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 easy diff, only build-tested :) Landry Index: Makefile ==

cmake.port.mk and DEBUG

2018-01-19 Thread Jeremie Courreges-Anglas
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). Those CFLAGS might be undesirable or even unusable on OpenBSD (iirc some stuff might tr

Re: NEW: textproc/p5-PerlIO-utf8_strict

2018-01-19 Thread Stuart Henderson
On 2018/01/19 09:02, Giovanni Bechis wrote: > PerIO-utf8-strict is a fast utf8 IO implementation. > Needed for an upcoming port. > Comments ? Ok ? > Cheers >Giovanni Lowercase start of COMMENT, maybe this for DESCR? (straight copy from upstream's description in the manual). This module pro

Re: NEW: devel/p5-Data-Printer

2018-01-19 Thread Stuart Henderson
On 2018/01/19 08:58, Giovanni Bechis wrote: > pkg/DESCR: > colored pretty-print of Perl data structures and objects > > Another dependency of an upcoming port. > Comments ? Ok ? > Cheers > Giovanni DESCR could have a bit more information rather than being a copy of COMMENT. How about this,

Re: NEW: devel/p5-Clone-PP

2018-01-19 Thread Frederic Cambus
On Fri, Jan 19, 2018 at 08:55:45AM +0100, Giovanni Bechis wrote: > New port needed for an upcoming port of database/p5-MaxMind-DB-Reader > > pkg/DESCR: > This module provides a general-purpose clone function to make deep > copies of Perl data structures. It calls itself recursively to copy > neste

NEW: devel/p5-Data-Printer

2018-01-19 Thread Giovanni Bechis
pkg/DESCR: colored pretty-print of Perl data structures and objects Another dependency of an upcoming port. Comments ? Ok ? Cheers Giovanni p5-Data-Printer.tgz Description: application/compressed-tar

NEW: textproc/p5-PerlIO-utf8_strict

2018-01-19 Thread Giovanni Bechis
PerIO-utf8-strict is a fast utf8 IO implementation. Needed for an upcoming port. Comments ? Ok ? Cheers Giovanni p5-PerlIO-utf8_strict.tgz Description: application/compressed-tar