Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 May 2019 14:54:56 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502274 - in head/devel/binutils: . files
Message-ID:  <201905221454.x4MEsuWh092873@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905221454.x4MEsuWh092873>