aboutsummaryrefslogtreecommitdiff
path: root/devel/gnulibiberty
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2006-10-10 11:05:04 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2006-10-10 11:05:04 +0000
commit75d8d48dccf3bc44c9f825d916277037b235e90f (patch)
treee2746ea65f7f8503ee119145674a6cd94e8df5fd /devel/gnulibiberty
parent939bbe9da17f41c64d07c2f7dcd9e3a044691da6 (diff)
downloadports-75d8d48dccf3bc44c9f825d916277037b235e90f.tar.gz
ports-75d8d48dccf3bc44c9f825d916277037b235e90f.zip
Notes
Diffstat (limited to 'devel/gnulibiberty')
-rw-r--r--devel/gnulibiberty/Makefile2
-rw-r--r--devel/gnulibiberty/distinfo6
-rw-r--r--devel/gnulibiberty/files/patch-configure15
3 files changed, 11 insertions, 12 deletions
diff --git a/devel/gnulibiberty/Makefile b/devel/gnulibiberty/Makefile
index 94067492d111..2636c8dda4b0 100644
--- a/devel/gnulibiberty/Makefile
+++ b/devel/gnulibiberty/Makefile
@@ -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
diff --git a/devel/gnulibiberty/distinfo b/devel/gnulibiberty/distinfo
index 03585c305a26..bade8e3a29f4 100644
--- a/devel/gnulibiberty/distinfo
+++ b/devel/gnulibiberty/distinfo
@@ -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
diff --git a/devel/gnulibiberty/files/patch-configure b/devel/gnulibiberty/files/patch-configure
index c51ed9426157..2bfa84955ac6 100644
--- a/devel/gnulibiberty/files/patch-configure
+++ b/devel/gnulibiberty/files/patch-configure
@@ -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