pkgsrc/textproc/R-stringi/Makefile
tnn 18a2725af3 Mark package as BROKEN, it tries to download stuff over plain HTTP
during the build:
---8<---
downloading ICU data library (icudt)
the files will be extracted to: /pkgsrc-obj/textproc/R-stringi/work/.destdir/usr/pkg/lib/R/library/stringi/libs
no icudt in a local repo
trying URL 'http://static.rexamine.com/packages/icudt55l.zip'
Warning in download.file(paste(href, fname, sep = ""), outfname, mode = "wb") :
  unable to resolve 'static.rexamine.com'
Error in download.file(paste(href, fname, sep = ""), outfname, mode = "wb"): cannot open URL 'http://static.rexamine.com/packages/icudt55l.zip'
2016-03-14 11:54:45 +00:00

20 lines
481 B
Makefile

# $NetBSD: Makefile,v 1.2 2016/03/14 11:54:45 tnn Exp $
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/stringi/
COMMENT= Character String Processing Facilities
LICENSE= modified-bsd
R_PKGNAME= stringi
R_PKGVER= 1.0-1
USE_LANGUAGES= c c++
BROKEN= "downloads during build"
.include "../../textproc/icu/buildlink3.mk"
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"