Created attachment 211800 [details] svn diff security/heimdal failed to build on my FreeBSD 12.0-STABLE #0 r350634 with --- hdb-mitdb.c:1119:27: error: expected ';' at end of declaration MITDB **mdb (MITDB **)db; --- I found the following issue reported upstream for OSX and the fix helped: https://github.com/heimdal/heimdal/issues/624 Next, I ran into a missing converters/p5-JSON dependency (for build). Both of these I fixed in the attached patch and it sucessfully builds on my system.
Created attachment 211801 [details] svn diff missed the patch in the first diff
Created attachment 211811 [details] poudriere-portlint log
Created attachment 211812 [details] poudriere log
(In reply to Andrej Ebert from comment #0) Same here. The patch https://bugs.freebsd.org/bugzilla/attachment.cgi?id=211801&action=diff fixed build. 12.1 amd64.
A commit references this bug: Author: hrs Date: Sun Feb 23 14:57:36 UTC 2020 New revision: 526922 URL: https://svnweb.freebsd.org/changeset/ports/526922 Log: - Fix build when !BDB. - Regenerate patches. PR: 244282 Changes: head/security/heimdal/Makefile head/security/heimdal/files/patch-appl-test-Makefile.in head/security/heimdal/files/patch-cf-make-proto.pl head/security/heimdal/files/patch-configure head/security/heimdal/files/patch-doc__Makefile.in head/security/heimdal/files/patch-kadmin-Makefile.in head/security/heimdal/files/patch-kdc-Makefile.in head/security/heimdal/files/patch-kpasswd-Makefile.in head/security/heimdal/files/patch-kuser-Makefile.in head/security/heimdal/files/patch-lib-base-Makefile.in head/security/heimdal/files/patch-lib-gssapi-Makefile.in head/security/heimdal/files/patch-lib-hdb-Makefile.in head/security/heimdal/files/patch-lib-hdb-hdb-mitdb.c head/security/heimdal/files/patch-lib-hx509-Makefile.in head/security/heimdal/files/patch-lib-kadm5-Makefile.in head/security/heimdal/files/patch-lib-roken-Makefile.in
Fixed. Thank you for your report.