Date: Mon, 18 Dec 2017 21:59:54 +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: r456684 - head/devel/R-cran-gsubfn Message-ID: <201712182159.vBILxsNY028991@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712182159.vBILxsNY028991>