svn commit: r456684 - head/devel/R-cran-gsubfn
Antoine Brodin
antoine at FreeBSD.org
Mon Dec 18 21:59:55 UTC 2017
Author: antoine
Date: Mon Dec 18 21:59:53 2017
New Revision: 456684
URL: https://svnweb.freebsd.org/changeset/ports/456684
Log:
Mark BROKEN: fails to stage
** byte-compile and prepare package for lazy loading
Warning: S3 methods 'as.character.tclObj', 'as.character.tclVar', 'as.double.tclObj', 'as.integer.tclObj', 'as.logical.tclObj', 'as.raw.tclObj', 'print.tclObj', '[[.tclArray', '[[<-.tclArray', '$.tclArray', '$<-.tclArray', 'names.tclArray', 'names<-.tclArray', 'length.tclArray', 'length<-.tclArray', 'tclObj.tclVar', 'tclObj<-.tclVar', 'tclvalue.default', 'tclvalue.tclObj', 'tclvalue.tclVar', 'tclvalue<-.default', 'tclvalue<-.tclVar', 'close.tkProgressBar' were declared in NAMESPACE but not found
Error : package or namespace load failed for 'tcltk':
.onLoad failed in loadNamespace() for 'tcltk', details:
call: fun(libname, pkgname)
error: Tcl/Tk support is not available on this system
Error : unable to load R code in package 'gsubfn'
ERROR: lazy loading failed for package 'gsubfn'
Reported by: pkg-fallout
Modified:
head/devel/R-cran-gsubfn/Makefile
Modified: head/devel/R-cran-gsubfn/Makefile
==============================================================================
--- head/devel/R-cran-gsubfn/Makefile Mon Dec 18 21:57:55 2017 (r456683)
+++ head/devel/R-cran-gsubfn/Makefile Mon Dec 18 21:59:53 2017 (r456684)
@@ -12,6 +12,8 @@ COMMENT= R package used for string matching, substitut
LICENSE= GPLv2
+BROKEN= fails to stage
+
RUN_DEPENDS= R-cran-proto>=0.3.9.2_6:devel/R-cran-proto
USES= cran:auto-plist
More information about the svn-ports-all
mailing list