svn commit: r350249 - head/ftp/curl

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 5 16:57:07 UTC 2014


Author: sunpoet
Date: Sat Apr  5 16:57:06 2014
New Revision: 350249
URL: http://svnweb.freebsd.org/changeset/ports/350249
QAT: https://qat.redports.org/buildarchive/r350249/

Log:
  - Cleanup regression-test:

Modified:
  head/ftp/curl/Makefile

Modified: head/ftp/curl/Makefile
==============================================================================
--- head/ftp/curl/Makefile	Sat Apr  5 16:52:34 2014	(r350248)
+++ head/ftp/curl/Makefile	Sat Apr  5 16:57:06 2014	(r350249)
@@ -171,8 +171,6 @@ post-install:
 	cd ${WRKSRC}/docs/examples/ && ${INSTALL_DATA} README Makefile.example makefile* *.c *.cpp ${STAGEDIR}${EXAMPLESDIR}/
 .endif
 
-# Setting LC_ALL=C is a kludge; maybe curl/libcurl shouldn't actually use
-# the user's locale when dates are sent to the server.
 x-regression-test test: build
 .if !${PORT_OPTIONS:MPROXY}
 	@${ECHO_MSG} "******************************************"
@@ -181,6 +179,6 @@ x-regression-test test: build
 	@${ECHO_MSG} "* This is being addressed.               *"
 	@${ECHO_MSG} "******************************************"
 .endif
-	cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} LC_ALL=C ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test
+	cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} LC_ALL=C ${MAKE_CMD} test
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list