Re: [update] x11/wxWidgets

2019-01-01 Thread Landry Breuil
On Mon, Dec 31, 2018 at 06:03:27PM +0100, Jeremie Courreges-Anglas wrote: > > Hi, > > tl;dr, what the diff does: > > - update to wxWidgets-3.0.4, the latest version available > > - update to wxPython-3.0.2, the latest and probably last "classic" > release - Aleksander Piotrowski > > - adapt

Re: powerpc bulk build report

2019-01-01 Thread Landry Breuil
On Mon, Dec 31, 2018 at 06:01:03PM -0500, George Koehler wrote: > On Mon, 31 Dec 2018 00:15:56 -0700 (MST) > lan...@openbsd.org wrote: > > > http://build-failures.rhaalovely.net//powerpc/2018-12-14/x11/qt5/qtbase.log > > Fails to #include , a C++ standard library header. > Is llvm missing a depen

Re: rclone / go problem (was Re: your mail)

2019-01-01 Thread Sebastien Marie
On Wed, Jan 02, 2019 at 01:21:51AM +0100, antoniomurd...@gmail.com wrote: > >Synopsis:rclone Illegal instruction (core dumped) > >Category:sysutils > >Environment: > System : OpenBSD 6.4 > Details : OpenBSD 6.4 (GENERIC) #3: Thu Dec 20 18:03:29 CET 2018 >

Re: powerpc lang/gcc/6 can't build devel/llvm

2019-01-01 Thread George Koehler
On Mon, 31 Dec 2018 14:26:10 +0100 Jeremie Courreges-Anglas wrote: > If you remove CFLAGS/CXXFLAGS = -mlongcall and restart the build from > scratch, are clang and friends properly linked? Do you get a working > llvm package? This actually worked! I cleaned the build, removed the -mlongcall, a

Re: UPDATE: inputmethods/fcitx

2019-01-01 Thread Kevin Lo
On Wed, Dec 19, 2018 at 04:45:14PM +0800, Kevin Lo wrote: > > Hi, > > Here is an update to fcitx-4.2.9.6. > Tested on amd64, ok? Ping. > Index: inputmethods/fcitx/Makefile > === > RCS file: /cvs/ports/inputmethods/fcitx/Makefile,v

Re: NEW: cad/xschem

2019-01-01 Thread Hannu Vuolasaho
ti 1. tammik. 2019 klo 5.29 Klemens Nanni (k...@openbsd.org) kirjoitti: > > On Sun, Dec 30, 2018 at 11:18:32PM +0200, Hannu Vuolasaho wrote: > > svn has fixed those too... and man page PREFIX expansion is on TODO. > > So next release should be patchless. > Great! > > > There are also --symbols and

Re: pledge/unveil: net/gophernicus

2019-01-01 Thread Edd Barrett
Hey, On Tue, Jan 01, 2019 at 12:30:04PM -0700, Theo de Raadt wrote: > In particular, specific pledges open up various system files, so those > do not need to be opened via unveil. Gah, you're right! There's no need to unveil /etc/resolv.conf or /etc/pwd.db. > The lack of pledge "dns" but openin

[NEW] x11/jgmenu with fixes

2019-01-01 Thread Heppler, J. Scott
Attached is the latest release of jgmenu. Upstream addressed multiple issues that Stuart Henderson brought up and now tests on their own install of OpenBSD. https://marc.info/?l=openbsd-ports&m=154275564823284&w=2 I started a new thread as the port version and pkg/README were updated. In x11/o

Re: pledge/unveil: net/gophernicus

2019-01-01 Thread Theo de Raadt
The proposed diff contains many problems, and demonstrate that pledge and unveil are not well understood. In particular, specific pledges open up various system files, so those do not need to be opened via unveil. Thos unveil calls are misguided. This is a pretty strange misunderstanding. The

Re: [update] OfflineIMAP v7.2.2

2019-01-01 Thread Daniel Jakots
On Fri, 28 Dec 2018 14:30:09 +0100, Remi Locherer wrote: > OK? ok danj@

Re: UPDATE: security/sshguard 1.5 --> 2.3.0

2019-01-01 Thread Remi Pointel
On 12/24/18 8:24 PM, Andreas Kusalananda Kähäri wrote: Just resending this. I got some comments from Stuart Henderson on a previous iteration of this, and the issues that he mentioned (unorthodox HUP for terminating the service, and various other fixes to the Makefile) have all been resolved. T

Re: Update to claws-mail-3.17.2

2019-01-01 Thread Remi Locherer
On Mon, 31 Dec 2018 18:34:57 -0500 Daniel Jakots wrote: > On Sun, 30 Dec 2018 11:41:08 +0100, Remi Locherer > wrote: > > > On Mon, Dec 17, 2018 at 09:19:12PM -0500, Daniel Jakots wrote: > > > Hi, > > > > > > Here's a diff to update to its latest release. Changelog is > > > available there: h

Re: Update claws-mail and libetpan

2019-01-01 Thread Remi Locherer
On Tue, Jan 01, 2019 at 11:43:04AM -0500, Daniel Jakots wrote: > On Tue, 1 Jan 2019 17:09:13 +0100, Juan Francisco Cantero Hurtado > wrote: > > > please update libetpan > > I thought about doing it after, but sure. > check_sym says > libetpan-1.9.1/fake-amd64/usr/local/lib/libetpan.so.18.0 -->

Re: Update claws-mail and libetpan

2019-01-01 Thread Juan Francisco Cantero Hurtado
On Tue, Jan 01, 2019 at 11:43:04AM -0500, Daniel Jakots wrote: > On Tue, 1 Jan 2019 17:09:13 +0100, Juan Francisco Cantero Hurtado > wrote: > > > please update libetpan > > I thought about doing it after, but sure. > check_sym says > libetpan-1.9.1/fake-amd64/usr/local/lib/libetpan.so.18.0 -->

Re: Update claws-mail and libetpan

2019-01-01 Thread Daniel Jakots
On Tue, 1 Jan 2019 17:09:13 +0100, Juan Francisco Cantero Hurtado wrote: > please update libetpan I thought about doing it after, but sure. check_sym says libetpan-1.9.1/fake-amd64/usr/local/lib/libetpan.so.18.0 --> libetpan-1.9.2/fake-amd64/usr/local/lib/libetpan.so.18.0 Dynamic export changes

pledge/unveil: net/gophernicus

2019-01-01 Thread Edd Barrett
Hey, Having been interested in learning about pledge and unveil, I decided to try and tighten up net/gophernicus (just in time for the hipster resurgence of gopher you've all been waiting for :P ). It turned out to be harder than expected, due to some of the features and design decisions made ups

Re: Update to claws-mail-3.17.2

2019-01-01 Thread Juan Francisco Cantero Hurtado
On Mon, Dec 31, 2018 at 06:34:57PM -0500, Daniel Jakots wrote: > On Sun, 30 Dec 2018 11:41:08 +0100, Remi Locherer > wrote: > > > On Mon, Dec 17, 2018 at 09:19:12PM -0500, Daniel Jakots wrote: > > > Hi, > > > > > > Here's a diff to update to its latest release. Changelog is > > > available there

Re: UPDATE: sysutils/entr 4.0 -> 4.1

2019-01-01 Thread Sascha Paunovic
On Tue, Jan 01, 2019 at 02:01:32AM +0100, Klemens Nanni wrote: > On Mon, Dec 31, 2018 at 04:59:57PM -0500, Eric Radman wrote: > > Yes, this update is good. > Cool. > > New diff that > > * drops default TEST_TARGET > * drops REV in favour of globbing, making updates simpler > * break MAKE_FLAGS into

UPDATE: sysutils/entr 4.0 -> 4.1

2019-01-01 Thread Sascha Paunovic
Hi, here an update of sysutils/entr to 4.1. Index: Makefile === RCS file: /cvs/ports/sysutils/entr/Makefile,v retrieving revision 1.12 diff -u -p -r1.12 Makefile --- Makefile20 Feb 2018 19:23:34 - 1.12 +++ Makefile31

Re: [new] gzdoom-3.6.0

2019-01-01 Thread Timo Myyrä
Jeremie Courreges-Anglas writes: > On Wed, Dec 19 2018, Solene Rapenne wrote: > >> Frederic Cambus wrote: >>> On Sat, Dec 08, 2018 at 01:52:26PM +0200, Timo Myyrä wrote: >>> > >>> > > Also, it seems that the two patches are unnecessary? And that we can >>> > > also remove the following line fr

Re: [new] gzdoom-3.6.0

2019-01-01 Thread Solene Rapenne
Solene Rapenne wrote: > timo.my...@bittivirhe.fi (Timo Myyrä) wrote: > > Jeremie Courreges-Anglas writes: > > > > > On Wed, Dec 19 2018, Solene Rapenne wrote: > > > > > >> Frederic Cambus wrote: > > >>> On Sat, Dec 08, 2018 at 01:52:26PM +0200, Timo Myyrä wrote: > > >>> > > > >>> > > Also, it

Re: [new] gzdoom-3.6.0

2019-01-01 Thread Solene Rapenne
timo.my...@bittivirhe.fi (Timo Myyrä) wrote: > Jeremie Courreges-Anglas writes: > > > On Wed, Dec 19 2018, Solene Rapenne wrote: > > > >> Frederic Cambus wrote: > >>> On Sat, Dec 08, 2018 at 01:52:26PM +0200, Timo Myyrä wrote: > >>> > > >>> > > Also, it seems that the two patches are unnecessa

Re: [new] gzdoom-3.6.0

2019-01-01 Thread Timo Myyrä
Jeremie Courreges-Anglas writes: > On Wed, Dec 19 2018, Solene Rapenne wrote: > >> Frederic Cambus wrote: >>> On Sat, Dec 08, 2018 at 01:52:26PM +0200, Timo Myyrä wrote: >>> > >>> > > Also, it seems that the two patches are unnecessary? And that we can >>> > > also remove the following line fr