pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/curl curl: Delete if-def block regarding TEST_TARG...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d367d7ff358
branches:  trunk
changeset: 374497:3d367d7ff358
user:      leot <leot%pkgsrc.org@localhost>
date:      Wed Jan 24 12:17:43 2018 +0000

description:
curl: Delete if-def block regarding TEST_TARGET and test dependencies

Define TEST_TARGET unconditionally and do not add `perl' to USE_TOOLS, `perl'
is already needed as tool.

diffstat:

 www/curl/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r 1707bb9256d3 -r 3d367d7ff358 www/curl/Makefile
--- a/www/curl/Makefile Wed Jan 24 11:53:07 2018 +0000
+++ b/www/curl/Makefile Wed Jan 24 12:17:43 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.192 2018/01/24 07:57:19 wiz Exp $
+# $NetBSD: Makefile,v 1.193 2018/01/24 12:17:43 leot Exp $
 
 DISTNAME=      curl-7.58.0
 CATEGORIES=    www
@@ -26,10 +26,7 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-.if !empty(PKGSRC_RUN_TEST:M[Yy][Ee][Ss])
 TEST_TARGET=           check
-USE_TOOLS+=            perl
-.endif
 
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index