1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/Mk
Joseph Mingrone 6ff48ecff7
Mk/Scripts/qa.sh: Turn off pipefail when piping to grep -q
The pipeline

   readelf -d "${dep_file}" | grep -q SONAME

can fail because grep -q closes the output early resulting sigpipe being
sent to readelf.  Other possible solutions are to turn off pipefail for
the file or remove the -q grep argument.

Credit to ashish@ for the detective work to discover the root cause of
this.

Differential Revision: https://reviews.freebsd.org/D31211

Reviewed by:	emaste
Approved by:	bapt (portmgr) mat (portmgr)
2021-11-19 17:13:26 -04:00
..
Scripts Mk/Scripts/qa.sh: Turn off pipefail when piping to grep -q 2021-11-19 17:13:26 -04:00
Uses desktop-file-utils: remove the keyword it is not necessary anymore 2021-11-17 10:47:30 +01:00
Wrappers framework: Remove $FreeBSD$ 2021-04-06 16:27:10 +02:00
bsd.ccache.mk Mk/bsd.ccache.mk: Fix Poudriere CCACHE_STATIC_PREFIX feature. 2021-07-14 11:09:37 -07:00
bsd.commands.mk framework: Remove $FreeBSD$ 2021-04-06 16:27:10 +02:00
bsd.default-versions.mk Mk/Uses: default version for nodejs 2021-11-12 06:54:51 +01:00
bsd.destdir.mk framework: Remove $FreeBSD$ 2021-04-06 16:27:10 +02:00
bsd.gcc.mk Mk/bsd.gcc.mk: Remove USE_GCC=any 2021-10-15 17:47:53 +00:00
bsd.gecko.mk Mk/bsd.gecko.mk: remove references to old versions 2021-11-04 22:23:28 +01:00
bsd.gstreamer.mk x11-toolkits/gstreamer1-plugins-gtk4: add new port 2021-08-23 12:52:23 +00:00
bsd.java.mk Mk/bsd.java.mk: generalize a comment. 2021-04-06 12:39:45 +02:00
bsd.ldap.mk net/openldap25-server: OpenLDAP 2.5.7 2021-09-05 14:05:57 -07:00
bsd.licenses.db.mk Mk/bsd.licenses.db.mk: Add ODbL license 2021-05-22 02:27:03 +08:00
bsd.licenses.mk framework: Remove $FreeBSD$ 2021-04-06 16:27:10 +02:00
bsd.local.mk Mk/bsd.local.mk: Remove accidentally committed local mods 2021-08-31 09:05:00 -05:00
bsd.lto.mk Mk/bsd.lto.mk: add short description of LTO 2021-10-07 23:59:37 +00:00
bsd.ocaml.mk framework: Remove $FreeBSD$ 2021-04-06 16:27:10 +02:00
bsd.octave.mk framework: Remove $FreeBSD$ 2021-04-06 16:27:10 +02:00
bsd.options.desc.mk Mk/bsd.options.desc.mk: Add TOMCAT10 2021-08-19 16:09:44 -03:00
bsd.options.mk Mk/bsd.options.mk: Fix typos in comment 2021-04-21 12:57:22 +02:00
bsd.port.mk bsd.port.mk: clean up DEV_WARNINGS about migrations that are over 2021-11-17 10:20:04 +01:00
bsd.port.options.mk framework: Remove $FreeBSD$ 2021-04-06 16:27:10 +02:00
bsd.port.post.mk framework: Remove $FreeBSD$ 2021-04-06 16:27:10 +02:00
bsd.port.pre.mk framework: Remove $FreeBSD$ 2021-04-06 16:27:10 +02:00
bsd.port.subdir.mk framework: Remove $FreeBSD$ 2021-04-06 16:27:10 +02:00
bsd.ruby.mk Mk/bsd.ruby.mk: Remove RUBY_NAME 2021-11-02 05:28:58 +08:00
bsd.sanity.mk Mk/bsd.sanity.mk: Mark CARGO_USE_GIT* and CARGO_GIT_SUBDIR as unsupported 2021-10-25 10:49:06 +02:00
bsd.sites.mk Mk/bsd.sites.mk: Update APACHE site list 2021-10-24 22:12:08 +02:00
bsd.ssp.mk framework: Remove $FreeBSD$ 2021-04-06 16:27:10 +02:00
bsd.tex.mk Mk/bsd.tex.mk: remove a last @exec 2021-05-11 06:39:06 +02:00
bsd.wx.mk Mk/bsd.wx.mk: allow to specify preferred GTK+ for wxWidgets 3.0. 2021-10-25 10:45:20 +00:00