svn commit: r375646 - in head/devel: avr-binutils binutils

Antoine Brodin antoine at FreeBSD.org
Fri Dec 26 18:40:22 UTC 2014


Author: antoine
Date: Fri Dec 26 18:40:20 2014
New Revision: 375646
URL: https://svnweb.freebsd.org/changeset/ports/375646
QAT: https://qat.redports.org/buildarchive/r375646/

Log:
  avr-binutils patch has to be updated for binutils 2.25

Modified:
  head/devel/avr-binutils/Makefile
  head/devel/binutils/Makefile

Modified: head/devel/avr-binutils/Makefile
==============================================================================
--- head/devel/avr-binutils/Makefile	Fri Dec 26 18:23:53 2014	(r375645)
+++ head/devel/avr-binutils/Makefile	Fri Dec 26 18:40:20 2014	(r375646)
@@ -11,5 +11,6 @@ PLIST=	${.CURDIR}/pkg-plist
 
 MASTERDIR=	${.CURDIR}/../binutils
 PATCHDIR=	${.CURDIR}/files
+BROKEN=		Patch must be updated for binutils 2.25
 
 .include "${MASTERDIR}/Makefile"

Modified: head/devel/binutils/Makefile
==============================================================================
--- head/devel/binutils/Makefile	Fri Dec 26 18:23:53 2014	(r375645)
+++ head/devel/binutils/Makefile	Fri Dec 26 18:40:20 2014	(r375646)
@@ -8,7 +8,7 @@ CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEWARE}
 MASTER_SITE_SUBDIR=	binutils/releases
 
-MAINTAINER=	bapt at FreeBSD.org
+MAINTAINER?=	bapt at FreeBSD.org
 COMMENT?=	GNU binary tools
 
 LICENSE=	GPLv3 LGPL3


More information about the svn-ports-head mailing list