update editors/TeXmacs 2.1

2021-11-04 Thread Nam Nguyen
Here is an update to editors/TeXmacs 2.1 released on June 23, 2021. changelog: https://github.com/texmacs/texmacs/blob/v2.1/TeXmacs/doc/about/changes/change-log.en.tm Add -DUSE_STACK_TRACE=ON to CONFIGURE_ARGS so ${WRKSRC}/src/System/Misc/stack_trace.cpp will use libexecinfo. This resolves `make

CVS: cvs.openbsd.org: ports

2021-11-04 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2021/11/04 16:22:19 Modified files: games/amnesia-tdd: Makefile Log message: Only build amnesia-tdd on amd64 i386 fails with SSE errors, aarch64 riscv64 and sparc64 fail when trying to compile x86 asm.

CVS: cvs.openbsd.org: ports

2021-11-04 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2021/11/04 14:11:24 Modified files: mail/kopano: Makefile.inc mail/kopano/core: Makefile distinfo mail/kopano/core/patches: patch-common_UnixUtil_cpp

Re: Anybody working on Electrum port?

2021-11-04 Thread Stuart Henderson
On 2021/11/04 17:10, m...@tietoturvamies.fi wrote: > > Hi, > > is anybody currently working on Electrum port? I've noticed that at > least secp256k1 library is needed, which is currently bundled with > net/bitcoin. Would it make sense to make it a separate port and update > net/bitcoin to use

Anybody working on Electrum port?

2021-11-04 Thread main
Hi, is anybody currently working on Electrum port? I've noticed that at least secp256k1 library is needed, which is currently bundled with net/bitcoin. Would it make sense to make it a separate port and update net/bitcoin to use the separate port, or is there some reason it should stay bundled?

CVS: cvs.openbsd.org: ports

2021-11-04 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2021/11/04 11:27:19 Modified files: mail/kopano/webapp: Makefile distinfo mail/kopano/webapp/pkg: PLIST Log message: update to 6.0.0.57

CVS: cvs.openbsd.org: ports

2021-11-04 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2021/11/04 11:11:23 Modified files: mail/kopano: Makefile.inc mail/kopano/core: Makefile distinfo mail/kopano/core/patches: patch-common_UnixUtil_cpp

CVS: cvs.openbsd.org: ports

2021-11-04 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/11/04 10:31:22 Modified files: net/barrier: Tag: OPENBSD_7_0 Makefile distinfo net/barrier/pkg: Tag: OPENBSD_7_0 PLIST Log message: update to barrier-2.3.4, including the

CVS: cvs.openbsd.org: ports

2021-11-04 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/11/04 10:30:46 Modified files: net/barrier: Makefile distinfo net/barrier/pkg: PLIST Log message: update to barrier-2.3.4, including the backward-compatible fixes for

CVS: cvs.openbsd.org: ports

2021-11-04 Thread Ricardo Mestre
CVSROOT:/cvs Module name:ports Changes by: mes...@cvs.openbsd.org 2021/11/04 09:12:29 Modified files: graphics/jhead : Makefile distinfo graphics/jhead/patches: patch-gpsinfo_c patch-jhead_c patch-makefile Log message: update to

CVS: cvs.openbsd.org: ports

2021-11-04 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/11/04 08:05:31 Modified files: astro/py-astropy: Makefile Log message: add some required build deps, failure reported by tb@

Re: devel/riscv-elf toolchain breakage

2021-11-04 Thread Tracey Emery
On November 4, 2021 7:15:29 AM MDT, Brian Callahan wrote: >Hi naddy -- > >On 11/04/2021 09:03 AM, Christian Weisgerber wrote: >> In my latest amd64 bulk build, >> >> devel/riscv-elf/newlib >> sysutils/opensbi >> >> failed to build. Both suffer the same error: >> >> ld.so: cc1: can't

Re: devel/riscv-elf toolchain breakage

2021-11-04 Thread Brian Callahan
Hi naddy -- On 11/04/2021 09:03 AM, Christian Weisgerber wrote: In my latest amd64 bulk build, devel/riscv-elf/newlib sysutils/opensbi failed to build. Both suffer the same error: ld.so: cc1: can't load library 'libisl.so.0.0' Apparently the riscv-elf compiler toolchain is broken.

CVS: cvs.openbsd.org: ports

2021-11-04 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2021/11/04 07:13:36 Modified files: www/tor-browser/browser: Makefile Log message: www/tor-browser/browser: bump REVISION for WANTLIB change, reminded by naddy@

devel/riscv-elf toolchain breakage

2021-11-04 Thread Christian Weisgerber
In my latest amd64 bulk build, devel/riscv-elf/newlib sysutils/opensbi failed to build. Both suffer the same error: ld.so: cc1: can't load library 'libisl.so.0.0' Apparently the riscv-elf compiler toolchain is broken. Any ideas? Logs attached. -- Christian "naddy" Weisgerber

CVS: cvs.openbsd.org: ports

2021-11-04 Thread Ricardo Mestre
CVSROOT:/cvs Module name:ports Changes by: mes...@cvs.openbsd.org 2021/11/04 06:29:11 Modified files: archivers/lha : Makefile distinfo archivers/lha/pkg: PLIST Removed files: archivers/lha/patches: patch-Makefile_in patch-src_getopt_long_c

Re: Error in Python 2.7 port

2021-11-04 Thread Stuart Henderson
On 2021/11/04 11:29, Lewis ingraham wrote: > Hello, Thanks for answering my question!! However when i try to do pkg_add -v > python I get a > list to choose from I pick python 2.7, and after that it goes back to regular > prompt: > > OpenOTG$ doas pkg_add -v python > Update candidates:

Re: Error in Python 2.7 port

2021-11-04 Thread Lewis ingraham
Hello, Thanks for answering my question!! However when i try to do pkg_add -v python I get a list to choose from I pick python 2.7, and after that it goes back to regular prompt: OpenOTG$ doas pkg_add -v python Update candidates: quirks-4.53 -> quirks-4.53 quirks-4.53 signed on

CVS: cvs.openbsd.org: ports

2021-11-04 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2021/11/04 05:17:48 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.35.6.

Re: Error in Python 2.7 port

2021-11-04 Thread Stuart Henderson
On 2021/11/04 10:02, Lewis ingraham wrote: > Hello I have a port that doesn't install on OBSD 7.0 release and during the > make process it stops building the package but with no apparent errors. > wxallowed enabled on /usr/ports/obj. Problematic port is: > /usr/ports/lang/python/2.7 I suggest

CVS: cvs.openbsd.org: ports

2021-11-04 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2021/11/04 04:16:59 Modified files: games/rocksndiamonds: Makefile distinfo games/rocksndiamonds/patches: patch-src_Makefile games/rocksndiamonds/pkg: PLIST Log message: Update to

Error in Python 2.7 port

2021-11-04 Thread Lewis ingraham
Hello I have a port that doesn't install on OBSD 7.0 release and during the make process it stops building the package but with no apparent errors. wxallowed enabled on /usr/ports/obj. Problematic port is: /usr/ports/lang/python/2.7 Here is the output I get when compiling via my user doing "doas

CVS: cvs.openbsd.org: ports

2021-11-04 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2021/11/04 03:43:54 Modified files: converters/bdf2psf: Makefile distinfo Log message: Update bdf2psf to 1.207.

CVS: cvs.openbsd.org: ports

2021-11-04 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2021/11/04 02:57:37 ports/textproc/apertium-dicts/swe/patches Update of /cvs/ports/textproc/apertium-dicts/swe/patches In directory cvs.openbsd.org:/tmp/cvs-serv54693/swe/patches Log Message: Directory

CVS: cvs.openbsd.org: ports

2021-11-04 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2021/11/04 02:57:02 ports/textproc/apertium-dicts/dan/patches Update of /cvs/ports/textproc/apertium-dicts/dan/patches In directory cvs.openbsd.org:/tmp/cvs-serv3932/dan/patches Log Message: Directory

CVS: cvs.openbsd.org: ports

2021-11-04 Thread Ingo Feinerer
CVSROOT:/cvs Module name:ports Changes by: feine...@cvs.openbsd.org2021/11/04 01:57:06 Modified files: math/R : Makefile distinfo math/R/pkg : PLIST Log message: Update to R 4.1.2

Re: sparc64 bulk build report

2021-11-04 Thread Omar Polo
> http://build-failures.rhaalovely.net/sparc64/2021-11-02/games/godot.log for the same reason as it's broken on all 64 bit arches except aarm64 and amd64: embree doesn't support this arch. (I'm starting to thinking of reverting the BROKEN-* and using a ONLY_FOR_ARCH but anyway) This should