Commit request devel/pycharm-ce

2022-07-19 Thread Jonathan Chen
Hi, Can a committer please review and commit: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264859 It's been in the queue for nearly a month now. Thanks. -- Jonathan Chen

Re: Please revert unapproved commit to x11-wm/fvwm3

2022-07-19 Thread Felix Palmen
* Cy Schubert [20220719 11:23]: > It was a brain fart. I had confused the two fields. Got a bunch of work > done at $JOB and at home (WFH) before breakfast and coffee. Unfortunately I > was running on adrenaline and manage to get a little confused with all the > things happening

Unmaintained FreeBSD ports which are out of date

2022-07-19 Thread portscout
Dear port maintainers, The portscout new distfile checker has detected that one or more unmaintained ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. Please consider also adopting this po

Re: Please revert unapproved commit to x11-wm/fvwm3

2022-07-19 Thread Cy Schubert
In message <20220719134601.gtqh3k4fstoaw...@nexus.home.palmen-it.de>, Felix Pal men writes: > Fortunately, this premature commit is reverted now, so no need for any > further actions until the reporter of the crash confirms or rejects the > attempted fix. > > I'll just ignore the strange commit me

java/bootstrap-openjdk8 broken?

2022-07-19 Thread Wall, Stephen
I am trying to build openjdk8 on an aarch64 system, and have found that bootstrap-openjdk8 has problems downloading, and fails to run on this system. This is probably related to https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264065, but that pertains specifically to compiling java/openjdk8,

Re: Please revert unapproved commit to x11-wm/fvwm3

2022-07-19 Thread Felix Palmen
Fortunately, this premature commit is reverted now, so no need for any further actions until the reporter of the crash confirms or rejects the attempted fix. I'll just ignore the strange commit message of the revert ;) -- Dipl.-Inform. Felix Palmen ,.//.. {web} http://palmen-it.de

Please revert unapproved commit to x11-wm/fvwm3

2022-07-19 Thread Felix Palmen
I'm maintaining a few ports in my spare time. I do my best to help people running into issues with them, on the forums, lists, bugzilla, ... Now, please refer to . This is about a crash I can't reproduce myself, and it *looks* like some UB is causing it. When my f

Re: Apache keeps crashing, where is the core file ?

2022-07-19 Thread Xavier Humbert
Le 7/19/22 10:55, Christoph Moench-Tegeder a écrit : ## Xavier Humbert (xav...@groumpf.org): I don't know where the core file is dumped, in the current directory of the process, I presume, which I ignore. That's up to you to decide: https://httpd.apache.org/docs/2.4/mod/mpm_common.html#coredum

Re: Apache keeps crashing, where is the core file ?

2022-07-19 Thread Christoph Moench-Tegeder
## Xavier Humbert (xav...@groumpf.org): > I don't know where the core file is dumped, in the current directory of > the process, I presume, which I ignore. That's up to you to decide: https://httpd.apache.org/docs/2.4/mod/mpm_common.html#coredumpdirectory or sysctl kern.corefile. Regards, Chri

Apache keeps crashing, where is the core file ?

2022-07-19 Thread Xavier Humbert
Hi, For whatever reason I want to analyze, Apache24 keeps crashing : +pid 7246 (httpd), jid 0, uid 0: exited on signal 11 (core dumped) I don't know where the core file is dumped, in the current directory of the process, I presume, which I ignore. I checked for the homedir of www user, it is

Re: USES=iconv Q/A issues: ...not declared as a dependency

2022-07-19 Thread Felix Palmen
* Nuno Teixeira [20220719 08:10]: > I found: translit in: > --- > src/core/utilities.cpp: iconv_t conv = iconv_open("ASCII//TRANSLIT", > "UTF-8"); > --- > > Maybe best option is 'iconv:translit'? In this case, I'd say so, yes. The genera

Re: USES=iconv Q/A issues: ...not declared as a dependency

2022-07-19 Thread Nuno Teixeira
Hi, I found: translit in: --- src/core/utilities.cpp: iconv_t conv = iconv_open("ASCII//TRANSLIT", "UTF-8"); --- Maybe best option is 'iconv:translit'? Cheers Felix Palmen escreveu no dia segunda, 18/07/2022 à(s) 13:40: > * Felix Palmen [20220718 14:32]: > > CMakeLists.txt detects and uses

Re: Make.conf and DEFAULT_VERSIONS

2022-07-19 Thread Felix Palmen
* @lbutlr [20220718 16:51]: > Is there a list of what should and should not be listed in the > make.conf file for DEFAULT VERSIONS? This might change over time, you can always see the current list of supported entries and their allowed values in ${PORTSDIR}/Mk/bsd.default-versions.mk: https://cgi