aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libbfd
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>2005-08-01 22:38:54 +0800
committerjoerg <joerg@FreeBSD.org>2005-08-01 22:38:54 +0800
commitd94026d48eb89c14033f1dd60b0ab515aa2e0d26 (patch)
treecb0609305d53d8773c5a46b30c9c7c61734e2a72 /devel/libbfd
parent2e8bc83248d42aad320fe7b87cbda3aa4de3fa29 (diff)
downloadfreebsd-ports-gnome-d94026d48eb89c14033f1dd60b0ab515aa2e0d26.tar.gz
freebsd-ports-gnome-d94026d48eb89c14033f1dd60b0ab515aa2e0d26.tar.zst
freebsd-ports-gnome-d94026d48eb89c14033f1dd60b0ab515aa2e0d26.zip
Upgrade to binutils-2.16.
Enable port for amd64 as well. Submitted by: Manuel Stuehn <manuel.stuehn@gmx.net> (amd64 patch)
Diffstat (limited to 'devel/libbfd')
-rw-r--r--devel/libbfd/Makefile10
-rw-r--r--devel/libbfd/distinfo4
2 files changed, 6 insertions, 8 deletions
diff --git a/devel/libbfd/Makefile b/devel/libbfd/Makefile
index be9aec10050f..f87bccec7233 100644
--- a/devel/libbfd/Makefile
+++ b/devel/libbfd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libbfd
-PORTVERSION= 2.15
+PORTVERSION= 2.16
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
MASTER_SITE_SUBDIR= binutils/releases
@@ -15,6 +15,8 @@ DISTNAME= binutils-${PORTVERSION}
MAINTAINER= joerg@freebsd.org
COMMENT= Universal BFD library from GNU binutils
+BUILD_DEPENDS= ${LOCALBASE}/lib/libiberty.a:${PORTSDIR}/devel/gnulibiberty
+
CONFLICTS= mingw-binutils-[0-9]*
WRKSRC= ${WRKDIR}/binutils-${PORTVERSION}/bfd
@@ -28,7 +30,7 @@ CONFIGURE_ARGS= --enable-install-libbfd \
--without-pic \
--enable-targets=all
.if (${MACHINE_ARCH} == "amd64")
-CONFIGURE_ARGS+= --host=x86_64-portbld-freebsd${OSREL}
+MACHINE_ARCH= x86_64
.endif
INFO= bfd
@@ -39,8 +41,4 @@ INFO= bfd
BROKEN= "Does not compile on FreeBSD 4.x"
.endif
-.if ${ARCH} == "amd64"
-BROKEN= "Configure fails on amd64"
-.endif
-
.include <bsd.port.post.mk>
diff --git a/devel/libbfd/distinfo b/devel/libbfd/distinfo
index c0456547f495..dd0d353d6d15 100644
--- a/devel/libbfd/distinfo
+++ b/devel/libbfd/distinfo
@@ -1,2 +1,2 @@
-MD5 (binutils-2.15.tar.bz2) = 624e6b74983ac6b2960edaf2d522ca58
-SIZE (binutils-2.15.tar.bz2) = 11515075
+MD5 (binutils-2.16.tar.bz2) = bcb9fabaf0eaf91bd38c4ee148658df8
+SIZE (binutils-2.16.tar.bz2) = 12514443