Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] PERFORCE change 77594 by Andra?? "ruskie" Levstik for review

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Perforce Review Daemon <p4review AT smee.org>
  • To: "Andrew Stitt" <a AT t.armory.com>, "Arjan Bouter" <abouter AT sourcemage.org>, "SM-Commit Daemon" <sm-commit AT lists.ibiblio.org>, "David Kowis" <dkowis+smgl-p4 AT shlrm.org>, "duane_malcolm" <d.malcolm AT auckland.ac.nz>, "Eric Sandall" <eric AT sandall.us>, "Ethan Grammatikidis" <eekee AT eekee.is-a-geek.org>, "Gareth Clay" <gareth AT caffeinefuelled.co.uk>, "George J. Sherwood" <george AT beernabeer.com>, "Jason Flatt" <jflatt AT sourcemage.org>, "Juuso Alasuutari" <iuso AT sourcemage.org>, "Ladislav Hagara" <ladislav.hagara AT unob.cz>, "Maurizio Boriani" <baux AT member.fsf.org>, "Pieter Lenaerts" <e-type AT sourcemage.org>, "Pol Vinogradov" <vin.public AT gmail.com>, "Robin Cook" <rcook AT wyrms.net>, "Seth Woolley" <seth AT swoolley.homeip.net>, "Unet" <unet AT sourcemage.org>, "vladimir_marek" <vlmarek AT volny.cz>
  • Subject: [SM-Commit] PERFORCE change 77594 by Andra?? "ruskie" Levstik for review
  • Date: Tue, 11 Apr 2006 10:35:05 +0100 (BST)

Change 77594 by andraž_levstik AT omega.mages.ath.cx on 2006/04/11 10:33:15

And to test...

Affected files ...

... //sgl/grimoires/test/display/libgii/BUILD#3 integrate
... //sgl/grimoires/test/display/libgii/HISTORY#8 integrate
... //sgl/grimoires/test/libs/libcap/BUILD#4 integrate
... //sgl/grimoires/test/libs/libcap/HISTORY#7 integrate
... //sgl/grimoires/test/libs/ode/BUILD#4 integrate
... //sgl/grimoires/test/libs/ode/HISTORY#9 integrate
... //sgl/grimoires/test/utils/util-linux/BUILD#4 integrate
... //sgl/grimoires/test/utils/util-linux/HISTORY#15 integrate
... //sgl/grimoires/test/video-libs/libmpeg3/BUILD#5 integrate
... //sgl/grimoires/test/video-libs/libmpeg3/HISTORY#8 integrate
... //sgl/grimoires/test/video/avidemux2/BUILD#5 integrate
... //sgl/grimoires/test/video/avidemux2/HISTORY#13 integrate
... //sgl/grimoires/test/video/ffmpeg-cvs/BUILD#10 integrate
... //sgl/grimoires/test/video/ffmpeg-cvs/HISTORY#18 integrate
... //sgl/grimoires/test/video/ffmpeg/BUILD#7 integrate
... //sgl/grimoires/test/video/ffmpeg/HISTORY#10 integrate
... //sgl/grimoires/test/video/mjpegtools/BUILD#7 integrate
... //sgl/grimoires/test/video/mjpegtools/HISTORY#11 integrate

Differences ...

==== //sgl/grimoires/test/display/libgii/BUILD#3 (xtext) ====

@@ -3,8 +3,6 @@
#
if [ "$LIBGII_EVDEV" == "n" ]; then
OPTS="$OPTS --disable-linux-evdev"
-fi &&
-
-CFLAGS=${CFLAGS/-DPIC -fPIC/} &&
-
+fi &&
+disable_pic &&
default_build

==== //sgl/grimoires/test/display/libgii/HISTORY#8 (text) ====

@@ -1,3 +1,6 @@
+2006-04-11 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx:
+ * BUILD: replaced fPIC and DPIC removal code with disable_pic
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS


==== //sgl/grimoires/test/libs/libcap/BUILD#4 (xtext) ====

@@ -1,7 +1,5 @@
# fails to compile on non amd64 with PIC, bug #9087
-if ! [[ "${HOST%%-*}" == x86_64 ]]; then
- CFLAGS="${CFLAGS/-DPIC -fPIC/}"
-fi &&
+disable_pic &&
sedit 's:man_prefix=.*:man_prefix=$(prefix)/share:' Make.Rules &&
# note that, yes indeed, they typo'd the extra S
sedit "s:^COPTFLAGS=.*:COPTFLAG=${CFLAGS}:" Make.Rules &&

==== //sgl/grimoires/test/libs/libcap/HISTORY#7 (text) ====

@@ -1,3 +1,6 @@
+2006-04-11 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx:
+ * BUILD: replaced fPIC and DPIC removal code with disable_pic
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS


==== //sgl/grimoires/test/libs/ode/BUILD#4 (xtext) ====

@@ -1,4 +1,4 @@
-CFLAGS=${CFLAGS/-DPIC -fPIC/} &&
+disable_pic &&
sedit '/C_FLAGS+/d' config/makefile.unix-gcc &&
sedit 's/)1/)/' Makefile &&


==== //sgl/grimoires/test/libs/ode/HISTORY#9 (text) ====

@@ -1,3 +1,6 @@
+2006-04-11 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx:
+ * BUILD: replaced fPIC and DPIC removal code with disable_pic
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS


==== //sgl/grimoires/test/utils/util-linux/BUILD#4 (xtext) ====

@@ -27,8 +27,7 @@
message "${MESSAGE_COLOR} SELINUX is enabled ${DEFAULT_COLOR}"
fi &&

-CFLAGS=${CFLAGS/-DPIC -fPIC/} &&
-
+disable_pic &&

./configure --prefix=${TRACK_ROOT}/usr \
--sysconfdir=${TRACK_ROOT}/etc \

==== //sgl/grimoires/test/utils/util-linux/HISTORY#15 (xtext) ====

@@ -1,3 +1,6 @@
+2006-04-11 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx:
+ * BUILD: replaced fPIC and DPIC removal code with disable_pic
+
2006-03-14 Ladislav Hagara <hgr AT vabo.cz>
* CONFLICTS: added conflicts to deprecated util-linux-crypto spell
* PROVIDES: deleted

==== //sgl/grimoires/test/video-libs/libmpeg3/BUILD#5 (xtext) ====

@@ -1,12 +1,11 @@
invoke_gcc

# fails to compile with -DPIC -fPIC except on systems that need -fPIC
-if [[ "$HOST" == x86_64-* ]]; then
+if [[ "$SMGL_COMPAT_ARCHS[1]" != "x86_64" ]]
+then
CFLAGS=${CFLAGS/-mmmx/}
-else
- CFLAGS=${CFLAGS/-DPIC/} &&
- CFLAGS=${CFLAGS/-fPIC/}
fi &&
+disable_pic &&

if ! echo $CFLAGS | grep -q -- "-O."; then
CFLAGS="$CFLAGS -O2"

==== //sgl/grimoires/test/video-libs/libmpeg3/HISTORY#8 (text) ====

@@ -1,3 +1,6 @@
+2006-04-11 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx:
+ * BUILD: replaced fPIC and DPIC removal code with disable_pic
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS


==== //sgl/grimoires/test/video/avidemux2/BUILD#5 (xtext) ====

@@ -2,10 +2,7 @@
CFLAGS=${CFLAGS/-O3/-O2} &&
CXXFLAGS=${CXXFLAGS/-O3/-O2} &&
# doesn't compile with -DPIC -fPIC, bug #8426
-CFLAGS=${CFLAGS/-DPIC/} &&
-CFLAGS=${CFLAGS/-fPIC/} &&
-CXXFLAGS=${CXXFLAGS/-DPIC/} &&
-CXXFLAGS=${CXXFLAGS/-fPIC/} &&
+disable_pic &&
if test "$(get_spell_provider $SPELL GECKO)" = "firefox"; then
OPTS="--with-jsapi-include=/usr/include/firefox/js/" &&
LDFLAGS="-L/usr/lib/firefox -Wl,-rpath -Wl,/usr/lib/firefox"

==== //sgl/grimoires/test/video/avidemux2/HISTORY#13 (text) ====

@@ -1,3 +1,6 @@
+2006-04-11 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx:
+ * BUILD: replaced fPIC and DPIC removal code with disable_pic
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS


==== //sgl/grimoires/test/video/ffmpeg-cvs/BUILD#10 (xtext) ====

@@ -1,7 +1,5 @@
CFLAGS="${CFLAGS/-funroll-loops/} -O3"
-if [[ "$HOST" != x86_64-* ]]; then
- CFLAGS="${CFLAGS/-DPIC -fPIC/}"
-fi
+disable_pic &&

sedit 's:-lpostproc:-Llibpostproc -lpostproc:' libavcodec/Makefile &&
sedit 's:-Werror::' libavformat/Makefile &&

==== //sgl/grimoires/test/video/ffmpeg-cvs/HISTORY#18 (text) ====

@@ -1,3 +1,6 @@
+2006-04-11 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx:
+ * BUILD: replaced fPIC and DPIC removal code with disable_pic
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS


==== //sgl/grimoires/test/video/ffmpeg/BUILD#7 (xtext) ====

@@ -1,8 +1,6 @@
invoke_gcc
CFLAGS="${CFLAGS/-funroll-loops/}"
-if ! [[ "${HOST%%-*}" == x86_64 ]]; then
- CFLAGS="${CFLAGS/-DPIC -fPIC/}"
-fi &&
+disable_pic &&
if echo $CFLAGS | grep -q pentium4; then
CFLAGS="${CFLAGS/-O3/} -O2"
fi

==== //sgl/grimoires/test/video/ffmpeg/HISTORY#10 (text) ====

@@ -1,3 +1,6 @@
+2006-04-11 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx:
+ * BUILD: replaced fPIC and DPIC removal code with disable_pic
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS


==== //sgl/grimoires/test/video/mjpegtools/BUILD#7 (xtext) ====

@@ -4,11 +4,7 @@
sedit 's/ARCHFLAGS="-mcpu=i586 -march=$arch"/ARCHFLAGS=""/' configure &&

# fails to compile with -DPIC and -fPIC except on AMD64
-if [[ "$HOST" != x86_64-* ]]; then
- CFLAGS=${CFLAGS/-DPIC/} &&
- CFLAGS=${CFLAGS/-fPIC/} &&
- CXXFLAGS=$CFLAGS
-fi &&
+disable_pic &&

OPTS="--without-libquicktime $OPTS" &&
make_single &&

==== //sgl/grimoires/test/video/mjpegtools/HISTORY#11 (text) ====

@@ -1,3 +1,6 @@
+2006-04-11 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx:
+ * BUILD: replaced fPIC and DPIC removal code with disable_pic
+
2006-03-17 Arwed v. Merkatz <v.merkatz AT gmx.net>
* BUILD: removed old gcc 3.4 fixes that don't apply to 1.8.0 anymore,
compile with --without-libquicktime as it's broken



  • [SM-Commit] PERFORCE change 77594 by Andra?? "ruskie" Levstik for review, Perforce Review Daemon, 04/11/2006

Archive powered by MHonArc 2.6.24.

Top of Page