Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Nov 2020 13:40:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 251450] editors/libreoffice: simplify QT5 on FreeBSD < 12 logic
Message-ID:  <bug-251450-25061-oop7621kHu@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-251450-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-251450-25061@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-office (Nobody)
<office@FreeBSD.org> for maintainer-feedback:
Bug 251450: editors/libreoffice: simplify QT5 on FreeBSD < 12 logic
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251450



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

- Enables QT5 by default on DragonFly
- Enables QT5 when DEFAULT_VERSIONS +=3D ssl=3Dopenssl
- 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=3Dssl=3Dopenssl make -V PORT_OPTIONS:MQT5
QT5



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