diff options
author | antoine <antoine@FreeBSD.org> | 2014-12-27 02:40:20 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-12-27 02:40:20 +0800 |
commit | 421e302b2a10fdf36269cf72b3f3ac35bb0c9720 (patch) | |
tree | 67afe4113cddf923eee309b7514f3e98156fbfbf /devel | |
parent | 04074c58f647357d895d10bc6efac36aadde7bf3 (diff) | |
download | freebsd-ports-gnome-421e302b2a10fdf36269cf72b3f3ac35bb0c9720.tar.gz freebsd-ports-gnome-421e302b2a10fdf36269cf72b3f3ac35bb0c9720.tar.zst freebsd-ports-gnome-421e302b2a10fdf36269cf72b3f3ac35bb0c9720.zip |
avr-binutils patch has to be updated for binutils 2.25
Diffstat (limited to 'devel')
-rw-r--r-- | devel/avr-binutils/Makefile | 1 | ||||
-rw-r--r-- | devel/binutils/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/devel/avr-binutils/Makefile b/devel/avr-binutils/Makefile index 58158d338190..fcae77cd8efc 100644 --- a/devel/avr-binutils/Makefile +++ b/devel/avr-binutils/Makefile @@ -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" diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index 8d4355d0106d..12a61b43580a 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -8,7 +8,7 @@ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEWARE} MASTER_SITE_SUBDIR= binutils/releases -MAINTAINER= bapt@FreeBSD.org +MAINTAINER?= bapt@FreeBSD.org COMMENT?= GNU binary tools LICENSE= GPLv3 LGPL3 |