Re: [NEW] net/wiresep

2019-11-15 Thread Janne Johansson
Works on my ERL/octeon/mips64 against my work-mac-laptop with wireguard! [ ID] Interval Transfer Bitrate [ 5] 0.00-10.01 sec 13.5 MBytes 11.3 Mbits/sec receiver decent perf also. Den fre 15 nov. 2019 kl 02:47 skrev Stuart Henderson : > On 2019/11/15 00:39, Tim Kuijsten wrot

Re: [NEW] net/wiresep

2019-11-17 Thread Janne Johansson
./wiresep -d -vv master[25128]: 25128 master[25128]: enclave 4:6 master[25128]: proxy 8:9 master[25128]: tun0 master 3:4, enclave 5:6, proxy 7:8 master[25128]: config sent to enclave 4 master[25128]: config sent to proxy 8 proxy[19229]: enclave[46390]: 1922946390 master[25128]: config sent

Re: [NEW] net/wiresep

2019-11-18 Thread Janne Johansson
Den mån 18 nov. 2019 kl 14:05 skrev Tim Kuijsten : > > enclave[46390]: decreasing current data limit from 17179869184 to 1048576 > > > > enclave[46390]: decreasing maximum data limit from 17179869184 to 1048576 > > In the next branch I have patched the enclave to relax the heap limit to at > least

arduino 1.0.2, small nit.

2012-12-20 Thread Janne Johansson
While actually testing Ethernet shields, I found this issue: Index: BSDmakefile === RCS file: /home/cvsync/cvs/ports/devel/arduino/files/BSDmakefile,v retrieving revision 1.5 diff -u -r1.5 BSDmakefile --- BSDmakefile 13 Oct 2012 12:13:

Re: arduino 1.0.2, small nit.

2012-12-21 Thread Janne Johansson
t; Ok by me jj. > > On Thu, Dec 20, 2012 at 10:06:00PM +0100, Janne Johansson wrote: > ; While actually testing Ethernet shields, I found this issue: > ; Index: BSDmakefile > ; === > ; RCS file: /home/cvsync/cvs

Re: arduino 1.0.2, small nit.

2012-12-25 Thread Janne Johansson
And of course the dhcp stuff errors out so I had to remove that part in order to compile the Ethernet stuff. Will look more closely at this before I'll do something for the comment in the makefile. 2012/12/21 Janne Johansson : > Found some include-file stuff later when actually compi

Re: thunderbird future releases

2013-01-05 Thread Janne Johansson
I would be fine with sticking to 17 until 24 comes out if they do apply security fixes. I don't know what other features I would be missing in between from the betas, but as long as I don't get rooted while reading my mails, I'm happy to stick with something older. 2013/1/4 Landry Breuil : > Hi, >

msp430 Makefile nit.

2013-03-23 Thread Janne Johansson
Not the makefile that builds the port, but the example one which is supplied with it. For the programming to work, the "prog name-of-file" needs to be one single argument, so enclose in quotes, and for the "make asm" target, OBJDUMP needs to get defined also. If gmail borks the diff, it's also at

Re: Improve devel/arduino BSDmakefile

2013-05-09 Thread Janne Johansson
2013/5/3 Edd Barrett > Hi, > > I found a few nits and things which could be more user friendly in the > arduino example BSDmakefile. The diff below does the following: > > - Adds the utility/ directory as an include path for each library > imported. >Needed to build, for example, the SD libr

NEW: libsigrok/libsigrokdecode/sigrok-cli

2013-05-09 Thread Janne Johansson
Stuff to talk to logic analyzers (over usb) mostly. Packaged code tested on amd64 and i386. http://people.su.s/~jj/sigrok.tgz (unpacks three dirs under devel) -- May the most significant bit of your life be positive.

Re: NEW: libsigrok/libsigrokdecode/sigrok-cli

2013-05-09 Thread Janne Johansson
And I can't write links, it seems. http://people.su.se/~jj/obsd/sigrok.tgz works. 2013/5/9 Janne Johansson > Stuff to talk to logic analyzers (over usb) mostly. > Packaged code tested on amd64 and i386. > > http://people.su.s/~jj/sigrok.tgz > (unpacks three dirs under dev

Re: Improve devel/arduino BSDmakefile

2013-05-14 Thread Janne Johansson
Without this, make -jX will race the target and not produce the output. # cvs diff -uNp BSDmakefile Index: BSDmakefile === RCS file: /open/anoncvs/cvs/ports/devel/arduino/files/BSDmakefile,v retrieving revision 1.6 diff -u -p -u -p -r

Re: [update] devel/arduino [new] devel/arduboy2 [new] devel/arduino-makefile

2018-10-22 Thread Janne Johansson
Den tors 18 okt. 2018 kl 22:18 skrev joshua stein : > I don't know what others are doing with Arduino stuff on OpenBSD so > I'd like to know if any of this stuff works for you or if I've just > gotten lucky with the Arduboy. That change would not hurt my work-flow either. Haven't upgraded my ardu

Re: NEW: lang/cc65

2018-12-19 Thread Janne Johansson
Compiles my C64 Blake2 hash code fine. Den tis 18 dec. 2018 kl 08:05 skrev Sascha Paunovic : > > On Tue, 18 Dec 2018 06:23:40 +0100 > Sascha Paunovic wrote: > > Hi! > > > > lang/cc65[1] is a C compiler for 6502 based machines. > > > > This is my first port submission, and I'd appreciate feedback.

Re: diff to BSDmakefile in devel/arduino

2014-06-21 Thread Janne Johansson
I haven't done much ports work, but from an Arduino perspective this is correct so ok jj@ if that has any worth. Den 19 jun 2014 21:56 skrev "Daniel Bolgheroni" : > On Thu, Jun 19, 2014 at 03:06:10PM +0100, Stuart Henderson wrote: > > > > Say the port is updated to 1.5.x, these -D lines will need

Re: When will OpenBSD become a friendly place for bug reporters?

2019-07-10 Thread Janne Johansson
Den ons 10 juli 2019 kl 03:54 skrev Kaashif Hymabaccus < kaas...@kaashif.co.uk>: > > On Tue, Jul 09, 2019 at 12:12:49PM -, Stuart Henderson wrote: > > [...] > > > > But done on a port-by-port opt-in basis for more important ports > > (major libraries, for example) it might be viable. I think it

Re: UPDATE: lang/gawk 5.0.1 => 5.1.0

2020-04-17 Thread Janne Johansson
Den tors 16 apr. 2020 kl 04:19 skrev Brian Callahan : > Hi ports -- > All tests pass on amd64 and I don't anticipate any breakage in any ports > that depend on gawk based on my limited testing. A big endian check > would be appreciated. > All tests passed on octeon. -- May the most significant

Re: Add aarch64 to wireguard-go

2020-04-18 Thread Janne Johansson
Shouldn't it att least match GOARCHes ? Den fre 17 apr. 2020 18:54Stuart Henderson skrev: > On 2020/04/17 11:34, Aisha Tammy wrote: > > Upstream seems to have fixed the bug mentioned in the 1.4 change > > which removed aarch64 and i386, but I've only tested on aarch64 > > so I've added that to t

Re: [update] lang/go to Go 1.17

2021-08-26 Thread Janne Johansson
Den tis 24 aug. 2021 kl 20:19 skrev Joel Sing : > > The below diff updates lang/go to Go 1.17. > > Tested on amd64 and arm64, still need to retest on arm, i386 and mips64 Mips64/octeon: ===> Building for go-1.17 Building Go cmd/dist using /usr/ports/pobj/go-1.17/go-openbsd-mips64-bootstrap. (go1

Re: [update] lang/go to Go 1.17

2021-08-26 Thread Janne Johansson
Den tors 26 aug. 2021 kl 12:13 skrev Janne Johansson : > Den tis 24 aug. 2021 kl 20:19 skrev Joel Sing : > > The below diff updates lang/go to Go 1.17. > > Tested on amd64 and arm64, still need to retest on arm, i386 and mips64 > > Mips64/octeon: > (errors on not finding

Re: [update] lang/go to Go 1.17

2021-08-29 Thread Janne Johansson
> > > The below diff updates lang/go to Go 1.17. > > > Tested on amd64 and arm64, still need to retest on arm, i386 and mips64 > > > > Mips64/octeon: > Ok, pkg_added gcc, did a softlink from egcc to gcc so it finds it, and > > ALL TESTS PASSED Also tried a backup program with compression and crypt

Re: [new] sysutils/kopia

2021-10-09 Thread Janne Johansson
I actually made a port too with portgen as soon as it hit 0.9.0, but didn't submit it fast enough it seems. ;) portgen put all the info in the Makefile so no module.inc there, otherwise they look the same more or less. Tested on amd64 and octeon. (and a very nice program which should be a port!)

Re: [new] sysutils/kopia (update to 0.9.1)

2021-10-15 Thread Janne Johansson
Works fine on octeons too. Den tors 14 okt. 2021 kl 18:18 skrev Denis Fondras : > > (with the attachment, it is even better...) > > Kopia is a simple, cross-platform tool for managing encrypted backups > in the cloud. It provides fast, incremental backups, secure, > client-side end-to-end encrypt

Re: NEW: games/pushover

2013-06-03 Thread Janne Johansson
2013/6/1 Anthony J. Bentley > Hi, > Pushover is a faithful reimplementation of the game with the same name > published in 1992 by Ocean. It contains the original levels. The > graphics and sound are very similar when compared with the original > game. > > The task of the game is to rearrange the

Re: FreeBSD ports problem

2013-08-29 Thread Janne Johansson
2013/8/29 Harpreet Singh Chawla > I have been trying to install virtualbox support for my FreeBSD 9.1. A > > Please help. > > > Wrong list. -- May the most significant bit of your life be positive.

Re: Arduino, Avrdude, Arduino Leonardo

2013-09-09 Thread Janne Johansson
I used the following changes to the BSDmakefile to make leonardo happy: prompt> diff -u ../../blink/BSDmakefile BSDmakefile --- ../../blink/BSDmakefile Sat Mar 16 16:48:29 2013 +++ BSDmakefile Thu Jan 10 19:31:35 2013 @@ -42,24 +42,24 @@ #AVRDUDE_PROGRAMMER = stk500 ## or for newer boards li

Re: Arduino, Avrdude, Arduino Leonardo

2013-09-12 Thread Janne Johansson
es for Mega2560 for deprecated stuff that avr-gcc doesnt really like. 2013/9/10 Ville Valkonen > On 9 September 2013 22:17, Janne Johansson wrote: > > I used the following changes to the BSDmakefile to make leonardo happy: > > prompt> diff -u ../../blink/BSDmakefile BSDmakefil

Re: socat does not provide TUN/TAP support

2023-11-13 Thread Janne Johansson
> Linux UDP Client, start a ping but no replies received > $ ping 192.168.74.1 > > OpenBSD UDP Server, tcpdump -ni tun0 shows: > 11:02:15.130291 > > So, maybe socat doesn't know how to decode raw data received on tun0. OpenBSD tun(4) devices always prepend the address family of the received packet

protobuf port fix for mips64.

2023-01-27 Thread Janne Johansson
It fails building one of the autogenerated source which forces tail call optimization on clang13 (actually in llvm somewhere, "musttail" feature) which is only available for certain arches, and causes a hard failure on mips64 (and probably other arches aswell). One can disable it for more arches I

Re: protobuf port fix for mips64.

2023-01-28 Thread Janne Johansson
> It would be super nice if you could send a PR upstream, so we don't have > to carry this patch forever. Commented with the small diff on a protobuf github issue where exactly the same problem was "fixed" for x86-windows earlier. -- May the most significant bit of your life be positive.

Re: net/isc-dhcpd: avoid uncontrolled grow of lease db

2024-01-10 Thread Janne Johansson
> The first thing that dhcpd.leases~ is backup of dhcpd.leases. > > Also, it seems that the service opens files before drop users, > that explains why it works. > > Also, without empty dhcpd.leases it won't start => touch here. Perhaps use "install" to copy /dev/null to the file and set owner/grou

Re: pledge/unveil for harec?

2024-07-19 Thread Janne Johansson
> New contributors should not have to deal with that level of > aggressivity, so I'm out. ..but old ones are? -- May the most significant bit of your life be positive.

Re: how accurate or helpful is scan-build-16 in clang-16 in identifying bugs / issues in code at build time ?

2024-08-27 Thread Janne Johansson
Den mån 26 aug. 2024 kl 00:14 skrev Tom Smyth : > Folks, > Im just wondering what other porters experience of scan-build for the > projects that you are maintaining ? > has it been useful in identifying bugs?... or is the analysis engine too > basic or shallow to properly analyse code ? When

Re: rsync: use xxhash

2023-06-05 Thread Janne Johansson
Den tis 6 juni 2023 kl 00:00 skrev Jan Stary : > On Jun 05 12:37:10, s...@spacehopper.org wrote: > > reminded by the dwz mail, rsync would also like to use xxhash if > > available: > Thank you for enabling this. I am testing an current/amd64, > rsyncing a 4G dir of video files, about 150-250 MB eac

Re: graphics/png update, mips* tests wanted

2016-09-18 Thread Janne Johansson
I ran the "make tests" on my ERL, took days but it passes: make check-TESTS PASS: tests/pngtest PASS: tests/pngvalid-gamma-16-to-8 PASS: tests/pngvalid-gamma-alpha-mode PASS: tests/pngvalid-gamma-background PASS: tests/pngvalid-gamma-expand16-alpha-mode PASS: tests/pngvalid-gamma-expand16-backgr

Re: m4 package

2014-10-17 Thread Janne Johansson
2014-10-17 11:12 GMT+02:00 R . : > i just have a very quick question. is the m4 package that comes with > OpenBSD 5.5, in terms of codebase, completely separate from GNU m4, or is > it a port of it? > The port in /usr/ports/devel/m4 is GNU m4, the code in /usr/bin/m4 is not from GNU. -- May

Re: ftp.eu.openbsd.org won't do "nlist *.tgz"

2008-05-23 Thread Janne Johansson
On Fri, 2008-05-23 at 10:39 +0200, Otto Moerbeek wrote: > On Fri, May 23, 2008 at 10:13:54AM +0200, Alexander Hall wrote: > > > Hi! > > > > I'm having trouble with automated package updating using the swedish mirror > > (ftp.eu.openbsd.org, aka ftp.su.se). It seems that the server is not > > res

Re: coq 8.12.0p0: diff to unbreak on non-ocaml-native architecture

2020-09-15 Thread Janne Johansson
Seems to build and install ok on mips64 too: http://c66.it.su.se:8080/obsd/coq-build-mips64.txt Don't know how to test it further than that. Den sön 30 aug. 2020 kl 19:57 skrev Charlene Wendling : > On Fri, 28 Aug 2020 05:26:16 +0900 > Yozo TODA wrote: > > > recent bulk builds show that coq 8.

Re: [clang+ld.bfd] Unbreak devel/fmt

2021-01-20 Thread Janne Johansson
Den tis 19 jan. 2021 kl 16:16 skrev Charlene Wendling : > > http://build-failures.rhaalovely.net/mips64/2021-01-12/devel/fmt.log > (and the same in the current bulk for the other clang+ld.bfd arch, > macppc) > > With the below diff i can build fmt and pass its tests on macppc [0]. > mips64 seems to

Re: [clang+ld.bfd] Unbreak devel/fmt

2021-01-20 Thread Janne Johansson
Here, http://c66.it.su.se:8080/obsd/LastTest.log Den ons 20 jan. 2021 kl 18:49 skrev Charlene Wendling : > > On Wed, 20 Jan 2021 18:25:22 +0100 > Janne Johansson wrote: > > > Den tis 19 jan. 2021 kl 16:16 skrev Charlene Wendling > > : > > > > http://build-fa

Re: UPDATE: devel/boehm-gc 8.0.4

2021-02-04 Thread Janne Johansson
> k...@intricatesoftware.com wrote: > > Update to 8.0.4 with the following additional changes: > > Additional testing on mips, powerpc, etc. would be appreciated. > > I tested on macppc: > > - all 17 tests are passing > - w3m's runtime is still fine > > Charlène. > Mips64: make check-TESTS PASS

Re: UPDATE: devel/boehm-gc 8.0.4

2021-02-04 Thread Janne Johansson
Den tors 4 feb. 2021 kl 14:47 skrev Janne Johansson : > > k...@intricatesoftware.com wrote: > > > Update to 8.0.4 with the following additional changes: > > > Additional testing on mips, powerpc, etc. would be appreciated. > >

Re: [update] lang/go to 1.16

2021-03-03 Thread Janne Johansson
Den lör 20 feb. 2021 kl 07:54 skrev Joel Sing : > On 21-02-19 17:22:09, Aaron Bieber wrote: > > Here is a fairly well tested update to Go. This version now uses libc[1] > > thanks > > to jsing@'s hard work! > > Just to clarify, Go 1.16 uses libc-based syscalls for amd64 and > arm64. The remaining

Re: [update] lang/go to 1.16

2021-03-03 Thread Janne Johansson
> > I did test mips64 and it took me a while to figure out the magic incantation*) > for bootstrapping it, then make and make test works > > but make install seems to lack two files: ..and there were commits done to lang/go between my tests and this mail of course. Will let the dust settle a bit..

Re: Nethack removed from ports question

2018-04-26 Thread Janne Johansson
Wasn't it updated from 3.4 to 3.6? https://marc.info/?l=openbsd-ports-cvs&m=152467539506925&w=2 2018-04-26 14:27 GMT+02:00 : > Hello everyone! i was very sad today to saw Nethack removed from ports! it > was an old version but why to remove it? it was one of my favourite games :( > > Thank you f

Re: go syscall/error/ioctl numbers etc.

2022-12-16 Thread Janne Johansson
> > I have updated files for i386/amd64 and will soon have them for aarch64 > if they're any use... > "there is always that guy..." Please make something similar for mips64 too while you are at it, I run the golang port "kopia" to back up my octeons. -- May the most significant bit of your lif

Re: NEW: net/endlessh

2022-12-18 Thread Janne Johansson
> this is a port for endlessh [1], an SSH tarpit that slowly sends an > endless banner. > Tested on amd64. Works fine on mips64 too. After looking at the code, this could be a good port to add arc4random to, and perhaps the BSD list/tree macros, it seemed to have an implementation of its own in th

Re: devel/cryptopp needs an update; help wanted!

2020-11-18 Thread Janne Johansson
Den ons 18 nov. 2020 kl 01:21 skrev Stuart Henderson : > On 2020/11/17 20:44, Rafael Sadowski wrote: > > Is anybody willing to take care of devel/cryptopp? An update would be > > great. > > I've updated it (and fixed up deps). I've run the test suite on aarch64, > amd64, i386 with no problems, it

Re: NEW: DASM-2.20.14

2020-12-08 Thread Janne Johansson
For the record, "works for me". Den mån 7 dec. 2020 kl 16:42 skrev Gonzalo L. Rodriguez : > On Fri, 27 Nov 2020 at 09:55:01 +0100, Gonzalo L. Rodriguez wrote: > > Moin, > > > > Attached a port of DASM a macro assembler with support for several 8-bit > > microprocessors. > > > > https://github.co

Re: [update] lang/go 1.18

2022-03-28 Thread Janne Johansson
Den sön 27 mars 2022 kl 20:40 skrev Joel Sing : > > The following updates lang/go to 1.18. > > This has been tested on amd64 and arm64 - it still needs to be tested > (including 'make regress') on armv7 and mips64. This is the output of "make regress" on mips64 -- May the most significant bit o

Re: [update] emacs-28.1

2022-04-14 Thread Janne Johansson
Den ons 13 apr. 2022 kl 14:25 skrev Jeremie Courreges-Anglas : > > > Here's an update to the latest emacs version, very lightly tested so > far on amd64, test build running on sparc64. Works on mips64/octeon, takes a while to load all elisp at startup, but otherwise works fine. -- May the most

Re: [update] emacs-28.1

2022-04-18 Thread Janne Johansson
> >> Here's an update to the latest emacs version, very lightly tested so > >> far on amd64, test build running on sparc64. > > > > Works on mips64/octeon, takes a while to load all elisp at startup, > > but otherwise works fine. > > Is there a reason to think it's loading .elc files at startup? e

Re: [update] emacs-28.1

2022-04-18 Thread Janne Johansson
> On Thu, Apr 14 2022, Janne Johansson wrote: > > Den ons 13 apr. 2022 kl 14:25 skrev Jeremie Courreges-Anglas > > : > >> > >> > >> Here's an update to the latest emacs version, very lightly tested so > >> far on amd64, test build running o

Re: [update] emacs-28.1

2022-04-19 Thread Janne Johansson
> > Does Emacs have threading support in lisp? yes > > Does Emacs support the portable dumper? yes > > Does Emacs support legacy unexec dumping? no > > Which dumping strategy does Emacs use? pdumper > > Does Emacs have native lis

Re: [update] emacs-28.1

2022-04-20 Thread Janne Johansson
> > It was a change from emacs-27 at least, since I now get to see that > > for every email I write, so it became a change with the patch I > > tested. > > emacs -Q did not help a lot, all the langs still loaded. > > Ok, that probably doesn't depend on your configuration indeed. I'm not > sure wat

Re: [update] emacs-28.1

2022-04-21 Thread Janne Johansson
> > $ emacs -Q --dump-file > > /usr/local/libexec/emacs/28.1/*-unknown-openbsd/emacs.pdmp > > emacs: could not load dump file > > "/usr/local/libexec/emacs/28.1/*-unknown-openbsd/emacs.pdmp": could > > not open file > > > > $ ls /usr/local/libexec/emacs/28.1/mips64-unknown-openbsd/ > > hexl mov

Re: [update] emacs-28.1

2022-04-22 Thread Janne Johansson
Den fre 22 apr. 2022 kl 08:47 skrev Janne Johansson : > > > $ emacs -Q --dump-file > > > /usr/local/libexec/emacs/28.1/*-unknown-openbsd/emacs.pdmp > > > emacs: could not load dump file > > > "/usr/local/libexec/emacs/28.1/*-unknown-openbsd/emacs.pdmp&quo

Re: Tcl and rthreads.

2012-03-26 Thread Janne Johansson
2012/3/25 Jeremy Evans : > On Sat, Mar 24, 2012 at 1:53 PM, Stuart Cassoff wrote: >> The problem seems to be something with timeouts. >> Maybe select() related? > > I've also seen a ruby 1.9 regress failure related to select after the > upgrade to rthreads.  I haven't had time to look into it yet,

Re: update: arduino

2012-05-22 Thread Janne Johansson
2012/5/22 Jasper Lievisse Adriaanse : > Could arduino users please give this a try? > I did a very simple "edit ports makefile to say 1.0.1", "make makesums" and "make plist" to allow it to install and that version ran fine for me. I also have to edit the speed to 115200 in the BSDMakefile like i

Re: update: arduino

2012-05-22 Thread Janne Johansson
2012/5/22 Janne Johansson : > 2012/5/22 Jasper Lievisse Adriaanse : >> Could arduino users please give this a try? >> > > I did a very simple "edit ports makefile to say 1.0.1", "make > makesums" and "make plist" to allow it to install and that

Re: sysutils/fwa update

2024-12-17 Thread Janne Johansson
> 1. All of the patches have been ported upstream, but I wasn't able to >remove the patches directory with cvs, not sure how to add this to the >diff. CVS doesn't remember dirs, so it will be gone when the last item in it is gone. Except that deleted files end up in the Attic so you can re

Re: minidlna: Adds support for *.sub (MicroDVD) subtitles type

2025-01-20 Thread Janne Johansson
> I tired to add support for *.sub (MicroDVD) subtitles type and it seems > to work. > Any thought are welcome. > Index: metadata.c > --- metadata.c.org > +++ metadata.c > @@ -146,6 +146,11 @@ > strcpy(p, ".smi"); > ret = access(file, R_OK); > } > + if

pkg-config eating lots of cpu?

2025-01-08 Thread Janne Johansson
I am building a few ports on my mips64, and pkg-config is taking a REALLY long time to finish. It does finish, but the tasks it does should not take minutes. This is "top" while ports/net/mosh runs configure, looking for protobuf: load averages: 1.00, 0.91, 0.56 edgepro.inet6.se 12:36:44 57 pr

Re: Linker -Z Option?

2025-06-19 Thread Janne Johansson
> > I'm trying to compile gcl-2.7.1 on OpenBSD 7.7 with gcc-11. Configure seems to > be stopping on this particular error: > > configure:7102: egcc -o conftest -fsigned-char -pipe -fcommon -fno-builtin- > malloc -fno-builtin-free -std=gnu17 -Wall -Wno-empty-body -Wno-unused-but-set- > variable -D