Re: [Update] PostgreSQL allow -D in rc.conf.local

2019-08-17 Thread Antoine Jacoutot
On Sat, Aug 17, 2019 at 10:55:11PM +0200, Adam Wolk wrote: > Hi ports@, > > I'm attaching a small diff to allow picking a different postgresql > cluster (the directory you create with initdb) location within > /etc/rc.conf.local. > > With the attached diff, one can now define the folder with: >

Re: UPDATE archivers/fuse-zip

2019-08-17 Thread Björn Ketelaars
On Sat 04/05/2019 20:54, Björn Ketelaars wrote: > Simple update to fuse-zip-0.6.0. Changelog can be found at > https://bitbucket.org/agalanin/fuse-zip/src/default/changelog. > > Tested on amd64 by adding, and removing some files to a fuse mounted > archive. 'make test' runs successfully on amd64.

Re: fix segfault in x11/xdrawchem

2019-08-17 Thread Björn Ketelaars
On Sat 10/08/2019 06:35, Björn Ketelaars wrote: > Pressing almost any key twice while hovering over a bond causes a > segmentation fault because a text-editor is internally created and > discarded but not deleted. When pressing that button a second time this > will cause the program to walk down an

audio/midish: update to 1.3.0

2019-08-17 Thread Alexandre Ratchov
OK? Index: Makefile === RCS file: /cvs/ports/audio/midish/Makefile,v retrieving revision 1.23 diff -u -p -u -p -r1.23 Makefile --- Makefile12 Jul 2019 20:43:36 - 1.23 +++ Makefile18 Aug 2019 04:45:53 - @@ -1,7 +1,

[Update] math/cfitsio : Update to 3.47

2019-08-17 Thread wen heping
Hi, ports@: Here is a patch for math/cfitsio to update to 3.47. It build and run well on amd64-head system. No other ports depends on it. And I suggest move this port to astro directory, because this port is a FITS File Subroutine Library, while FITS is the standard astronomical

[Update] converters/py-html2text : Update to 2019.8.11

2019-08-17 Thread wen heping
Hi, ports@: Here is a patch for converters/py-html2text: i)update to 2019.8.11 ii) define NO_TEST=yes. Now py-html2text use tox to do regression tests, so I mark NO_TEST=yes. But all tests passed when I use tox to do regression tests manually. Only one port depends on converters/py-ht

[Update] mail/rss2email : Update to 2.71

2019-08-17 Thread wen heping
Hi, ports@: Here is a patch to update mail/rss2email to 2.71. It build and run well on amd64-head system. No other ports depends on it. Comments? OK? wen Index: Makefile === RCS file: /cvs/ports/mail/rss2email/Makefile,v retrie

[Update] PostgreSQL allow -D in rc.conf.local

2019-08-17 Thread Adam Wolk
Hi ports@, I'm attaching a small diff to allow picking a different postgresql cluster (the directory you create with initdb) location within /etc/rc.conf.local. With the attached diff, one can now define the folder with: postgresql_flags="-D /var/postgresql/testdata -w -l /var/postgresql/logfile

update: lang/ocaml-camlp5 to support upcoming OCaml 4.08

2019-08-17 Thread Christopher Zimmermann
Hi, this is a straightforward upgrade of camlp5 to support upcoming OCaml 4.08. OK? Christopher Index: Makefile === RCS file: /cvs/ports/lang/ocaml-camlp5/Makefile,v retrieving revision 1.4 diff -u -p -r1.4 Makefile --- Makefile

Re: update h2o to 2.2.6

2019-08-17 Thread Klemens Nanni
On Sat, Aug 17, 2019 at 08:45:43PM +0200, Otto Moerbeek wrote: > Fixes HTTP/2 DoS attack vulnerabilities CVE-2019-9512, CVE-2019-9514 and > CVE-2019-9515 OK kn

Re: [ports-gcc] Unbreak inputmethods/scim-pinyin

2019-08-17 Thread Jeremie Courreges-Anglas
On Sat, Aug 17 2019, Charlene Wendling wrote: >> http://build-failures.rhaalovely.net/powerpc/2019-07-29/inputmethods/scim-pinyin.log >> http://build-failures.rhaalovely.net/sparc64/2019-08-12/inputmethods/scim-pinyin.log > > Once all headers are provided, it builds fine on macppc [0] and amd64 is

[ports-gcc] Unbreak inputmethods/scim-tables

2019-08-17 Thread Charlene Wendling
> http://build-failures.rhaalovely.net/powerpc/2019-07-29/inputmethods/scim-tables.log > http://build-failures.rhaalovely.net/sparc64/2019-08-12/inputmethods/scim-tables.log This is hopefully the last one. With the below patch, it builds on macppc [0], and is still fine on amd64. OK? Charlèn

[ports-gcc] Unbreak inputmethods/scim-pinyin

2019-08-17 Thread Charlene Wendling
> http://build-failures.rhaalovely.net/powerpc/2019-07-29/inputmethods/scim-pinyin.log > http://build-failures.rhaalovely.net/sparc64/2019-08-12/inputmethods/scim-pinyin.log Once all headers are provided, it builds fine on macppc [0] and amd64 is not broken. OK? Charlène. [0] https://bin.cha

Re: x11/mplayer: mkv seeking above 2GB broken with ffmpeg 4.2

2019-08-17 Thread Antoine Jacoutot
On Sat, Aug 17, 2019 at 08:01:01PM +0200, Christian Weisgerber wrote: > Brad Smith: > > > > The update to FFmpeg 4.2 has introduced a regression in MPlayer. For (at > > > least) the ubiquitous H.264 videos in MKV containers, seeking in MPlayer > > > is broken, e.g. when jumping back and forth with

update h2o to 2.2.6

2019-08-17 Thread Otto Moerbeek
Fixes HTTP/2 DoS attack vulnerabilities CVE-2019-9512, CVE-2019-9514 and CVE-2019-9515 OK? -Otto Index: Makefile === RCS file: /cvs/ports/www/h2o/Makefile,v retrieving revision 1.3 diff -u -p -r1.3 Makefile --- Makefile1

tootstream: update to 0.3.7

2019-08-17 Thread Klemens Nanni
- Upgrade to Mastodon.py 1.4.5 - Rudimentary support for polls (shows links to polls) - Update colored minimum version to 1.3.93 (Fixes GPL license incompatibility) - Support Pleroma FlakeIDs - Minor fix for stream command being closed without receiving a toot getting a Nonetype for handle https:

py-mastodon.py: update to 1.4.5

2019-08-17 Thread Klemens Nanni
Required for the tootstream update that follows soon. There's 1.4.6 but tootstream requires 1.4.5. No PLIST change, but py-magic is a new RDEP. I've also added version specs to dependencies to keep track of them. Changelog is lengthy as we're skipping a few versions so please see https://github

Re: x11/mplayer: mkv seeking above 2GB broken with ffmpeg 4.2

2019-08-17 Thread Christian Weisgerber
Brad Smith: > > The update to FFmpeg 4.2 has introduced a regression in MPlayer. For (at > > least) the ubiquitous H.264 videos in MKV containers, seeking in MPlayer > > is broken, e.g. when jumping back and forth with the arrow keys. > > Does this resolve the issue? -snip- Yes, it does! -- Ch

Re: x11/mplayer: mkv seeking above 2GB broken with ffmpeg 4.2

2019-08-17 Thread Christian Weisgerber
Klemens Nanni: > Skimming mplayer(1) I could not find out quickly how to seek so far. Page up/down: +/- 10 min Cursor up/down:+/- 1 min Cursor right/left: +/- 10 s > Can you tell me how to seek in mplayer and also try reproducing it with > mpv? On FreeBSD mplayer has the same problem,

graphics/ocaml-cairo fails to build

2019-08-17 Thread Antoine Jacoutot
Hi graphics/ocaml-cairo failed to build in my last bulk: >>> Building on exopi-2 under graphics/ocaml-cairo BDEPENDS = [lang/ocaml,-graphics;lang/ocaml;devel/ocaml-configurator;x11/gtk+2;x11/lablgtk2;devel/pango;devel/dune;graphics/gdk-pixbuf2] DIST = [graphics/ocaml-cairo:ocam

breakage: x11/kde4/zeroconf-ioslave versus x11/kde-applications/zeroconf-ioslave

2019-08-17 Thread Antoine Jacoutot
Hi. x11/kde4/zeroconf-ioslave failed to package on a machine with an empty PLIST_DB directory. Found newer package zeroconf-ioslave-18.12.0p0 in /exopi-cvs/ports/plist/amd64 *** Error 1 in x11/kde4/zeroconf-ioslave (/exopi-cvs/ports/infrastructure/mk/bsd.port.mk:2007 '/exopi-cvs/ports/packages/

Re: update: devel/py-arrow

2019-08-17 Thread Paco Esteban
On Sat, 17 Aug 2019, Kurt Mosiejczuk wrote: > I think you mean kmos@. :) I do. Sorry. :-/ > > The first two lines remain though. Although I guess those are ok. > > I'm not sure how you are getting those two lines. If I run > "env FLAVOR=python make update-plist" it takes those two lines > ou

fortran.port.mk: remove lang/g77

2019-08-17 Thread Jeremie Courreges-Anglas
g77 is an obsolete fortran compiler based on gcc3. The last consumers were devel/lam (retired) and devel/openmpi (updated). Nowadays all fortran ports use gfortran or flang. ok to remove lang/g77 and for the diff below? Index: fortran.port.mk =

Re: x11/mplayer: mkv seeking above 2GB broken with ffmpeg 4.2

2019-08-17 Thread Brad Smith
On Sat, Aug 17, 2019 at 04:28:31PM +0200, Christian Weisgerber wrote: > The update to FFmpeg 4.2 has introduced a regression in MPlayer. For (at > least) the ubiquitous H.264 videos in MKV containers, seeking in MPlayer > is broken, e.g. when jumping back and forth with the arrow keys. Effects > ar

Re: x11/mplayer: mkv seeking above 2GB broken with ffmpeg 4.2

2019-08-17 Thread Klemens Nanni
On Sat, Aug 17, 2019 at 04:28:31PM +0200, Christian Weisgerber wrote: > The update to FFmpeg 4.2 has introduced a regression in MPlayer. For (at > least) the ubiquitous H.264 videos in MKV containers, seeking in MPlayer > is broken, e.g. when jumping back and forth with the arrow keys. Effects > ar

sparc64 bulk build report

2019-08-17 Thread landry
bulk build on sparc64-0.ports.openbsd.org started on Thu Aug 15 01:18:55 MDT 2019 finished at Sat Aug 17 07:43:05 MDT 2019 lasted 02D23h24m done with kern.version=OpenBSD 6.6-beta (GENERIC.MP) #23: Wed Aug 14 09:10:30 MDT 2019 built packages:9700 Aug 15:7634 Aug 16:1469 Aug 17:596 critical pa

Re: [update] sysutils/tarsnap-gui

2019-08-17 Thread Theo de Raadt
Josh Grosse wrote: > Since we're on 6.6-beta, I thought I'd ping. The tree goes to -beta halfway through the 6-month cycle. -current for 3 months, -beta for 3 months. It is not a marker of urgency.

Re: [update] sysutils/tarsnap-gui

2019-08-17 Thread Josh Grosse
Since we're on 6.6-beta, I thought I'd ping. On Sun, May 26, 2019 at 10:50:54AM -0400, Josh Grosse wrote: > Update to 1.0.2. Tested on amd64. > Index: Makefile > === > RCS file: /systems/cvs/ports/sysutils/tarsnap-gui/Makefile,v > r

Re: [ports-gcc] Unbreak inputmethods/scim-hangul

2019-08-17 Thread Jeremie Courreges-Anglas
On Sat, Aug 17 2019, Charlene Wendling wrote: >> http://build-failures.rhaalovely.net/powerpc/2019-07-29/inputmethods/scim-hangul.log >> http://build-failures.rhaalovely.net/sparc64/2019-08-12/inputmethods/scim-hangul.log > > Same thing as scim-fcitx. > > Once all headers are provided, it builds f

Re: [ports-gcc] Unbreak inputmethods/scim-fcitx

2019-08-17 Thread Jeremie Courreges-Anglas
On Sat, Aug 17 2019, Charlene Wendling wrote: >> http://build-failures.rhaalovely.net/powerpc/2019-07-29/inputmethods/scim-fcitx.log >> http://build-failures.rhaalovely.net/sparc64/2019-08-12/inputmethods/scim-fcitx.log > > This is just a handful of missing headers. > > Once provided, it builds on

Re: [ports-gcc] Unbreak graphics/dibuja

2019-08-17 Thread Jeremie Courreges-Anglas
On Sat, Aug 17 2019, Charlene Wendling wrote: > Hi, > >> http://build-failures.rhaalovely.net/powerpc/2019-07-29/graphics/dibuja.log >> http://build-failures.rhaalovely.net/sparc64/2019-08-12/graphics/dibuja.log > > Not much to say here. dibuja has: > > WANTLIB += ${COMPILER_LIBCXX} > > It has als

x11/mplayer: mkv seeking above 2GB broken with ffmpeg 4.2

2019-08-17 Thread Christian Weisgerber
The update to FFmpeg 4.2 has introduced a regression in MPlayer. For (at least) the ubiquitous H.264 videos in MKV containers, seeking in MPlayer is broken, e.g. when jumping back and forth with the arrow keys. Effects are desynchronized faulty video and failure to seek. This appears to affect the

devel/ocaml-yojson fails to build

2019-08-17 Thread Antoine Jacoutot
Hi. devel/ocaml-yojson failed to build in my last bulk: >>> Building on exopi-4 under devel/ocaml-yojson BDEPENDS = [lang/ocaml;devel/ocaml-biniou;devel/ocaml-easy-format;devel/dune;devel/ocaml-cppo] DIST = [devel/ocaml-yojson:yojson-1.7.0.tar.gz] FULLPKGNAME = ocaml-y

[ports-gcc] Unbreak inputmethods/scim-hangul

2019-08-17 Thread Charlene Wendling
> http://build-failures.rhaalovely.net/powerpc/2019-07-29/inputmethods/scim-hangul.log > http://build-failures.rhaalovely.net/sparc64/2019-08-12/inputmethods/scim-hangul.log Same thing as scim-fcitx. Once all headers are provided, it builds fine on macppc [0] and amd64 is not broken. Comments/

[ports-gcc] Unbreak inputmethods/scim-fcitx

2019-08-17 Thread Charlene Wendling
> http://build-failures.rhaalovely.net/powerpc/2019-07-29/inputmethods/scim-fcitx.log > http://build-failures.rhaalovely.net/sparc64/2019-08-12/inputmethods/scim-fcitx.log This is just a handful of missing headers. Once provided, it builds on macppc [0] and amd64 is still fine indeed. While he

Re: portcheck: whine with default COMPILER and C++ libs

2019-08-17 Thread Charlene Wendling
I was surprised it has not been committed already, it works great, and may hopefully reduce the number of build failures on base-gcc archs in the future. OK cwen@ On Mon, 12 Aug 2019 11:13:35 -0400 Kurt Mosiejczuk wrote: > On Mon, Aug 12, 2019 at 02:23:55PM +0100, Stuart Henderson wrote: > >

[ports-gcc] Unbreak graphics/dibuja

2019-08-17 Thread Charlene Wendling
Hi, > http://build-failures.rhaalovely.net/powerpc/2019-07-29/graphics/dibuja.log > http://build-failures.rhaalovely.net/sparc64/2019-08-12/graphics/dibuja.log Not much to say here. dibuja has: WANTLIB += ${COMPILER_LIBCXX} It has also been spotted by sthen@'s proposal [0] to add a COMPILER che

Re: update: devel/py-arrow

2019-08-17 Thread Paco Esteban
On Fri, 16 Aug 2019, Paco Esteban wrote: > I have some doubts regarding the PLIST update. As you can see on the > diff, 'make plist' added a couple of lines on the top I do not see on > other ports. Also, there is a line that repeats MODPY_COMMENT, I saw > this on 2 other ports (www/py-flask-log

Re: [ports-gcc] Unbreak devel/angr/py-z3-solver

2019-08-17 Thread Jasper Lievisse Adriaanse
> On 16 Aug 2019, at 18:18, Charlene Wendling wrote: > > Hi, > >> http://build-failures.rhaalovely.net/sparc64/2019-08-12/devel/angr/py-z3-solver.log >> http://build-failures.rhaalovely.net/powerpc/2019-07-29/devel/angr/py-z3-solver.log > > I've found a fix for this from the "standard" z3 re