[Bug 235376] security/libdecaf: support more ARCHs by changing from gmake to cmake

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Feb 1 10:30:06 UTC 2019


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

            Bug ID: 235376
           Summary: security/libdecaf: support more ARCHs by changing from
                    gmake to cmake
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: krion at FreeBSD.org
          Reporter: tremere at cainites.net
             Flags: maintainer-feedback?(krion at FreeBSD.org)
          Assignee: krion at FreeBSD.org

Created attachment 201589
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=201589&action=edit
change from gmake to cmake to support more ARCHs

Since version 1.0.0 more architectures are supported than just amd64 (i386,
arm32, arm64), but only when building with CMake (it has some nifty
autodetection logic). Result is the SHLIB moves backwards from 1 to 0 though
and the debug tools ristretto and shakesum are no longer built by default.

CMake insists on installing in ${LOCALBASE}/include/decaf, but that messes with
autodetection of libdecaf for several ports (.ie powerdns, powerdns-recursor),
so patched it to install in ${LOCALBASE}/include instead.

Poudriere buildlogs:
i386:
https://pkg.cainites.net/data/latest-per-pkg/libdecaf/1.0.0_1/freebsd_12x32-system.log
amd64:
https://pkg.cainites.net/data/latest-per-pkg/libdecaf/1.0.0_1/freebsd_12x64-system.log

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


More information about the freebsd-ports-bugs mailing list