Author: pebender
Date: Tue Nov 4 20:06:02 2008
New Revision: 3913
Added:
trunk/gar-minimyth/script/devel/bison/files/bison-2.4-perl.patch.gar
trunk/gar-minimyth/script/disk/hdparm/files/hdparm-9.3-strip.patch
trunk/gar-minimyth/script/lib/boost/files/boost-1.37.0.patch.gar
trunk/gar-minimyth/script/lib/ncurses/files/ncurses-5.7-perl.patch.gar
trunk/gar-minimyth/script/lib/ncurses/files/ncurses-5.7.patch
Removed:
trunk/gar-minimyth/script/devel/bison/files/bison-2.3-perl.patch.gar
trunk/gar-minimyth/script/disk/hdparm/files/hdparm-8.9-strip.patch
trunk/gar-minimyth/script/lib/boost/files/boost-1.36.0.patch.gar
trunk/gar-minimyth/script/lib/ncurses/files/ncurses-5.6-perl.patch.gar
trunk/gar-minimyth/script/lib/ncurses/files/ncurses-5.6.patch
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/devel/bison/Makefile
trunk/gar-minimyth/script/devel/bison/checksums
trunk/gar-minimyth/script/disk/hdparm/Makefile
trunk/gar-minimyth/script/disk/hdparm/checksums
trunk/gar-minimyth/script/lib/boost/Makefile
trunk/gar-minimyth/script/lib/boost/checksums
trunk/gar-minimyth/script/lib/ncurses/checksums
trunk/gar-minimyth/script/lib/ncurses/package-api.mk
Log:
- Updated package
devel/bison
disk/hdparm
lib/boost
lib/ncurses
lib/ncursesw
- Modified lib/boost so that it takes advantage of parallel build.
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 Tue Nov 4
20:06:02 2008
@@ -52,7 +52,12 @@
Added xorg-7.4/libpthread-stubs.
Updated packages
+ Updated devel/bison.
+ Updated disk/hdparm.
+ Updated lib/boost.
Updated lib/ffmpeg.
+ Updated lib/ncurses.
+ Updated lib/ncursesw.
Updated mediaplayers/mplayer-svn.
Updated utils/transcode.
Updated xorg-7.3/xkeyboard-config.
Modified: trunk/gar-minimyth/script/devel/bison/Makefile
==============================================================================
--- trunk/gar-minimyth/script/devel/bison/Makefile (original)
+++ trunk/gar-minimyth/script/devel/bison/Makefile Tue Nov 4 20:06:02 2008
@@ -1,10 +1,10 @@
GARNAME = bison
-GARVERSION = 2.3
+GARVERSION = 2.4
CATEGORIES = devel
MASTER_SITES = ftp://ftp.gnu.org/gnu/$(GARNAME)/
DISTFILES = $(DISTNAME).tar.gz
PATCHFILES = $(DISTNAME)-perl.patch.gar
-LICENSE = GPL2
+LICENSE = GPL3
DESCRIPTION =
define BLURB
Modified: trunk/gar-minimyth/script/devel/bison/checksums
==============================================================================
--- trunk/gar-minimyth/script/devel/bison/checksums (original)
+++ trunk/gar-minimyth/script/devel/bison/checksums Tue Nov 4 20:06:02 2008
@@ -1,2 +1,2 @@
-22327efdd5080e2b1acb6e560a04b43a download/bison-2.3.tar.gz
-f5b6cdf42652716e07b1fb414f587f40 download/bison-2.3-perl.patch.gar
+2b9b088b46271c7fa902a7e85f503e1e download/bison-2.4.tar.gz
+4df88c39b336e5f6e35fd7ea93bada96 download/bison-2.4-perl.patch.gar
Added: trunk/gar-minimyth/script/devel/bison/files/bison-2.4-perl.patch.gar
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/devel/bison/files/bison-2.4-perl.patch.gar
Tue Nov 4 20:06:02 2008
@@ -0,0 +1,60 @@
+diff -Naur bison-2.4-old/tests/testsuite bison-2.4-new/tests/testsuite
+--- bison-2.4-old/tests/testsuite 2008-11-02 14:01:39.000000000 -0800
++++ bison-2.4-new/tests/testsuite 2008-11-04 14:27:43.000000000 -0800
+@@ -87509,7 +87509,7 @@
+ # With 500 and the new parser, which consume far too much memory,
+ # it gets killed too. Of course the parser is to be cleaned.
+ cat >gengram.pl <<'_ATEOF'
+-#! /usr/bin/perl -w
++#! @GAR_build_DESTDIR@@GAR_build_bindir@/perl -w
+
+ use strict;
+ my $max = $ARGV[0] || 10;
+@@ -87714,7 +87714,7 @@
+ # ./input 0.00s user 0.01s sys 108% cpu 0.01
total
+ #
+ cat >gengram.pl <<'_ATEOF'
+-#! /usr/bin/perl -w
++#! @GAR_build_DESTDIR@@GAR_build_bindir@/perl -w
+
+ use strict;
+ my $max = $ARGV[0] || 10;
+@@ -87915,7 +87915,7 @@
+
+
+ cat >gengram.pl <<'_ATEOF'
+-#! /usr/bin/perl -w
++#! @GAR_build_DESTDIR@@GAR_build_bindir@/perl -w
+
+ use strict;
+ use Text::Wrap;
+diff -Naur bison-2.4-old/tests/torture.at bison-2.4-new/tests/torture.at
+--- bison-2.4-old/tests/torture.at 2008-07-14 01:56:12.000000000 -0700
++++ bison-2.4-new/tests/torture.at 2008-11-04 14:27:43.000000000 -0800
+@@ -42,7 +42,7 @@
+ # triangular grammar.
+ m4_define([AT_DATA_TRIANGULAR_GRAMMAR],
+ [AT_DATA([[gengram.pl]],
+-[[#! /usr/bin/perl -w
++[[#! @GAR_build_DESTDIR@@GAR_build_bindir@/perl -w
+
+ use strict;
+ my $max = $ARGV[0] || 10;
+@@ -157,7 +157,7 @@
+ # horizontal grammar.
+ m4_define([AT_DATA_HORIZONTAL_GRAMMAR],
+ [AT_DATA([[gengram.pl]],
+-[[#! /usr/bin/perl -w
++[[#! @GAR_build_DESTDIR@@GAR_build_bindir@/perl -w
+
+ use strict;
+ my $max = $ARGV[0] || 10;
+@@ -263,7 +263,7 @@
+ # requiring SIZE lookahead tokens.
+ m4_define([AT_DATA_LOOKAHEAD_TOKENS_GRAMMAR],
+ [AT_DATA([[gengram.pl]],
+-[[#! /usr/bin/perl -w
++[[#! @GAR_build_DESTDIR@@GAR_build_bindir@/perl -w
+
+ use strict;
+ use Text::Wrap;
Modified: trunk/gar-minimyth/script/disk/hdparm/Makefile
==============================================================================
--- trunk/gar-minimyth/script/disk/hdparm/Makefile (original)
+++ trunk/gar-minimyth/script/disk/hdparm/Makefile Tue Nov 4 20:06:02 2008
@@ -1,5 +1,5 @@
GARNAME = hdparm
-GARVERSION = 8.9
+GARVERSION = 9.3
CATEGORIES = disk
MASTER_SITES = http://easynews.dl.sourceforge.net/sourceforge/$(GARNAME)/
DISTFILES = $(DISTNAME).tar.gz
Modified: trunk/gar-minimyth/script/disk/hdparm/checksums
==============================================================================
--- trunk/gar-minimyth/script/disk/hdparm/checksums (original)
+++ trunk/gar-minimyth/script/disk/hdparm/checksums Tue Nov 4 20:06:02 2008
@@ -1,2 +1,2 @@
-19fa013956612581af7d00907990ac84 download/hdparm-8.9.tar.gz
-2acbf7c74a166be5ef6d171338f59638 download/hdparm-8.9-strip.patch
+0e2c5113ff51f35c110bf6f21f2e17a3 download/hdparm-9.3.tar.gz
+0c1769d695c8095c542ab9aaa7e3ad27 download/hdparm-9.3-strip.patch
Added: trunk/gar-minimyth/script/disk/hdparm/files/hdparm-9.3-strip.patch
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/disk/hdparm/files/hdparm-9.3-strip.patch Tue
Nov 4 20:06:02 2008
@@ -0,0 +1,11 @@
+diff -Naur hdparm-9.3-old/Makefile hdparm-9.3-new/Makefile
+--- hdparm-9.3-old/Makefile 2008-11-02 14:18:05.000000000 -0800
++++ hdparm-9.3-new/Makefile 2008-11-04 14:33:02.000000000 -0800
+@@ -29,7 +29,6 @@
+
+ hdparm: hdparm.h sgio.h $(OBJS)
+ $(CC) $(LDFLAGS) -o hdparm $(OBJS)
+- strip hdparm
+
+ hdparm.o: hdparm.h sgio.h
+
Modified: trunk/gar-minimyth/script/lib/boost/Makefile
==============================================================================
--- trunk/gar-minimyth/script/lib/boost/Makefile (original)
+++ trunk/gar-minimyth/script/lib/boost/Makefile Tue Nov 4 20:06:02 2008
@@ -1,5 +1,5 @@
GARNAME = boost
-GARVERSION = 1.36.0
+GARVERSION = 1.37.0
CATEGORIES = lib
MASTER_SITES = http://easynews.dl.sourceforge.net/sourceforge/$(GARNAME)/
DISTFILES = $(GARNAME)_$(subst .,_,$(GARVERSION)).tar.bz2
Modified: trunk/gar-minimyth/script/lib/boost/checksums
==============================================================================
--- trunk/gar-minimyth/script/lib/boost/checksums (original)
+++ trunk/gar-minimyth/script/lib/boost/checksums Tue Nov 4 20:06:02 2008
@@ -1,2 +1,2 @@
-328bfec66c312150e4c2a78dcecb504b download/boost_1_36_0.tar.bz2
-b03d9b6d0ff0864d3f68ff47282d2cc8 download/boost-1.36.0.patch.gar
+8d9f990bfb7e83769fa5f1d6f065bc92 download/boost_1_37_0.tar.bz2
+ef08970881b31796e048cbe04ffc5bc2 download/boost-1.37.0.patch.gar
Added: trunk/gar-minimyth/script/lib/boost/files/boost-1.37.0.patch.gar
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/lib/boost/files/boost-1.37.0.patch.gar Tue
Nov 4 20:06:02 2008
@@ -0,0 +1,24 @@
+diff -Naur boost_1_37_0-old/configure boost_1_37_0-new/configure
+--- boost_1_37_0-old/configure 2008-04-29 11:46:53.000000000 -0700
++++ boost_1_37_0-new/configure 2008-11-04 17:33:29.000000000 -0800
+@@ -9,7 +9,7 @@
+
+ BJAM=""
+ TOOLSET=""
+-BJAM_CONFIG=""
++BJAM_CONFIG="${PARALLELMFLAGS}"
+ BUILD=""
+ PREFIX=/usr/local
+ EPREFIX=
+diff -Naur boost_1_37_0-old/tools/build/v2/tools/gcc.jam
boost_1_37_0-new/tools/build/v2/tools/gcc.jam
+--- boost_1_37_0-old/tools/build/v2/tools/gcc.jam 2008-10-16
01:42:03.000000000 -0700
++++ boost_1_37_0-new/tools/build/v2/tools/gcc.jam 2008-11-04
17:31:33.000000000 -0800
+@@ -724,7 +724,7 @@
+ # does not have the same logic to set the .AR variable. We can put the
same
+ # logic in intel-linux, but that's hardly worth the trouble as on
Linux, 'ar' is
+ # always available.
+-.AR = ar ;
++# .AR = ar ;
+
+ toolset.flags gcc.archive AROPTIONS <archiveflags> ;
+
Modified: trunk/gar-minimyth/script/lib/ncurses/checksums
==============================================================================
--- trunk/gar-minimyth/script/lib/ncurses/checksums (original)
+++ trunk/gar-minimyth/script/lib/ncurses/checksums Tue Nov 4 20:06:02 2008
@@ -1,3 +1,3 @@
-b6593abe1089d6aab1551c105c9300e3 download/ncurses-5.6.tar.gz
-26a5e83176c81f9a96bce0db7a181d89 download/ncurses-5.6-perl.patch.gar
-dbc275b35dee47d91ca6b4df519a3acd download/ncurses-5.6.patch
+cce05daf61a64501ef6cd8da1f727ec6 download/ncurses-5.7.tar.gz
+07b842531d573474a7e6163b42ea53d2 download/ncurses-5.7-perl.patch.gar
+b520cd65cf99efec705e8a7e314a7d57 download/ncurses-5.7.patch
Added:
trunk/gar-minimyth/script/lib/ncurses/files/ncurses-5.7-perl.patch.gar
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/lib/ncurses/files/ncurses-5.7-perl.patch.gar
Tue Nov 4 20:06:02 2008
@@ -0,0 +1,9 @@
+diff -Naur ncurses-5.7-old/test/tracemunch ncurses-5.7-new/test/tracemunch
+--- ncurses-5.7-old/test/tracemunch 2005-03-12 13:48:23.000000000 -0800
++++ ncurses-5.7-new/test/tracemunch 2008-11-04 11:23:58.000000000 -0800
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl -w
[EMAIL PROTECTED]@@GAR_build_bindir@/perl -w
+ # $Id: tracemunch,v 1.6 2005/03/12 21:48:23 tom Exp $
+
##############################################################################
+ # Copyright (c) 1998-2002,2005 Free Software Foundation,
Inc. #
Added: trunk/gar-minimyth/script/lib/ncurses/files/ncurses-5.7.patch
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/lib/ncurses/files/ncurses-5.7.patch Tue Nov
4 20:06:02 2008
@@ -0,0 +1,113 @@
+diff -Naur ncurses-5.7-old/aclocal.m4 ncurses-5.7-new/aclocal.m4
+--- ncurses-5.7-old/aclocal.m4 2008-11-04 11:23:42.000000000 -0800
++++ ncurses-5.7-new/aclocal.m4 2008-11-04 11:24:42.000000000 -0800
+@@ -73,14 +73,14 @@
+ ACPPFLAGS="-I\${srcdir}/../../include $ACPPFLAGS"
+ fi
+ if test "$GCC" != yes; then
+- ACPPFLAGS="$ACPPFLAGS -I\${includedir}"
++ ACPPFLAGS="$ACPPFLAGS -I\${DESTDIR}/\${includedir}"
+ elif test "$includedir" != "/usr/include"; then
+ if test "$includedir" = '${prefix}/include' ; then
+ if test $prefix != /usr ; then
+- ACPPFLAGS="$ACPPFLAGS -I\${includedir}"
++ ACPPFLAGS="$ACPPFLAGS -I\${DESTDIR}/\${includedir}"
+ fi
+ else
+- ACPPFLAGS="$ACPPFLAGS -I\${includedir}"
++ ACPPFLAGS="$ACPPFLAGS -I\${DESTDIR}/\${includedir}"
+ fi
+ fi
+ AC_SUBST(ACPPFLAGS)
+@@ -2039,14 +2039,14 @@
+ CPPFLAGS="-I\${srcdir}/../include $CPPFLAGS"
+ fi
+ if test "$GCC" != yes; then
+- CPPFLAGS="$CPPFLAGS -I\${includedir}"
++ CPPFLAGS="$CPPFLAGS -I\${DESTDIR}/\${includedir}"
+ elif test "$includedir" != "/usr/include"; then
+ if test "$includedir" = '${prefix}/include' ; then
+ if test $prefix != /usr ; then
+- CPPFLAGS="$CPPFLAGS -I\${includedir}"
++ CPPFLAGS="$CPPFLAGS -I\${DESTDIR}/\${includedir}"
+ fi
+ else
+- CPPFLAGS="$CPPFLAGS -I\${includedir}"
++ CPPFLAGS="$CPPFLAGS -I\${DESTDIR}/\${includedir}"
+ fi
+ fi
+ AC_SUBST(CPPFLAGS)
+diff -Naur ncurses-5.7-old/configure ncurses-5.7-new/configure
+--- ncurses-5.7-old/configure 2008-11-04 11:23:42.000000000 -0800
++++ ncurses-5.7-new/configure 2008-11-04 11:24:42.000000000 -0800
+@@ -16198,14 +16198,14 @@
+ CPPFLAGS="-I\${srcdir}/../include $CPPFLAGS"
+ fi
+ if test "$GCC" != yes; then
+- CPPFLAGS="$CPPFLAGS -I\${includedir}"
++ CPPFLAGS="$CPPFLAGS -I\${DESTDIR}/\${includedir}"
+ elif test "$includedir" != "/usr/include"; then
+ if test "$includedir" = '${prefix}/include' ; then
+ if test $prefix != /usr ; then
+- CPPFLAGS="$CPPFLAGS -I\${includedir}"
++ CPPFLAGS="$CPPFLAGS -I\${DESTDIR}/\${includedir}"
+ fi
+ else
+- CPPFLAGS="$CPPFLAGS -I\${includedir}"
++ CPPFLAGS="$CPPFLAGS -I\${DESTDIR}/\${includedir}"
+ fi
+ fi
+
+@@ -16214,14 +16214,14 @@
+ ACPPFLAGS="-I\${srcdir}/../../include $ACPPFLAGS"
+ fi
+ if test "$GCC" != yes; then
+- ACPPFLAGS="$ACPPFLAGS -I\${includedir}"
++ ACPPFLAGS="$ACPPFLAGS -I\${DESTDIR}/\${includedir}"
+ elif test "$includedir" != "/usr/include"; then
+ if test "$includedir" = '${prefix}/include' ; then
+ if test $prefix != /usr ; then
+- ACPPFLAGS="$ACPPFLAGS -I\${includedir}"
++ ACPPFLAGS="$ACPPFLAGS -I\${DESTDIR}/\${includedir}"
+ fi
+ else
+- ACPPFLAGS="$ACPPFLAGS -I\${includedir}"
++ ACPPFLAGS="$ACPPFLAGS -I\${DESTDIR}/\${includedir}"
+ fi
+ fi
+
+diff -Naur ncurses-5.7-old/misc/ncurses-config.in
ncurses-5.7-new/misc/ncurses-config.in
+--- ncurses-5.7-old/misc/ncurses-config.in 2008-11-04 11:23:42.000000000
-0800
++++ ncurses-5.7-new/misc/ncurses-config.in 2008-11-04 11:24:42.000000000
-0800
+@@ -30,6 +30,7 @@
+ #
+ # Author: Thomas E. Dickey, 2006
+
++DESTDIR="@DESTDIR@"
+ prefix="@prefix@"
+ exec_prefix="@exec_prefix@"
+
+@@ -75,11 +76,11 @@
+ # compile/link
+ --cflags)
+ INCS=
+- if test "${prefix}/include" != /usr/include ; then
+- INCS="-I${prefix}/include"
++ if test "${includedir}" != /usr/include ; then
++ INCS="-I${includedir}"
+ fi
+ if test "@WITH_OVERWRITE@" != no ; then
+- INCS="$INCS -I${prefix}/include/${THIS}"
++ INCS="$INCS -I${DESTDIR}${includedir}/${THIS}"
+ fi
+ sed -e 's,^[ ]*,,' -e 's, [ ]*, ,g' -e 's,[ ]*$,,' <<-ENDECHO
+ $INCS
+@@ -87,7 +88,7 @@
+ ;;
+ --libs)
+ sed -e 's,^[ ]*,,' -e 's, [ ]*, ,g' -e 's,[ ]*$,,' <<-ENDECHO
+- -L${exec_prefix}/lib @EXTRA_LDFLAGS@ -l${THIS} @LIBS@
++ -L${DESTDIR}${libdir} @EXTRA_LDFLAGS@ -l${THIS} @LIBS@
+ ENDECHO
+ ;;
+ # identification
Modified: trunk/gar-minimyth/script/lib/ncurses/package-api.mk
==============================================================================
--- trunk/gar-minimyth/script/lib/ncurses/package-api.mk (original)
+++ trunk/gar-minimyth/script/lib/ncurses/package-api.mk Tue Nov 4
20:06:02 2008
@@ -1 +1 @@
-NCURSES_VERSION=5.6
+NCURSES_VERSION=5.7
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---