diff options
author | tnn <tnn@pkgsrc.org> | 2016-03-14 11:54:45 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2016-03-14 11:54:45 +0000 |
commit | 6a5db1970707ebc0a7060823913e8232d9973154 (patch) | |
tree | fc07acdd3dff8a3c8b749103a9df3067c87f8e0c /textproc | |
parent | 242131d79b014f0bb78515daabaeea07ba475da9 (diff) | |
download | pkgsrc-6a5db1970707ebc0a7060823913e8232d9973154.tar.gz |
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'
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/R-stringi/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/R-stringi/Makefile b/textproc/R-stringi/Makefile index 5892480d39c..70b71739baf 100644 --- a/textproc/R-stringi/Makefile +++ b/textproc/R-stringi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/01/01 12:59:19 wen Exp $ +# $NetBSD: Makefile,v 1.2 2016/03/14 11:54:45 tnn Exp $ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -13,6 +13,8 @@ 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" |