From 543b73a33a0ee4d34d3885e5234023bbcd26e589 Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Fri, 22 Nov 2013 17:32:59 +0100 Subject: [PATCH] binutils: update to 2.23.2 --- binutils/build.sh | 14 +++++--------- binutils/meta/ChangeLog | 4 ++++ binutils/meta/pkgdef | 1 + binutils/meta/relnotes | 27 --------------------------- 4 files changed, 10 insertions(+), 36 deletions(-) create mode 100644 binutils/meta/ChangeLog delete mode 100644 binutils/meta/relnotes diff --git a/binutils/build.sh b/binutils/build.sh index 948901b..33b3612 100755 --- a/binutils/build.sh +++ b/binutils/build.sh @@ -6,9 +6,9 @@ ########################################################### # Check the following 4 variables before running the script topdir=binutils -version=2.18 +version=2.23.2 pkgver=1 -source[0]=$topdir-$version.tar.bz2 +source[0]=ftp://ftp.sunet.se/pub/gnu/binutils/$topdir-$version.tar.bz2 # If there are no patches, simply comment this #patch[0]= @@ -18,7 +18,7 @@ source[0]=$topdir-$version.tar.bz2 # Global settings export CPPFLAGS="-I$prefix/include" export LDFLAGS="-L$prefix/lib -R$prefix/lib" -configure_args+=(--disable-nls --program-prefix=g) +configure_args+=(--disable-werror --program-prefix=g) reg prep prep() @@ -42,13 +42,9 @@ reg install install() { generic_install DESTDIR - ${__rm} -f ${stagedir}${prefix}/${_mandir}/man1/{dlltool,nlmconv,windres,windmc}* - # Rename gc++filt - ${__mv} ${stagedir}${prefix}/${_bindir}/gc++filt ${stagedir}${prefix}/${_bindir}/c++filt - + ${__rm} -f ${stagedir}${prefix}/${_mandir}/man1/g{dlltool,nlmconv,windres,windmc}* doc COPYING* - # This copy is very old. Autoconf has a much newer copy. - ${__rm} -f ${stagedir}${prefix}/${_infodir}/standards.* + compat binutils 2.18 1 1 } reg pack diff --git a/binutils/meta/ChangeLog b/binutils/meta/ChangeLog new file mode 100644 index 0000000..19fdcba --- /dev/null +++ b/binutils/meta/ChangeLog @@ -0,0 +1,4 @@ +CHANGELOG +--------- +* Wed Sep 30 2013 Tom G. Christensen - 2.23.2-1 +- Update to 2.23.2 diff --git a/binutils/meta/pkgdef b/binutils/meta/pkgdef index 6944457..272d1a9 100644 --- a/binutils/meta/pkgdef +++ b/binutils/meta/pkgdef @@ -12,5 +12,6 @@ $_libdir $_mandir $_infodir $_includedir +$_sharedir/locale/*/LC_MESSAGES/*.mo *-solaris* diff --git a/binutils/meta/relnotes b/binutils/meta/relnotes deleted file mode 100644 index bd83629..0000000 --- a/binutils/meta/relnotes +++ /dev/null @@ -1,27 +0,0 @@ -PACKAGE DETAILS ---------------- -Name: %%PKGNAME%% -Version: %%SOURCE_AND_VER%% -Vendor: %%VENDOR%% -Packager: %%PKGEDBY%% - -Source (sha1sum): -%%SOURCE_SHA1SUM%% - -BUILD DETAILS -------------- -Compiler: -%%COMPILER%% - -Environment: -%%ENVIRONMENT%% - -Configure: -%%CONFIGURE%% - -KNOWN DEPENDENCIES ------------------- -%%DEPENDENCIES%% - -ERRORS/MISCELLANEOUS ---------------------