Re: New devel/py-base58

2019-09-22 Thread clematis
On Sat, Sep 21, 2019 at 06:08:38PM -0400, Kurt Mosiejczuk wrote: > COMMENT isn't supposed to start with a capital as a general rule > devel has lots of entries and we try to put new ports elsewhere is they > fit somewhere else. Maybe converters? Hi Kurt, OK - thanks for the informations. > The

Re: [UPDATE] liferea-1.12.4 -> 1.12.6b

2019-09-22 Thread trondd
Aplogies. Now with updated WANTLIB and LIB_DEPENDS. Tim. trondd wrote: > Poke. > > Tim. > > trondd wrote: > > > Catch up with Liferea releases. Looks like they might have rerolled 1.12.6 > > so > > had to add a 'b' to the DISTNAME. > > > > Bigfixes, endless loop fix, switch from

Re: Update devel/py-asn1 to 0.4.7

2019-09-22 Thread clematis
On Sat, Sep 21, 2019 at 01:23:43PM -0400, Kurt Mosiejczuk wrote: > There's also the python 2.7 flavor to test. There's also 9 ports that use > it as a TEST_DEPENDS (that number expands to 12 for RUN_DEPENDS). Did you > test those? Hi Kurt, In regards to python 2.7: 2 failed, 1097 passed I've

CVS: cvs.openbsd.org: ports

2019-09-22 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2019/09/22 15:46:07 Modified files: devel/bpython : Makefile Added files: devel/bpython/patches: patch-bpython_test_test_args_py Log message: Enable tests for devel/bpython Originally there was

CVS: cvs.openbsd.org: ports

2019-09-22 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2019/09/22 15:44:04 ports/devel/bpython/patches Update of /cvs/ports/devel/bpython/patches In directory cvs.openbsd.org:/tmp/cvs-serv72308/patches Log Message: Directory /cvs/ports/devel/bpython/patches added to

CVS: cvs.openbsd.org: ports

2019-09-22 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2019/09/22 15:39:53 Modified files: games/valyriatear: Makefile distinfo games/valyriatear/patches: patch-src_CMakeLists_txt games/valyriatear/pkg: PLIST Removed files:

Re: Update: lang/ocaml 4.09.0

2019-09-22 Thread Stuart Henderson
On 2019/09/22 20:19, Christopher Zimmermann wrote: > Hi, > > this was a lot easier than 4.08. Sinse 4.09 doesn't ship the graphics > library anymore it is packaged separately. Tested on amd64 with and > without nativecode. OK? I can't really comment on the ocaml side of things, but the ports

CVS: cvs.openbsd.org: ports

2019-09-22 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2019/09/22 14:15:51 Modified files: lang/pypy : Makefile Log message: Use find -delete and Python's -m compileall properly Replace xargs dances with cleaner builtin options; no PLIST change. Input

Re: pypy: xz BDEP, small improvements

2019-09-22 Thread Klemens Nanni
On Sun, Sep 22, 2019 at 03:05:03PM +0100, Stuart Henderson wrote: > ${PREFIX}/pypy/bin/pypy -m compileall ${PREFIX}/pypy/lib-python/2.7 Just that won't do because it'll fail with SyntaxErrors and what-not on test files, but as of https://docs.python.org/2/library/compileall.html there's `-x regex'

UPDATE: devel/pycharm (JDK11)

2019-09-22 Thread Rafael Sadowski
Update pycharm to 2019.2.2. 2019.2.2 crashes at the start with JDK 1.8 but works fine with 11. Ok to switch to JDK11? RS Index: Makefile === RCS file: /cvs/ports/devel/pycharm/Makefile,v retrieving revision 1.18 diff -u -p -u -p

Re: Update: lang/ocaml 4.09.0

2019-09-22 Thread kwesterback
Awesome. 4.09 installed via opam has been working fine at compiling all my opam packages so going to 4.09 is ok krw@. Unrelated, but perhaps of interest to ocaml/opam powers that be, opam --version still says 2.04. And conf-libX11 always thinks there are upstream changes and wants to be

CVS: cvs.openbsd.org: ports

2019-09-22 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2019/09/22 13:34:56 Modified files: net/weechat: Makefile distinfo net/weechat/patches: patch-tests_CMakeLists_txt Removed files: net/weechat/patches:

Re: Update devel/py-urwid to 2.0.1

2019-09-22 Thread clematis
On Sat, Sep 21, 2019 at 08:50:26PM +0200, Klemens Nanni wrote: > How did you get these results? > > $ export FLAVOR=python3 > $ make test > ... > Ran 296 tests in 4.156s > > FAILED (failures=1, errors=4) > Test failed: failures=1> > ... > > See my full

Re: New devel/py-bitcoinlib

2019-09-22 Thread Rafael Sadowski
On Fri Sep 20, 2019 at 10:50:21PM +0200, clematis wrote: > Hi, > Here's a new port submission for devel/py-bitcoinlib. > This Python3 library provides an easy interface to the bitcoin data > structures and protocol. The approach is low-level and "ground up", with > a focus on providing tools to

Re: net/unison: document workaround for incompatible OCaml versions

2019-09-22 Thread Christopher Zimmermann
On Sun, 22 Sep 2019 18:26:54 +0100 Laurence Tratt wrote: > On Sun, Sep 22, 2019 at 04:10:23PM +0200, Christopher Zimmermann > wrote: > > Hello Christopher, > > > +doas pkg_add opam > > +opam init --no-setup --root ~/opam_unison \ > > + --compiler ocaml-base-compiler.4.09.0 > > +opam

CVS: cvs.openbsd.org: ports

2019-09-22 Thread Christopher Zimmermann
CVSROOT:/cvs Module name:ports Changes by: chr...@cvs.openbsd.org 2019/09/22 12:29:54 Modified files: net/unison/2.4x/pkg: README net/unison/2.5x/pkg: README Log message: Correct the instructions to set OPAMROOT. Problem reported by Laurence Tratt.

Update: lang/ocaml 4.09.0

2019-09-22 Thread Christopher Zimmermann
Hi, this was a lot easier than 4.08. Sinse 4.09 doesn't ship the graphics library anymore it is packaged separately. Tested on amd64 with and without nativecode. OK? Christopher -- http://gmerlin.de OpenPGP: http://gmerlin.de/christopher.pub CB07 DA40 B0B6 571D 35E2 0DEF 87E2 92A7 13E5 DEE1

CVS: cvs.openbsd.org: ports

2019-09-22 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2019/09/22 12:10:44 Modified files: mail/geary : Makefile distinfo mail/geary/patches: patch-test_engine_imap-db_imap-db-database-test_vala mail/geary/pkg

Re: www/mozilla-firefox: add unveil and enhance pledge support [3rd time's a charm]

2019-09-22 Thread Landry Breuil
On Sun, Sep 22, 2019 at 06:52:58PM +0200, Landry Breuil wrote: > On Sun, Sep 22, 2019 at 11:15:53AM -0500, joshua stein wrote: > > On Sun, 22 Sep 2019 at 14:13:02 +0200, prx wrote: > > > [snip] > > > > > > > > Everyone using firefox should definitely add its own usecases on top and > > > > test

CVS: cvs.openbsd.org: ports

2019-09-22 Thread Christopher Zimmermann
CVSROOT:/cvs Module name:ports Changes by: chr...@cvs.openbsd.org 2019/09/22 11:59:03 Modified files: net/unison/2.4x: Makefile net/unison/2.4x/pkg: README net/unison/2.5x: Makefile net/unison/2.5x/pkg: README Log message: Add instructions how

Re: www/mozilla-firefox: add unveil and enhance pledge support [3rd time's a charm]

2019-09-22 Thread Klemens Nanni
On Sun, Sep 22, 2019 at 06:53:08PM +0200, prx wrote: > * joshua stein le [22-09-2019 11:15:53 -0500]: > > Do you have XDG_CONFIG_HOME, XDG_DATA_HOME, or XDG_CACHE_HOME set in > > your environment? > > > > None of them : > > $ echo $XDG_CONFIG_HOME - $XDG_DATA_HOME - $XDG_CACHE_HOME >

Re: www/mozilla-firefox: add unveil and enhance pledge support [3rd time's a charm]

2019-09-22 Thread Matthieu Herrb
On Fri, Sep 20, 2019 at 10:00:32AM -0500, joshua stein wrote: > (I'm going to keep trying to send this until I get it right!) > > > I've been working on enhancing the security of our Firefox port over > the past couple weeks and would like some wider testing. > > - Firefox's GPU process gains

Re: net/unison: document workaround for incompatible OCaml versions

2019-09-22 Thread Laurence Tratt
On Sun, Sep 22, 2019 at 04:10:23PM +0200, Christopher Zimmermann wrote: Hello Christopher, > +doas pkg_add opam > +opam init --no-setup --root ~/opam_unison \ > + --compiler ocaml-base-compiler.4.09.0 > +opam install unison lablgtk # To build without the gui, remove lablgtk > +$(opam var

CVS: cvs.openbsd.org: ports

2019-09-22 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2019/09/22 11:19:07 Modified files: www/mozilla: mozilla.port.mk www/tor-browser/browser: Makefile www/firefox-esr: Makefile www/mozilla-firefox: Makefile

Re: www/mozilla-firefox: add unveil and enhance pledge support [3rd time's a charm]

2019-09-22 Thread Landry Breuil
On Sun, Sep 22, 2019 at 11:15:53AM -0500, joshua stein wrote: > On Sun, 22 Sep 2019 at 14:13:02 +0200, prx wrote: > > [snip] > > > > > > Everyone using firefox should definitely add its own usecases on top and > > > test this. The idea is to refine the paths list until we have something > > >

Re: www/mozilla-firefox: add unveil and enhance pledge support [3rd time's a charm]

2019-09-22 Thread prx
* joshua stein le [22-09-2019 11:15:53 -0500]: > On Sun, 22 Sep 2019 at 14:13:02 +0200, prx wrote: > > [snip] > > > > > > Everyone using firefox should definitely add its own usecases on top and > > > test this. The idea is to refine the paths list until we have something > > > we're confident

rspamd with opensmtpd-filter-rspamd, missing X-Spam-Symbols

2019-09-22 Thread Florian Obser
I recently moved from action "mda_with_aliases" mda \ "/usr/local/bin/rspamc --mime --exec '/usr/local/libexec/dovecot/dovecot-lda -f %{sender} -d %{dest:strip} -a %{dest}'" \ alias user vmail to filter rspamd proc-exec "filter-rspamd" and action "mda_with_aliases" mda \

Re: www/mozilla-firefox: add unveil and enhance pledge support [3rd time's a charm]

2019-09-22 Thread joshua stein
On Sun, 22 Sep 2019 at 14:13:02 +0200, prx wrote: > [snip] > > > > Everyone using firefox should definitely add its own usecases on top and > > test this. The idea is to refine the paths list until we have something > > we're confident with, then defaults will be pushed upstream. In the > >

Re: net/unison: document workaround for incompatible OCaml versions

2019-09-22 Thread Bjorn Ketelaars
On Sun 22/09/2019 16:10, Christopher Zimmermann wrote: > On Sat, 21 Sep 2019 09:35:50 +0100 > Laurence Tratt wrote: > > > On Sat, Sep 21, 2019 at 09:06:16AM +0200, Christopher Zimmermann > > wrote: > > > > Hello Christopher, > > > > >> Since other people might be affected by this, it looks

Re: tinc: 1.1pre17 preview

2019-09-22 Thread Klemens Nanni
On Sun, Sep 22, 2019 at 03:54:43PM +0200, Klemens Nanni wrote: > 1.1 brings ed25519 support among other stuff; I need this to > participate in certain mesh VPNs so that's why I'm sneaking into the > "pre" releases. > > tinc users are welcome to test and report to me both issues as well as >

CVS: cvs.openbsd.org: ports

2019-09-22 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2019/09/22 09:46:37 Modified files: lang/abcl : Makefile Log message: This version is not compatible with jdk-11. Adjust MODJAVA_VER to 1.8 only. Okay Timo Myyra MAINTAINER

CVS: cvs.openbsd.org: ports

2019-09-22 Thread Thomas Frohwein
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2019/09/22 09:46:26 Modified files: devel/sdl2 : Makefile distinfo devel/sdl2/patches: patch-Makefile_in patch-src_SDL_c patch-src_joystick_SDL_gamecontroller_c

CVS: cvs.openbsd.org: ports

2019-09-22 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2019/09/22 09:35:16 Modified files: devel/pudb : Makefile Log message: Fix tests for devel/pudb. They didn't run previously "0 tests run". This fixes that. OK kn

CVS: cvs.openbsd.org: ports

2019-09-22 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2019/09/22 09:34:27 Modified files: net/toot : Makefile net/toot/pkg : DESCR Log message: Actually update DESCR, drop useless version specs

CVS: cvs.openbsd.org: ports

2019-09-22 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2019/09/22 09:29:26 Modified files: math/py-mpmath : Makefile distinfo math/py-mpmath/pkg: PLIST Log message: Update math/py-mpmath 0.19 -> 1.1.0 >From Wen Heping once again. Thank you.

Re: Fix tests for devel/pudb

2019-09-22 Thread Klemens Nanni
On Sun, Sep 22, 2019 at 11:08:12AM -0400, Kurt Mosiejczuk wrote: > Currently tests for devel/pudb don't run. It just gives the "0 tests run". > > This make them actually run. All but one tests pass. OK kn

CVS: cvs.openbsd.org: ports

2019-09-22 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2019/09/22 09:25:15 Modified files: net/toot : Makefile distinfo net/toot/pkg : PLIST Log message: Update toot to 0.24.0 - Add toot tui, new and improved TUI implemented written with the

CVS: cvs.openbsd.org: ports

2019-09-22 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2019/09/22 09:19:50 Modified files: devel/py-urwid : Makefile distinfo Log message: Update py-urwid to 2.0.1 Prodded by as new requirement for net/toot. OK kmos

CVS: cvs.openbsd.org: ports

2019-09-22 Thread Thomas Frohwein
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2019/09/22 08:46:55 Modified files: games/fnaify : Makefile distinfo games/fnaify/pkg: PLIST README Log message: update to fnaify 2.0

CVS: cvs.openbsd.org: ports

2019-09-22 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2019/09/22 08:35:18 Modified files: games/devilutionx: Makefile Log message: DevilutionX is C++14; set COMPILER appropriately. From sparc64 bulk logs.

Re: pypy: xz BDEP, small improvements

2019-09-22 Thread Klemens Nanni
On Sun, Sep 22, 2019 at 03:05:03PM +0100, Stuart Henderson wrote: > ${PREFIX}/pypy/bin/pypy -m compileall ${PREFIX}/pypy/lib-python/2.7 > > but I know if I try a test build now it will make my workstation > unusable for hours+ and I don't really want to tie it up atm :-) I'll try that, thanks.

Re: net/unison: document workaround for incompatible OCaml versions

2019-09-22 Thread Stuart Henderson
On 2019/09/22 16:10, Christopher Zimmermann wrote: > On Sat, 21 Sep 2019 09:35:50 +0100 > Laurence Tratt wrote: > > > On Sat, Sep 21, 2019 at 09:06:16AM +0200, Christopher Zimmermann > > wrote: > > > > Hello Christopher, > > > > >> Since other people might be affected by this, it looks like

net/unison: document workaround for incompatible OCaml versions

2019-09-22 Thread Christopher Zimmermann
On Sat, 21 Sep 2019 09:35:50 +0100 Laurence Tratt wrote: > On Sat, Sep 21, 2019 at 09:06:16AM +0200, Christopher Zimmermann > wrote: > > Hello Christopher, > > >> Since other people might be affected by this, it looks like OCaml > >> has changed the marshalling format or similar (again...), so

Re: pypy: xz BDEP, small improvements

2019-09-22 Thread Stuart Henderson
On 2019/09/22 15:37, Klemens Nanni wrote: > On Sun, Sep 22, 2019 at 02:23:14PM +0200, Klemens Nanni wrote: > > The bootstrap target uses xz(1) so add it as BDEP. > sthen pointed out it's already there; indeed BOOTSTRAP-amd64 implicitly > does by having the .xz extension. > > > Also use find(1)'s

tinc: 1.1pre17 preview

2019-09-22 Thread Klemens Nanni
1.1 brings ed25519 support among other stuff; I need this to participate in certain mesh VPNs so that's why I'm sneaking into the "pre" releases. tinc users are welcome to test and report to me both issues as well as success in their use cases. auto-foo bits in CONFIGURE_ENV from naddy, thanks.

Re: pypy: xz BDEP, small improvements

2019-09-22 Thread Klemens Nanni
On Sun, Sep 22, 2019 at 02:23:14PM +0200, Klemens Nanni wrote: > The bootstrap target uses xz(1) so add it as BDEP. sthen pointed out it's already there; indeed BOOTSTRAP-amd64 implicitly does by having the .xz extension. > Also use find(1)'s -delete and -exec commands and move variables before

CVS: cvs.openbsd.org: ports

2019-09-22 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2019/09/22 07:14:04 Modified files: net/wireshark : Tag: OPENBSD_6_5 Makefile distinfo net/wireshark/patches: Tag: OPENBSD_6_5 patch-CMakeLists_txt Log message: update to wireshark-3.0.5

CVS: cvs.openbsd.org: ports

2019-09-22 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2019/09/22 07:13:48 Modified files: net/wireshark : Makefile distinfo net/wireshark/patches: patch-CMakeLists_txt Log message: update to wireshark-3.0.5 and garbage-collect some remnants of the

Re: CVS: cvs.openbsd.org: ports

2019-09-22 Thread Stuart Henderson
On 2019/09/20 07:34, Robert Nagy wrote: > update to libreoffice 6.3.1.2; I get this on i386, any ideas? -- /pobj/libreoffice-6.3.1.2/libreoffice-6.3.1.2/bridges/source/cpp_uno/gcc3_linux_intel/share.hxx:65:12: error: redefinition of '__class_type_info' struct __class_type_info : public

pypy: xz BDEP, small improvements

2019-09-22 Thread Klemens Nanni
The bootstrap target uses xz(1) so add it as BDEP. Also use find(1)'s -delete and -exec commands and move variables before targets while here. OK? Index: Makefile === RCS file: /cvs/ports/lang/pypy/Makefile,v retrieving revision

Re: www/mozilla-firefox: add unveil and enhance pledge support [3rd time's a charm]

2019-09-22 Thread Theo de Raadt
> unveil(/.config/.config/.local/share/.cache/dconf, rwc) failed: 2 Let me just say wow, what a schizophenic pathname.

Re: www/mozilla-firefox: add unveil and enhance pledge support [3rd time's a charm]

2019-09-22 Thread prx
[snip] > > Everyone using firefox should definitely add its own usecases on top and > test this. The idea is to refine the paths list until we have something > we're confident with, then defaults will be pushed upstream. In the > meantime, we'll work with upstream to get the plumbing/logic

CVS: cvs.openbsd.org: ports

2019-09-22 Thread Edd Barrett
CVSROOT:/cvs Module name:ports Changes by: e...@cvs.openbsd.org2019/09/22 05:37:04 Modified files: lang/pypy : Makefile distinfo lang/pypy/pkg : PLIST Log message: Update lang/pypy to version 7.1.1. Diff from Laurence Tratt. Tested by myself and kn@.

CVS: cvs.openbsd.org: ports

2019-09-22 Thread Solene Rapenne
CVSROOT:/cvs Module name:ports Changes by: sol...@cvs.openbsd.org 2019/09/22 04:37:07 Modified files: lang : Makefile Log message: Re-hook sbcl-threads flavor ok from maintainer

CVS: cvs.openbsd.org: ports

2019-09-22 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2019/09/22 03:39:28 Modified files: sysutils/u-boot: Makefile Log message: Revert switch to Python 3 in previous commit u-boot still uses Python 2 in various places that cannot be controlled from our

Re: [ports-gcc] Unbreak multimedia/mkvtoolnix (impacts all archs)

2019-09-22 Thread Charlene Wendling
Hi, There have been some out of list discussion about it. COMPILER_VERSION is unused in ports and we have PROPERTIES for the same purpose. jca@ proposed to remove COMPILER_VERSION from MAKE_ENV and test bulk the change. The issue being i can't do a (required) full bulk myself. Meanwhile

CVS: cvs.openbsd.org: ports

2019-09-22 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2019/09/22 03:25:27 Modified files: devel/perltidy : Makefile distinfo devel/perltidy/pkg: PLIST Log message: Update perltidy to 20190915. OK sthen@

CVS: cvs.openbsd.org: ports

2019-09-22 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2019/09/22 03:20:44 Modified files: misc/most : Makefile distinfo misc/most/pkg : PLIST Log message: Update most to 5.1.0. Notable changes: - Switch MASTER_SITES to jedsoft.org - Remove

CVS: cvs.openbsd.org: ports

2019-09-22 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2019/09/22 03:20:46 Modified files: multimedia/aom/patches: patch-aom_ports_arm_cpudetect_c Log message: Correct function name. from Brad (maintainer)

Re: [ports-gcc] Unbreak x11/waimea

2019-09-22 Thread Charlene Wendling
Ping :) On Fri, 23 Aug 2019 15:54:18 +0200 Charlene Wendling wrote: > ping. > > > > http://build-failures.rhaalovely.net/powerpc/2019-07-29/x11/waimea.log > > > http://build-failures.rhaalovely.net/sparc64/2019-08-12/x11/waimea.log > > > > There is a clash between std::list and the "list"

CVS: cvs.openbsd.org: ports

2019-09-22 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2019/09/22 03:10:55 Modified files: x11/grantlee-qt5: Makefile x11/grantlee-qt5/patches: patch-CMakeLists_txt Log message: grantlee-qt5: unbreak with ports-gcc Remove '-ansi' from cxxflags as it

Re: u-boot: separate build, assorted improvements

2019-09-22 Thread Klemens Nanni
On Tue, Sep 03, 2019 at 11:40:54PM +0200, Klemens Nanni wrote: > > I think there may be some spots where python2 is used as it checks for > > both, but python3 is the direction all the linux people are pushing. > I'll double check the builds with Python 2 removed from the build host. So I did

Re: mailing list manager

2019-09-22 Thread Stuart Henderson
For what you describe, /etc/mail/aliases is enough. On 22 September 2019 09:00:23 Jan Stary wrote: What do people use to run a mailing list? I prefer something minimalistic, which recognizes a mail address and resends to a predefined set of addresses; no web interface etc. Thank you

CVS: cvs.openbsd.org: ports

2019-09-22 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2019/09/22 02:47:28 Modified files: graphics/ffmpeg: Makefile graphics/ffmpeg/patches: patch-libavcodec_allcodecs_c Log message: Enable support for the aom AV1 encoder. from Brad

CVS: cvs.openbsd.org: ports

2019-09-22 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2019/09/22 02:45:58 Modified files: multimedia/aom/patches: patch-aom_ports_ppc_cpudetect_c Log message: Fix typo. from Brad (maintainer)

UPDATE: devel/p5-Log-Any

2019-09-22 Thread Giovanni Bechis
Long overdue update to 1.707, comments ? ok ? Cheers Giovanni Index: Makefile === RCS file: /cvs/ports/devel/p5-Log-Any/Makefile,v retrieving revision 1.12 diff -u -p -r1.12 Makefile --- Makefile12 Jul 2019 20:44:59 -

CVS: cvs.openbsd.org: ports

2019-09-22 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2019/09/22 02:32:18 Modified files: sysutils/terraform/provider-alicloud: Makefile distinfo sysutils/terraform/provider-aws: Makefile distinfo sysutils/terraform/provider-azurerm:

回复: [Update] devel/py-anytree : Update to 2.6.0

2019-09-22 Thread wen heping
You are right, I forgot textproc/gtk-doc depends on devel/py3-anytree. Just as anytree-2.4.3, with this patch, 2 of 14 tests failed. wen 发件人: Kurt Mosiejczuk 发送时间: 2019年9月22日 1:04 收件人: wen heping 抄送: ports@openbsd.org 主题: Re: [Update] devel/py-anytree :

CVS: cvs.openbsd.org: ports

2019-09-22 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2019/09/22 02:06:26 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.16.243.

CVS: cvs.openbsd.org: ports

2019-09-22 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2019/09/22 02:05:49 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py-boto3-1.9.233.

CVS: cvs.openbsd.org: ports

2019-09-22 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2019/09/22 02:05:27 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py-botocore-1.12.233.

mailing list manager

2019-09-22 Thread Jan Stary
What do people use to run a mailing list? I prefer something minimalistic, which recognizes a mail address and resends to a predefined set of addresses; no web interface etc. Thank you Jan

sparc64 bulk build report

2019-09-22 Thread landry
bulk build on sparc64-0.ports.openbsd.org started on Wed Sep 18 23:44:28 MDT 2019 finished at Sun Sep 22 01:55:48 MDT 2019 lasted 03D19h11m done with kern.version=OpenBSD 6.6-beta (GENERIC.MP) #61: Tue Sep 17 03:10:07 MDT 2019 built packages:9682 Sep 18:303 Sep 19:7650 Sep 20:1164 Sep 21:563

CVS: cvs.openbsd.org: ports

2019-09-22 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2019/09/22 01:55:27 Modified files: sysutils/consul: Makefile distinfo Log message: Update to consul-1.6.1.

CVS: cvs.openbsd.org: ports

2019-09-22 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2019/09/22 01:51:27 Modified files: print/qpdf : Makefile distinfo Log message: Update to qpdf-9.0.1.

CVS: cvs.openbsd.org: ports

2019-09-22 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2019/09/22 01:50:20 Modified files: sysutils/terraform/terraform: Makefile distinfo Log message: Update to terraform-0.12.9.

CVS: cvs.openbsd.org: ports

2019-09-22 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2019/09/22 01:46:40 Modified files: sysutils/serf : Makefile distinfo Log message: Update to (hashicorp-)serf-0.8.4.

CVS: cvs.openbsd.org: ports

2019-09-22 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2019/09/22 01:41:57 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-263.0.0.

CVS: cvs.openbsd.org: ports

2019-09-22 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2019/09/22 01:36:58 Modified files: misc/osinfo/osinfo-db: Makefile distinfo Log message: Update to osinfo-db-20190920.

Re: NEW: devel/llvm (Extra Clang Tools) #2

2019-09-22 Thread Otto Moerbeek
On Sat, Sep 21, 2019 at 02:28:46PM +0200, Rafael Sadowski wrote: > Long time ago I was trying to import the clang extra tool sets without > luck. It failed because the -extra subpackage has an effect on -main. > More precisely, the cmake parts from the main package. > > For this reason, I think

Re: Adjust lang/abcl to be 1.8 only

2019-09-22 Thread Timo Myyrä
k...@intricatesoftware.com writes: > This version (1.5.0) is not compatible with jdk-11. Adjust > MODJAVA_VER to be 1.8 only for now. A newer version of abcl > this is compatible with jdk-11 will be available soon: > >