Created attachment 196425 [details] Patch to version 0.8.4 Patch to version 0.8.4 Changes: - Update to version 0.8.4 - Fix portlint warnings Tested with Poudriere.
I'll work on this.
Something in doublecmd dumps core on head-amd64 when building with poudriere. This probably needs to be investigated before this is updated.
(In reply to Niclas Zeising from comment #2) The same is happening on FreeBSD 12.0 amd64. This needs to be investigated before this can be updated.
(In reply to Niclas Zeising from comment #3) The coredump does not occur on FreeBSD i386 poudriere build though. Should the port be marked as broken on amd64?
(In reply to Niclas Zeising from comment #4) This is probably related to bug #233292. I am having problems with FreeBSD 12, so I can't debug it properly yet. It can be marked broken for amd64 but AFAIK only on FreeBSD 12. I have been building and running x11-fm/doublecmd on FreeBSD 11 (amd64) until recently without any issues. Packages built for FreeBSD 11 also work on FreeBSD 12.
Created attachment 200962 [details] Patch to version 0.8.4 (fixed) I have updated the patch with fixes to the coredump. Tested with Poudriere on FreeBSD 12.0-RELEASE (amd64).
(In reply to Beñat Gonzalez Etxepare from comment #6) Thank you! I'll look at this shortly.
A commit references this bug: Author: zeising Date: Wed Jan 9 22:16:20 UTC 2019 New revision: 489832 URL: https://svnweb.freebsd.org/changeset/ports/489832 Log: x11-fm/doublecmd: Update to 0.8.4 Update x11-fm/doublecmd to 0.8.4 Add LLD_UNSAFE to avoid build issues and runtime crashes. Pet portlint a bit Add USES=gnome PR: 230806 Submitted by: Be??at Gonzalez Etxepare (maintainer) Changes: head/x11-fm/doublecmd/Makefile head/x11-fm/doublecmd/distinfo
Committed, thanks!