install_config_file etc/sendfile.cf /etc/sendfile.cf &&
install_config_file etc/sendfile.deny /etc/sendfile.deny
diff --git a/gnu/gcc/HISTORY b/gnu/gcc/HISTORY
index bf0420a..ae569ef 100644
--- a/gnu/gcc/HISTORY
+++ b/gnu/gcc/HISTORY
@@ -1,3 +1,6 @@
+2006-10-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * INSTALL: use TRACK_ROOT when linking #9163
+
2006-06-29 Eric Sandall <eric AT sandall.us>
* DETAILS: Removed BUILD_API=2, set grimoire-wide
Removed UPDATED
diff --git a/gnu/gcc/INSTALL b/gnu/gcc/INSTALL
index 4c70f55..26ab109 100755
--- a/gnu/gcc/INSTALL
+++ b/gnu/gcc/INSTALL
@@ -8,7 +8,7 @@ make CFLAGS="$CFLAGS" BOOT_CFLAGS="$CFLA
if [[ "$HOST" == x86_64-* ]]; then
[ -d /lib64 -a ! -f /lib/ld-linux-x86-64.so.2 -a -f
/lib64/ld-linux-x86-64.so.2 ] &&
- ln -s /lib64/ld-linux-x86-64.so.2 /lib/ld-linux-x86-64.so.2
+ ln -s $TRACK_ROOT/lib64/ld-linux-x86-64.so.2 /lib/ld-linux-x86-64.so.2
true # see bug 8626 for info about this conditional
fi &&
diff --git a/gnustep-libs/gnustep-make/HISTORY
b/gnustep-libs/gnustep-make/HISTORY
index bd18d5e..30e664a 100644
--- a/gnustep-libs/gnustep-make/HISTORY
+++ b/gnustep-libs/gnustep-make/HISTORY
@@ -1,3 +1,6 @@
+2006-10-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * INSTALL: use TRACK_ROOT when linking #9163
+
2006-10-09 Maurizio Boriani <baux AT sourcemage.org>
* DETAILS: Bump up to release 1.13.0
Remove build_api and updated.
diff --git a/gnustep-libs/gnustep-make/INSTALL
b/gnustep-libs/gnustep-make/INSTALL
index 65d93ba..a1fa59f 100755
--- a/gnustep-libs/gnustep-make/INSTALL
+++ b/gnustep-libs/gnustep-make/INSTALL
@@ -18,5 +18,5 @@ then
rm -f /etc/profile.d/GNUstep.sh
fi &&
-ln -s /opt/GNUstep/System/Library/Makefiles/GNUstep.sh \
+ln -s $TRACK_ROOT/opt/GNUstep/System/Library/Makefiles/GNUstep.sh \
/etc/profile.d/GNUstep.sh
diff --git a/graphics/duhdraw/HISTORY b/graphics/duhdraw/HISTORY
index 405ed32..bdb57f5 100644
--- a/graphics/duhdraw/HISTORY
+++ b/graphics/duhdraw/HISTORY
@@ -1,3 +1,6 @@
+2006-10-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * INSTALL: use TRACK_ROOT when linking #9163
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS
cp $SCRIPT_DIRECTORY/unixcw /usr/bin
diff --git a/http/apache2/HISTORY b/http/apache2/HISTORY
index 26b7514..fd20c6e 100644
--- a/http/apache2/HISTORY
+++ b/http/apache2/HISTORY
@@ -1,3 +1,6 @@
+2006-10-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * INSTALL: use TRACK_ROOT when linking #9163
+
2006-10-21 George Sherwood <george AT beernabeer.com>
* BUILD: cp config.layout file. Use SMGL layout. Bug #13051.
* config.layout: added file for SMGL layout
diff --git a/http/apache2/INSTALL b/http/apache2/INSTALL
index 84c624b..c05fea2 100755
--- a/http/apache2/INSTALL
+++ b/http/apache2/INSTALL
@@ -1,3 +1,3 @@
default_install &&
-ln -sf /usr/sbin/envvars /usr/bin/envvars &&
-ln -sf /usr/sbin/httpd /usr/bin/httpd
+ln -sf $TRACK_ROOT/usr/sbin/envvars /usr/bin/envvars &&
+ln -sf $TRACK_ROOT/usr/sbin/httpd /usr/bin/httpd
diff --git a/http/apache22/HISTORY b/http/apache22/HISTORY
index 4e947be..55a7dc3 100644
--- a/http/apache22/HISTORY
+++ b/http/apache22/HISTORY
@@ -1,3 +1,6 @@
+2006-10-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * INSTALL: use TRACK_ROOT when linking #9163
+
2006-09-27 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: version 2.2.3
* PRE_BUILD: removed
diff --git a/http/apache22/INSTALL b/http/apache22/INSTALL
index fb11979..cd1e18d 100755
--- a/http/apache22/INSTALL
+++ b/http/apache22/INSTALL
@@ -1,2 +1,2 @@
default_install &&
-ln -sf /usr/sbin/envvars /usr/bin/envvars
+ln -sf $TRACK_ROOT/usr/sbin/envvars /usr/bin/envvars
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 5bd8fce..e1c8ffa 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,4 +1,7 @@
2006-10-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * INSTALL: use TRACK_ROOT when linking #9163
+
+2006-10-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* INSTALL: use TRACK_ROOT not INSTALL_ROOT when linking #9163
2006-10-24 David Brown <dmlb2000 AT gmail.com>
diff --git a/http/firefox/INSTALL b/http/firefox/INSTALL
index cbae55a..a583440 100755
--- a/http/firefox/INSTALL
+++ b/http/firefox/INSTALL
@@ -54,7 +54,7 @@ #
if [ "$FIREFOX_MOZLINK" = "y" ]; then
if ! test -f $INSTALL_ROOT/usr/bin/mozilla ||
test -h $INSTALL_ROOT/usr/bin/mozilla ; then
- ln -sf /usr/bin/firefox /usr/bin/mozilla
+ ln -sf $TRACK_ROOT/usr/bin/firefox /usr/bin/mozilla
fi
fi &&
diff --git a/i18n/im-sdk/HISTORY b/i18n/im-sdk/HISTORY
index 76ab7f6..3be84da 100644
--- a/i18n/im-sdk/HISTORY
+++ b/i18n/im-sdk/HISTORY
@@ -1,3 +1,6 @@
+2006-10-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * INSTALL: use TRACK_ROOT when linking #9163
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
diff --git a/i18n/im-sdk/INSTALL b/i18n/im-sdk/INSTALL
index e3c8063..c34783b 100755
--- a/i18n/im-sdk/INSTALL
+++ b/i18n/im-sdk/INSTALL
@@ -22,4 +22,4 @@ if [[ ! -f $INSTALL_ROOT/etc/im/htt.conf
else
rm -f htt.conf
fi &&
-ln -sf /etc/im/htt.conf htt.conf
+ln -sf $TRACK_ROOT/etc/im/htt.conf htt.conf
diff --git a/libs/annie/HISTORY b/libs/annie/HISTORY
index 3144176..608e1ab 100644
--- a/libs/annie/HISTORY
+++ b/libs/annie/HISTORY
@@ -1,3 +1,6 @@
+2006-10-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * INSTALL: use TRACK_ROOT when linking #9163
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
diff --git a/libs/annie/INSTALL b/libs/annie/INSTALL
index c0df8e8..bf34f49 100755
--- a/libs/annie/INSTALL
+++ b/libs/annie/INSTALL
@@ -13,7 +13,7 @@
mkdir -p /usr/share/annie /usr/share/annie/bin/ \
/usr/share/annie/bin/utils &&
cp -a bin/* /usr/share/annie/bin/utils &&
- ln -s /usr/share/annie/bin/utils/* /usr/bin &&
+ ln -s $TRACK_ROOT/usr/share/annie/bin/utils/* /usr/bin &&
rm bin/*
fi &&
if [ "$ANNIE_EXAMPLES" == "y" ]; then
@@ -22,5 +22,5 @@
/usr/share/annie/bin /usr/share/annie/bin/examples &&
cp -a examples/* /usr/share/annie/examples &&
cp -a bin /usr/share/annie/bin/examples &&
- ln -s /usr/share/annie/bin/examples/* /usr/bin
+ ln -s $TRACK_ROOT/usr/share/annie/bin/examples/* /usr/bin
fi
diff --git a/libs/galib/HISTORY b/libs/galib/HISTORY
index 5338619..7583fd4 100644
--- a/libs/galib/HISTORY
+++ b/libs/galib/HISTORY
@@ -1,3 +1,6 @@
+2006-10-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * INSTALL: use TRACK_ROOT when linking #9163
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
diff --git a/libs/glibc/INSTALL b/libs/glibc/INSTALL
index fa94d7d..d6b59b1 100755
--- a/libs/glibc/INSTALL
+++ b/libs/glibc/INSTALL
@@ -43,7 +43,7 @@ #
make install install_root="${INSTALL_ROOT}" &&
if [[ ${SMGL_COMPAT_ARCHS[1]} == x86_64 ]]; then
[ -d /lib64 -a ! -f /lib64/ld-linux-x86-64.so.2 -a -f
/lib/ld-linux-x86-64.so.2 ] &&
- ln -s /lib/ld-linux-x86-64.so.2 /lib64/ld-linux-x86-64.so.2
+ ln -s $TRACK_ROOT/lib/ld-linux-x86-64.so.2 /lib64/ld-linux-x86-64.so.2
true # see bug 8626 for info about this conditional
fi &&
( ldconfig || true ) &&
diff --git a/mail/openwebmail/HISTORY b/mail/openwebmail/HISTORY
index 6aff17c..a7ddd7d 100644
--- a/mail/openwebmail/HISTORY
+++ b/mail/openwebmail/HISTORY
@@ -1,3 +1,6 @@
+2006-10-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * INSTALL: use TRACK_ROOT when linking #9163
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* PROVIDES: [automated] Fixed invalid entries.
diff --git a/mail/openwebmail/INSTALL b/mail/openwebmail/INSTALL
index 3d57193..d8e4b43 100755
--- a/mail/openwebmail/INSTALL
+++ b/mail/openwebmail/INSTALL
@@ -21,7 +21,7 @@ # run the install process
install_www_files &&
#link /etc/openwebmail.conf to the one in the cgi-bin dir
-ln -sfn /etc/openwebmail.conf
get_install_www_files_dir/${SPELL}/cgi-bin/openwebmail/etc/openwebmail.conf
&&
+ln -sfn $TRACK_ROOT/etc/openwebmail.conf
get_install_www_files_dir/${SPELL}/cgi-bin/openwebmail/etc/openwebmail.conf
&&
message "${MESSAGE_COLOR}Setting up log... ${DEFAULT_COLOR}"
&&
[ -x /var/log/openwebmail.log ] || touch /var/log/openwebmail.log
&&
diff --git a/net/bind/HISTORY b/net/bind/HISTORY
index cb380a5..f1a59d4 100644
--- a/net/bind/HISTORY
+++ b/net/bind/HISTORY
@@ -1,3 +1,6 @@
+2006-10-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * INSTALL: use TRACK_ROOT when linking #9163
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* PROVIDES: [automated] Fixed invalid entries.
# LILO uses the auto runlevel when it doesn't encounter any user input
# path relative to be safer for chroots
diff --git a/video-libs/mplayer-gui/HISTORY b/video-libs/mplayer-gui/HISTORY
index 0d3f393..e67a3ed 100644
--- a/video-libs/mplayer-gui/HISTORY
+++ b/video-libs/mplayer-gui/HISTORY
@@ -1,3 +1,6 @@
+2006-10-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * INSTALL: use TRACK_ROOT when linking #9163
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS
diff --git a/video-libs/mplayer-gui/INSTALL b/video-libs/mplayer-gui/INSTALL
index b9ea600..bbfb38f 100755
--- a/video-libs/mplayer-gui/INSTALL
+++ b/video-libs/mplayer-gui/INSTALL
@@ -2,4 +2,4 @@ mkdir -p /usr/share/mplayer/Skin
cp -R Blue /usr/share/mplayer/Skin &&
chmod 755 /usr/share/mplayer/Skin/Blue &&
chmod 644 /usr/share/mplayer/Skin/Blue/* &&
-ln -sf /usr/share/mplayer/Skin/Blue /usr/share/mplayer/Skin/default
+ln -sf $TRACK_ROOT/usr/share/mplayer/Skin/Blue
/usr/share/mplayer/Skin/default
diff --git a/x11-libs/xfree86-4.3/HISTORY b/x11-libs/xfree86-4.3/HISTORY
index 6e0558e..1a6d78a 100644
--- a/x11-libs/xfree86-4.3/HISTORY
+++ b/x11-libs/xfree86-4.3/HISTORY
@@ -1,3 +1,6 @@
+2006-10-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * INSTALL: use TRACK_ROOT when linking #9163
+
2006-06-29 Eric Sandall <eric AT sandall.us>
* DETAILS: Removed BUILD_API=1 and UPDATED
Shortened SHORT
diff --git a/x11-libs/xfree86-4.3/INSTALL b/x11-libs/xfree86-4.3/INSTALL
index 9670906..197f720 100755
--- a/x11-libs/xfree86-4.3/INSTALL
+++ b/x11-libs/xfree86-4.3/INSTALL
@@ -10,7 +10,7 @@ install_drm() {
#### the following is needed for pkgconfig to find the .pc files
cd $SOURCE_DIRECTORY.bld &&
mkdir -p /usr/X11R6/lib &&
-ln -sf /usr/lib/pkgconfig /usr/X11R6/lib &&
+ln -sf $TRACK_ROOT/usr/lib/pkgconfig /usr/X11R6/lib &&
make install &&
make install.man &&
install_drm &&
@@ -24,7 +24,7 @@ if [ ! -e /etc/s
fi
if [ ! -e /usr/bin/X11 ]; then
- ln -sf /usr/X11R6/bin /usr/bin/X11
+ ln -sf $TRACK_ROOT/usr/X11R6/bin /usr/bin/X11
fi
if [ ! -e /usr/X11 ]; then
diff --git a/x11-libs/xfree86-devel/HISTORY b/x11-libs/xfree86-devel/HISTORY
index f0be51c..3d6befa 100644
--- a/x11-libs/xfree86-devel/HISTORY
+++ b/x11-libs/xfree86-devel/HISTORY
@@ -1,3 +1,6 @@
+2006-10-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * INSTALL: use TRACK_ROOT when linking #9163
+
2006-06-29 Eric Sandall <eric AT sandall.us>
* DETAILS: Removed BUILD_API=1 and UPDATED
Shortened SHORT
diff --git a/x11-libs/xfree86-devel/INSTALL b/x11-libs/xfree86-devel/INSTALL
index 9670906..197f720 100755
--- a/x11-libs/xfree86-devel/INSTALL
+++ b/x11-libs/xfree86-devel/INSTALL
@@ -10,7 +10,7 @@ install_drm() {
#### the following is needed for pkgconfig to find the .pc files
cd $SOURCE_DIRECTORY.bld &&
mkdir -p /usr/X11R6/lib &&
-ln -sf /usr/lib/pkgconfig /usr/X11R6/lib &&
+ln -sf $TRACK_ROOT/usr/lib/pkgconfig /usr/X11R6/lib &&
make install &&
make install.man &&
install_drm &&
@@ -24,7 +24,7 @@ if [ ! -e /etc/s
fi
if [ ! -e /usr/bin/X11 ]; then
- ln -sf /usr/X11R6/bin /usr/bin/X11
+ ln -sf $TRACK_ROOT/usr/X11R6/bin /usr/bin/X11
fi
if [ ! -e /usr/X11 ]; then
diff --git a/x11-libs/xfree86-libs/HISTORY b/x11-libs/xfree86-libs/HISTORY
index f0603e8..c46bb20 100644
--- a/x11-libs/xfree86-libs/HISTORY
+++ b/x11-libs/xfree86-libs/HISTORY
@@ -1,3 +1,6 @@
+2006-10-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * INSTALL: use TRACK_ROOT when linking #9163
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* PROVIDES: [automated] Fixed invalid entries.
diff --git a/x11-libs/xfree86-libs/INSTALL b/x11-libs/xfree86-libs/INSTALL
index 1f194da..08c4fd9 100755
--- a/x11-libs/xfree86-libs/INSTALL
+++ b/x11-libs/xfree86-libs/INSTALL
@@ -2,7 +2,7 @@ #
# the following is needed for pkgconfig to find the .pc files
#
mkdir -p /usr/X11R6/lib &&
-ln -sf /usr/lib/pkgconfig /usr/X11R6/lib &&
+ln -sf $TRACK_ROOT/usr/lib/pkgconfig /usr/X11R6/lib &&
make install &&
sedit 's/die/print/' ./config/util/mkhtmlindex.pl &&
make install.man &&
@@ -11,7 +11,7 @@ rm -f /usr/X11R6/include/zlib.h &&
rm -f /usr/X11R6/lib/libz.a &&
if [ ! -e /usr/bin/X11 ]; then
- ln -sf /usr/X11R6/bin /usr/bin/X11
+ ln -sf $TRACK_ROOT/usr/X11R6/bin /usr/bin/X11
fi &&
if [ ! -e /usr/X11 ]; then
diff --git a/x11-libs/xfree86/HISTORY b/x11-libs/xfree86/HISTORY
index 42b4ca6..00f9aee 100644
--- a/x11-libs/xfree86/HISTORY
+++ b/x11-libs/xfree86/HISTORY
@@ -1,3 +1,6 @@
+2006-10-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * INSTALL: use TRACK_ROOT when linking #9163
+
2006-06-28 Eric Sandall <eric AT sandall.us>
* DETAILS: Removed BUILD_API=2, set grimoire-wide
diff --git a/x11-libs/xfree86/INSTALL b/x11-libs/xfree86/INSTALL
index eb1bf5b..045631a 100755
--- a/x11-libs/xfree86/INSTALL
+++ b/x11-libs/xfree86/INSTALL
@@ -13,7 +13,7 @@ #
# the following is needed for pkgconfig to find the .pc files
#
mkdir -p /usr/X11R6/lib &&
-ln -sf /usr/lib/pkgconfig /usr/X11R6/lib &&
+ln -sf $TRACK_ROOT/usr/lib/pkgconfig /usr/X11R6/lib &&
make install &&
make install.man &&
install_drm &&
@@ -27,7 +27,7 @@ if [ ! -e /etc/s
fi &&
if [ ! -e /usr/bin/X11 ]; then
- ln -sf /usr/X11R6/bin /usr/bin/X11
+ ln -sf $TRACK_ROOT/usr/X11R6/bin /usr/bin/X11
fi &&
if [ ! -e /usr/X11 ]; then
diff --git a/x11-libs/xorg/HISTORY b/x11-libs/xorg/HISTORY
index 98e92c1..9dada56 100644
--- a/x11-libs/xorg/HISTORY
+++ b/x11-libs/xorg/HISTORY
@@ -1,3 +1,6 @@
+2006-10-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * INSTALL: use TRACK_ROOT when linking #9163
+
2006-06-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* init.d/xfs, init.d/xfs.conf: added init script for the font
server
diff --git a/x11-libs/xorg/INSTALL b/x11-libs/xorg/INSTALL
index c4756f2..76fc406 100755
--- a/x11-libs/xorg/INSTALL
+++ b/x11-libs/xorg/INSTALL
@@ -17,7 +17,7 @@ # group used for xterm
create_group utmp &&
mkdir -p /usr/X11R6/lib &&
-ln -sf /usr/lib/pkgconfig /usr/X11R6/lib &&
+ln -sf $TRACK_ROOT/usr/lib/pkgconfig /usr/X11R6/lib &&
make install &&
make install.man &&
install_drm &&
@@ -28,7 +28,7 @@ if [ ! -e /etc/s
fi &&
if [ ! -e /usr/bin/X11 ]; then
- ln -sf /usr/X11R6/bin /usr/bin/X11
+ ln -sf $TRACK_ROOT/usr/X11R6/bin /usr/bin/X11
fi &&
if [ ! -e /usr/X11 ]; then
[SM-Commit] GIT changes to master grimoire by Jaka Kranjc (a1369a36ee00133f62efbe69556a07cc8f23ce10),
Jaka Kranjc, 10/26/2006