Date: Mon, 17 Jul 2017 15:36:34 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446080 - head/editors/libreoffice Message-ID: <201707171536.v6HFaYH3015939@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Jul 17 15:36:34 2017 New Revision: 446080 URL: https://svnweb.freebsd.org/changeset/ports/446080 Log: Fix verbose build (--enable-verbose no longer works) and enable it unconditionally as per PHB ยง12.10. PR: 220356 Approved by: maintainer timeout (office, 2 weeks) Modified: head/editors/libreoffice/Makefile Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Mon Jul 17 15:31:04 2017 (r446079) +++ head/editors/libreoffice/Makefile Mon Jul 17 15:36:34 2017 (r446080) @@ -106,7 +106,7 @@ USES= autoreconf:build bison compiler:c++11-lib cpe g WANT_GNOME= yes OPTIONS_DEFINE= CUPS GNOME GTK2 GTK3 JAVA KDE4 MMEDIA PGSQL SDK SYSTRAY \ - TEST VERBOSE WEBDAV + TEST WEBDAV OPTIONS_DEFAULT= CUPS GTK2 MMEDIA GTK3_DESC= GTK+ 3 GUI toolkit support (experimental) @@ -116,7 +116,6 @@ PGSQL_DESC= Build with PostgreSQL-SDBC driver SDK_DESC= Build with SDK SYSTRAY_DESC= Enable systemtray quickstarter TEST_DESC= Run all regression tests -VERBOSE_DESC= Increase build verbosity WEBDAV_DESC= Enable webdav protocol CUPS_CONFIGURE_ENABLE= cups @@ -207,8 +206,6 @@ SYSTRAY_CONFIGURE_ENABLE= systray TEST_ALL_TARGET_OFF= build-nocheck TEST_CONFIGURE_ENABLE= cve-tests -VERBOSE_CONFIGURE_ON= --enable-verbose - WEBDAV_CONFIGURE_ENABLE= neon WEBDAV_LIB_DEPENDS= libneon.so:www/neon @@ -269,6 +266,7 @@ MAKE_ARGS+= TMPDIR=${WRKDIR} MAKE_ENV+= CXXFLAGS_WARN="${CXXFLAGS_WARN}" MAKE_ENV+= GNUSED=${LOCALBASE}/bin/gsed MAKE_ENV+= DISPLAY= +MAKE_ENV+= verbose=1 _MAKE_JOBS= #
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707171536.v6HFaYH3015939>