summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2006-02-28 21:25:16 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2006-02-28 21:25:16 +0000
commit8efd47d55b7e594dc4a6a448d58091b540adc77d (patch)
tree6f457cda6c904d962a4711403693b182aeba678f /devel
parentFix pkg-plist (diff)
Minor upgrade to binutils-2.16.1, and fix the architecture name
mismatch for amd64 vs. x86_64 (once again), so it is no longer BROKEN on amd64. Approved by: portmgr (linimon)
Notes
Notes: svn path=/head/; revision=156903
Diffstat (limited to 'devel')
-rw-r--r--devel/libbfd/Makefile9
-rw-r--r--devel/libbfd/distinfo6
2 files changed, 6 insertions, 9 deletions
diff --git a/devel/libbfd/Makefile b/devel/libbfd/Makefile
index a858ab37654d..52c3379a9f60 100644
--- a/devel/libbfd/Makefile
+++ b/devel/libbfd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libbfd
-PORTVERSION= 2.16
+PORTVERSION= 2.16.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
MASTER_SITE_SUBDIR= binutils/releases
@@ -29,10 +29,6 @@ CONFIGURE_ARGS= --enable-install-libbfd \
--disable-nls \
--without-pic \
--enable-targets=all
-.if (${MACHINE_ARCH} == "amd64")
-MACHINE_ARCH= x86_64
-.endif
-
INFO= bfd
.include <bsd.port.pre.mk>
@@ -42,7 +38,8 @@ BROKEN= "Does not compile on FreeBSD 4.x"
.endif
.if ${ARCH} == "amd64"
-BROKEN= "Configure fails on amd64"
+ARCH= x86_64
.endif
+
.include <bsd.port.post.mk>
diff --git a/devel/libbfd/distinfo b/devel/libbfd/distinfo
index a8d9e40dfd23..03585c305a26 100644
--- a/devel/libbfd/distinfo
+++ b/devel/libbfd/distinfo
@@ -1,3 +1,3 @@
-MD5 (binutils-2.16.tar.bz2) = bcb9fabaf0eaf91bd38c4ee148658df8
-SHA256 (binutils-2.16.tar.bz2) = 5645c3371aac47cbbcc1354eab10ec32777837d7cb4ba47b94c9043612b12f36
-SIZE (binutils-2.16.tar.bz2) = 12514443
+MD5 (binutils-2.16.1.tar.bz2) = 6a9d529efb285071dad10e1f3d2b2967
+SHA256 (binutils-2.16.1.tar.bz2) = 351a6846ee179a37ed87a487971547159a7f4f92a1dec598c727f184a0de61ae
+SIZE (binutils-2.16.1.tar.bz2) = 12549917