svn commit: r347418 - head/www/chromium

Rene Ladan rene at FreeBSD.org
Fri Mar 7 19:58:14 UTC 2014


Author: rene
Date: Fri Mar  7 19:58:13 2014
New Revision: 347418
URL: http://svnweb.freebsd.org/changeset/ports/347418
QAT: https://qat.redports.org/buildarchive/r347418/

Log:
  No need any longer to remove the Courgette tests from the unit tests.

Modified:
  head/www/chromium/Makefile

Modified: head/www/chromium/Makefile
==============================================================================
--- head/www/chromium/Makefile	Fri Mar  7 19:15:51 2014	(r347417)
+++ head/www/chromium/Makefile	Fri Mar  7 19:58:13 2014	(r347418)
@@ -193,8 +193,6 @@ post-patch:
 	@${REINPLACE_CMD} -e "s|/usr/bin/gcc|${CC}|" \
 		${WRKSRC}/third_party/WebKit/Source/build/scripts/preprocessor.pm \
 		${WRKSRC}/third_party/WebKit/Source/build/scripts/scripts.gypi
-	@${REINPLACE_CMD} -e "s|'../courgette/courgette.gyp:courgette_lib',||" \
-		${WRKSRC}/chrome/chrome_tests_unit.gypi
 	@${REINPLACE_CMD} -e "s|is_linux|(is_linux or is_bsd)|" \
 		${WRKSRC}/chrome/browser/browser_resources.grd \
 		${WRKSRC}/chrome/app/theme/theme_resources.grd \


More information about the svn-ports-head mailing list