Upgrade to binutils 2.17.

This commit is contained in:
Joerg Wunsch 2006-10-10 11:05:04 +00:00
parent 939bbe9da1
commit 75d8d48dcc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175187
3 changed files with 11 additions and 12 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= gnulibiberty
PORTVERSION= 2.16.1
PORTVERSION= 2.17
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
MASTER_SITE_SUBDIR= binutils/releases

View file

@ -1,3 +1,3 @@
MD5 (binutils-2.16.1.tar.bz2) = 6a9d529efb285071dad10e1f3d2b2967
SHA256 (binutils-2.16.1.tar.bz2) = 351a6846ee179a37ed87a487971547159a7f4f92a1dec598c727f184a0de61ae
SIZE (binutils-2.16.1.tar.bz2) = 12549917
MD5 (binutils-2.17.tar.bz2) = e26e2e06b6e4bf3acf1dc8688a94c0d1
SHA256 (binutils-2.17.tar.bz2) = e2c33ce6f23c9a366f109ced295626cb2f8bd6b2f08ff9df6dafb5448505a25e
SIZE (binutils-2.17.tar.bz2) = 13795751

View file

@ -1,6 +1,6 @@
--- configure.orig Sun Mar 6 19:48:16 2005
+++ configure Fri Mar 31 13:44:10 2006
@@ -5103,6 +5103,14 @@
--- configure.orig Fri Apr 7 02:01:25 2006
+++ configure Tue Oct 10 13:00:57 2006
@@ -5679,6 +5679,14 @@
fi
@ -8,23 +8,22 @@
+else
+
+ # Not a target library, so we set things up to run the test suite.
+ CHECK=check-cplus-dem
+ CHECK=really-check
+
+fi
+
# We may wish to install the target headers somewhere.
# Check whether --enable-install-libiberty or --disable-install-libiberty was given.
if test "${enable_install_libiberty+set}" = set; then
@@ -5124,14 +5132,6 @@
target_header_dir="${enable_install_libiberty}"
@@ -5701,13 +5709,6 @@
;;
esac
-
-
-else
-
- # Not a target library, so we set things up to run the test suite.
- CHECK=check-cplus-dem
- CHECK=really-check
-
-fi