svn commit: r400617 - head/www/R-cran-Rpad

Antoine Brodin antoine at FreeBSD.org
Sun Nov 1 14:08:29 UTC 2015


Author: antoine
Date: Sun Nov  1 14:08:27 2015
New Revision: 400617
URL: https://svnweb.freebsd.org/changeset/ports/400617

Log:
  Mark BROKEN: fails to stage
  
  ** testing if installed package can be loaded
  Error : .onLoad failed in loadNamespace() for 'Rpad', details:
    call: NULL
    error: '.find.package' is defunct.
  Use 'find.package' instead.
  See help("Defunct")
  Error: loading failed
  Execution halted
  ERROR: loading failed
  
  Reported by:	pkg-fallout

Modified:
  head/www/R-cran-Rpad/Makefile

Modified: head/www/R-cran-Rpad/Makefile
==============================================================================
--- head/www/R-cran-Rpad/Makefile	Sun Nov  1 14:04:29 2015	(r400616)
+++ head/www/R-cran-Rpad/Makefile	Sun Nov  1 14:08:27 2015	(r400617)
@@ -13,6 +13,8 @@ COMMENT=	Workbook-style, web-based inter
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		fails to stage
+
 USES=		cran:auto-plist shebangfix
 perl_OLD_CMD=	c:/apps/perl/bin/perl.exe
 SHEBANG_FILES=	inst/basehtml/editor/htmlarea/examples/*.cgi \


More information about the svn-ports-all mailing list