Bug 236748 - editors/libreoffice: add QT5 and KDE5 options
Summary: editors/libreoffice: add QT5 and KDE5 options
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-24 04:22 UTC by Vladimir Druzenko
Modified: 2019-03-27 17:57 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (office)


Attachments
Add QT5 and KDE5 options (2.09 KB, patch)
2019-03-24 04:22 UTC, Vladimir Druzenko
no flags Details | Diff
Add QT5 and KDE5 options (1.67 KB, patch)
2019-03-24 16:09 UTC, Vladimir Druzenko
no flags Details | Diff
Add QT5 and KDE5 options (1.67 KB, patch)
2019-03-25 03:16 UTC, Vladimir Druzenko
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Druzenko freebsd_committer freebsd_triage 2019-03-24 04:22:06 UTC
Created attachment 203092 [details]
Add QT5 and KDE5 options

Support of Qt5 and KDE5.
Used hack: added line ac_cv_path_SED="/usr/local/bin/gsed" to configure script.

One more - configure script wrote warning after finish:
configure: WARNING: unrecognized options: --with-alloc, --with-system-opencollada, --with-commons-codec-jar, --with-commons-httpclient-jar, --with-commons-lang-jar, --disable-systray
Comment 1 Vladimir Druzenko freebsd_committer freebsd_triage 2019-03-24 16:09:25 UTC
Created attachment 203106 [details]
Add QT5 and KDE5 options

Hack with ac_cv_path_SED partially fixed: added ac_cv_path_SED=${LOCALBASE}/bin/gsed to CONFIGURE_ENV.
Comment 2 Vladimir Druzenko freebsd_committer freebsd_triage 2019-03-25 03:16:44 UTC
Created attachment 203115 [details]
Add QT5 and KDE5 options

Fixed typo in KDE5_USE variable.
Comment 3 commit-hook freebsd_committer freebsd_triage 2019-03-27 17:56:32 UTC
A commit references this bug:

Author: lwhsu
Date: Wed Mar 27 17:56:19 UTC 2019
New revision: 496956
URL: https://svnweb.freebsd.org/changeset/ports/496956

Log:
  - Add QT5 and KDE5 options [1]
  - Fix build with gcc on !libc++ archs [2]
  - Rework patch-sal_osl_unx_thread.cxx for more portable [3]
  - Fix pkg-plist while GTK3 enabled

  PR:		236748 [1], 236765 [2]
  Submitted by:	VVD <vvd@unislabs.com> [1], jhibbits [2],
  		Greg Veldman <freebsd@gregv.net> [3]

Changes:
  head/editors/libreoffice/Makefile
  head/editors/libreoffice/files/patch-powerpc
  head/editors/libreoffice/files/patch-sal_osl_unx_thread.cxx
  head/editors/libreoffice/files/patch-sal_osl_unx_uunxapi.cxx