Re: Using git mirror instead of CVS for working with ports?

2024-01-30 Thread Niklas Hallqvist
these branches though, but if someone would make use of them, in the state they are, I will push them. /Niklas

fix for smtp-vilter link stage on clang archs

2023-08-16 Thread Niklas Hallqvist
Clang does not have -export-dynamic. Instead dlopen(3) teaches us to use the -rdynamic option to cc(1). The attached patch is needed for smtp-vilter to be able to dlopen(3) the clamd and spamd backends on clang archs too. /Niklas diff --git a/mail/smtp-vilter/patches/patch-bin_smtp

Re: Monero port?

2022-01-09 Thread Niklas Hallqvist
Hmm, I have it running, for a while, just to maintain my wallet. Didn't care about mining.  Only thing I remember tweaking was some OpenSSL -> LibreSSL stuff, which I put on GitHub.  Maybe it's fixed upstream in some other way now. https://github.com/niklasha/monero I have not looked at it

nmap segfault fix

2021-09-29 Thread Niklas Hallqvist
is indeterministic, and triggered by a PTR name being aligned at the beginning of a page immediately preceded by an unmapped page.  The case which triggers it fairly often for me was just a nmap of a single TCP port over some seven or so /24-networks. /Niklas commit 550c8a099e5eb1189e26f8868927c7b5cba950f2

Sympa's wwsympa Fails "Can't locate CGI/Fast.pm in @INC"

2020-03-15 Thread niklas
I have been working on setting up Sympa on OpenBSD. I have OpenSMTPd working with the Sympa daemon, but I'm getting stuck on the wwsympa set up with nginx (I hope to switch to OpenBSD's HTTPd after I get Nginx working). I used the Nginx config provided by the port maintainer: >server { >

Re: update: lang/rust

2019-12-12 Thread Niklas Hallqvist
won't push for the offical port of yours  to contain this, I just wanted to contribute an idea.  Do with it what you like. Maybe I will open a ticket with rustc for the tarball to contain the version, it makes sense I think. /Niklas On 2019-12-12 09:15, Sebastien Marie wrote: On Thu, Dec 12

Re: update: lang/rust

2019-12-11 Thread Niklas Hallqvist
it by adding to the diff-file for src/bootstrap/lib.rs, but it can conceivably instead be a post-patch target patching lib.rs with the contents of 'git-commit-hash', a file found in the build directory. /Niklas diff --git a/lang/rust/patches/patch-src_bootstrap_lib_rs b/lang/rust/patches/p\ atch

Re: Problems with java

2006-11-15 Thread Niklas Hallqvist
you have tried), I tried a lowering my ulimit to just 100M and start a big applet in firefox, it worked ok. I have never had to use VM args for the plugin... How much free memory do you have according to top(1)? How big is your swap? Do all applets exhibit this error? Niklas

Re: Two suggestions for the Ion port

2005-09-29 Thread Niklas Hallqvist
I've wanted the nesting at occasions, the status bar I don't care much about. So ok from this user... Pedro Martelletto wrote: Hi, I'd like to suggest that two changes be made in the Ion port. - Don't load the status bar by default. - Add and load the workspace nesting code by default.