From 8306ad72046875e0360a3365b1f1f46673cc7fe8 Mon Sep 17 00:00:00 2001 From: Leonardo Taccari Date: Sat, 1 Feb 2014 18:51:52 +0000 Subject: [PATCH] -FETCH_USING From NetBSD 6.2 and 7.0 ftp(1) will support https://, so remove FETCH_USING. If you are using a fetch program that does not support https please ajdust your mk.conf (e.g.: FETCH_USING= curl). (I am sorry but ATM I can't link the official announce (IIRC by wiz@)) --- vimb/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vimb/Makefile b/vimb/Makefile index 259a15f925..0044ab0a0c 100644 --- a/vimb/Makefile +++ b/vimb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/02/01 18:24:14 leot1990 Exp $ +# $NetBSD: Makefile,v 1.6 2014/02/01 18:51:52 leot1990 Exp $ DISTNAME= 2.2 PKGNAME= vimb-${DISTNAME} @@ -10,8 +10,6 @@ HOMEPAGE= http://fanglingsu.github.io/vimb/ COMMENT= Vim-like webkit browser LICENSE= gnu-gpl-v3 -FETCH_USING= curl # XXX: https:// - NO_CONFIGURE= yes USE_TOOLS+= gmake pkg-config WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}