Watch YT videos on www/surf out of the box

2018-04-10 Thread Ricardo Mestre
Hi ports@ ajacoutot@ removed gstreamer1-plugins-good from surf's RUN_DEPENDS on rev1.19 since plugins-base already supported sndio(7) by that time out of the box. Would it be reasonable do add it back? With it I'm able to watch WebM VP8/VP9 based videos (namely from YouTube) out of the box

Re: [NEW] security/p5-Auth-Yubikey_Decrypter

2018-04-10 Thread Stuart Henderson
On 2018/04/10 10:02, Julien Dhaille wrote: > Thank you for the review Landry ! > Fixed as suggested. > Here's a diff on top to reorder Makefile more in-line with Makefile.template, and provide COMMENT/DESCR that make a bit more sense.. I'm OK with this version. diff --git Makefile Makefile

Re: CVS: cvs.openbsd.org: ports

2018-04-10 Thread Stuart Henderson
On 2018/04/10 12:19, Stuart Henderson wrote: > On 2018/04/09 12:14, Gonzalo L. Rodriguez wrote: > > On [08/04/18] [10:30P], Stuart Henderson wrote: > > > CVSROOT: /cvs > > > Module name: ports > > > Changes by: st...@cvs.openbsd.org 2018/04/08 04:30:32 > > > > > > Modified files: >

Re: [NEW] net/onionshare

2018-04-10 Thread Grégoire Jadi
Klemens Nanni writes: > On Tue, Apr 10, 2018 at 08:09:15AM +0200, Grégoire Jadi wrote: > >> Stuart Henderson writes: >> >> > On 2018/03/09 13:56, Grégoire Jadi wrote: >> > >> >> >> >> ping >> >> >> >> I don't know what are the next steps. :) >> >>

Re: japanese/Wnn: remove jgroff dependency

2018-04-10 Thread Marc Espie
On Tue, Apr 10, 2018 at 02:35:36AM -0600, Anthony J. Bentley wrote: > Hi, > > Wnn currently generates EUC-JP manuals from EUC-JP source files using > jgroff, a patchset against positively ancient groff. > > This patch modifies the package to install unformatted UTF-8 manuals > that can then be

[Update] Gnupg 2.2.6

2018-04-10 Thread Pierre-Emmanuel André
Hi, Small diff to update Gnupg 2 to it's latest version. Tested on @amd64. Comments, ok ? Regards, Index: Makefile === RCS file: /cvs/ports/security/gnupg2/Makefile,v retrieving revision 1.56 diff -u -p -u -p -r1.56 Makefile ---

Re: CVS: cvs.openbsd.org: ports

2018-04-10 Thread Stuart Henderson
On 2018/04/09 12:14, Gonzalo L. Rodriguez wrote: > On [08/04/18] [10:30P], Stuart Henderson wrote: > > CVSROOT:/cvs > > Module name:ports > > Changes by: st...@cvs.openbsd.org 2018/04/08 04:30:32 > > > > Modified files: > > sysutils/apachetop: Makefile > > Added files: > >

Re: UPDATE www/urlwatch

2018-04-10 Thread Stuart Henderson
On 2018/04/09 17:16, Björn Ketelaars wrote: > Enclosed diff brings urlwatch to 2.9. Changelog can be found at > https://github.com/thp/urlwatch/blob/master/ChangeLog > > 'make test' runs successfully. Tested ok on AMD64. > > OK? Doesn't break my installation - OK.

clang 6 fix security/steghide

2018-04-10 Thread Matthew Martin
Seems easier to make the C++11 fixes rather than patch the makefiles to compile for C++03. There's a test failure, but I don't know if it's new. - Matthew Martin diff --git Makefile Makefile index 78a8c328b25..2cc5016be00 100644 --- Makefile +++ Makefile @@ -3,7 +3,7 @@ COMMENT =

MPlayer is gone?

2018-04-10 Thread mazocomp
Hi! Is this happening because of Clang 6 fallout? mazocomp$ pkg_add -n mplayer quirks-2.418 signed on 2018-04-09T22:17:28Z Can't find mplayer mazocomp$ uname -a OpenBSD mazocomp.pc 6.3 GENERIC.MP#159 amd64 mazocomp$

mplayer is gone?

2018-04-10 Thread mazocomp
Hi! Is this happening because of Clang 6 fallout? mazocomp$ pkg_add -n mplayer quirks-2.418 signed on 2018-04-09T22:17:28Z Can't find mplayer mazocomp$

Re: clang6 fallout

2018-04-10 Thread Christian Weisgerber
Updated list as of Apr 10, 15:00 UTC. Error logs at: http://build-failures.rhaalovely.net/amd64/2018-04-09/ The dependencies for SDL have been fixed, so now there are new build failures for ports that depend on SDL. audio/audacity audio/caps-plugins audio/gogglesmm audio/libmusicbrainz5

Re: clang 6 fix security/steghide

2018-04-10 Thread Giovanni Bechis
test.log run on 6.3 attached, does it differs from yours ? Cheers Giovanni On 04/10/18 15:16, Matthew Martin wrote: > Seems easier to make the C++11 fixes rather than patch the makefiles to > compile for C++03. There's a test failure, but I don't know if it's new. > > - Matthew Martin > > >

Re: [Update] Gnupg 2.2.6

2018-04-10 Thread Aaron Bieber
On Tue, Apr 10, 2018 at 10:43:49AM +0200, Pierre-Emmanuel André wrote: > Hi, > > Small diff to update Gnupg 2 to it's latest version. > Tested on @amd64. > > Comments, ok ? > > Regards, Everything seems to work fine here! Tested: - Yubikey smartcard - gpg2 --refresh - signing / encrypting OK

update : multimedia/sfml clang6 fix

2018-04-10 Thread David CARLIER
Hi. Here a very typical clang6 fix. Regards. Index: patches/patch-src_SFML_Window_Unix_WindowImplX11_cpp === RCS file: patches/patch-src_SFML_Window_Unix_WindowImplX11_cpp diff -N patches/patch-src_SFML_Window_Unix_WindowImplX11_cpp

Re: mplayer is gone?

2018-04-10 Thread mazocomp
On Tue, Apr 10, 2018 at 06:58:37PM +0300, Dumitru Mișu Moldovan wrote: > On 04/10/18 17:51, mazoc...@disroot.org wrote: > > Hi! > > > > Is this happening because of Clang 6 fallout? > > > > mazocomp$ pkg_add -n mplayer > > quirks-2.418 signed on 2018-04-09T22:17:28Z > > Can't find mplayer > >

clang6 fix games/crimson

2018-04-10 Thread Timo Myyrä
Hi, Crimson seems to need few casts and spaces to fix compilation. Quickly tested few turns and port seems ok. timo Index: patches/patch-src_cf_main_cpp === RCS file: patches/patch-src_cf_main_cpp diff -N

Re: clang6 fallout

2018-04-10 Thread Stuart Henderson
On 2018/04/10 15:04, Christian Weisgerber wrote: > Updated list as of Apr 10, 15:00 UTC. Error logs at: > http://build-failures.rhaalovely.net/amd64/2018-04-09/ > > The dependencies for SDL have been fixed, so now there are new build > failures for ports that depend on SDL. Here are the most

clang6 fix games/abuse

2018-04-10 Thread Timo Myyrä
Hi, Few static_cast calls to allow this to compile. Quickly testing the game runs but for some reason the sounds didn't work for me. timo Index: patches/patch-src_net_fileman_cpp === RCS file: patches/patch-src_net_fileman_cpp diff

clang6 fix games/einstein

2018-04-10 Thread Timo Myyrä
Hi, Here's few casts to fix einstein compilation. Running the game seems to work as well. timo Index: patches/patch-font_cpp === RCS file: patches/patch-font_cpp diff -N patches/patch-font_cpp --- /dev/null 1 Jan 1970 00:00:00

Re: update: zsh 5.5

2018-04-10 Thread Rafael Sadowski
ok rsadowski@ On Sun Apr 08, 2018 at 01:21:59PM -0500, Matthew Martin wrote: > Update zsh to 5.5. I've been running the RCs for a week or so and > haven't had issues. I bumped AUTOCONF_VERSION since ./configure has > a comment that it's generated with 2.69 and removed both remaining > patches.

Re: MPlayer is gone?

2018-04-10 Thread Stuart Henderson
On 2018/04/10 18:20, mazocomp wrote: > Hi! > > Is this happening because of Clang 6 fallout? Yes. > mazocomp$ pkg_add -n mplayer > quirks-2.418 signed on 2018-04-09T22:17:28Z > Can't find mplayer > mazocomp$ uname -a > OpenBSD mazocomp.pc 6.3 GENERIC.MP#159 amd64 > mazocomp$ >

update devel/bullet clang6 fix

2018-04-10 Thread David CARLIER
Hi, Here a proposal for bullet library. Hope it s good enough. Regards. Index: patches/patch-examples_OpenGLWindow_LoadShader_cpp === RCS file: patches/patch-examples_OpenGLWindow_LoadShader_cpp diff -N

Re: mplayer is gone?

2018-04-10 Thread Dumitru Mișu Moldovan
On 04/10/18 19:59, mazocomp wrote: > On Tue, Apr 10, 2018 at 06:58:37PM +0300, Dumitru Mișu Moldovan wrote: […] >> Is mplayer still a thing? Have used it for many years a long time ago, >> but now I see the latest stable is 2 years old and nicknamed >> "worksforme"… :-] >> >> I think of mpv as

Re: make phantomjs build again

2018-04-10 Thread Jasper Lievisse Adriaanse
On Tue, Apr 10, 2018 at 08:42:36PM +0200, Remi Pointel wrote: > Hi, > > attached is the diff which permits to build phantomjs with clang 6. > > Ok? > > Cheers, > > Remi. OK. -- jasper

make phantomjs build again

2018-04-10 Thread Remi Pointel
Hi, attached is the diff which permits to build phantomjs with clang 6. Ok? Cheers, Remi. Index: patches/patch-src_webpage_cpp === RCS file: patches/patch-src_webpage_cpp diff -N patches/patch-src_webpage_cpp --- /dev/null 1 Jan

Re: mplayer is gone?

2018-04-10 Thread mazocomp
On Tue, Apr 10, 2018 at 09:54:21PM +0300, Dumitru Mișu Moldovan wrote: > On 04/10/18 19:59, mazocomp wrote: > > On Tue, Apr 10, 2018 at 06:58:37PM +0300, Dumitru Mișu Moldovan wrote: > > […] > > >> Is mplayer still a thing? Have used it for many years a long time ago, > >> but now I see the

Re: fix fs-uae for clang 6

2018-04-10 Thread Edd Barrett
On Sun, Apr 08, 2018 at 11:21:51PM +0200, Jeremie Courreges-Anglas wrote: > -std=c++03 isn't supported by g++-4.2.1; do you need the workaround on > clang archs only? I think you are right. How about this: Index: Makefile === RCS

Re: mplayer is gone?

2018-04-10 Thread Dumitru Mișu Moldovan
On 04/10/18 17:51, mazoc...@disroot.org wrote: > Hi! > > Is this happening because of Clang 6 fallout? > > mazocomp$ pkg_add -n mplayer > quirks-2.418 signed on 2018-04-09T22:17:28Z > Can't find mplayer > mazocomp$ > Is mplayer still a thing? Have used it for many years a long time ago, but

Re: clang6 fallout

2018-04-10 Thread Edd Barrett
On Tue, Apr 10, 2018 at 05:03:21PM +0100, Stuart Henderson wrote: > print/texlive/base 49 The diff for this is in the "TeX stuff for devel/cocinelle and books/tex-by-topic into build set" thread. If you think it's OK, I will commit it. -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: editors/vis: Fix segfault, do not strip binaries

2018-04-10 Thread Stuart Henderson
On 2018/04/11 00:16, Klemens Nanni wrote: > Repeated pattern searching (`./' and holding `n' to reproduce) would > cause an out-of-bounds access, upstream quickly fixed the issue after > I reported it. > > This also revealed an oversight on my site: Binaries are stripped > regardless of DEBUG, so

Re: fix fs-uae for clang 6

2018-04-10 Thread Jeremie Courreges-Anglas
On Tue, Apr 10 2018, Edd Barrett wrote: > On Sun, Apr 08, 2018 at 11:21:51PM +0200, Jeremie Courreges-Anglas wrote: >> -std=c++03 isn't supported by g++-4.2.1; do you need the workaround on >> clang archs only? > > I think you are right. How about this: While it would in

editors/vis: Fix segfault, do not strip binaries

2018-04-10 Thread Klemens Nanni
Repeated pattern searching (`./' and holding `n' to reproduce) would cause an out-of-bounds access, upstream quickly fixed the issue after I reported it. This also revealed an oversight on my site: Binaries are stripped regardless of DEBUG, so patch upstream's Makefile until this is fixed as

Re: editors/vis: Fix segfault, do not strip binaries

2018-04-10 Thread Klemens Nanni
On Tue, Apr 10, 2018 at 11:24:49PM +0100, Stuart Henderson wrote: > On 2018/04/11 00:16, Klemens Nanni wrote: > > +Index: Makefile > > +--- Makefile.orig > > Makefile > > +@@ -136,10 +136,6 @@ luacheck: > > + @luacheck --config .luacheckrc lua test/lua | less -RFX > > + > > + install:

Re: [update] OfflineIMAP v7.2.0

2018-04-10 Thread Daniel Jakots
On Wed, 11 Apr 2018 00:12:01 +0200, Remi Locherer wrote: > OK? Hunk #1 succeeded at 766 (offset 7 lines). can you regen the patch please? ok danj@ with that

[update] OfflineIMAP v7.2.0

2018-04-10 Thread Remi Locherer
Hi, OfflineIMAP v7.2.0 was released few days ago. The release notes can be found here: http://www.offlineimap.org/doc/Changelog.html#offlineimap-v720-2018-04-07 Starting with this release the project offers stable tarballs. While here change my mail address. OK? Remi Index: Makefile

Re: japanese/Wnn: remove jgroff dependency

2018-04-10 Thread Anthony J. Bentley
Marc Espie writes: > On Tue, Apr 10, 2018 at 02:35:36AM -0600, Anthony J. Bentley wrote: > > Hi, > > > > Wnn currently generates EUC-JP manuals from EUC-JP source files using > > jgroff, a patchset against positively ancient groff. > > > > This patch modifies the package to install unformatted

UPDATE: sysutils/pick

2018-04-10 Thread Anton Lindqvist
Hi, Update pick to 2.0.2 from maintainer. The changelog can be found here[1] and most importantly: - The repository has been moved to my account over at GitHub - The Werror flag is gone Comments? OK? [1] https://github.com/mptre/pick/releases/tag/v2.0.2 Index: Makefile

Re: mplayer is gone?

2018-04-10 Thread Dumitru Mișu Moldovan
On 04/10/18 22:21, mazocomp wrote: > > Oh, thank you. ffplay has basically everything I need, except > controlling sound volume with keys, but that's fine. > > About 2D acceleration, radeondrm(4) doesn't support radeons with GCN > architecture: it can't provide 2D and 3D acceleration, so even

update textproc/sphinx clang6 fix

2018-04-10 Thread David CARLIER
Hi, here a bit lengthy one. Regards. Index: patches/patch-src_indexer_cpp === RCS file: patches/patch-src_indexer_cpp diff -N patches/patch-src_indexer_cpp --- /dev/null 1 Jan 1970 00:00:00 - +++ patches/patch-src_indexer_cpp 10

Re: update: math/z3

2018-04-10 Thread Remi Pointel
Le 10-04-2018 06:26, Matthew Martin a écrit : Update z3; builds here with clang 6. Enable tests while here. - Matthew Martin Hi, thanks it's commited. Cheers, Remi.

Re: building texmacs; meaning of an error

2018-04-10 Thread Stuart Henderson
On 2018/04/09 12:37, Rudolf Sykora wrote: > Hello, > > I am trying to build TeXmacs (since I need it) from ports on amd64 > on openBSD 6.3. > > I know that on linux it can be built with clang. > > So I wanted to try. But as soon as I issue 'make' in the port directory > with an unmodified

japanese/Wnn: remove jgroff dependency

2018-04-10 Thread Anthony J. Bentley
Hi, Wnn currently generates EUC-JP manuals from EUC-JP source files using jgroff, a patchset against positively ancient groff. This patch modifies the package to install unformatted UTF-8 manuals that can then be viewed with mandoc (man -M /usr/local/man/ja). Several other packages provide UTF-8

Re: clang6 fix games/einstein

2018-04-10 Thread Timo Myyrä
Hi, The previous diff overwrote existing patches, here's revised diff. timo Index: patches/patch-font_cpp === RCS file: patches/patch-font_cpp diff -N patches/patch-font_cpp --- /dev/null 1 Jan 1970 00:00:00 - +++

japanese/canna: remove jgroff dependency

2018-04-10 Thread Anthony J. Bentley
Hi, Currently canna installs formatted English manuals (generated with groff) and formatted Japanese/EUC-JP manuals (generated with jgroff). Here's a diff that installs unformatted English manuals, unformatted Japanese/UTF-8 manuals, and formatted Japanese/EUC-JP manuals (generated with

Re: mpd 0.20.18, mpc 0.29 & libmpdclient 2.14

2018-04-10 Thread Nils Reuße
> Landry Breuil hat am 6. April 2018 um 21:42 geschrieben: > > > Hi, > > small updates, i only fought a bit with meson in the mpc update. Using > it now on amd64, probably needs testing on other archs. > > cf https://www.musicpd.org/news/2018/02/mpd-0-20-17-released/ & >

Re: [NEW] security/p5-Auth-Yubikey_Decrypter

2018-04-10 Thread Julien Dhaille
Thank you for the review Landry ! Fixed as suggested. p5-Auth-Yubikey_Decrypter.tar.gz Description: GNU Zip compressed data

Re: [NEW] net/onionshare

2018-04-10 Thread Klemens Nanni
On Tue, Apr 10, 2018 at 08:09:15AM +0200, Grégoire Jadi wrote: > Stuart Henderson writes: > > > On 2018/03/09 13:56, Grégoire Jadi wrote: > > > >> > >> ping > >> > >> I don't know what are the next steps. :) > >> Should I add the MAINTAINER to the loop? > >> > >> Best, >

Re: [NEW] net/onionshare

2018-04-10 Thread Grégoire Jadi
Stuart Henderson writes: > On 2018/03/09 13:56, Grégoire Jadi wrote: > >> >> ping >> >> I don't know what are the next steps. :) >> Should I add the MAINTAINER to the loop? >> >> Best, >> > > The do-test/TEST_DEPENDS bits aren't doing anything useful (not working, > and

NEW: godot - a 2D and 3D game engine and game development framework

2018-04-10 Thread Thomas Frohwein
Hi, Please find attached a port of Godot. Godot, "The Game Engine You Waited For" (semi-official subtitle), is a professional-grade game development framework and game engine, capable of designing 2D, as well as 3D games. It is most commonly compared to Unity. It features its own GDScript

Re: clang 6 fix security/steghide

2018-04-10 Thread Matthew Martin
On Tue, Apr 10, 2018 at 04:44:56PM +0200, Giovanni Bechis wrote: > test.log run on 6.3 attached, does it differs from yours ? > Cheers > Giovanni Not meaningfully. Thanks for the log. - Matthew Martin

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2018/04/10 03:55:00 Removed files: security/nss/patches: patch-nss_lib_freebl_blinit_c Log message: Remove upstream patch from #1443400.

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/04/10 02:49:36 Added files: devel/smpeg2/patches: patch-audio_hufftable_cpp devel/smpeg/patches: patch-audio_huffmantable_cpp Log message: fix build with clang6; via flatpak

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/04/10 05:38:33 Modified files: www/webkitgtk4 : Makefile Log message: gstgl: multimedia/gstreamer1/plugins-bad -> multimedia/gstreamer1/plugins-base

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2018/04/10 06:08:52 Log message: Import p5-Auth-Yubikey_Decrypter 0.07 from MAINTAINER Julien Dhaille Perl module that accepts an AES key and an encrypted one-time password generated by a Yubikey

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/04/10 05:37:51 Modified files: multimedia/gstreamer1: Makefile.inc multimedia/gstreamer1/core: Makefile distinfo multimedia/gstreamer1/core/pkg: PLIST

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/04/10 02:48:12 Added files: mail/mimetic/patches: patch-test_cutee_cxx Log message: fix build with clang6

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2018/04/10 03:35:46 Modified files: security/nss : Makefile distinfo Log message: Update to nss 3.36.1, required by fx 60.0b11 See

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2018/04/10 06:09:31 Modified files: security : Makefile Log message: +p5-Auth-Yubikey_Decrypter

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/04/10 02:47:36 Added files: graphics/cal3d/patches: patch-src_cal3d_loader_cpp Log message: fix build with clang6 partly from upstream where there are more c++ cleanups to be had

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/04/10 02:46:21 ports/graphics/cal3d/patches Update of /cvs/ports/graphics/cal3d/patches In directory cvs.openbsd.org:/tmp/cvs-serv25723/patches Log Message: Directory /cvs/ports/graphics/cal3d/patches added

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/04/10 02:46:05 Added files: editors/fte/patches: patch-src_mkdefcfg_pl Log message: fix build with clang6

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/04/10 06:22:39 Modified files: textproc/solr : Makefile distinfo textproc/solr/patches: patch-bin_solr textproc/solr/pkg: PLIST Log message: security update to solr-7.3.0

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs Module name:ports Changes by: gonz...@cvs.openbsd.org 2018/04/10 07:25:34 Modified files: sysutils/apachetop: Makefile distinfo sysutils/apachetop/patches: patch-src_log_cc Log message: Update for Apachetop to 0.17.4: Swtich to github and fix

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/04/10 08:03:55 Modified files: graphics/shotwell: Makefile distinfo Log message: Update to shotwell-0.28.2.

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Bjorn Ketelaars
CVSROOT:/cvs Module name:ports Changes by: b...@cvs.openbsd.org2018/04/10 08:32:18 Modified files: www/urlwatch : Makefile distinfo Log message: Update to urlwatch-2.9. OK gsoares@, sthen@

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Jonathan Gray
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2018/04/10 09:25:45 Added files: emulators/dosbox/patches: patch-src_ints_int10_vesa_cpp Log message: Fix build with clang 6.0. From FreeBSD ports.

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/04/10 07:20:18 Modified files: www/webkitgtk4 : Makefile distinfo Log message: Maintenance update to webkitgtk4-2.20.1.

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/04/10 07:09:50 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py-botocore-1.10.3.

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/04/10 07:09:35 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py-boto3-1.7.3.

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/04/10 07:10:05 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.15.3.

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/04/10 08:06:30 Modified files: x11/gnome/control-center: Makefile Log message: Sync WANTLIB.

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/04/10 07:45:45 Modified files: mail/evolution-rss: Makefile net/telepathy/folks: Makefile productivity/glabels: Makefile www/liferea: Makefile

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/04/10 07:21:18 Added files: textproc/lq-sp/patches: patch-include_IListIter_h patch-include_IList_h patch-include_Ptr_h

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/04/10 07:21:10 Modified files: www/webkitgtk4 : Tag: OPENBSD_6_3 Makefile distinfo Log message: Maintenance update to webkitgtk4-2.20.1.

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/04/10 10:40:56 Added files: textproc/opensp/patches: patch-include_IListIter_h patch-include_IList_h patch-include_Ptr_h

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/04/10 11:01:02 Added files: net/ruby-eventmachine/patches: patch-ext_em_cpp Log message: fix build with clang6

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/04/10 09:41:55 Added files: games/abuse/patches: patch-src_net_fileman_cpp patch-src_sdlport_hmi_cpp Log message: unbreak with clang 6, from Timo Myyrä

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2018/04/10 11:27:03 Modified files: devel/flatzebra/patches: patch-Makefile_in Added files: devel/flatzebra/patches: patch-src_flatzebra_GameEngine_h Log message: fix build with clang6

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/04/10 11:09:43 Modified files: lang/vala : Makefile distinfo lang/vala/pkg : PLIST-main Log message: update to vala-0.38.9

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/04/10 07:11:04 Added files: net/dhcdrop/patches: patch-configure Log message: fix build with clang6

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/04/10 10:56:20 Added files: audio/libsidplay/patches: patch-src_samples_cpp Log message: fix build with clang6; from freebsD

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/04/10 09:58:27 Added files: games/crimson/patches: patch-src_cf_main_cpp patch-src_comet_main_cpp patch-src_common_font_cpp

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/04/10 10:40:24 ports/textproc/opensp/patches Update of /cvs/ports/textproc/opensp/patches In directory cvs.openbsd.org:/tmp/cvs-serv4959/patches Log Message: Directory /cvs/ports/textproc/opensp/patches

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/04/10 10:45:41 Added files: audio/libmusicbrainz5/patches: patch-src_xmlParser_cpp Log message: fix build with clang6; patch from ../libmusicbrainz

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/04/10 10:53:12 Added files: textproc/exempi/patches: patch-exempi_exempi_cpp patch-source_XMPFiles_FormatSupport_ID3_Support_hpp

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2018/04/10 13:58:55 Added files: games/xwelltris/patches: patch-src_x11_xwellengine_cxx Log message: fix build with clang6

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/04/10 12:57:56 Modified files: devel/vte3 : Makefile distinfo devel/vte3/pkg : PLIST Log message: update to vte-0.50.3

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/04/10 13:07:40 Modified files: graphics/dcmtk : Makefile distinfo graphics/dcmtk/pkg: PLIST Added files: graphics/dcmtk/patches:

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2018/04/10 16:51:28 Modified files: editors/vis: Makefile Added files: editors/vis/patches: patch-Makefile patch-array_c Log message: Fix segfault, do not strip binaries. OK tb, sthen

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/04/10 16:04:52 Modified files: textproc/sphinx/patches: patch-src_sphinxstd_cpp Added files: textproc/sphinx/patches: patch-src_indexer_cpp

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2018/04/10 17:27:51 Modified files: www/stagit : Makefile distinfo www/stagit/patches: patch-config_mk Removed files: www/stagit/patches: patch-Makefile patch-compat_h Log message:

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2018/04/10 17:42:49 Modified files: sysutils/polkit: Makefile Log message: Now needs a C++1 compiler

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/04/10 14:11:39 Added files: multimedia/sfml/patches: patch-src_SFML_Window_Unix_WindowImplX11_cpp Log message: fix build with clang6; from David CARLIER

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/04/10 14:09:07 Added files: devel/bullet/patches: patch-examples_OpenGLWindow_LoadShader_cpp patch-examples_SharedMemory_PhysicsServerExample_cpp

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2018/04/10 14:56:42 Added files: textproc/sablotron/patches: patch-src_command_sabcmd_cpp Log message: fix build with clang6

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2018/04/10 15:15:33 Modified files: net/livemedia : Makefile Added files: net/livemedia/patches: patch-liveMedia_RTSPClient_cpp Log message: fix build with clang6; bugfix from upstream

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Remi Pointel
CVSROOT:/cvs Module name:ports Changes by: rpoin...@cvs.openbsd.org2018/04/10 14:04:44 Added files: www/phantomjs/patches: patch-src_webpage_cpp Log message: add a patch to build phantomjs with clang 6. ok jasper@.

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/04/10 14:30:58 Modified files: textproc/clucene: Makefile Log message: fix build with clang6 by defaulting to c++03. while this isn't the nicest solution it allows to unblock a fairly large number

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Edd Barrett
CVSROOT:/cvs Module name:ports Changes by: e...@cvs.openbsd.org2018/04/10 14:43:51 Modified files: print/texlive/base: Makefile Added files: print/texlive/base/patches: patch-texk_web2c_luatexdir_image_pdftoepdf_w Log

  1   2   >