Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 2020 11:55:49 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r540494 - head/ftp/curl
Message-ID:  <202006261155.05QBtn2d088933@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jun 26 11:55:49 2020
New Revision: 540494
URL: https://svnweb.freebsd.org/changeset/ports/540494

Log:
  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.

Modified:
  head/ftp/curl/Makefile

Modified: head/ftp/curl/Makefile
==============================================================================
--- head/ftp/curl/Makefile	Fri Jun 26 11:55:44 2020	(r540493)
+++ head/ftp/curl/Makefile	Fri Jun 26 11:55:49 2020	(r540494)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006261155.05QBtn2d088933>