[Bug 252689] editors/libreoffice: requires ELF feature tag to indicate W+X mappings required

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 10 Mar 2023 11:14:10 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252689

Peter Much <pmc@citylink.dinoex.sub.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pmc@citylink.dinoex.sub.org

--- Comment #2 from Peter Much <pmc@citylink.dinoex.sub.org> ---
Created attachment 240717
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=240717&action=edit
elfctl +wxneeded for the binary

The libreoffice binary can be treated with Uses/elfctl during the build, this
works and prevents the problem (patch attached).

But that is not the only problem: by default libreoffice requires JAVA (here:
java/openjdk11), and that port has the same problem, it also requires allow_wx.

What is worse, the java/openjdk11 cannot be treated with Uses/elfctl, because
it computes the build directory dynamically.

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