Re: libtool: really strip stdc++ when estdc++ is present

2020-02-22 Thread Jeremie Courreges-Anglas
On Sat, Feb 22 2020, Charlene Wendling wrote: > On Sun, 16 Feb 2020 08:04:12 +0100 > Jeremie Courreges-Anglas wrote: > >> On Sat, Feb 15 2020, Kurt Mosiejczuk wrote: >> > http://build-failures.rhaalovely.net/sparc64/2020-02-11/geo/spatialite/gis.log >> > http://build-failures.rhaalovely.net/power

Re: x11/qt5/qt3d: use system multimedia/assimp, probably unbreak arm*

2020-02-22 Thread Rafael Sadowski
On Sun Feb 23, 2020 at 12:56:09AM +0100, Charlene Wendling wrote: > Hi, > > > http://build-failures.rhaalovely.net/aarch64/2020-02-12/x11/qt5/qt3d.log > > The old, bundled assimp is causing narrowing issues, that are fixed in > recent versions of it. > > Because arm* and macppc have such narrowi

[UPDATE] net/ezstream 1.0.1

2020-02-22 Thread Moritz Grimm
First maintenance release of a recent feature update. Makes most sense with an update to net/libshout (see separate update submission). * Supports all the new features of the latest libshout: * WebM and Matroska formats * ICY and RoarAudio protocols * TLS * Major refactoring with many bug

[UPDATE] net/libshout 2.4.3

2020-02-22 Thread Moritz Grimm
Update libshout to 2.4.3 * TLS support * new protocols and formats * bug fixes Index: Makefile === RCS file: /cvs/ports/net/libshout/Makefile,v retrieving revision 1.29 diff -u -p -r1.29 Makefile --- Makefile 12 Jul 2019 20:48:31 -00

x11/qt5/qt3d: use system multimedia/assimp, probably unbreak arm*

2020-02-22 Thread Charlene Wendling
Hi, > http://build-failures.rhaalovely.net/aarch64/2020-02-12/x11/qt5/qt3d.log The old, bundled assimp is causing narrowing issues, that are fixed in recent versions of it. Because arm* and macppc have such narrowing issues in common, i tried to fix it through ports-clang on macppc, and that req

[UPDATE] net/xl2tpd (1.3.14 -> 1.3.15)

2020-02-22 Thread Alex Naumov
This patch updates xl2tpd to version 1.3.15. 'portcheck' reports some problems for 1.3.14 version: * trailing whitespace in pkg/README * 2 line(s) longer than 80 chars in pkg/README It's fixed now. Cheers, Alex ? xl2tpd-1.3.15.diff Index: Makefile

Re: UPDATE: net/prosody

2020-02-22 Thread Lucas
Stuart Henderson wrote: > The setup with FLAVORS is for lua libraries, not for typical standalone > software. > > Not sure what the SUBST_VARS+=FLAVOR and mention in README is for, afaict > this port has never supported multiple flavours. SUBST_VARS+=FLAVOR was added on revision 1.23, which read

Re: move geo/py-* to python3 only ?

2020-02-22 Thread Benoit Lecocq
On 22/02/2020 12:37, Landry Breuil wrote: On Fri, Feb 21, 2020 at 11:26:52PM -0500, Kurt Mosiejczuk wrote: On Fri, Feb 21, 2020 at 08:21:12PM +0100, Landry Breuil wrote: Hi, here's a rather large but mechanical diff (with updates in it..) to move those python ports to py3 only. - updat

Re: libtool: really strip stdc++ when estdc++ is present (Was: [sparc64/powerpc] Mark geo/spatialite/gis BROKEN)

2020-02-22 Thread Kurt Mosiejczuk
On Sat, Feb 22, 2020 at 04:17:59PM +0100, Charlene Wendling wrote: > On Sun, 16 Feb 2020 08:04:12 +0100 > Jeremie Courreges-Anglas wrote: > > On Sat, Feb 15 2020, Kurt Mosiejczuk wrote: > > > http://build-failures.rhaalovely.net/sparc64/2020-02-11/geo/spatialite/gis.log > > > http://build-failure

[sparc64/base-gcc] Fix x11/gnome/bijiben build

2020-02-22 Thread Kurt Mosiejczuk
http://build-failures.rhaalovely.net/sparc64/2020-02-16/x11/gnome/bijiben.log Build has previously failed because it wants C99 mode. I added this as a test to the last build and it built fine. ok? (cc maintainers) --Kurt Index: Makefile =

Re: sparc64 bulk build report

2020-02-22 Thread Kurt Mosiejczuk
On Sat, Feb 22, 2020 at 12:29:10PM +, Stuart Henderson wrote: > On 2020/02/22 04:55, k...@openbsd.org wrote: > > http://build-failures.rhaalovely.net/sparc64/2020-02-19/devel/got,-main.log > I've mentioned this on the GOT list. Oh, sorry. I mentioned that to stsp not long after it failed in t

Re: Remove security/keepassx

2020-02-22 Thread Steven Mestdagh
Jeremie Courreges-Anglas [2020-02-22, 14:57:51]: > > +cc maintainer > > On Sat, Feb 22 2020, Rafael Sadowski wrote: > > What do you think about the idea of deleting keepassx and set a pkgpath > > in keepassxc? > > > > Here is a quote from the keepassxc FAQ: > > > > Q: Why KeePassXC instead of Ke

libtool: really strip stdc++ when estdc++ is present (Was: [sparc64/powerpc] Mark geo/spatialite/gis BROKEN)

2020-02-22 Thread Charlene Wendling
On Sun, 16 Feb 2020 08:04:12 +0100 Jeremie Courreges-Anglas wrote: > On Sat, Feb 15 2020, Kurt Mosiejczuk wrote: > > http://build-failures.rhaalovely.net/sparc64/2020-02-11/geo/spatialite/gis.log > > http://build-failures.rhaalovely.net/powerpc/2020-01-27/geo/spatialite/gis.log > > > > ok to mark

Re: [update] shells/fish to 3.1.0

2020-02-22 Thread Aaron Bieber
On Sat, 22 Feb 2020 at 07:06:03 -0700, Aaron Bieber wrote: > Hi, > > Here is an update to fish. This is quite a big update: > https://fishshell.com/release_notes.html > > From the port perspective: > > - Remove our now-upstream'd patches. > - Switch to cmake. > > OK? > > Cheers, > Aaron

[update] shells/fish to 3.1.0

2020-02-22 Thread Aaron Bieber
Hi, Here is an update to fish. This is quite a big update: https://fishshell.com/release_notes.html >From the port perspective: - Remove our now-upstream'd patches. - Switch to cmake. OK? Cheers, Aaron diff --git a/shells/fish/Makefile b/shells/fish/Makefile index e202de8456f..30c6ebb03

Re: Remove security/keepassx

2020-02-22 Thread Jeremie Courreges-Anglas
+cc maintainer On Sat, Feb 22 2020, Rafael Sadowski wrote: > What do you think about the idea of deleting keepassx and set a pkgpath > in keepassxc? > > Here is a quote from the keepassxc FAQ: > > Q: Why KeePassXC instead of KeePassX? > A: KeePassX is an amazing password manager, but hasn't see

Re: Remove security/keepassx

2020-02-22 Thread lists
Sat, 22 Feb 2020 07:41:21 +0100 Rafael Sadowski > What do you think about the idea of deleting keepassx and set a pkgpath > in keepassxc? Hi Rafael, Thanks for keeping up on top of the work with QT5, and KDE in general. I think we should keep keepassx a bit more due to some vulnerabilities in k

Re: update www/privoxy to 3.0.28

2020-02-22 Thread Stuart Henderson
On 2020/02/21 21:40, David Goerger wrote: > I noticed 3.0.28 was released about a year ago, and figured it was > time for an update. Tested on amd64. > > The full changelog from 3.0.26 is available here: > > https://www.privoxy.org/announce.txt > > Most of the noise in the patch is from (1) pat

Re: sparc64 bulk build report

2020-02-22 Thread Stuart Henderson
On 2020/02/22 04:55, k...@openbsd.org wrote: > http://build-failures.rhaalovely.net/sparc64/2020-02-19/devel/got,-main.log I've mentioned this on the GOT list.

Re: [UPDATE] devel/src (1.18 -> 1.28)

2020-02-22 Thread Stuart Henderson
On 2020/02/22 11:54, Alex Naumov wrote: > This patch updates devel/src from 1.18 to 1.28. > > Unfortunately there are a couple of tests failing, which are either related > to 'fast-export roundtrip' or 'fast-import roundtrip'. I'm not sure if > these failures are related to OpenBSD, although the c

sparc64 bulk build report

2020-02-22 Thread kmos
Bulk build on sparc64-0.ports.openbsd.org Started : Wed Feb 19 19:09:04 MST 2020 Finished: Sat Feb 22 04:55:01 MST 2020 Duration: 2 Days 9 hours 46 minutes Built using OpenBSD 6.6-current (GENERIC.MP) #216: Wed Feb 19 02:24:10 MST 2020 Built 9913 packages Number of packages built each day: Feb

Re: move geo/py-* to python3 only ?

2020-02-22 Thread Landry Breuil
On Fri, Feb 21, 2020 at 11:26:52PM -0500, Kurt Mosiejczuk wrote: > On Fri, Feb 21, 2020 at 08:21:12PM +0100, Landry Breuil wrote: > > Hi, > > > here's a rather large but mechanical diff (with updates in it..) to move > > those python ports to py3 only. > > > - updated py-planet to 1.4.5, all test

Re: UPDATE: textproc/lowdown 0.4.6 -> 0.5.4

2020-02-22 Thread Stuart Henderson
On 2020/02/22 11:29, Stuart Henderson wrote: > On 2020/02/21 18:29, Micah Muer wrote: > > I think the lines were mangled in my last email. Sorry about that! > > Here's the patch with proper formatting, I hope. > > Yes they were, and that's better. Thanks, committed. > Oops sorry Bryan, I didn't

Re: UPDATE: textproc/lowdown 0.4.6 -> 0.5.4

2020-02-22 Thread Stuart Henderson
On 2020/02/21 18:29, Micah Muer wrote: > I think the lines were mangled in my last email. Sorry about that! > Here's the patch with proper formatting, I hope. Yes they were, and that's better. Thanks, committed.

[UPDATE] devel/src (1.18 -> 1.28)

2020-02-22 Thread Alex Naumov
This patch updates devel/src from 1.18 to 1.28. Unfortunately there are a couple of tests failing, which are either related to 'fast-export roundtrip' or 'fast-import roundtrip'. I'm not sure if these failures are related to OpenBSD, although the code in srctest looks sane. Maybe somebody from the

Re: [UPDATE] cad/netgen 1.5.118 -> 1.5.137 -> 1.5.138

2020-02-22 Thread Charlene Wendling
Hi Alessandro, ports@, On Sat, 22 Feb 2020 08:52:09 +0100 Alessandro De Laurenzis wrote: > Greetings, > > I posted this update proposal last week, so this is a weekly ping. > > On top of that, cwen@ submitted a patch upstream (see [1]) to unbreak > the port for archs using old GNU binutils, wh

Re: [UPDATE] cad/netgen 1.5.118 -> 1.5.137 -> 1.5.138

2020-02-22 Thread Alessandro De Laurenzis
Greetings, I posted this update proposal last week, so this is a weekly ping. On top of that, cwen@ submitted a patch upstream (see [1]) to unbreak the port for archs using old GNU binutils, which has been accepted and already merged in the code. So I'm attaching an updated diff jumping to t

Re: Remove security/keepassx

2020-02-22 Thread Antoine Jacoutot
On Sat, Feb 22, 2020 at 07:41:21AM +0100, Rafael Sadowski wrote: > What do you think about the idea of deleting keepassx and set a pkgpath > in keepassxc? > > Here is a quote from the keepassxc FAQ: > > Q: Why KeePassXC instead of KeePassX? > A: KeePassX is an amazing password manager, but hasn't

Re: update www/privoxy to 3.0.28

2020-02-22 Thread Rafael Sadowski
On Fri Feb 21, 2020 at 09:40:51PM -0500, David Goerger wrote: > I noticed 3.0.28 was released about a year ago, and figured it was > time for an update. Tested on amd64. > > The full changelog from 3.0.26 is available here: > > https://www.privoxy.org/announce.txt > > Most of the noise in the p

Re: UPDATE: games/vitetris 0.57.0 -> 0.58.0

2020-02-22 Thread Rafael Sadowski
On Fri Feb 21, 2020 at 06:59:37PM -0900, Micah Muer wrote: > This patch updates games/vitetris from 0.57.0 to 0.58.0. This is the > changelog: > > * Fix insecure use of printf > * netplay.c: add missing includes generating warnings on compile > * Update README > * Remove old game server > * Update

www/hugo needs a volunteer

2020-02-22 Thread Rafael Sadowski
Hi ports@, www/hugo needs a volunteer/maintainer to update and build a new tarball with all bundle/vendor dependencies. If you need distfile hosting feel free to mail me. I would be happy if someone would take responsibility for this port. RS

Re: UPDATE: www/gitea

2020-02-22 Thread Rafael Sadowski
On Fri Feb 21, 2020 at 09:38:43PM +0300, Pavel Korovin wrote: > Dear all, > > I'm going to update www/gitea to the latest. Gitea team has stopped shipping > css/js files, these are now generated during the build, this requires node.js > which downloads its requirements from the Internet which does

[UPDATE] cad/qrouter 1.4.76 -> 1.4.77

2020-02-22 Thread Alessandro De Laurenzis
Greetings, Following sthen@ suggestion after my recent update proposal (see [1]), I worked with upstream to solve the missing function declarations flagged during compile; all diffs have been merged, so I think it's worth aligning the port to the latest release. Diff attached. All the best