Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Nov 2020 18:37:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 250886] [patch] security/zeek: Fix build on armv7
Message-ID:  <bug-250886-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250886

            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@freebsd.org
          Reporter: garga@FreeBSD.org
             Flags: maintainer-feedback?(leres@freebsd.org)
          Assignee: leres@freebsd.org

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

When I tried to build it on armv7 it created a lib called Bro-freebsd-arm a=
nd
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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-250886-7788>