aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-06-26 11:55:49 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-06-26 11:55:49 +0000
commitb0d24051f743cf3d9d7156ee9faa5dd797dd29f2 (patch)
tree525ada5fddc8889d4599f8f98fa4168c9af5e783 /ftp
parent7ee65d8c6a53eb4c15cd38f1e126f752d98fd5e1 (diff)
downloadports-b0d24051f743cf3d9d7156ee9faa5dd797dd29f2.tar.gz
ports-b0d24051f743cf3d9d7156ee9faa5dd797dd29f2.zip
Remove pre-test-PROXY-off:
Tests run without error regardless of PROXY option. PROXY disabled: TESTDONE: 930 tests out of 930 reported OK: 100% TESTDONE: 1364 tests were considered during 369 seconds. PROXY enabled: TESTDONE: 1052 tests out of 1052 reported OK: 100% TESTDONE: 1364 tests were considered during 410 seconds.
Notes
Notes: svn path=/head/; revision=540494
Diffstat (limited to 'ftp')
-rw-r--r--ftp/curl/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index 5770ae0d75fa..2718773ea41a 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -165,11 +165,4 @@ post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
cd ${WRKSRC}/docs/examples/ && ${INSTALL_DATA} README Makefile.example makefile* *.c *.cpp ${STAGEDIR}${EXAMPLESDIR}/
-pre-test-PROXY-off:
- @${ECHO_MSG} "******************************************"
- @${ECHO_MSG} "* You have disabled curl proxy support. *"
- @${ECHO_MSG} "* Some tests SHALL FAIL! *"
- @${ECHO_MSG} "* This is being addressed. *"
- @${ECHO_MSG} "******************************************"
-
.include <bsd.port.post.mk>