Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Aug 2014 08:55:58 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366597 - head/Mk/Scripts
Message-ID:  <201408300855.s7U8twSR007976@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Aug 30 08:55:57 2014
New Revision: 366597
URL: http://svnweb.freebsd.org/changeset/ports/366597
QAT: https://qat.redports.org/buildarchive/r366597/

Log:
  Ignore references to stagedir in .fmt and .log files generated for tex formats
  Those are harmless (records from which file they were generated from) and
  removing them would require ugly hacks according to hrs@
  
  PR:		ports/192933
  Differential Revision:	https://reviews.freebsd.org/D684
  Reviewed by:	bapt, hrs
  With hat:	portmgr

Modified:
  head/Mk/Scripts/qa.sh

Modified: head/Mk/Scripts/qa.sh
==============================================================================
--- head/Mk/Scripts/qa.sh	Sat Aug 30 08:31:41 2014	(r366596)
+++ head/Mk/Scripts/qa.sh	Sat Aug 30 08:55:57 2014	(r366597)
@@ -121,6 +121,8 @@ paths() {
 			*/lib/ruby/gems/*/Makefile) continue ;;
 			*/lib/ruby/gems/*/Makefile.html) continue ;;
 			*/lib/ruby/gems/*/mkmf.log) continue ;;
+			*/share/texmf-var/web2c/*/*.fmt) continue ;;
+			*/share/texmf-var/web2c/*/*.log) continue ;;
 		esac
 		err "'${f#${STAGEDIR}${PREFIX}/}' is referring to ${STAGEDIR}"
 		rc=1



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