Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (bf12177a73c3f234fa53fd6abf31b370cb713f85)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (bf12177a73c3f234fa53fd6abf31b370cb713f85)
  • Date: Sat, 4 Sep 2010 14:41:31 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

utils/cpufrequtils/BUILD | 1 +
utils/cpufrequtils/HISTORY | 3 +++
x11-libs/wine/DETAILS | 2 +-
x11-libs/wine/HISTORY | 3 +++
4 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit bf12177a73c3f234fa53fd6abf31b370cb713f85
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

cpufrequtils: Disable PIC on x86

Fixes:
Compiling aperf.c.
gcc -DVERSION="008" -DPACKAGE="cpufrequtils"
-DPACKAGE_BUGREPORT="cpufreq@vge
r.kernel.org" -D_GNU_SOURCE -DINTERFACE_PROC -DINTERFACE_SYSFS
-march=native
-mtune=native -m32 -pipe -DPIC -fPIC -O2 -mfpmath=sse -mmmx -msse
-msse2 -mss
se3 -msse4.1 -pipe -Wall -Wchar-subscripts -Wpointer-arith
-Wsign-compare -Wn
o-pointer-sign -Wdeclaration-after-statement -Wshadow -Os
-fomit-frame-pointe
r -I. -I./lib/ -c -o utils/cpufreq-aperf.o utils/aperf.c
utils/aperf.c: In function 'main':
utils/cpuid.h:8: error: can't find a register in class 'BREG' while
reloading
'asm'
utils/cpuid.h:8: error: can't find a register in class 'BREG' while
reloading
'asm'
utils/cpuid.h:8: error: 'asm' operand has impossible constraints
utils/cpuid.h:8: error: 'asm' operand has impossible constraints
make: *** [cpufreq-aperf] Error 1

commit f276778bbdf4690464c58e57678979d9ed2b6ac1
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

wine: Updated to 1.3.2

diff --git a/utils/cpufrequtils/BUILD b/utils/cpufrequtils/BUILD
index 89cff77..bb88f01 100755
--- a/utils/cpufrequtils/BUILD
+++ b/utils/cpufrequtils/BUILD
@@ -1,3 +1,4 @@
+disable_pic &&
make_single &&
make &&
make_normal
diff --git a/utils/cpufrequtils/HISTORY b/utils/cpufrequtils/HISTORY
index 7002821..67c1dfd 100644
--- a/utils/cpufrequtils/HISTORY
+++ b/utils/cpufrequtils/HISTORY
@@ -1,3 +1,6 @@
+2010-09-04 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: Disable PIC on x86
+
2010-08-21 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 008

diff --git a/x11-libs/wine/DETAILS b/x11-libs/wine/DETAILS
index 1092eaa..032a46a 100755
--- a/x11-libs/wine/DETAILS
+++ b/x11-libs/wine/DETAILS
@@ -12,7 +12,7 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
FORCE_DOWNLOAD=1
else
if [[ $WINE_DEVEL == y ]]; then
- VERSION=1.3.1
+ VERSION=1.3.2
else
VERSION=1.2
fi
diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index 357db19..22bfa44 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,3 +1,6 @@
+2010-09-03 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated devel to 1.3.2
+
2010-08-20 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated devel to 1.3.1




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (bf12177a73c3f234fa53fd6abf31b370cb713f85), Eric Sandall, 09/04/2010

Archive powered by MHonArc 2.6.24.

Top of Page