Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Nov 2015 14:08:28 +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: r400617 - head/www/R-cran-Rpad
Message-ID:  <201511011408.tA1E8SJI005005@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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