Date: Sat, 17 Oct 2020 14:58:39 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r552593 - head/www/webkit2-gtk3 Message-ID: <202010171458.09HEwdW5093749@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Sat Oct 17 14:58:38 2020 New Revision: 552593 URL: https://svnweb.freebsd.org/changeset/ports/552593 Log: www/webkit2-gtk3: binutils is no longer needed for debug builds Phabricator: D26646 Modified: head/www/webkit2-gtk3/Makefile Modified: head/www/webkit2-gtk3/Makefile ============================================================================== --- head/www/webkit2-gtk3/Makefile Sat Oct 17 14:55:37 2020 (r552592) +++ head/www/webkit2-gtk3/Makefile Sat Oct 17 14:58:38 2020 (r552593) @@ -73,9 +73,6 @@ OPTIONS_SUB= yes # Building WebKit with debugging symbols requires ar and ld with # support for thin archives. Also see # https://bugs.webkit.org/show_bug.cgi?id=140384 -# binutils can be removed when 12.0-R and 11.2 and 11.3 are EOL -# https://svnweb.freebsd.org/base?view=revision&revision=346079 -DEBUG_BUILD_DEPENDS= binutils>=0:devel/binutils DEBUG_CMAKE_ON= -DCMAKE_AR=${LOCALBASE}/bin/ar \ -DCMAKE_RANLIB=${LOCALBASE}/bin/ranlib \ -DCMAKE_LINKER=${LOCALBASE}/bin/ld
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010171458.09HEwdW5093749>