svn commit: r347426 - branches/2014Q1/www/chromium

Rene Ladan rene at FreeBSD.org
Fri Mar 7 21:27:30 UTC 2014


Author: rene
Date: Fri Mar  7 21:27:30 2014
New Revision: 347426
URL: http://svnweb.freebsd.org/changeset/ports/347426
QAT: https://qat.redports.org/buildarchive/r347426/

Log:
  MFH: r347418
  
  No need any longer to remove the Courgette tests from the unit tests.
  
  Approved by:	portmgr (tabthorpe)

Modified:
  branches/2014Q1/www/chromium/Makefile
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/www/chromium/Makefile
==============================================================================
--- branches/2014Q1/www/chromium/Makefile	Fri Mar  7 21:26:33 2014	(r347425)
+++ branches/2014Q1/www/chromium/Makefile	Fri Mar  7 21:27:30 2014	(r347426)
@@ -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-branches mailing list