Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Oct 2019 23:06:05 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514198 - head/mail/fetchmail
Message-ID:  <201910092306.x99N653X013586@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Wed Oct  9 23:06:05 2019
New Revision: 514198
URL: https://svnweb.freebsd.org/changeset/ports/514198

Log:
  mail/fetchmail: cat(1) test-suite.log from build
  
  This is to assist with build error diagnosis,
  after PRs 240914 and 241032.
  
  Submitted by:	mandree@
  Approved by:	Corey Halpin (maintainer)
  (obtained by e-mail outside Bugzilla)

Modified:
  head/mail/fetchmail/Makefile

Modified: head/mail/fetchmail/Makefile
==============================================================================
--- head/mail/fetchmail/Makefile	Wed Oct  9 22:39:24 2019	(r514197)
+++ head/mail/fetchmail/Makefile	Wed Oct  9 23:06:05 2019	(r514198)
@@ -69,7 +69,7 @@ PATCH_STRIP=	-p1
 
 .if empty(MASTERDIR)
 post-build:
-	${MAKE_CMD} -C ${WRKSRC} check
+	${MAKE_CMD} -C ${WRKSRC} check ; { r=$$? ; ( set -x ; cat "${WRKSRC}/test-suite.log" ) ; exit $$r ; }
 
 post-install:
 	${INSTALL} -d ${STAGEDIR}/var/run/fetchmail



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910092306.x99N653X013586>