svn commit: r540494 - head/ftp/curl

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jun 26 11:55:52 UTC 2020


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>


More information about the svn-ports-head mailing list