freebsd-ports/Mk
Dmitry Marakasov 30a00f2227 Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.

Change summary:

- Always do verbose builds for cmake, ninja and GNU configure (the
  latter includes check if --disable-silent-rules is actually supported
  by the configure script; there are isolated cases when it's not true)
- Remove CMAKE_VERBOSE, NINJA_VERBOSE and
  CONFIGURE_ARGS=--disable-silent-rules from all ports which set them
  for this is no longer needed
- Revert hacks for --disable-silent-rules support priorly committed
  to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well

Submitted by:	amdmi3
Reviewed by:	mat
Exp-run by:	antoine
Approved by:	portmgr (mat, antoine)
Differential Revision:	D7534
2016-09-09 19:42:46 +00:00
..
Scripts Provide a standard way to look up for executables and shared libraries. 2016-09-08 14:12:58 +00:00
Uses Most commonly used build systems support silent builds, when they 2016-09-09 19:42:46 +00:00
bsd.apache.mk Always include bsd.default-versions.mk in bsd.port.mk. 2016-08-03 12:09:37 +00:00
bsd.autotools.mk Fix targets being out of order. 2016-06-17 16:03:43 +00:00
bsd.ccache.mk Remove the now unneeded ${PORTSDIR} from dependency definition in 2016-03-27 01:23:25 +00:00
bsd.commands.mk Introduce READELF?= /usr/bin/readelf 2016-09-02 15:54:20 +00:00
bsd.default-versions.mk - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with 2016-09-05 19:23:42 +00:00
bsd.destdir.mk
bsd.emacs.mk editors/emacs-devel: 2016-07-27 07:12:24 +00:00
bsd.fpc.mk Always include bsd.default-versions.mk in bsd.port.mk. 2016-08-03 12:09:37 +00:00
bsd.gcc.mk Always include bsd.default-versions.mk in bsd.port.mk. 2016-08-03 12:09:37 +00:00
bsd.gecko.mk gecko: drop poorly maintained GIO=off case after r376999 2016-09-08 06:49:24 +00:00
bsd.gstreamer.mk Remove the now unneeded ${PORTSDIR} from dependency definition in 2016-03-27 01:23:25 +00:00
bsd.java.mk Mk/bsd.java.mk: unregister expired java/linux-sun-jdk17 2016-04-24 12:16:23 +00:00
bsd.ldap.mk Do not terminate IGNORE messages with period, it is added by the framework. 2016-08-26 08:42:27 +00:00
bsd.licenses.db.mk Add support added for LICENSE=NONE, use it when the port doesn't 2016-09-08 13:15:06 +00:00
bsd.licenses.mk
bsd.local.mk
bsd.ocaml.mk Remove DO_NADA targets. 2016-06-17 12:42:30 +00:00
bsd.octave.mk Remove the now unneeded ${PORTSDIR} from dependency definition in 2016-03-27 01:23:25 +00:00
bsd.options.desc.mk Add SNDIO default description. 2016-08-09 14:52:55 +00:00
bsd.options.mk Don't duplicate the list of options helpers. 2016-08-31 13:28:05 +00:00
bsd.port.mk Most commonly used build systems support silent builds, when they 2016-09-09 19:42:46 +00:00
bsd.port.options.mk
bsd.port.post.mk
bsd.port.pre.mk
bsd.port.subdir.mk Fixup some whitespace at the beginning of lines problems. 2016-04-01 13:18:17 +00:00
bsd.qt.mk Unregister net/qt5-enginio from Mk/bsd.qt.mk which has expired. 2016-08-06 22:00:20 +00:00
bsd.ruby.mk Do not terminate IGNORE messages with period, it is added by the framework. 2016-08-26 08:42:27 +00:00
bsd.sanity.mk - Add developer warning about LICENSE not set by a port 2016-09-08 16:13:55 +00:00
bsd.sdl.mk Remove the now unneeded ${PORTSDIR} from dependency definition in 2016-03-27 01:23:25 +00:00
bsd.sites.mk - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with 2016-09-05 19:23:42 +00:00
bsd.ssp.mk
bsd.tex.mk Move USE_BDB and PLIST_DIRSTRY to the unsupported section, all the ports 2016-08-17 12:16:24 +00:00
bsd.wx.mk Remove the now unneeded ${PORTSDIR} from dependency definition in 2016-03-27 01:23:25 +00:00
bsd.xorg.mk Remove the now unneeded ${PORTSDIR} from dependency definition in 2016-03-27 01:23:25 +00:00