Author: pebender
Date: Mon Sep 29 17:14:37 2008
New Revision: 3810
Added:
trunk/gar-minimyth/script/qt/qt4/files/qt-x11-opensource-src-4.4.3.patch.gar
trunk/gar-minimyth/script/utils/lm_sensors/files/lm_sensors-3.0.3-perl.patch.gar
Removed:
trunk/gar-minimyth/script/qt/qt4/files/qt-x11-opensource-src-4.4.2.patch.gar
trunk/gar-minimyth/script/utils/lm_sensors/files/lm_sensors-3.0.2-perl.patch.gar
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/devel/fakeroot/Makefile
trunk/gar-minimyth/script/devel/fakeroot/checksums
trunk/gar-minimyth/script/minimyth.conf.mk
trunk/gar-minimyth/script/qt/qt4/Makefile
trunk/gar-minimyth/script/qt/qt4/checksums
trunk/gar-minimyth/script/utils/lm_sensors/Makefile
trunk/gar-minimyth/script/utils/lm_sensors/checksums
Log:
- Updated packages
devel/fakeroot
qt/qt
utils/lm_sensors
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 Mon Sep 29
17:14:37 2008
@@ -98,6 +98,7 @@
Updated packages
Updated devel/autoconf.
Updated devel/binutils.
+ Updated devel/fakeroot.
Updated devel/libtool.
Updated devel/nasm.
Updated doc/texinfo.
@@ -124,6 +125,7 @@
Updated system/lirc.
Updated system/udev.
Updated system/zoneinfo.
+ Updated utils/lm_sensors.
Updated utils/pciutils.
Updated utils/module-init-tools.
Updated utils/util-linux-ng.
Modified: trunk/gar-minimyth/script/devel/fakeroot/Makefile
==============================================================================
--- trunk/gar-minimyth/script/devel/fakeroot/Makefile (original)
+++ trunk/gar-minimyth/script/devel/fakeroot/Makefile Mon Sep 29 17:14:37
2008
@@ -1,5 +1,5 @@
GARNAME = fakeroot
-GARVERSION = 1.9.6
+GARVERSION = 1.9.7
CATEGORIES = devel
MASTER_SITES = http://ftp.debian.org/debian/pool/main/f/$(GARNAME)/
DISTFILES = $(GARNAME)_$(GARVERSION).tar.gz
Modified: trunk/gar-minimyth/script/devel/fakeroot/checksums
==============================================================================
--- trunk/gar-minimyth/script/devel/fakeroot/checksums (original)
+++ trunk/gar-minimyth/script/devel/fakeroot/checksums Mon Sep 29 17:14:37
2008
@@ -1 +1 @@
-9441c981bfd4e521abcd5d93385f71d8 download/fakeroot_1.9.6.tar.gz
+a02902306f4fd25b05f67c53bfc484de download/fakeroot_1.9.7.tar.gz
Modified: trunk/gar-minimyth/script/minimyth.conf.mk
==============================================================================
--- trunk/gar-minimyth/script/minimyth.conf.mk (original)
+++ trunk/gar-minimyth/script/minimyth.conf.mk Mon Sep 29 17:14:37 2008
@@ -120,7 +120,7 @@
mm_XORG_VERSION ?= 7.3
# Myth trunk version built. If the version changes too much then the
patches may
# no longer work.
-mm_MYTH_TRUNK_VERSION ?= 18441
+mm_MYTH_TRUNK_VERSION ?= 18515
# Lists additional packages to build when minimyth is built.
mm_USER_PACKAGES ?=
# Lists additional binaries to include in the MiniMyth image
Modified: trunk/gar-minimyth/script/qt/qt4/Makefile
==============================================================================
--- trunk/gar-minimyth/script/qt/qt4/Makefile (original)
+++ trunk/gar-minimyth/script/qt/qt4/Makefile Mon Sep 29 17:14:37 2008
@@ -1,5 +1,5 @@
GARNAME = qt-x11-opensource-src
-GARVERSION = 4.4.2
+GARVERSION = 4.4.3
CATEGORIES = qt
MASTER_SITES = ftp://ftp.trolltech.com/qt/source/
DISTFILES = $(DISTNAME).tar.gz
Modified: trunk/gar-minimyth/script/qt/qt4/checksums
==============================================================================
--- trunk/gar-minimyth/script/qt/qt4/checksums (original)
+++ trunk/gar-minimyth/script/qt/qt4/checksums Mon Sep 29 17:14:37 2008
@@ -1,2 +1,2 @@
-d310e4aada6b726c141cb3cfa848edea
download/qt-x11-opensource-src-4.4.2.tar.gz
-de32f5547747989a64f2a968d1b1b3f5
download/qt-x11-opensource-src-4.4.2.patch.gar
+376c003317c4417326ba2116370227d0
download/qt-x11-opensource-src-4.4.3.tar.gz
+ee089080fcd6320a7ee9e98671c53c55
download/qt-x11-opensource-src-4.4.3.patch.gar
Added:
trunk/gar-minimyth/script/qt/qt4/files/qt-x11-opensource-src-4.4.3.patch.gar
==============================================================================
--- (empty file)
+++
trunk/gar-minimyth/script/qt/qt4/files/qt-x11-opensource-src-4.4.3.patch.gar
Mon Sep 29 17:14:37 2008
@@ -0,0 +1,36 @@
+diff -Naur qt-x11-opensource-src-4.4.3-old/configure
qt-x11-opensource-src-4.4.3-new/configure
+--- qt-x11-opensource-src-4.4.3-old/configure 2008-09-27
01:58:41.000000000 -0700
++++ qt-x11-opensource-src-4.4.3-new/configure 2008-09-29
15:57:17.000000000 -0700
+@@ -94,10 +94,10 @@
+
#-------------------------------------------------------------------------------
+
+ # need that throughout the script
+-UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
+-UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
+-UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
+-UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
[EMAIL PROTECTED]@
++UNAME_RELEASE=unknown
++UNAME_SYSTEM=linux
++UNAME_VERSION=unknown
+
+
+
#-------------------------------------------------------------------------------
+@@ -1866,7 +1866,7 @@
+
+ # make a syncqt script that can be used in the shadow
+ rm -f "$outpath/bin/syncqt"
+- if [ -x "/usr/bin/perl" ] && [ -x "$relpath/bin/syncqt" ]; then
++ if [ -x "@GAR_DESTDIR@@GAR_bindir@/perl" ] && [
-x "$relpath/bin/syncqt" ]; then
+ mkdir -p "$outpath/bin"
+ echo "#!/bin/sh" >"$outpath/bin/syncqt"
+ echo "QTDIR=\"$relpath\"; export QTDIR" >>"$outpath/bin/syncqt"
+@@ -3734,7 +3734,7 @@
+ #
-----------------------------------------------------------------------------
+
+ # symlink includes
+-if [ -x "/usr/bin/perl" ] && [ -x "$relpath/bin/syncqt" ]; then
++if [ -x "@GAR_DESTDIR@@GAR_bindir@/perl" ] && [ -x "$relpath/bin/syncqt"
]; then
+ SYNCQT_OPTS=
+ [ "$Edition" = "Trolltech" ] && SYNCQT_OPTS="$SYNCQT_OPTS
-check-includes"
+ if [ "$OPT_SHADOW" = "yes" ]; then
Modified: trunk/gar-minimyth/script/utils/lm_sensors/Makefile
==============================================================================
--- trunk/gar-minimyth/script/utils/lm_sensors/Makefile (original)
+++ trunk/gar-minimyth/script/utils/lm_sensors/Makefile Mon Sep 29 17:14:37
2008
@@ -1,5 +1,5 @@
GARNAME = lm_sensors
-GARVERSION = 3.0.2
+GARVERSION = 3.0.3
CATEGORIES = utils
MASTER_SITES = http://dl.lm-sensors.org/lm-sensors/releases/
MASTER_SITES += svn://lm-sensors.org/svn/lm-sensors/trunk/
Modified: trunk/gar-minimyth/script/utils/lm_sensors/checksums
==============================================================================
--- trunk/gar-minimyth/script/utils/lm_sensors/checksums (original)
+++ trunk/gar-minimyth/script/utils/lm_sensors/checksums Mon Sep 29
17:14:37 2008
@@ -1,2 +1,2 @@
-5b210ba9cc01f00161c438fd618484e5 download/lm_sensors-3.0.2.tar.bz2
-ffbacdb5ecd8fea765844eeee26f9aff download/lm_sensors-3.0.2-perl.patch.gar
+e88b236228ac2a50821217015b8fd0fa download/lm_sensors-3.0.3.tar.bz2
+f49706aa8d881acb84fdc4fc3fda9636 download/lm_sensors-3.0.3-perl.patch.gar
Added:
trunk/gar-minimyth/script/utils/lm_sensors/files/lm_sensors-3.0.3-perl.patch.gar
==============================================================================
--- (empty file)
+++
trunk/gar-minimyth/script/utils/lm_sensors/files/lm_sensors-3.0.3-perl.patch.gar
Mon Sep 29 17:14:37 2008
@@ -0,0 +1,36 @@
+diff -Naur lm_sensors-3.0.3-old/etc/sensors-conf-convert
lm_sensors-3.0.3-new/etc/sensors-conf-convert
+--- lm_sensors-3.0.3-old/etc/sensors-conf-convert 2007-10-25
02:59:05.000000000 -0700
++++ lm_sensors-3.0.3-new/etc/sensors-conf-convert 2008-09-29
15:51:00.000000000 -0700
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl -w -pi.old
[EMAIL PROTECTED]@/perl -w -pi.old
+
+ # Convert a sensors.conf file from the old (Linux 2.4, lm-sensors 2)
+ # symbol names to the new (Linux 2.6, lm-sensors 3) symbol names.
+diff -Naur lm_sensors-3.0.3-old/lib/test/test-scanner.pl
lm_sensors-3.0.3-new/lib/test/test-scanner.pl
+--- lm_sensors-3.0.3-old/lib/test/test-scanner.pl 2008-03-26
06:37:12.000000000 -0700
++++ lm_sensors-3.0.3-new/lib/test/test-scanner.pl 2008-09-29
15:51:00.000000000 -0700
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl -w
[EMAIL PROTECTED]@/perl -w
+
+ # test-scanner.pl - test script for the libsensors config-file scanner
+ # Copyright (C) 2006 Mark M. Hoffman <[EMAIL PROTECTED]>
+diff -Naur lm_sensors-3.0.3-old/prog/detect/sensors-detect
lm_sensors-3.0.3-new/prog/detect/sensors-detect
+--- lm_sensors-3.0.3-old/prog/detect/sensors-detect 2008-09-19
08:05:28.000000000 -0700
++++ lm_sensors-3.0.3-new/prog/detect/sensors-detect 2008-09-29
15:51:00.000000000 -0700
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl -w
[EMAIL PROTECTED]@/perl -w
+
+ #
+ # sensors-detect - Detect PCI bus and chips
+diff -Naur lm_sensors-3.0.3-old/prog/detect/sensors-detect-stat.pl
lm_sensors-3.0.3-new/prog/detect/sensors-detect-stat.pl
+--- lm_sensors-3.0.3-old/prog/detect/sensors-detect-stat.pl 2008-03-26
06:37:12.000000000 -0700
++++ lm_sensors-3.0.3-new/prog/detect/sensors-detect-stat.pl 2008-09-29
15:51:00.000000000 -0700
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl -wT
[EMAIL PROTECTED]@/perl -wT
+
+ # sensors-detect-stat.pl
+ # Statistical analysis of sensors-detect i2c addresses scanner
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---