svn commit: r463344 - in head/editors/libreoffice: . files
Jung-uk Kim
jkim at FreeBSD.org
Thu Mar 1 17:12:08 UTC 2018
Author: jkim
Date: Thu Mar 1 17:12:07 2018
New Revision: 463344
URL: https://svnweb.freebsd.org/changeset/ports/463344
Log:
Display selected VCL backend as Linux.
Added:
head/editors/libreoffice/files/patch-vcl_source_app_svapp.cxx (contents, props changed)
Modified:
head/editors/libreoffice/Makefile
Modified: head/editors/libreoffice/Makefile
==============================================================================
--- head/editors/libreoffice/Makefile Thu Mar 1 16:01:45 2018 (r463343)
+++ head/editors/libreoffice/Makefile Thu Mar 1 17:12:07 2018 (r463344)
@@ -2,7 +2,7 @@
.include "${.CURDIR}/Makefile.common"
-PORTREVISION= 4
+PORTREVISION= 5
MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${PORTVERSION}/ \
http://dev-www.libreoffice.org/src/:src \
http://dev-www.libreoffice.org/extern/:ext
Added: head/editors/libreoffice/files/patch-vcl_source_app_svapp.cxx
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/editors/libreoffice/files/patch-vcl_source_app_svapp.cxx Thu Mar 1 17:12:07 2018 (r463344)
@@ -0,0 +1,11 @@
+--- vcl/source/app/svapp.cxx.orig 2017-10-25 14:25:39 UTC
++++ vcl/source/app/svapp.cxx
+@@ -1212,7 +1212,7 @@ OUString Application::GetHWOSConfInfo()
+ aDetails.append( VclResId(SV_APP_DEFAULT).toString() );
+ aDetails.append( "; " );
+
+-#ifdef LINUX
++#if defined UNX && !defined MACOSX && !defined IOS && !defined ANDROID
+ // Only linux has different backends, so don't show blank for others.
+ aDetails.append( VclResId(SV_APP_VCLBACKEND).toString() );
+ aDetails.append( GetToolkitName() );
More information about the svn-ports-all
mailing list