From owner-svn-ports-all@freebsd.org Mon Dec 31 13:04:00 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD1D21433710; Mon, 31 Dec 2018 13:04:00 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 52C036A8AF; Mon, 31 Dec 2018 13:04:00 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 43906AE25; Mon, 31 Dec 2018 13:04:00 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBVD40mV030660; Mon, 31 Dec 2018 13:04:00 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBVD40fb030659; Mon, 31 Dec 2018 13:04:00 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201812311304.wBVD40fb030659@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Mon, 31 Dec 2018 13:04:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488776 - head/editors/libreoffice X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: head/editors/libreoffice X-SVN-Commit-Revision: 488776 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 52C036A8AF X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Dec 2018 13:04:00 -0000 Author: rene Date: Mon Dec 31 13:03:59 2018 New Revision: 488776 URL: https://svnweb.freebsd.org/changeset/ports/488776 Log: editor/libreoffice: remove optional dependency on expired KDE4 Modified: head/editors/libreoffice/Makefile Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Mon Dec 31 12:53:14 2018 (r488775) +++ head/editors/libreoffice/Makefile Mon Dec 31 13:03:59 2018 (r488776) @@ -112,7 +112,7 @@ USE_XORG= ice sm x11 xaw xext xinerama xrandr xrender USES= autoreconf:build bison compiler:c++14-lang cpe gmake jpeg \ perl5 pkgconfig python shebangfix shared-mime-info ssl tar:xz -OPTIONS_DEFINE= CUPS DOCS GNOME GTK2 GTK3 JAVA KDE4 MMEDIA PGSQL SDK SYSTRAY \ +OPTIONS_DEFINE= CUPS DOCS GNOME GTK2 GTK3 JAVA MMEDIA PGSQL SDK SYSTRAY \ TEST WEBDAV OPTIONS_DEFAULT= CUPS GTK2 MMEDIA @@ -190,14 +190,6 @@ JAVA_DISTFILES= 17410483b5b5f267aa18b7e00b65e6e0-hsqld JAVA_USE= JAVA=yes JAVA_VARS= JAVA_BUILD=yes -KDE4_CONFIGURE_ENABLE= kde4 -KDE4_CONFIGURE_ENV= KDE4DIR="${KDE_PREFIX}" \ - QT4DIR="${PREFIX}" \ - QT4INC="${QT_INCDIR}" \ - QT4LIB="${QT_LIBDIR}" -KDE4_USES= kde:4 qt:4 -KDE4_USE= KDE=kdelibs QT=moc_build,qmake_build - MMEDIA_CONFIGURE_ENABLE= gstreamer-1-0 MMEDIA_USE= GSTREAMER1=yes @@ -278,11 +270,6 @@ MAKE_ENV+= DISPLAY= MAKE_ENV+= verbose=1 .include - -.if ${PORT_OPTIONS:MKDE4} -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2018-12-31 -.endif .include