Author: pebender
Date: Thu Oct 9 17:19:05 2008
New Revision: 3823
Added:
trunk/gar-minimyth/script/devel/binutils/files/binutils-2.18.93-multi_os_directory.patch
trunk/gar-minimyth/script/devel/binutils/files/binutils-2.18.93-perl.patch.gar
Removed:
trunk/gar-minimyth/script/devel/binutils/files/binutils-2.18.92-multi_os_directory.patch
trunk/gar-minimyth/script/devel/binutils/files/binutils-2.18.92-perl.patch.gar
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/devel/binutils/checksums
trunk/gar-minimyth/script/devel/binutils/package-api.mk
trunk/gar-minimyth/script/devel/yasm/Makefile
trunk/gar-minimyth/script/devel/yasm/checksums
Log:
- Updated packages
devel/binutils
devel/yasm
Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt Thu Oct 9
17:19:05 2008
@@ -1,7 +1,7 @@
MiniMyth Changelog
--------------------------------------------------------------------------------
-Changes since 58 (2008-10-08):
+Changes since 58 (2008-10-09):
Current MythTV versions
MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch
svn 16082,
@@ -110,6 +110,7 @@
Updated devel/fakeroot.
Updated devel/libtool.
Updated devel/nasm.
+ Updated devel/yasm.
Updated disk/e2fsprogs.
Updated doc/texinfo.
Updated kernel-2.6.23/uvc.
Modified: trunk/gar-minimyth/script/devel/binutils/checksums
==============================================================================
--- trunk/gar-minimyth/script/devel/binutils/checksums (original)
+++ trunk/gar-minimyth/script/devel/binutils/checksums Thu Oct 9 17:19:05
2008
@@ -1,3 +1,3 @@
-d356120dba2d713e36b6b48dc9032698 download/binutils-2.18.92.tar.bz2
-d7a79a2a032a63ab2007c0021c9e395a
download/binutils-2.18.92-multi_os_directory.patch
-f7899e6a1190ca2004b034d07e48a7dc download/binutils-2.18.92-perl.patch.gar
+489554d5c497195fc28a48f1294898d6 download/binutils-2.18.93.tar.bz2
+8b8068b49ecfe334b363c7b970aeb508
download/binutils-2.18.93-multi_os_directory.patch
+b413f16d006655c3e705489a5c285171 download/binutils-2.18.93-perl.patch.gar
Added:
trunk/gar-minimyth/script/devel/binutils/files/binutils-2.18.93-multi_os_directory.patch
==============================================================================
--- (empty file)
+++
trunk/gar-minimyth/script/devel/binutils/files/binutils-2.18.93-multi_os_directory.patch
Thu Oct 9 17:19:05 2008
@@ -0,0 +1,96 @@
+diff -Naur binutils-2.18.93-old/bfd/configure
binutils-2.18.93-new/bfd/configure
+--- binutils-2.18.93-old/bfd/configure 2008-10-09 05:28:34.000000000 -0700
++++ binutils-2.18.93-new/bfd/configure 2008-10-09 13:40:00.000000000 -0700
+@@ -8991,7 +8991,7 @@
+ # Ok, now we have the path, separated by spaces, we can step through it
+ # and add multilib dir if necessary.
+ lt_tmp_lt_search_path_spec=
+- lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS
-print-multi-os-directory 2>/dev/null`
++ lt_multi_os_dir='../lib'
+ for lt_sys_path in $lt_search_path_spec; do
+ if test -d "$lt_sys_path/$lt_multi_os_dir"; then
+ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec
$lt_sys_path/$lt_multi_os_dir"
+diff -Naur binutils-2.18.93-old/binutils/configure
binutils-2.18.93-new/binutils/configure
+--- binutils-2.18.93-old/binutils/configure 2008-08-23 20:13:05.000000000
-0700
++++ binutils-2.18.93-new/binutils/configure 2008-10-09 13:40:00.000000000
-0700
+@@ -8822,7 +8822,7 @@
+ # Ok, now we have the path, separated by spaces, we can step through it
+ # and add multilib dir if necessary.
+ lt_tmp_lt_search_path_spec=
+- lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS
-print-multi-os-directory 2>/dev/null`
++ lt_multi_os_dir='../lib'
+ for lt_sys_path in $lt_search_path_spec; do
+ if test -d "$lt_sys_path/$lt_multi_os_dir"; then
+ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec
$lt_sys_path/$lt_multi_os_dir"
+diff -Naur binutils-2.18.93-old/gas/configure
binutils-2.18.93-new/gas/configure
+--- binutils-2.18.93-old/gas/configure 2008-08-23 20:13:05.000000000 -0700
++++ binutils-2.18.93-new/gas/configure 2008-10-09 13:40:00.000000000 -0700
+@@ -8820,7 +8820,7 @@
+ # Ok, now we have the path, separated by spaces, we can step through it
+ # and add multilib dir if necessary.
+ lt_tmp_lt_search_path_spec=
+- lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS
-print-multi-os-directory 2>/dev/null`
++ lt_multi_os_dir='../lib'
+ for lt_sys_path in $lt_search_path_spec; do
+ if test -d "$lt_sys_path/$lt_multi_os_dir"; then
+ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec
$lt_sys_path/$lt_multi_os_dir"
+diff -Naur binutils-2.18.93-old/gprof/configure
binutils-2.18.93-new/gprof/configure
+--- binutils-2.18.93-old/gprof/configure 2008-08-15 01:31:50.000000000
-0700
++++ binutils-2.18.93-new/gprof/configure 2008-10-09 13:40:00.000000000
-0700
+@@ -8911,7 +8911,7 @@
+ # Ok, now we have the path, separated by spaces, we can step through it
+ # and add multilib dir if necessary.
+ lt_tmp_lt_search_path_spec=
+- lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS
-print-multi-os-directory 2>/dev/null`
++ lt_multi_os_dir='../lib'
+ for lt_sys_path in $lt_search_path_spec; do
+ if test -d "$lt_sys_path/$lt_multi_os_dir"; then
+ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec
$lt_sys_path/$lt_multi_os_dir"
+diff -Naur binutils-2.18.93-old/ld/configure
binutils-2.18.93-new/ld/configure
+--- binutils-2.18.93-old/ld/configure 2008-08-23 20:13:05.000000000 -0700
++++ binutils-2.18.93-new/ld/configure 2008-10-09 13:40:00.000000000 -0700
+@@ -9111,7 +9111,7 @@
+ # Ok, now we have the path, separated by spaces, we can step through it
+ # and add multilib dir if necessary.
+ lt_tmp_lt_search_path_spec=
+- lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS
-print-multi-os-directory 2>/dev/null`
++ lt_multi_os_dir='../lib'
+ for lt_sys_path in $lt_search_path_spec; do
+ if test -d "$lt_sys_path/$lt_multi_os_dir"; then
+ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec
$lt_sys_path/$lt_multi_os_dir"
+diff -Naur binutils-2.18.93-old/libiberty/Makefile.in
binutils-2.18.93-new/libiberty/Makefile.in
+--- binutils-2.18.93-old/libiberty/Makefile.in 2008-07-24
06:51:49.000000000 -0700
++++ binutils-2.18.93-new/libiberty/Makefile.in 2008-10-09
13:40:00.000000000 -0700
+@@ -352,7 +352,7 @@
+ # multilib-specific flags, it's overridden by FLAGS_TO_PASS from the
+ # default multilib, so we have to take LIBCFLAGS into account as well,
+ # since it will be passed the multilib flags.
+-MULTIOSDIR = `$(CC) $(LIBCFLAGS) -print-multi-os-directory`
++MULTIOSDIR = '../lib'
+ install_to_libdir: all
+ ${mkinstalldirs} $(DESTDIR)$(libdir)/$(MULTIOSDIR)
+ $(INSTALL_DATA) $(TARGETLIB)
$(DESTDIR)$(libdir)/$(MULTIOSDIR)/$(TARGETLIB)n
+diff -Naur binutils-2.18.93-old/libtool.m4 binutils-2.18.93-new/libtool.m4
+--- binutils-2.18.93-old/libtool.m4 2008-03-15 23:49:28.000000000 -0700
++++ binutils-2.18.93-new/libtool.m4 2008-10-09 13:40:00.000000000 -0700
+@@ -1929,7 +1929,7 @@
+ # Ok, now we have the path, separated by spaces, we can step through it
+ # and add multilib dir if necessary.
+ lt_tmp_lt_search_path_spec=
+- lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS
-print-multi-os-directory 2>/dev/null`
++ lt_multi_os_dir='../lib'
+ for lt_sys_path in $lt_search_path_spec; do
+ if test -d "$lt_sys_path/$lt_multi_os_dir"; then
+ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec
$lt_sys_path/$lt_multi_os_dir"
+diff -Naur binutils-2.18.93-old/opcodes/configure
binutils-2.18.93-new/opcodes/configure
+--- binutils-2.18.93-old/opcodes/configure 2008-08-15 01:31:51.000000000
-0700
++++ binutils-2.18.93-new/opcodes/configure 2008-10-09 13:40:00.000000000
-0700
+@@ -8987,7 +8987,7 @@
+ # Ok, now we have the path, separated by spaces, we can step through it
+ # and add multilib dir if necessary.
+ lt_tmp_lt_search_path_spec=
+- lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS
-print-multi-os-directory 2>/dev/null`
++ lt_multi_os_dir='../lib'
+ for lt_sys_path in $lt_search_path_spec; do
+ if test -d "$lt_sys_path/$lt_multi_os_dir"; then
+ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec
$lt_sys_path/$lt_multi_os_dir"
Added:
trunk/gar-minimyth/script/devel/binutils/files/binutils-2.18.93-perl.patch.gar
==============================================================================
--- (empty file)
+++
trunk/gar-minimyth/script/devel/binutils/files/binutils-2.18.93-perl.patch.gar
Thu Oct 9 17:19:05 2008
@@ -0,0 +1,45 @@
+diff -Naur binutils-2.18.93-old/bfd/mep-relocs.pl
binutils-2.18.93-new/bfd/mep-relocs.pl
+--- binutils-2.18.93-old/bfd/mep-relocs.pl 2008-10-09 13:39:49.000000000
-0700
++++ binutils-2.18.93-new/bfd/mep-relocs.pl 2008-10-09 13:40:41.000000000
-0700
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl
[EMAIL PROTECTED]@@GAR_build_bindir@/perl
+ # -*- perl -*-
+ #
+ # Toshiba MeP Media Engine Relocation Generator
+diff -Naur binutils-2.18.93-old/etc/texi2pod.pl
binutils-2.18.93-new/etc/texi2pod.pl
+--- binutils-2.18.93-old/etc/texi2pod.pl 2008-10-09 13:39:48.000000000
-0700
++++ binutils-2.18.93-new/etc/texi2pod.pl 2008-10-09 13:40:41.000000000
-0700
+@@ -1,4 +1,4 @@
+-#! /usr/bin/perl -w
++#! @GAR_build_DESTDIR@@GAR_build_bindir@/perl -w
+
+ # Copyright (C) 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
+
+diff -Naur binutils-2.18.93-old/gprof/bbconv.pl
binutils-2.18.93-new/gprof/bbconv.pl
+--- binutils-2.18.93-old/gprof/bbconv.pl 2008-10-09 13:39:48.000000000
-0700
++++ binutils-2.18.93-new/gprof/bbconv.pl 2008-10-09 13:40:41.000000000
-0700
+@@ -1,4 +1,4 @@
+-#! /usr/bin/perl
++#! @GAR_build_DESTDIR@@GAR_build_bindir@/perl
+
+ # This script converts a "bb.out" file into a format
+ # suitable for processing by gprof
+diff -Naur binutils-2.18.93-old/libiberty/gather-docs
binutils-2.18.93-new/libiberty/gather-docs
+--- binutils-2.18.93-old/libiberty/gather-docs 2008-10-09
13:39:49.000000000 -0700
++++ binutils-2.18.93-new/libiberty/gather-docs 2008-10-09
13:40:41.000000000 -0700
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl
[EMAIL PROTECTED]@@GAR_build_bindir@/perl
+ # -*- perl -*-
+
+ # Copyright (C) 2001
+diff -Naur binutils-2.18.93-old/libiberty/maint-tool
binutils-2.18.93-new/libiberty/maint-tool
+--- binutils-2.18.93-old/libiberty/maint-tool 2008-10-09
13:39:49.000000000 -0700
++++ binutils-2.18.93-new/libiberty/maint-tool 2008-10-09
13:40:41.000000000 -0700
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl
[EMAIL PROTECTED]@@GAR_build_bindir@/perl
+ # -*- perl -*-
+
+ # Copyright (C) 2001, 2007
Modified: trunk/gar-minimyth/script/devel/binutils/package-api.mk
==============================================================================
--- trunk/gar-minimyth/script/devel/binutils/package-api.mk (original)
+++ trunk/gar-minimyth/script/devel/binutils/package-api.mk Thu Oct 9
17:19:05 2008
@@ -1,4 +1,4 @@
-BINUTILS_VERSION = 2.18.92
+BINUTILS_VERSION = 2.18.93
# Determines whether to build system's binutils is up to date.
BINUTILS_BUILD_UP_TO_DATE = \
Modified: trunk/gar-minimyth/script/devel/yasm/Makefile
==============================================================================
--- trunk/gar-minimyth/script/devel/yasm/Makefile (original)
+++ trunk/gar-minimyth/script/devel/yasm/Makefile Thu Oct 9 17:19:05 2008
@@ -1,5 +1,5 @@
GARNAME = yasm
-GARVERSION = 0.7.1
+GARVERSION = 0.7.2
CATEGORIES = devel
MASTER_SITES = http://www.tortall.net/projects/yasm/releases/
DISTFILES = $(DISTNAME).tar.gz
Modified: trunk/gar-minimyth/script/devel/yasm/checksums
==============================================================================
--- trunk/gar-minimyth/script/devel/yasm/checksums (original)
+++ trunk/gar-minimyth/script/devel/yasm/checksums Thu Oct 9 17:19:05 2008
@@ -1 +1 @@
-fce21d066f4d04e3ec7f9318e6446e2b download/yasm-0.7.1.tar.gz
+cc9360593de5625dca286f0bfcb27dd5 download/yasm-0.7.2.tar.gz
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---