Created attachment 220063 [details] 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
LGTM, thanks!
A commit references this bug: Author: fluffy Date: Sat Dec 5 12:00:08 UTC 2020 New revision: 557051 URL: https://svnweb.freebsd.org/changeset/ports/557051 Log: editors/libreoffice: simplify QT5 on FreeBSD < 12 logic - Enables QT5 by default on DragonFly - Enables QT5 when DEFAULT_VERSIONS += ssl=openssl - Doesn't need to be adjusted when 14.0-CURRENT appears PR: 251450 Submitted by: jbeich MFH: 2020Q4 Changes: head/editors/libreoffice/Makefile head/editors/libreoffice6/Makefile
A commit references this bug: Author: fluffy Date: Sat Dec 5 12:02:25 UTC 2020 New revision: 557052 URL: https://svnweb.freebsd.org/changeset/ports/557052 Log: MFH: r557051 editors/libreoffice: simplify QT5 on FreeBSD < 12 logic - Enables QT5 by default on DragonFly - Enables QT5 when DEFAULT_VERSIONS += ssl=openssl - Doesn't need to be adjusted when 14.0-CURRENT appears PR: 251450 Submitted by: jbeich Approved by: ports-secteam (fluffy) Changes: _U branches/2020Q4/ branches/2020Q4/editors/libreoffice/Makefile branches/2020Q4/editors/libreoffice6/Makefile
Committed, thanks!