[Bug 250886] [patch] security/zeek: Fix build on armv7

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Nov 5 18:38:00 UTC 2020


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

            Bug ID: 250886
           Summary: [patch] security/zeek: Fix build on armv7
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: leres at freebsd.org
          Reporter: garga at FreeBSD.org
             Flags: maintainer-feedback?(leres at freebsd.org)
          Assignee: leres at freebsd.org

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

When I tried to build it on armv7 it created a lib called Bro-freebsd-arm and
pkg-plist contained Bro-freebsd-armv7.  Ports infrastructure doesn't offer a
variable with `uname -m`, which is the one desired here instead of `uname -p`
used to fill ARCH.

Add a variable with content of `uname -m` and use it to populate %%ARCH%% on
PLIST

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


More information about the freebsd-ports-bugs mailing list