Date: Thu, 1 Mar 2018 17:12:07 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463344 - in head/editors/libreoffice: . files Message-ID: <201803011712.w21HC7AB082792@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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() );
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803011712.w21HC7AB082792>