[Bug 238021] graphics/milton: fix build with GCC-based architectures, please portlint

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue May 21 12:53:13 UTC 2019


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

            Bug ID: 238021
           Summary: graphics/milton: fix build with GCC-based
                    architectures, please portlint
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: danfe at FreeBSD.org
          Reporter: pkubaj at FreeBSD.org
          Assignee: danfe at FreeBSD.org
             Flags: maintainer-feedback?(danfe at FreeBSD.org)

Created attachment 204508
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=204508&action=edit
patch

Move USE_GITHUB and INSTALLS_ICONS to please portlint.

Add -DNO_WARN_X86_INTRINSICS -maltivec -mvsx to CXXFLAGS on powerpc64 to use
the new Intel SIMD software translation mode in GCC.

Add ifdefs for a couple of E* macros to files/patch-src_shadergen.cc.

Errors:
/wrkdirs/usr/ports/graphics/milton/work/milton-1.6.0/src/shadergen.cc:364:13:
error: 'ENODATA' was not declared in this scope
        case ENODATA:         str = "No message is available on the STREAM head
read queue (POSIX.1)"; break;
             ^~~~~~~
/wrkdirs/usr/ports/graphics/milton/work/milton-1.6.0/src/shadergen.cc:364:13:
note: suggested alternative: 'ENOTTY'
        case ENODATA:         str = "No message is available on the STREAM head
read queue (POSIX.1)"; break;
             ^~~~~~~
             ENOTTY

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


More information about the freebsd-ports-bugs mailing list