svn commit: r502274 - in head/devel/binutils: . files

Antoine Brodin antoine at FreeBSD.org
Wed May 22 14:54:57 UTC 2019


Author: antoine
Date: Wed May 22 14:54:56 2019
New Revision: 502274
URL: https://svnweb.freebsd.org/changeset/ports/502274

Log:
  Remove binutils-do-not-provide-shared-section-symbols.patch, the issue it was
  working around was fixed in binutils version 2.32
  
  PR:		237068
  Submitted by:	dim

Deleted:
  head/devel/binutils/files/binutils-do-not-provide-shared-section-symbols.patch
Modified:
  head/devel/binutils/Makefile

Modified: head/devel/binutils/Makefile
==============================================================================
--- head/devel/binutils/Makefile	Wed May 22 14:46:18 2019	(r502273)
+++ head/devel/binutils/Makefile	Wed May 22 14:54:56 2019	(r502274)
@@ -3,6 +3,7 @@
 
 PORTNAME=	binutils
 PORTVERSION=	2.32
+PORTREVISION=	1
 PORTEPOCH?=	1
 CATEGORIES?=	devel
 MASTER_SITES=	SOURCEWARE/binutils/releases
@@ -13,7 +14,6 @@ COMMENT?=	GNU binary tools
 LICENSE=	GPLv3 LGPL3
 LICENSE_COMB=	multi
 
-EXTRA_PATCHES=	${FILESDIR}/binutils-do-not-provide-shared-section-symbols.patch:-p1
 .if defined(PREFIX) && ${PREFIX} != "/usr"
 BUILD_DEPENDS=	${LOCALBASE}/lib/libgmp.so:math/gmp \
 		${LOCALBASE}/lib/libmpfr.so:math/mpfr


More information about the svn-ports-all mailing list