CVS: cvs.openbsd.org: ports

2019-03-16 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2019/03/16 21:26:54 Modified files: lang/compcert : Makefile distinfo lang/compcert/patches: patch-configure Log message: Update to compcert-3.5 ok daniel@ (MAINTAINER)

Unbreak lang/sbcl on i386

2019-03-16 Thread Josh Elsasser
Looks like I lost track of sbcl on i386. These patches allow it to build and pass the test suite in my i386 VM. Anyone with a real i386 interested in giving it a try? Index: Makefile === RCS file: /cvs/ports/lang/sbcl/Makefile,v

sysutils/uefitool: udpate to 0.26.0

2019-03-16 Thread Klemens Nanni
Simple update, fixing a specific use case issue[0] in UEFIReplace. - Implement custom LZMA dictionary size support, fixes #154 OK? 0: https://github.com/LongSoft/UEFITool/issues/154 Index: sysutils/uefitool//Makefile === RCS file:

Re: Adding TEST_ENV/UTF-8 to various ports

2019-03-16 Thread Pamela Mosiejczuk
On 3/16/19 5:12 PM, Remi Locherer wrote: This adds TEST_ENV to python.port.mk. Plus it adds MODPY_PYTEST and MODPY_PYTEST_ARGS to deal with "-m pytest". I counted a bit more than 70 ports using this testing method. I added productivity/vdirsyncer as an example. OK? Remi Tried on an

Re: update net/toot to 0.21.0

2019-03-16 Thread Klemens Nanni
On Sun, Mar 17, 2019 at 01:46:26AM +0100, Klemens Nanni wrote: > Somehow, the Makefile is installed; I just commented it out and will > look into it soon so the next release hopefully does not do that any > longer. As per trondd's upstream request[0] to include the Makefile in release tarballs,

Re: UPDATE: libdvdread 6.0.0 / libdvdnav 6.0.0 / libdvdcss

2019-03-16 Thread Brad Smith
ping. On 3/2/2019 4:01 PM, Brad Smith wrote: ping. On 2/17/2019 8:31 PM, Brad Smith wrote: On Tue, Jan 15, 2019 at 12:01:26PM -0500, Brad Smith wrote: Here are updates to libdvdread 6.0.0 / libdvdnav 6.0.0 and adding HTTPS URLs where appropriate to libdvdcss. Here is an updated diff with an

update net/toot to 0.21.0

2019-03-16 Thread Klemens Nanni
- Add toot reblogged_by to show who reblogged a status (#88) - Add toot thread to show a status with its replies (#87) - Better handling of wide characters (eastern scripts, emojis) (#84) - Improved timeline, nicer visuals, and it will now ask to show next batch of toots, unless given the --once

[ports-gcc] Unbreak x11/libdbusmenu

2019-03-16 Thread Charlene Wendling
> http://build-failures.rhaalovely.net/powerpc/2019-02-04/x11/libdbusmenu.log > http://build-failures.rhaalovely.net/sparc64/2019-02-03/x11/libdbusmenu.log config.log says: configure:4031: cc -O2 -pipe -Wno-error=gnu-designator conftest.c >&5 cc1: error: -Werror=gnu-designator: No option

Re: UPDATE: x11/i3

2019-03-16 Thread Klemens Nanni
OK

UPDATE: LLVM

2019-03-16 Thread Brad Smith
Bring in some patches from upstream.. Make sure PowerPC backend is in sync with the frontend and enable Secure PLT support their too. Index: Makefile === RCS file: /home/cvs/ports/devel/llvm/Makefile,v retrieving revision 1.216

[ports-gcc] Unbreak games/grhino

2019-03-16 Thread Charlene Wendling
Hi Remi, ports, > http://build-failures.rhaalovely.net/powerpc/2019-02-04/games/grhino.log > http://build-failures.rhaalovely.net/sparc64/2019-02-03/games/grhino.log There are missing headers. And while here i've fixed some warnings because execlp(3) wants null terminated arguments list anyway.

Re: Adding TEST_ENV/UTF-8 to various ports

2019-03-16 Thread Remi Locherer
On Sat, Mar 16, 2019 at 09:48:21PM +, Stuart Henderson wrote: > On 2019/03/16 22:12, Remi Locherer wrote: > > This adds TEST_ENV to python.port.mk. Plus it adds MODPY_PYTEST and > > MODPY_PYTEST_ARGS to deal with "-m pytest". I counted a bit more than > > 70 ports using this testing method. >

Re: UPDATE: GCC 8.3

2019-03-16 Thread George Koehler
On Sat, 9 Mar 2019 17:50:27 -0500 Brad Smith wrote: > Here is a start at an update to GCC 8.3.0. Thank you for posting this! To solve the conflict with 8.2.0p2, I edited Makefile to change REVISION = 2 back to REVISION = 1 before I applied your diff. GCC 8.2.0 was working well on my powerpc

CVS: cvs.openbsd.org: ports

2019-03-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2019/03/16 16:09:30 Modified files: net/putty : Makefile distinfo net/putty/patches: patch-Makefile_in patch-unix_uxnoise_c Added files: net/putty/patches: patch-putty_h Log

i3: drop unneeded builddir, set debug conditionally

2019-03-16 Thread Klemens Nanni
CONFIGURE_STYLE=gnu and the port already handle SEPARATE_BUILD gracefully, there's not need to pass the directory explicitly. Also, when passing DEBUG, I'd like to enable the debug switch for obvious reasons; that's how we do it for other ports already such as mail/mutt for example. OK? Index:

Re: Adding TEST_ENV/UTF-8 to various ports

2019-03-16 Thread Stuart Henderson
On 2019/03/16 22:12, Remi Locherer wrote: > This adds TEST_ENV to python.port.mk. Plus it adds MODPY_PYTEST and > MODPY_PYTEST_ARGS to deal with "-m pytest". I counted a bit more than > 70 ports using this testing method. > > I added productivity/vdirsyncer as an example. > > OK? This looks a

Re: Adding TEST_ENV/UTF-8 to various ports

2019-03-16 Thread Remi Locherer
On Fri, Mar 15, 2019 at 11:46:30AM +0100, Antoine Jacoutot wrote: > On Fri, Mar 15, 2019 at 10:43:39AM +, Stuart Henderson wrote: > > On 2019/03/15 11:25, Antoine Jacoutot wrote: > > > On Fri, Mar 15, 2019 at 09:48:39AM +, Stuart Henderson wrote: > > > > I'd really like if this could be

CVS: cvs.openbsd.org: ports

2019-03-16 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2019/03/16 14:20:02 Modified files: www/stagit : Makefile distinfo www/stagit/pkg : PLIST Removed files: www/stagit/patches: patch-config_mk Log message: Update to stagit-0.9,1 With

CVS: cvs.openbsd.org: ports

2019-03-16 Thread Pavel Korovin
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2019/03/16 14:08:00 Modified files: security/softhsm: Makefile security/softhsm/patches: patch-checks_Makefile_in Added files: security/softhsm/patches: patch-src_bin_Makefile_in Log

Re: gitea config location change

2019-03-16 Thread Pavel Korovin
On 03/16, Florian Obser wrote: > On Sat, Mar 16, 2019 at 03:30:09PM +0300, Pavel Korovin wrote: > > I'm thinking of several workarounds for existing setups: > > > > 1. Leave default config in the new location /etc/gitea/app.ini and > >create a symlink to the old config location: > > # cd

Re: [UPDATE]: security/sshguard -> 2.3.1

2019-03-16 Thread Andreas Kusalananda Kähäri
On Sun, Mar 10, 2019 at 06:50:43PM +0100, Andreas Kusalananda Kähäri wrote: > On Sun, Mar 10, 2019 at 10:50:19AM +0100, Markus Lude wrote: > > On Sat, Jan 26, 2019 at 03:43:17PM +0100, Andreas Kusalananda Khri wrote: > > > Hi, > > > > Hello, > > > > > You will find a patch for security/sshguard

CVS: cvs.openbsd.org: ports

2019-03-16 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2019/03/16 12:33:15 Modified files: lang/compcert : Makefile Log message: Remove BROKEN, math/coq has been updated ok daniel@ (maintainer)

Re: How to usefully debug thunderbird crash?

2019-03-16 Thread Karel Gardas
On 3/16/19 5:21 PM, Peter Nicolai Mathias Hansteen wrote: I’ve been using Thunderbird for mail on my OpenBSD laptop for a few years now, with the odd crash but rarely anything reproducible. Now after leaving my OpenBSD laptop at home while I went on a trip to the great elsewhere and read

Re: UPDATE: Neovim-0.3.4

2019-03-16 Thread Jon Bernard
* Edd Barrett wrote: > Hi, > > I tried to post this the other day, but it seems to have gotten lost. > > Here's a diff to the latest neovim and Python bindings. > > * There's one small test failure. I don't think it's a blocker. > > * The Python bindings have been renamed upstream. If

How to usefully debug thunderbird crash?

2019-03-16 Thread Peter Nicolai Mathias Hansteen
I’ve been using Thunderbird for mail on my OpenBSD laptop for a few years now, with the odd crash but rarely anything reproducible. Now after leaving my OpenBSD laptop at home while I went on a trip to the great elsewhere and read mail using something else, Thunderbird reliably crashes after

CVS: cvs.openbsd.org: ports

2019-03-16 Thread Joel Sing
CVSROOT:/cvs Module name:ports Changes by: js...@cvs.openbsd.org 2019/03/16 09:01:31 Modified files: lang/go: Makefile distinfo lang/go/pkg: PLIST Log message: Update lang/go to version 1.12.1.

CVS: cvs.openbsd.org: ports

2019-03-16 Thread Joel Sing
CVSROOT:/cvs Module name:ports Changes by: js...@cvs.openbsd.org 2019/03/16 07:42:06 Modified files: devel/go-tools : Makefile distinfo devel/go-tools/pkg: PLIST Log message: Update devel/go-tools to a version around the Go 1.12 release. ok sthen@

CVS: cvs.openbsd.org: ports

2019-03-16 Thread Joel Sing
CVSROOT:/cvs Module name:ports Changes by: js...@cvs.openbsd.org 2019/03/16 07:41:01 Modified files: net/go-net : Makefile distinfo net/go-net/pkg : PLIST Log message: Update net/go-net to a version around the Go 1.12 release. ok sthen@

CVS: cvs.openbsd.org: ports

2019-03-16 Thread Joel Sing
CVSROOT:/cvs Module name:ports Changes by: js...@cvs.openbsd.org 2019/03/16 07:40:22 Modified files: security/go-crypto: Makefile distinfo security/go-crypto/pkg: PLIST Log message: Update security/go-crypto to a version around the Go 1.12 release. ok sthen@

CVS: cvs.openbsd.org: ports

2019-03-16 Thread Joel Sing
CVSROOT:/cvs Module name:ports Changes by: js...@cvs.openbsd.org 2019/03/16 07:39:34 Modified files: textproc/go-text: Makefile distinfo textproc/go-text/pkg: PLIST Log message: Update textproc/go-text to a version around the Go 1.12 release. ok sthen@

CVS: cvs.openbsd.org: ports

2019-03-16 Thread Joel Sing
CVSROOT:/cvs Module name:ports Changes by: js...@cvs.openbsd.org 2019/03/16 07:38:58 Modified files: devel/go-sys : Makefile distinfo devel/go-sys/pkg: PLIST Log message: Update devel/go-sys to a version around the Go 1.12 release. ok sthen@

CVS: cvs.openbsd.org: ports

2019-03-16 Thread Joel Sing
CVSROOT:/cvs Module name:ports Changes by: js...@cvs.openbsd.org 2019/03/16 07:37:29 Modified files: lang/go: Makefile distinfo lang/go/patches: patch-src_os_signal_signal_cgo_test_go lang/go/pkg: PLIST Removed files:

CVS: cvs.openbsd.org: ports

2019-03-16 Thread Joel Sing
CVSROOT:/cvs Module name:ports Changes by: js...@cvs.openbsd.org 2019/03/16 07:36:01 Modified files: lang/go: go.port.mk Log message: Go 1.12 requires GOCACHE to be enabled - update go.port.mk appropriately. ok sthen@

Re: gitea config location change

2019-03-16 Thread Florian Obser
On Sat, Mar 16, 2019 at 03:30:09PM +0300, Pavel Korovin wrote: > Sorry for long delay, I've had health condition and had to relocate after > that. > > I'm thinking of several workarounds for existing setups: > > 1. Leave default config in the new location /etc/gitea/app.ini and >create a

CVS: cvs.openbsd.org: ports

2019-03-16 Thread Joel Sing
CVSROOT:/cvs Module name:ports Changes by: js...@cvs.openbsd.org 2019/03/16 07:34:09 Added files: sysutils/beats/packetbeat/patches: patch-vendor_github_com_tsg_gopacket_pcap_pcap_go Log message: Use cgo correctly. Go 1.11

Re: gitea config location change

2019-03-16 Thread Pavel Korovin
Sorry for long delay, I've had health condition and had to relocate after that. I'm thinking of several workarounds for existing setups: 1. Leave default config in the new location /etc/gitea/app.ini and create a symlink to the old config location: # cd /etc/gitea && rm app.ini && ln -s

CVS: cvs.openbsd.org: ports

2019-03-16 Thread Sebastien Marie
CVSROOT:/cvs Module name:ports Changes by: sema...@cvs.openbsd.org 2019/03/16 06:34:46 Modified files: graphics : Makefile Log message: link py-pygal to the tree. reminded by danj@

CVS: cvs.openbsd.org: ports

2019-03-16 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2019/03/16 05:53:03 Modified files: x11/gtksourceview3: Makefile distinfo x11/gtksourceview3/pkg: PLIST Log message: update to gtksourceview3-3.24.10

CVS: cvs.openbsd.org: ports

2019-03-16 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2019/03/16 05:43:31 Modified files: sysutils/ansible: Makefile distinfo Log message: update to ansible-2.7.9

CVS: cvs.openbsd.org: ports

2019-03-16 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2019/03/16 03:05:37 Modified files: geo/geocode-glib: Makefile distinfo Log message: update to geocode-glib-3.26.1

UPDATE: net/libvncserver

2019-03-16 Thread Rafael Sadowski
Update libvncserver to the latest stable version. Notable Changes: - Switch so CMake - bump SHARED_LIBS (Checked with check_sym) - Take the same cmake configure args from Net and FreeBSD (more or less) - Add patch to avoid links with shared libs All consumers build fine. Real word test

CVS: cvs.openbsd.org: ports

2019-03-16 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2019/03/16 02:09:45 Modified files: geo/geos : Makefile distinfo Log message: Update to geos 3.7.1. See https://trac.osgeo.org/geos/browser/git/NEWS?rev=3.7.1

CVS: cvs.openbsd.org: ports

2019-03-16 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2019/03/16 02:07:17 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register net/py-zeroconf pkgname change.

CVS: cvs.openbsd.org: ports

2019-03-16 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2019/03/16 02:05:55 Modified files: multimedia/py-chromecast: Makefile Log message: Fix after py-zeroconf lost its python3 FLAVOR.

CVS: cvs.openbsd.org: ports

2019-03-16 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2019/03/16 02:03:50 Modified files: net: Makefile Log message: -py-zeroconf,python3

CVS: cvs.openbsd.org: ports

2019-03-16 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2019/03/16 02:03:23 Modified files: net/py-zeroconf: Makefile distinfo net/py-zeroconf/pkg: PLIST Removed files: net/py-zeroconf/patches: patch-setup_py Log message: Update to

CVS: cvs.openbsd.org: ports

2019-03-16 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2019/03/16 01:03:31 Modified files: geo/qgis : Makefile Log message: Build qgis against system mdal.

Re: [Re: XSS vuln in cvsweb]

2019-03-16 Thread Peter J. Philipp
On Fri, Mar 15, 2019 at 05:22:47PM -0700, Andrew Hewus Fresh wrote: > > I have produced the patch with 'diff -u cvsweb.orig cvsweb' directly in the > > /var/www/cgi-bin directory. Credit goes to Ezio Paglia for finding this XSS > > vuln. Also the cvsweb at openbsd.org is affected and can be

CVS: cvs.openbsd.org: ports

2019-03-16 Thread Sebastien Marie
CVSROOT:/cvs Module name:ports Changes by: sema...@cvs.openbsd.org 2019/03/16 00:19:23 Modified files: productivity/tryton/5.0/carrier_weight: Makefile distinfo productivity/tryton/5.0/purchase: Makefile distinfo productivity/tryton/5.0/sao: Makefile

CVS: cvs.openbsd.org: ports

2019-03-16 Thread Sebastien Marie
CVSROOT:/cvs Module name:ports Changes by: sema...@cvs.openbsd.org 2019/03/16 00:17:50 Log message: import graphics/py-pygal 2.4.0 pygal is a dynamic SVG charting library written in python. ok danj@ Status: Vendor Tag: semarie Release