[macppc/mips64, all archs] Fix multimedia/synfig, mark BROKEN-powerpc

2020-04-21 Thread Charlene Wendling
Spotted during the macppc bulk, multimedia/synfigstudio does not build, because of synfig: > synfig(59818) [05:20:15] info: Loading file: synfig_icon.sif > gmake[2]: Leaving directory > '/usr/obj/ports/synfigstudio-1.2.1/synfigstudio-1.2.1/images' > gmake[2]: *** [Makefile:1414: 128x128/synfig_

Re: Remove mail/spam (was: Re: [macppc, mips64] Unbreak mail/dspam)

2020-04-21 Thread Charlene Wendling
On Wed, 22 Apr 2020 01:12:34 +0200 Jeremie Courreges-Anglas wrote: > On Tue, Apr 21 2020, Stuart Henderson wrote: > > OK. Or I would also be OK with removing this port. > > I suggest we delete it. It was already on life support upstream when > Landry updated it to the latest version back in 201

Re: [update] games/golly 3.2->3.3

2020-04-21 Thread James Turner
On Tue, Apr 21, 2020 at 06:41:16PM -0400, Andrea Fleckenstein wrote: > James Turner writes: > > > On Tue, Apr 21, 2020 at 04:48:25PM -0400, Andrea Fleckenstein wrote: > >> Hello, > >> > >> here is an update to games/golly. RIP John Conway. > >> > >> I only had to modify one patch, because detec

Re: NEW: devel/arduino-esp8266 2.6.3

2020-04-21 Thread Jeremie Courreges-Anglas
On Mon, Apr 06 2020, Tracey Emery wrote: > Hello, > > This new port is the framework to program Espressif ESP8266 chipsets via > the Arduino environment. > > Used and tested on amd64 for a few months. > > OK? Have you tried to use the .zip released upstream at https://github.com/esp8266/Arduino/r

Re: NEW: devel/mkspiffs 0.2.3

2020-04-21 Thread Jeremie Courreges-Anglas
On Mon, Apr 06 2020, Tracey Emery wrote: > Hello, > > This new port is a tool specifically patched to build and upack SPIFFS > images for ESP32 and ESP8266 embedded devices, using SPIFFS as the > submodule. It is a runtime dependency for the next two arduino-core > ports I'll be sending. > > I've

devel/mk and friends: project moved

2020-04-21 Thread Jeremie Courreges-Anglas
The HOMEPAGE of those orts is now invalid. ./libbio/Makefile:HOMEPAGE= http://pdos.lcs.mit.edu/~rsc/software/ ./libfmt/Makefile:HOMEPAGE= http://pdos.lcs.mit.edu/~rsc/software/ ./libregexp9/Makefile:HOMEPAGE= http://pdos.lcs.mit.edu/~rsc/software/ ./libutf/Makefile:HOMEPAGE= http://p

Remove mail/spam (was: Re: [macppc, mips64] Unbreak mail/dspam)

2020-04-21 Thread Jeremie Courreges-Anglas
On Tue, Apr 21 2020, Stuart Henderson wrote: > OK. Or I would also be OK with removing this port. I suggest we delete it. It was already on life support upstream when Landry updated it to the latest version back in 2013. dspam was an awesome antispam solution, but people have to move on. Charl

Re: [update] games/golly 3.2->3.3

2020-04-21 Thread Andrea Fleckenstein
James Turner writes: > On Tue, Apr 21, 2020 at 04:48:25PM -0400, Andrea Fleckenstein wrote: >> Hello, >> >> here is an update to games/golly. RIP John Conway. >> >> I only had to modify one patch, because detection of the gtk3 toolkit >> is now upstream. builds/runs on amd64, no tests. I assume

Re: [macppc, mips64] Unbreak mail/dspam

2020-04-21 Thread Stuart Henderson
OK. Or I would also be OK with removing this port. On 2020/04/21 22:14, Charlene Wendling wrote: > > > http://build-failures.rhaalovely.net/mips64/2020-04-02/mail/dspam%2C-main.log > (same on macppc) > > It fails due to some undefined references to libiconv symbols, so i > changed LDFLAGS for cl

Re: [macppc] Unbreak audio/fluidsynth

2020-04-21 Thread Stuart Henderson
On 2020/04/21 18:11, Charlene Wendling wrote: > > fluidsynth can't be built in the current macppc bulk: > > > ../src/utils/fluidsynth_priv.h:32:10: fatal error: 'config_maxmsp43.h' file > > not found > > This is happening because clang defines '__POWERPC__', but not gcc: > > $ /usr/bin/gcc -dM

Re: [update] games/golly 3.2->3.3

2020-04-21 Thread James Turner
On Tue, Apr 21, 2020 at 04:48:25PM -0400, Andrea Fleckenstein wrote: > Hello, > > here is an update to games/golly. RIP John Conway. > > I only had to modify one patch, because detection of the gtk3 toolkit > is now upstream. builds/runs on amd64, no tests. I assume if > "make show-required-by" p

[update] games/golly 3.2->3.3

2020-04-21 Thread Andrea Fleckenstein
Hello, here is an update to games/golly. RIP John Conway. I only had to modify one patch, because detection of the gtk3 toolkit is now upstream. builds/runs on amd64, no tests. I assume if "make show-required-by" prints nothing there's nothing that depends on golly that I have to test, is this ri

[macppc, mips64] Unbreak mail/dspam

2020-04-21 Thread Charlene Wendling
> http://build-failures.rhaalovely.net/mips64/2020-04-02/mail/dspam%2C-main.log (same on macppc) It fails due to some undefined references to libiconv symbols, so i changed LDFLAGS for clang archs using ld.bfd, and it builds on macppc [0]. Safety REVISION bump for mips64 added. Comments/feedba

Re: [Update] cad/xschem 2.9.5

2020-04-21 Thread Hannu Vuolasaho
Ping? Hannu Vuolasaho su 12. huhtik. 2020 klo 19.53 Hannu Vuolasaho (vuokkose...@gmail.com) kirjoitti: > > Hello everyone! > > Here is update for xschem. A lot of improvements and more > documentation. Symbol library has grown with imported symbols from > gschem. > > Full changelog is in: > http:

[macppc] Unbreak audio/fluidsynth

2020-04-21 Thread Charlene Wendling
fluidsynth can't be built in the current macppc bulk: > ../src/utils/fluidsynth_priv.h:32:10: fatal error: 'config_maxmsp43.h' file > not found This is happening because clang defines '__POWERPC__', but not gcc: $ /usr/bin/gcc -dM -E - < /dev/null | grep __POWERPC__ $ /usr/bin/cc -dM -E - < /

Re: Shared Libraries challenges - FreeRDP 2.0.0

2020-04-21 Thread Stuart Henderson
On 2020/04/21 07:51, Steve Williams wrote: > I'll work through your patch to fully understand and try it out! Much of it is removing things which are already committed upstream, or obsoleted by upstream changes (and are carried over from previous update attempts to rc3). The rdpdr_main.c change is

[update] OpenSSL 1.1.1g

2020-04-21 Thread Theo Buehler
OpenSSL released version 1.1.1g including a high severity fix, so this should probably make 6.7. The fix itself is tiny: https://github.com/openssl/openssl/commit/eb563247aef3e83dda7679c43f9649270462e5b1 CVE-2020-1967 (OpenSSL advisory) [High severity] 21 April 2020: Server or client appli

Re: UPDATE: i2pd 2.26.0 -> 2.30.0

2020-04-21 Thread clematis
On Thu, Apr 16, 2020 at 06:57:52PM +0200, clematis wrote: > - *but* it won't run out of the box. (2.26.0 was good to go). Got > straight a /var/lib/i2pd/i2pd.core which I haven't looked at yet. I > might be able to have another look at this and re-do the process tomorrow. > > But you might wa

Re: Shared Libraries challenges - FreeRDP 2.0.0

2020-04-21 Thread Steve Williams
Hi, First, thanks for pointing out the conflict with the installed older version of freerdp.  After the troubleshooting I put into this, it will be forever in my mind now to check for a conflict with a installed library!  It wasn't a total waste of time as I understand cmake as well as the bu

[macppc] devel/py-greenlet does not build

2020-04-21 Thread Charlene Wendling
Hi, greenlet is broken in the current macppc bulk, and neovim won't be built without it. > cc -fno-strict-aliasing -O2 -pipe -DNDEBUG -O2 -pipe -fPIC -O2 -pipe -fPIC > -I/usr/local/include/python2.7 -c greenlet.c -o > /usr/obj/ports/py-greenlet-0.4.15/greenlet-0.4.15/temp.openbsd-6.7-macppc-2.7

Re: Shared Libraries challenges - FreeRDP 2.0.0

2020-04-21 Thread Stuart Henderson
On 2020/04/20 21:05, Steve Williams wrote: > However, this new fangled CMAKE stuff is a bit annoying.  lol. It's usually much simpler to build things using ports infrastructure which already knows how to deal with OpenBSD, e.g. > At some point, the libwinpr2.so.2.0.0 gets symbolically linked to >