svn commit: r408805 - branches/2016Q1/Mk/Uses

David Naylor dbn at FreeBSD.org
Sat Feb 13 15:40:14 UTC 2016


Author: dbn
Date: Sat Feb 13 15:40:13 2016
New Revision: 408805
URL: https://svnweb.freebsd.org/changeset/ports/408805

Log:
  MFH: r408802
  
  Mk/Uses/cran.mk: fix test target.
  
  R no longer accepts the --no-rebuild-vignettes argument, instead requiring
  the --no-build-vignettes (only used if pdflatex is not installed).
  
  PR:		207154
  Approved by:	wen (maintainer)
  Approved by:	ports-secteam (feld)

Modified:
  branches/2016Q1/Mk/Uses/cran.mk
Directory Properties:
  branches/2016Q1/   (props changed)

Modified: branches/2016Q1/Mk/Uses/cran.mk
==============================================================================
--- branches/2016Q1/Mk/Uses/cran.mk	Sat Feb 13 15:34:25 2016	(r408804)
+++ branches/2016Q1/Mk/Uses/cran.mk	Sat Feb 13 15:40:13 2016	(r408805)
@@ -45,7 +45,7 @@ R_COMMAND=	${LOCALBASE}/bin/R
 R_POSTCMD_CHECK_OPTIONS?=	--timings
 
 .if !exists(${LOCALBASE}/bin/pdflatex)
-R_POSTCMD_CHECK_OPTIONS+=	--no-manual --no-rebuild-vignettes
+R_POSTCMD_CHECK_OPTIONS+=	--no-manual --no-build-vignettes
 .endif
 
 do-test:


More information about the svn-ports-all mailing list