Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (9ed58807651c6997229786b9d6591bdd21208111)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (9ed58807651c6997229786b9d6591bdd21208111)
  • Date: Sat, 3 Mar 2007 14:23:34 -0600

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 3 +++
FUNCTIONS | 8 ++++----
chat-im/ayttm/BUILD | 1 -
chat-im/ayttm/HISTORY | 3 +++
crypto/hashsum/BUILD | 1 -
crypto/hashsum/HISTORY | 3 +++
editors/xfig/BUILD | 1 -
editors/xfig/HISTORY | 3 +++
graphics-libs/libhermes/BUILD | 2 --
graphics-libs/libhermes/HISTORY | 3 +++
ham/aldo/BUILD | 1 -
ham/aldo/HISTORY | 3 +++
http/swish++/BUILD | 3 ---
http/swish++/HISTORY | 3 +++
libgcc | 4 ++--
libs/iterm/BUILD | 2 +-
libs/iterm/HISTORY | 3 +++
libs/libuta/BUILD | 9 ++-------
libs/libuta/HISTORY | 3 +++
net/lisa/BUILD | 1 -
net/lisa/HISTORY | 3 +++
python-devel/soya/BUILD | 2 --
python-devel/soya/HISTORY | 3 +++
science/euler/BUILD | 1 -
science/euler/HISTORY | 3 +++
video-libs/pyxine/BUILD | 1 -
video-libs/pyxine/HISTORY | 3 +++
video/xmovie/BUILD | 1 -
video/xmovie/HISTORY | 3 +++
windowmanagers/pwm/BUILD | 1 -
windowmanagers/pwm/HISTORY | 3 +++
31 files changed, 54 insertions(+), 30 deletions(-)

New commits:
commit 9ed58807651c6997229786b9d6591bdd21208111
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

complete the #10641 fixes

commit 0b561f24926abcd9943b45d14e094cd3baaaf8d8
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

grimoire lib changes for #10641

diff --git a/ChangeLog b/ChangeLog
index 8ac1e79..3300774 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-03-03 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * FUNCTIONS, libgcc: moved invoke_gcc to default_pre_build #10641
+
2007-03-02 Juuso Alasuutari <iuso AT sourcemage.org>
* archive-libs/libtar: New spell, C library for manipulating tar
files.
diff --git a/FUNCTIONS b/FUNCTIONS
index 8c47db9..4e203f2 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -3,12 +3,12 @@
. $GRIMOIRE/config_query_multi.function

#---------------------------------------------------------------------
-## Replaces sorcerys default_build with a custom version using
-## the invoke_gcc function from libgcc
+## Replaces sorcerys default_pre_build with a custom version using
+## the invoke_gcc function from libgcc #10641
#---------------------------------------------------------------------
-function default_build () {
+function default_pre_build () {
invoke_gcc &&
- real_default_build
+ real_default_pre_build
}

#---------------------------------------------------------------------
diff --git a/chat-im/ayttm/BUILD b/chat-im/ayttm/BUILD
index c74f745..85d6606 100755
--- a/chat-im/ayttm/BUILD
+++ b/chat-im/ayttm/BUILD
@@ -1,4 +1,3 @@
-invoke_gcc
if [ "$CVS" == "y" ]; then
patch -p0 < $SCRIPT_DIRECTORY/fixinstall.diff &&
./gen
diff --git a/chat-im/ayttm/HISTORY b/chat-im/ayttm/HISTORY
index a0c48bf..bfa70b2 100644
--- a/chat-im/ayttm/HISTORY
+++ b/chat-im/ayttm/HISTORY
@@ -1,3 +1,6 @@
+2007-03-03 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * BUILD: removed invoke_gcc #10641
+
2006-08-15 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED (deprecated in favor of
PATCHLEVEL).
diff --git a/crypto/hashsum/BUILD b/crypto/hashsum/BUILD
index 790d012..837d30f 100755
--- a/crypto/hashsum/BUILD
+++ b/crypto/hashsum/BUILD
@@ -1,4 +1,3 @@
-invoke_gcc &&
if [[ "$HOST" == x86_64-* ]]; then
patch -p1 < $SCRIPT_DIRECTORY/hashsum-64-bit.patch
fi &&
diff --git a/crypto/hashsum/HISTORY b/crypto/hashsum/HISTORY
index de266b4..512b903 100644
--- a/crypto/hashsum/HISTORY
+++ b/crypto/hashsum/HISTORY
@@ -1,3 +1,6 @@
+2007-03-03 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * BUILD: removed invoke_gcc #10641
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/editors/xfig/BUILD b/editors/xfig/BUILD
index ebc2274..e0c1e7f 100755
--- a/editors/xfig/BUILD
+++ b/editors/xfig/BUILD
@@ -1,3 +1,2 @@
-invoke_gcc &&
xmkmf &&
make
diff --git a/editors/xfig/HISTORY b/editors/xfig/HISTORY
index 303325c..8dde469 100755
--- a/editors/xfig/HISTORY
+++ b/editors/xfig/HISTORY
@@ -1,3 +1,6 @@
+2007-03-03 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * BUILD: removed invoke_gcc #10641
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/graphics-libs/libhermes/BUILD b/graphics-libs/libhermes/BUILD
deleted file mode 100755
index b1f9db6..0000000
--- a/graphics-libs/libhermes/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
-invoke_gcc &&
-default_build
diff --git a/graphics-libs/libhermes/HISTORY b/graphics-libs/libhermes/HISTORY
index c51cc44..c224f04 100644
--- a/graphics-libs/libhermes/HISTORY
+++ b/graphics-libs/libhermes/HISTORY
@@ -1,3 +1,6 @@
+2007-03-03 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * BUILD: removed whole, invoke_gcc #10641
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/ham/aldo/BUILD b/ham/aldo/BUILD
index 481872d..d252902 100755
--- a/ham/aldo/BUILD
+++ b/ham/aldo/BUILD
@@ -1,3 +1,2 @@
- invoke_gcc &&
make libs &&
make aldo
diff --git a/ham/aldo/HISTORY b/ham/aldo/HISTORY
index bb8b530..f1cf761 100644
--- a/ham/aldo/HISTORY
+++ b/ham/aldo/HISTORY
@@ -1,3 +1,6 @@
+2007-03-03 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * BUILD: removed invoke_gcc #10641
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/http/swish++/BUILD b/http/swish++/BUILD
index 33b2d8c..5f602e3 100755
--- a/http/swish++/BUILD
+++ b/http/swish++/BUILD
@@ -1,9 +1,6 @@
# patch configuration and build system
patch -p1 < $SCRIPT_DIRECTORY/$SPELL.diff &&

-# switch to GCC 3.4 manually, GCC_VERSION in DETAILS doesn't work
-invoke_gcc &&
-
make_single &&
make &&
make_normal
diff --git a/http/swish++/HISTORY b/http/swish++/HISTORY
index 535e32f..7fe33e9 100644
--- a/http/swish++/HISTORY
+++ b/http/swish++/HISTORY
@@ -1,3 +1,6 @@
+2007-03-03 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * BUILD: removed invoke_gcc #10641
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/libgcc b/libgcc
index 9b9449c..7a516f9 100755
--- a/libgcc
+++ b/libgcc
@@ -12,8 +12,8 @@
## e.g. GCC_VERSION=3.4
## - add a 'depends gccXX' to the spell where XX == majorminor,
## e.g. 'depends gcc34'
-## - add 'invoke_gcc' to the top of BUILD if the spell has a
-## custom BUILD file
+## - add 'invoke_gcc' to the top of PRE_BUILD if the spell has a
+## custom PRE_BUILD file
## </pre>
##
## @Implementation These functions were added to allow the use of
diff --git a/libs/iterm/BUILD b/libs/iterm/BUILD
index 864d9eb..27ba77d 100755
--- a/libs/iterm/BUILD
+++ b/libs/iterm/BUILD
@@ -1 +1 @@
-invoke_gcc
+true
diff --git a/libs/iterm/HISTORY b/libs/iterm/HISTORY
index 3a67354..70fed75 100644
--- a/libs/iterm/HISTORY
+++ b/libs/iterm/HISTORY
@@ -1,3 +1,6 @@
+2007-03-03 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * BUILD: removed invoke_gcc #10641
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/libs/libuta/BUILD b/libs/libuta/BUILD
index 0e219e2..4cbf5f9 100755
--- a/libs/libuta/BUILD
+++ b/libs/libuta/BUILD
@@ -1,8 +1,3 @@
patch -p1 < ${SCRIPT_DIRECTORY}/gcc-3.3.patch &&
- invoke_gcc &&
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --disable-debug \
- $OPTS &&
- make
+OPTS="$OPTS --disable-debug" &&
+default_build
diff --git a/libs/libuta/HISTORY b/libs/libuta/HISTORY
index 5346cbe..9a25b4b 100644
--- a/libs/libuta/HISTORY
+++ b/libs/libuta/HISTORY
@@ -1,3 +1,6 @@
+2007-03-03 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * BUILD: removed invoke_gcc #10641; made it use default_build (man?
:))
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/net/lisa/BUILD b/net/lisa/BUILD
index a76f742..3e41d7f 100755
--- a/net/lisa/BUILD
+++ b/net/lisa/BUILD
@@ -1,4 +1,3 @@
-invoke_gcc &&
patch -p1 < $SCRIPT_DIRECTORY/g++-3.4.patch &&
aclocal &&
autoconf &&
diff --git a/net/lisa/HISTORY b/net/lisa/HISTORY
index a5a7f12..d900203 100644
--- a/net/lisa/HISTORY
+++ b/net/lisa/HISTORY
@@ -1,3 +1,6 @@
+2007-03-03 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * BUILD: removed invoke_gcc #10641
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/python-devel/soya/BUILD b/python-devel/soya/BUILD
deleted file mode 100755
index 0d3b9e4..0000000
--- a/python-devel/soya/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
-invoke_gcc &&
-default_build
diff --git a/python-devel/soya/HISTORY b/python-devel/soya/HISTORY
index bdf1ec8..171ae28 100644
--- a/python-devel/soya/HISTORY
+++ b/python-devel/soya/HISTORY
@@ -1,3 +1,6 @@
+2007-03-03 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * BUILD: removed whole, invoke_gcc #10641
+
2007-02-16 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* CONFLICTS: removed, deprecation complete

diff --git a/science/euler/BUILD b/science/euler/BUILD
index a0b5dc4..094089f 100755
--- a/science/euler/BUILD
+++ b/science/euler/BUILD
@@ -1,3 +1,2 @@
sedit 's:gsave$:gsave\\n\\:' source/metaps.c &&
-invoke_gcc &&
make
diff --git a/science/euler/HISTORY b/science/euler/HISTORY
index 18deda6..755516a 100644
--- a/science/euler/HISTORY
+++ b/science/euler/HISTORY
@@ -1,3 +1,6 @@
+2007-03-03 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * BUILD: removed invoke_gcc #10641
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/video-libs/pyxine/BUILD b/video-libs/pyxine/BUILD
index 8859b39..3d7f60b 100755
--- a/video-libs/pyxine/BUILD
+++ b/video-libs/pyxine/BUILD
@@ -1,2 +1 @@
-invoke_gcc
python setup.py build
diff --git a/video-libs/pyxine/HISTORY b/video-libs/pyxine/HISTORY
index 5c0a579..c8145ed 100644
--- a/video-libs/pyxine/HISTORY
+++ b/video-libs/pyxine/HISTORY
@@ -1,3 +1,6 @@
+2007-03-03 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * BUILD: removed invoke_gcc #10641
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/video/xmovie/BUILD b/video/xmovie/BUILD
index 1716cf4..baecd95 100755
--- a/video/xmovie/BUILD
+++ b/video/xmovie/BUILD
@@ -1,4 +1,3 @@
-invoke_gcc
patch -p1 < $SCRIPT_DIRECTORY/xmovie-shared.patch &&
patch -p0 < $SCRIPT_DIRECTORY/xmovie-fixes.patch &&

diff --git a/video/xmovie/HISTORY b/video/xmovie/HISTORY
index 1a073f9..5b229de 100644
--- a/video/xmovie/HISTORY
+++ b/video/xmovie/HISTORY
@@ -1,3 +1,6 @@
+2007-03-03 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * BUILD: removed invoke_gcc #10641
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/windowmanagers/pwm/BUILD b/windowmanagers/pwm/BUILD
index ff47588..afaa3b6 100755
--- a/windowmanagers/pwm/BUILD
+++ b/windowmanagers/pwm/BUILD
@@ -1,4 +1,3 @@
cp $SCRIPT_DIRECTORY/sgl-Makefile \
$SOURCE_DIRECTORY/Makefile &&
-invoke_gcc &&
make PREFIX=/usr
diff --git a/windowmanagers/pwm/HISTORY b/windowmanagers/pwm/HISTORY
index 6fee6c7..c8e6580 100644
--- a/windowmanagers/pwm/HISTORY
+++ b/windowmanagers/pwm/HISTORY
@@ -1,3 +1,6 @@
+2007-03-03 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * BUILD: removed invoke_gcc #10641
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.




  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (9ed58807651c6997229786b9d6591bdd21208111), Jaka Kranjc, 03/03/2007

Archive powered by MHonArc 2.6.24.

Top of Page