if is_depends_enabled $SPELL libmpeg3; then
- persistent_add CPPFLAGS="$CPPFLAGS -I/usr/include/libmpeg3/"
+ export CPPFLAGS="$CPPFLAGS -I/usr/include/libmpeg3/"
fi &&
default_build
diff --git a/display/directfb/CONFIGURE b/display/directfb/CONFIGURE
index f9c1ddd..383d476 100755
--- a/display/directfb/CONFIGURE
+++ b/display/directfb/CONFIGURE
@@ -51,12 +51,12 @@ if ! grep -q "gfxdrivers" $SPELL_CONFIG ;then
if query "select gfxdrivers to compile?" n
then
gfxdrivers=all
- OLD_IFS="$IFS"
- persistent_add IFS="
+ OLD_IFS=$IFS
+ export IFS="
"
gfxdrivers=`get_gfx | tr '\n' ','`
echo "gfxdrivers=$gfxdrivers" >> $SPELL_CONFIG
- persistent_add IFS="$OLD_IFS"
+ export IFS=$OLD_IFS
else echo gfxdrivers=all >> $SPELL_CONFIG
fi
fi &&
diff --git a/display/directfb/HISTORY b/display/directfb/HISTORY
index 22138da..8f7202e 100644
--- a/display/directfb/HISTORY
+++ b/display/directfb/HISTORY
@@ -1,6 +1,3 @@
-2008-03-11 Ismael Luceno <ismael AT sourcemage.org>
- * CONFIGURE, BUILD: use persistent_add instead of export
-
2008-01-28 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* BUILD: removed is_depends_enabled.function reference
#
# Only strip if the user wants us to
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 342baa7..a328266 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,9 +1,6 @@
2008-03-11 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: Updated devel to version 3.0 beta 4
-2008-03-11 Ismael Luceno <ismael AT sourcemage.org>
- * BUILD: use persistent_add instead of export
-
2008-02-13 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated devel to version 3.0 beta 3
OPTS="$ICECAT_MAILNEWS $ICECAT_CALENDAR $ICECAT_CHAT $ICECAT_COMPOSER \
$ICECAT_MATHML $ICECAT_JS $OPTS" &&
diff --git a/http/icecat/HISTORY b/http/icecat/HISTORY
index ece6824..9236345 100644
--- a/http/icecat/HISTORY
+++ b/http/icecat/HISTORY
@@ -1,6 +1,3 @@
-2008-03-11 Ismael Luceno <ismael AT sourcemage.org>
- * BUILD: use persistent_add instead of export
-
2008-02-06 Pol Vinogradov <vin.public AT gmail.com>
* CONFIGURE: removed iceweasel's defaults
* CONFLICTS: removed
diff --git a/java/ant/BUILD b/java/ant/BUILD
index 5a06dac..1de551a 100755
--- a/java/ant/BUILD
+++ b/java/ant/BUILD
@@ -7,7 +7,7 @@ fi &&
set_java_env &&
if list_find "$OPTS" "--with-antlr"; then
- persistent_add
CLASSPATH="$INSTALL_ROOT/usr/share/antlr-$(installed_version
antlr)/antlr.jar:$CLASSPATH"
+ export CLASSPATH="$INSTALL_ROOT/usr/share/antlr-$(installed_version
antlr)/antlr.jar:$CLASSPATH"
fi &&
./build.sh -Ddist.dir=antbuild dist
diff --git a/java/ant/HISTORY b/java/ant/HISTORY
index d91a791..8bc3ca8 100644
--- a/java/ant/HISTORY
+++ b/java/ant/HISTORY
@@ -1,6 +1,3 @@
-2008-03-11 Ismael Luceno <ismael AT sourcemage.org>
- * BUILD: use persistent_add instead of export
-
2007-09-28 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Incremented PATCHLEVEL=1 to install update ant.sh
* ant.sh: Ant requires Java to run, so make sure JAVA_HOME is set if
not
diff --git a/kernels/e100/BUILD b/kernels/e100/BUILD
index 511cf8c..ca15e78 100755
--- a/kernels/e100/BUILD
+++ b/kernels/e100/BUILD
@@ -1,3 +1,3 @@
-persistent_add CFLAGS="${CFLAGS//-[fD]PIC/}" &&
+export CFLAGS="${CFLAGS//-[fD]PIC/}" &&
cd src &&
make
diff --git a/kernels/e100/HISTORY b/kernels/e100/HISTORY
index 9e7cdc6..9a0ccb6 100644
--- a/kernels/e100/HISTORY
+++ b/kernels/e100/HISTORY
@@ -1,6 +1,3 @@
-2008-03-11 Ismael Luceno <ismael AT sourcemage.org>
- * BUILD: use persistent_add instead of export
-
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.
diff --git a/kernels/e1000/BUILD b/kernels/e1000/BUILD
index 511cf8c..ca15e78 100755
--- a/kernels/e1000/BUILD
+++ b/kernels/e1000/BUILD
@@ -1,3 +1,3 @@
-persistent_add CFLAGS="${CFLAGS//-[fD]PIC/}" &&
+export CFLAGS="${CFLAGS//-[fD]PIC/}" &&
cd src &&
make
diff --git a/kernels/e1000/HISTORY b/kernels/e1000/HISTORY
index 37adcb1..0aeee76 100644
--- a/kernels/e1000/HISTORY
+++ b/kernels/e1000/HISTORY
@@ -1,6 +1,3 @@
-2008-03-11 Ismael Luceno <ismael AT sourcemage.org>
- * BUILD: use persistent_add instead of export
-
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.
diff --git a/libs/dbxml/BUILD b/libs/dbxml/BUILD
index f27bf9d..993e491 100755
--- a/libs/dbxml/BUILD
+++ b/libs/dbxml/BUILD
@@ -1,10 +1,9 @@
if [ -z $JAVA_HOME ]; then
if spell_ok j2sdk; then
- JAVA_HOME=/opt/java/j2sdk
+ export JAVA_HOME=/opt/java/j2sdk
elif spell_ok j2sdk-bin; then
- JAVA_HOME=/usr/lib/j2sdk1.4.1
+ export JAVA_HOME=/usr/lib/j2sdk1.4.1
fi
- persistent_add JAVA_HOME
fi &&
cd build_unix &&
diff --git a/libs/dbxml/HISTORY b/libs/dbxml/HISTORY
index 5a33096..445caf4 100644
--- a/libs/dbxml/HISTORY
+++ b/libs/dbxml/HISTORY
@@ -1,6 +1,3 @@
-2008-03-11 Ismael Luceno <ismael AT sourcemage.org>
- * BUILD: use persistent_add instead of export
-
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.
diff --git a/libs/gettext/HISTORY b/libs/gettext/HISTORY
index 77a143d..deb4816 100644
--- a/libs/gettext/HISTORY
+++ b/libs/gettext/HISTORY
@@ -1,6 +1,3 @@
-2008-03-11 Ismael Luceno <ismael AT sourcemage.org>
- * BUILD: use persistent_add instead of export
-
2008-01-28 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* BUILD: added missing parameter to the is_depends_enabled call
* INSTALL: added missing parameter to the is_depends_enabled call
diff --git a/libs/glibc/BUILD b/libs/glibc/BUILD
index e040e7e..667f72c 100755
--- a/libs/glibc/BUILD
+++ b/libs/glibc/BUILD
@@ -20,7 +20,7 @@ fi &&
# in configurations and doesn't force recompile when it should. This stops
it from
# using the old cache entries.
#
-persistent_add CCACHE_RECACHE=true &&
+export CCACHE_RECACHE=true &&
#
# End ccache fix
#
@@ -55,8 +55,8 @@ else
CFLAGS="-Os $CFLAGS"
fi &&
# Setup the HOST properly to insure "sparcv9"
# This passes -mcpu=ultrasparc -Wa,-Av9a to the compiler
[ "$HOST" = "sparc-unknown-linux-gnu" ] &&
- persistent_add HOST="sparcv9-unknown-linux-gnu" &&
+ export HOST="sparcv9-unknown-linux-gnu" &&
[ "$BUILD" = "sparc-unknown-linux-gnu" ] &&
- persistent_add BUILD="sparcv9-unknown-linux-gnu"
+ export BUILD="sparcv9-unknown-linux-gnu"
elif [[ ${SMGL_COMPAT_ARCHS[0]} == 32 && ${SMGL_COMPAT_ARCHS[1]} == sparc
]]; then
#
# Fixes from Gentoo's 2.3.3.20040420-r2 ebuild
#
sedit "s:CPPFLAGS += -DHAVE_INITFINI:CPPFLAGS += -DHAVE_INITFINI -fno-pie
-fno-PIE:" csu/Makefile
- CFLAGS="${CFLAGS/-fcall-used-g7/}"
- CFLAGS="$CFLAGS -fcall-used-g6"
- persistent_add CFLAGS
+ export CFLAGS="${CFLAGS/-fcall-used-g7/}"
+ export CFLAGS="$CFLAGS -fcall-used-g6"
elif [[ ${SMGL_COMPAT_ARCHS[1]} == alpha ]]; then
# This is a first attempt to get alpha going, being paranoid about any
CFLAGS,
# not without reason: -Os/-O breaks compile in strange ways:
# either an elf/ld.so that segfaults (build failing at sunrpc) or
# internal compiler error(s) in intl/
# glibc knows itself what flags to choose
- persistent_add CFLAGS=""
+ export CFLAGS=""
fi &&
# CPPFLAGS setting is needed so the check for cpp works on boxes that don't
# have any kernel headers in /usr/include yet
-persistent_add CPPFLAGS="$CPPFLAGS -I$GLIBC_HEADERS_DIR/usr/include" &&
+export CPPFLAGS="$CPPFLAGS -I$GLIBC_HEADERS_DIR/usr/include" &&
#
# End sanitised glibc-kernel-headers setup
#
diff --git a/libs/glibc/HISTORY b/libs/glibc/HISTORY
index 6b4eecf..e525c40 100644
--- a/libs/glibc/HISTORY
+++ b/libs/glibc/HISTORY
@@ -1,6 +1,3 @@
-2008-03-11 Ismael Luceno <ismael AT sourcemage.org>
- * BUILD: use persistent_add instead of export
-
2007-10-31 David Brown <dmlb2000 AT gmail.com>
* BUILD: updated new cflags for 2.7
* DETAILS: updated glibc to 2.7
diff --git a/libs/libfwbuilder/BUILD b/libs/libfwbuilder/BUILD
index 0a96964..d433333 100755
--- a/libs/libfwbuilder/BUILD
+++ b/libs/libfwbuilder/BUILD
@@ -1,2 +1,2 @@
-persistent_add CPPFLAGS="$CPPFLAGS -I /usr/include/libxml2/libxml" &&
+export CPPFLAGS="$CPPFLAGS -I /usr/include/libxml2/libxml" &&
default_build
diff --git a/libs/libfwbuilder/HISTORY b/libs/libfwbuilder/HISTORY
index 261c036..cec5339 100644
--- a/libs/libfwbuilder/HISTORY
+++ b/libs/libfwbuilder/HISTORY
@@ -1,6 +1,3 @@
-2008-03-11 Ismael Luceno <ismael AT sourcemage.org>
- * BUILD: use persistent_add instead of export
-
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.
diff --git a/libs/libmcal/BUILD b/libs/libmcal/BUILD
index 221f861..fcfe68a 100755
--- a/libs/libmcal/BUILD
+++ b/libs/libmcal/BUILD
@@ -6,5 +6,5 @@ cd ./icap/ && make && cd .. &&
cd ./mstore/ && make && cd .. &&
OPTS="$OPTS --with-icap --with-mstore" &&
-persistent_add OTHER_CFLAGS="$CFLAGS" &&
+export OTHER_CFLAGS="$CFLAGS" &&
default_build
diff --git a/libs/libmcal/HISTORY b/libs/libmcal/HISTORY
index c3080b7..a8dd03f 100644
--- a/libs/libmcal/HISTORY
+++ b/libs/libmcal/HISTORY
@@ -1,6 +1,3 @@
-2008-03-11 Ismael Luceno <ismael AT sourcemage.org>
- * BUILD: use persistent_add instead of export
-
2007-03-03 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* BUILD: moved invoke_gcc to PRE_BUILD #10641
diff --git a/libs/libpathan/BUILD b/libs/libpathan/BUILD
index 25d877f..e4bd3e9 100755
--- a/libs/libpathan/BUILD
+++ b/libs/libpathan/BUILD
@@ -1,4 +1,4 @@
-persistent_add XERCESCROOT=$INSTALL_ROOT/usr &&
+export XERCESCROOT=$INSTALL_ROOT/usr &&
make_single &&
default_build &&
make_normal
diff --git a/libs/libpathan/HISTORY b/libs/libpathan/HISTORY
index 263a108..2c8088a 100644
--- a/libs/libpathan/HISTORY
+++ b/libs/libpathan/HISTORY
@@ -1,6 +1,3 @@
-2008-03-11 Ismael Luceno <ismael AT sourcemage.org>
- * BUILD: use persistent_add instead of export
-
2007-01-29 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DETAILS: updated spell to 1.2-2; fixes #11070
#
# No fast optimization for Mozilla, bit us so many times...
#
-persistent_add CFLAGS="${CFLAGS//-O3/-O2}" &&
-persistent_add CXXFLAGS="${CXXFLAGS//-O3/-O2}" &&
+export CFLAGS="${CFLAGS//-O3/-O2}" &&
+export CXXFLAGS="${CXXFLAGS//-O3/-O2}" &&
#
# -ffast-math breaks plugins
diff --git a/mail/thunderbird/HISTORY b/mail/thunderbird/HISTORY
index bca5ad3..af6810c 100644
--- a/mail/thunderbird/HISTORY
+++ b/mail/thunderbird/HISTORY
@@ -1,6 +1,3 @@
-2008-03-11 Ismael Luceno <ismael AT sourcemage.org>
- * INSTALL, BUILD: use persistent_add instead of export
-
2008-02-27 Julien "_kaze_" ROZO <julien AT rozo.org>
* DETAILS: updated version to 2.0.0.12, SECURITY_PATCH=11
diff --git a/mail/thunderbird/INSTALL b/mail/thunderbird/INSTALL
index ea9cc9e..ab35c19 100755
--- a/mail/thunderbird/INSTALL
+++ b/mail/thunderbird/INSTALL
@@ -14,8 +14,8 @@ if [ "$BUILD_ENIGMAIL" == "y" ]; then
fi &&