svn commit: r365431 - branches/2014Q3/www/chromium

Bryan Drewery bdrewery at FreeBSD.org
Wed Aug 20 03:59:15 UTC 2014


Author: bdrewery
Date: Wed Aug 20 03:59:14 2014
New Revision: 365431
URL: http://svnweb.freebsd.org/changeset/ports/365431
QAT: https://qat.redports.org/buildarchive/r365431/

Log:
  Attempt to fix build by reverting bits not planned to be MFC'd

Modified:
  branches/2014Q3/www/chromium/Makefile

Modified: branches/2014Q3/www/chromium/Makefile
==============================================================================
--- branches/2014Q3/www/chromium/Makefile	Wed Aug 20 00:25:18 2014	(r365430)
+++ branches/2014Q3/www/chromium/Makefile	Wed Aug 20 03:59:14 2014	(r365431)
@@ -58,9 +58,10 @@ RUN_DEPENDS=	${LOCALBASE}/lib/alsa-lib/l
 
 ONLY_FOR_ARCHS=	i386 amd64
 USES=		bison compiler:c++11-lib cpe desktop-file-utils pkgconfig \
-		perl5 shebangfix ninja tar:xz python:2,build execinfo
+		perl5 shebangfix ninja tar:xz
 CPE_VENDOR=	The Chromium Project
 USE_PERL5=	build
+USE_PYTHON_BUILD=	2
 USE_XORG=	scrnsaverproto x11 xproto xscrnsaver xtst
 USE_GNOME=	glib20 gtk20 dconf libxslt
 USE_OPENSSL=	yes # must be from base to prevent a link failure against cups
@@ -171,6 +172,9 @@ EXTRA_PATCHES+=	${FILESDIR}/extra-patch-
 .if ${OSVERSION} >= 1000052 && !exists(${LOCALBASE}/include/execinfo.h)
 EXTRA_PATCHES+=	${FILESDIR}/extra-patch-fixup-execinfo
 .endif
+.if ${OSVERSION} < 1000052
+LIB_DEPENDS+=	libexecinfo.so:${PORTSDIR}/devel/libexecinfo
+.endif
 
 .if ${PORT_OPTIONS:MTEST}
 .include "Makefile.tests"


More information about the svn-ports-all mailing list