svn commit: r514198 - head/mail/fetchmail

Matthias Andree mandree at FreeBSD.org
Wed Oct 9 23:06:06 UTC 2019


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


More information about the svn-ports-head mailing list