[Bug 251450] editors/libreoffice: simplify QT5 on FreeBSD < 12 logic

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Nov 29 13:40:44 UTC 2020


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

            Bug ID: 251450
           Summary: editors/libreoffice: simplify QT5 on FreeBSD < 12
                    logic
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: office at FreeBSD.org
          Reporter: jbeich at FreeBSD.org
          Assignee: office at FreeBSD.org
             Flags: maintainer-feedback?(office at FreeBSD.org)

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

Let's apply ports r556538 trick to libreoffice. Advantages:

- Enables QT5 by default on DragonFly
- Enables QT5 when DEFAULT_VERSIONS += ssl=openssl
- Doesn't need to be adjusted when 14.0-CURRENT appears

# FreeBSD 12.1
$ make -V PORT_OPTIONS:MQT5
QT5

# FreeBSD 11.4
$  make -V PORT_OPTIONS:MQT5

$ DEFAULT_VERSIONS=ssl=openssl make -V PORT_OPTIONS:MQT5
QT5

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


More information about the freebsd-ports-bugs mailing list