[Bug 213637] [PATCH] net/freerdp: Fix build on ARMv6, clean up w/ _CMAKE_BOOL, pet portlint

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Oct 20 05:04:20 UTC 2016


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

            Bug ID: 213637
           Summary: [PATCH] net/freerdp: Fix build on ARMv6, clean up w/
                    _CMAKE_BOOL, pet portlint
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: bsdports at kyle-evans.net
          Keywords: patch

Created attachment 175961
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=175961&action=edit
svn(1) diff of net/freerdp

Recent builds have been failing on -CURRENT due to NEON support lacking in
ARMv6. Fix this by adding a NEON option (idea boosted from multimedia/ffmpeg)
that is OFF by default.

Whilere here, go ahead and convert much of the _CMAKE_ON/_CMAKE_OFF options to
using _CMAKE_BOOL (slightly cleaner), and pet portlint by removing extraneous
spaces in pkg-plist.

NOTE: Builds will still fail on release/11.0.1, stable/10, and stable/9 with
errors regarding failing to resolve fmodl. It was fixed in r305380 on HEAD and
MFC'd in r305971 on stable/11.

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


More information about the freebsd-ports-bugs mailing list