svn commit: r552593 - head/www/webkit2-gtk3

Rene Ladan rene at FreeBSD.org
Sat Oct 17 14:58:39 UTC 2020


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


More information about the svn-ports-all mailing list