diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 2005-08-01 14:38:54 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 2005-08-01 14:38:54 +0000 |
commit | e417b927b7d709acc4a80c2bceaf85fe88c311e1 (patch) | |
tree | a3eb4a9f777599dde43108e7e5f273abdbc7ef46 /devel | |
parent | 1a149933aab4aa8f510934abf43babbe8e551f3d (diff) | |
download | ports-e417b927b7d709acc4a80c2bceaf85fe88c311e1.tar.gz ports-e417b927b7d709acc4a80c2bceaf85fe88c311e1.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libbfd/Makefile | 10 | ||||
-rw-r--r-- | devel/libbfd/distinfo | 4 |
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 |