[Bug 244282] [PATCH] security/heimdal fix build failure, missing build dependency

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Feb 21 14:23:28 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244282

            Bug ID: 244282
           Summary: [PATCH] security/heimdal fix build failure, missing
                    build dependency
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: hrs at FreeBSD.org
          Reporter: andrej at ebert.su
             Flags: maintainer-feedback?(hrs at FreeBSD.org)
          Assignee: hrs at FreeBSD.org

Created attachment 211800
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=211800&action=edit
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list