[Bug 224644] textproc/luaexpat: use proper INT definition, unbreak with lua53 right way

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Dec 28 14:46:04 UTC 2017


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

            Bug ID: 224644
           Summary: textproc/luaexpat: use proper INT definition, unbreak
                    with lua53 right way
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: lx at FreeBSD.org
          Reporter: fluffy at FreeBSD.org
          Assignee: lx at FreeBSD.org
             Flags: maintainer-feedback?(lx at FreeBSD.org)

Created attachment 189165
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=189165&action=edit
Unbreak with lua53 right way

Currently luaexpat fails to build against lua53 due to incorrect INT
definition, LUA_INT_LONG doesn't affect at all int/long variations. 
But LUA_32BITS do it right way, and widely used in other lua-based ports

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


More information about the freebsd-ports-bugs mailing list