Date: Thu, 18 Aug 2016 23:22:23 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420431 - in head/www: webkit-gtk2 webkit-gtk3 Message-ID: <201608182322.u7INMN6g012939@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Thu Aug 18 23:22:23 2016 New Revision: 420431 URL: https://svnweb.freebsd.org/changeset/ports/420431 Log: www/webkit-gtk(2,3): Mark broken for sparc64 PR: 186396 PR: 203382 Modified: head/www/webkit-gtk2/Makefile head/www/webkit-gtk3/Makefile Modified: head/www/webkit-gtk2/Makefile ============================================================================== --- head/www/webkit-gtk2/Makefile Thu Aug 18 22:57:19 2016 (r420430) +++ head/www/webkit-gtk2/Makefile Thu Aug 18 23:22:23 2016 (r420431) @@ -49,6 +49,8 @@ CONFIGURE_ARGS= --with-gtk=2.0 \ MAKEFILE= GNUmakefile MAKE_ENV= XDG_CACHE_HOME=${WRKDIR} +BROKEN_sparc64= attempts to use x86 assembler + CONFIGURE_ARGS+=--disable-egl \ --disable-gles2 SHEBANG_FILES= \ Modified: head/www/webkit-gtk3/Makefile ============================================================================== --- head/www/webkit-gtk3/Makefile Thu Aug 18 22:57:19 2016 (r420430) +++ head/www/webkit-gtk3/Makefile Thu Aug 18 23:22:23 2016 (r420431) @@ -48,6 +48,8 @@ CONFIGURE_ARGS= --with-gtk=3.0 \ MAKEFILE= GNUmakefile MAKE_ENV= XDG_CACHE_HOME=${WRKDIR} +BROKEN_sparc64= fails to detect working compiler + #CONFIGURE_ARGS+=--disable-silent-rules CONFIGURE_ARGS+=--disable-egl \ --disable-gles2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608182322.u7INMN6g012939>