UPDATE: Nextcloud-19.0.1

2020-08-03 Thread Gonzalo L. Rodriguez
Hello, Update for Nextcloud to 19.0.1: https://nextcloud.com/changelog/ OK? Comments? Cheers.- -- - gonzalo Index: Makefile === RCS file: /cvs/ports/www/nextcloud/Makefile,v retrieving revision 1.53 diff -u -p -r

[Update] databases/py-peewee: Update to 3.13.3

2020-08-03 Thread wen heping
Hi, ports@: Here is a patch for databases/py-peewee: i) Update to 3.13.3 ii) Add py-psycopg2 as TEST_DEPENDS It build well and run well and pass the tests on amd64-current system, both with py2 and py3. No other ports depends on it. Cheers ! wen Index: Makefile

Re: Update lang/ecl to 20.4.24

2020-08-03 Thread George Koehler
On Fri, 31 Jul 2020 19:07:07 -0700 Josh Elsasser wrote: > I applied the diff directly from gitlab and was able to build ecl on > sparc64 and mips64. When I tried to run the tests, sparc64 hung (not > spinning) on test CMP.0009.FINALIZATION and mips64 segfaulted almost > immediately: > > Running

devel/boehm-gc: use mmap; fix powerpc64, sparc64

2020-08-03 Thread George Koehler
Hello, OpenBSD ports list! I would like to make 3 changes to devel/boehm-gc, a garbage collector. This is the same diff that I sent as "Re: Update lang/ecl to 20.4.24" last week (Wed 29 Jul). The 3 changes are, 1. switch from sbrk() to mmap() 2. fix powerpc64 3. add AO_fetch_compare_and_sw

[Update] devel/p5-File-Flat : Update to 1.06

2020-08-03 Thread wen heping
Hi, ports@: Here is a patch for devel/p5-File-Flat to update to 1.06. It build well and pass all tests on amd64-current system. One port depends on it, p5-Test-Inline, build well and pass all tests on amd64-current system too. Cheers ! wen Index: Makefile

[Update] www/p5-CGI-Compile : Update to 0.25

2020-08-03 Thread wen heping
Hi, ports@: Here is a patch for www/p5-CGI-Compile to update to 0.25. It build well and pass all tests on amd64-current system. One port depends on it, p5-Plack, build well and pass all tests on amd64-current system too. Cheers ! wen Index: Makefile ==

Update: lang/jruby 9.2.13.0

2020-08-03 Thread Jeremy Evans
Simple update to the latest version of JRuby. Release notes at https://www.jruby.org/2020/08/03/jruby-9-2-13-0.html Tested on amd64, the only supported arch. Will commit in a couple days unless I hear objections. Thanks, Jeremy Index: Makefile ==

Re: LLVM 10: lang/crystal

2020-08-03 Thread Wesley Moxam
Providing a new bootstrap won't be a problem (if needed). It would be great to also bump to the latest crystal version ( https://marc.info/?l=openbsd-ports&m=159344614726528&w=2) -- W On Mon, Aug 3, 2020 at 5:09 AM Stuart Henderson wrote: > On 2020/08/02 20:25, George Koehler wrote: > > Hi. Th

Re: Switch to LLVM 10 imminent

2020-08-03 Thread Patrick Wildt
Keep note that our base libc++ and libc++abi are still from version 8.0.1. This means that it's very possible that version 10 is not yet correctly patched to support OpenBSD. Or maybe they added something that is incompatible to us. On Mon, Aug 03, 2020 at 08:58:44AM +0100, Julian Smith wrote: >

Re: Switch to LLVM 10 imminent

2020-08-03 Thread Kurt Mosiejczuk
On Mon, Aug 03, 2020 at 08:58:44AM +0100, Julian Smith wrote: > I'd like to try llvm-10 (latest git master), but when i try to build on > OpenBSD-6.7 (amd64), but i get build failures such as: > llvm-project/libcxxabi/../libcxx/include/__config:1150:6: error: "No thread > API"). > Is there a set

NEW: net/i2p

2020-08-03 Thread Dimitri Karamazov
I2P software bundle, includes the standard I2P implementation. https://geti2p.net/ About: *I2P is an anonymous overlay network - a network within a network. *It is intended to protect communication from dragnet surveillance and monitoring by third parties such as ISPs. *Is decentralised completel

Re: Hidden dependency for print/ptouch-driver

2020-08-03 Thread Kurt Mosiejczuk
On Mon, Aug 03, 2020 at 10:17:23AM +0200, Antoine Jacoutot wrote: > > > > Did you 'make port-lib-depends-check'? > > superhell$ make port-lib-depends-check > > superhell$ > > make lib-depends-check does question if it is needed in LIB_DEPENDS. So is > > it > > a BUILD_DEPENDS only? > Thanks, I

Re: LLVM 10: lang/crystal

2020-08-03 Thread Stuart Henderson
On 2020/08/02 20:25, George Koehler wrote: > Hi. This is about OpenBSD ports/lang/crystal. > > When OpenBSD switches base-clang to LLVM 10, it will add > /usr/bin/llvm-config to base. This will break crystal, because it > will run the wrong llvm-config and get a linker error: > http://build-fail

Re: Hidden dependency for print/ptouch-driver

2020-08-03 Thread Stuart Henderson
On 2020/08/02 19:33, Antoine Jacoutot wrote: > On Sun, Aug 02, 2020 at 07:25:08PM +0200, Antoine Jacoutot wrote: > > On Sun, Aug 02, 2020 at 01:05:51PM -0400, Kurt Mosiejczuk wrote: > > > Had a failure of print/ptouch-driver on the current sparc64 build. > > > > > > ptexplain.c: In function 'main'

Re: Hidden dependency for print/ptouch-driver

2020-08-03 Thread Antoine Jacoutot
On Sun, Aug 02, 2020 at 01:35:09PM -0400, Kurt Mosiejczuk wrote: > On Sun, Aug 02, 2020 at 07:33:32PM +0200, Antoine Jacoutot wrote: > > > > > Adding graphics/png to LIB_DEPENDS fixes it. > > > > > ok? > > > > Not quite: LIB_DEPENDS without a corresponding is wrong. > > > corresponding *WANTLIB

Re: Switch to LLVM 10 imminent

2020-08-03 Thread Julian Smith
I'd like to try llvm-10 (latest git master), but when i try to build on OpenBSD-6.7 (amd64), but i get build failures such as: llvm-project/libcxxabi/../libcxx/include/__config:1150:6: error: "No thread API"). Is there a set of patches somewhere that i can use? [ports/lang/clang/ doesn't seem t