Skip to Content.
Sympa Menu

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

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 (a1369a36ee00133f62efbe69556a07cc8f23ce10)
  • Date: Thu, 26 Oct 2006 14:57:04 -0500

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

audio-plugins/alsaplayer-midi/HISTORY | 3 +++
audio-plugins/alsaplayer-midi/INSTALL | 2 +-
audio-soft/annotator/BUILD | 2 +-
audio-soft/annotator/HISTORY | 3 +++
cluster/openmosixview/HISTORY | 3 +++
cluster/openmosixview/INSTALL | 2 +-
collab/bugzilla/HISTORY | 3 +++
collab/bugzilla/INSTALL | 2 +-
crypto/gtk2-ssh-askpass/HISTORY | 3 +++
crypto/gtk2-ssh-askpass/INSTALL | 2 +-
crypto/krb5/HISTORY | 3 +++
crypto/krb5/INSTALL | 2 +-
devel/gcc2/HISTORY | 3 +++
devel/gcc2/INSTALL | 2 +-
disk/dvdrtools/HISTORY | 3 +++
disk/dvdrtools/INSTALL | 2 +-
disk/xfsprogs/HISTORY | 3 +++
disk/xfsprogs/INSTALL | 2 +-
display/xdirectfb/HISTORY | 3 +++
display/xdirectfb/INSTALL | 2 +-
doc/docbook-utils/HISTORY | 3 +++
doc/docbook-utils/INSTALL | 2 +-
doc/opensp/HISTORY | 3 +++
doc/opensp/INSTALL | 16 ++++++++--------
editors/openoffice/HISTORY | 3 +++
editors/openoffice/INSTALL | 2 +-
ftp/fags/HISTORY | 3 +++
ftp/fags/INSTALL | 2 +-
ftp/sendfile/HISTORY | 3 +++
ftp/sendfile/INSTALL | 8 ++++----
gnu/gcc/HISTORY | 3 +++
gnu/gcc/INSTALL | 2 +-
gnustep-libs/gnustep-make/HISTORY | 3 +++
gnustep-libs/gnustep-make/INSTALL | 2 +-
graphics/duhdraw/HISTORY | 3 +++
graphics/duhdraw/INSTALL | 2 +-
ham/unixcw/BUILD | 8 ++++----
ham/unixcw/HISTORY | 3 +++
ham/unixcw/INSTALL | 2 +-
http/apache2/HISTORY | 3 +++
http/apache2/INSTALL | 4 ++--
http/apache22/HISTORY | 3 +++
http/apache22/INSTALL | 2 +-
http/firefox/HISTORY | 3 +++
http/firefox/INSTALL | 2 +-
i18n/im-sdk/HISTORY | 3 +++
i18n/im-sdk/INSTALL | 2 +-
libs/annie/HISTORY | 3 +++
libs/annie/INSTALL | 4 ++--
libs/galib/HISTORY | 3 +++
libs/galib/INSTALL | 4 ++--
libs/glibc/HISTORY | 3 +++
libs/glibc/INSTALL | 2 +-
mail/openwebmail/HISTORY | 3 +++
mail/openwebmail/INSTALL | 2 +-
net/bind/HISTORY | 3 +++
net/bind/INSTALL | 4 ++--
net/pptpconfig/HISTORY | 3 +++
net/pptpconfig/INSTALL | 2 +-
science-libs/vtk/HISTORY | 3 +++
science-libs/vtk/INSTALL | 2 +-
science/yorick/HISTORY | 3 +++
science/yorick/INSTALL | 2 +-
security/gtk-systrace/BUILD | 2 +-
security/gtk-systrace/HISTORY | 3 +++
smgl/init.d/HISTORY | 3 +++
smgl/init.d/INSTALL | 2 +-
video-libs/mplayer-gui/HISTORY | 3 +++
video-libs/mplayer-gui/INSTALL | 2 +-
x11-libs/xfree86-4.3/HISTORY | 3 +++
x11-libs/xfree86-4.3/INSTALL | 4 ++--
x11-libs/xfree86-devel/HISTORY | 3 +++
x11-libs/xfree86-devel/INSTALL | 4 ++--
x11-libs/xfree86-libs/HISTORY | 3 +++
x11-libs/xfree86-libs/INSTALL | 4 ++--
x11-libs/xfree86/HISTORY | 3 +++
x11-libs/xfree86/INSTALL | 4 ++--
x11-libs/xorg/HISTORY | 3 +++
x11-libs/xorg/INSTALL | 4 ++--
79 files changed, 179 insertions(+), 62 deletions(-)

New commits:
commit 1b1ec0fd66472cd4e6caa69238c4a7fe0407bdb7
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

use TRACK_ROOT when linking #9163

diff --git a/audio-plugins/alsaplayer-midi/HISTORY
b/audio-plugins/alsaplayer-midi/HISTORY
index 5b1e265..70eb274 100644
--- a/audio-plugins/alsaplayer-midi/HISTORY
+++ b/audio-plugins/alsaplayer-midi/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/audio-plugins/alsaplayer-midi/INSTALL
b/audio-plugins/alsaplayer-midi/INSTALL
index 966e7ff..3f01b3b 100755
--- a/audio-plugins/alsaplayer-midi/INSTALL
+++ b/audio-plugins/alsaplayer-midi/INSTALL
@@ -9,4 +9,4 @@ if [ ! -e ~/.alsaplayer ]
then mkdir ~/.alsaplayer
fi &&
cd ~/.alsaplayer &&
-ln -s /usr/share/timidity/PC42b.sf2
+ln -s $TRACK_ROOT/usr/share/timidity/PC42b.sf2
diff --git a/audio-soft/annotator/BUILD b/audio-soft/annotator/BUILD
index 1d9522c..c641e36 100755
--- a/audio-soft/annotator/BUILD
+++ b/audio-soft/annotator/BUILD
@@ -1,5 +1,5 @@
# add link to /usr/bin/qt4 so annotator can find it
-ln -s /usr/bin/qt4 /usr/lib/qt4/bin
+ln -s $TRACK_ROOT/usr/bin/qt4 /usr/lib/qt4/bin
export OLDQTDIR=$QTDIR &&
unset QTDIR &&
export QTDIR=/usr/lib/qt4 &&
diff --git a/audio-soft/annotator/HISTORY b/audio-soft/annotator/HISTORY
index 59d75de..b16a890 100644
--- a/audio-soft/annotator/HISTORY
+++ b/audio-soft/annotator/HISTORY
@@ -1,3 +1,6 @@
+2006-10-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * BUILD: use TRACK_ROOT when linking #9163
+
2006-07-27 Unet <unet AT sourcemage.org>
* ALL: Created

diff --git a/cluster/openmosixview/HISTORY b/cluster/openmosixview/HISTORY
index 0506ebe..977e280 100644
--- a/cluster/openmosixview/HISTORY
+++ b/cluster/openmosixview/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
Changed LICENSE to LICENSE[0]
diff --git a/cluster/openmosixview/INSTALL b/cluster/openmosixview/INSTALL
index f412883..43c3619 100755
--- a/cluster/openmosixview/INSTALL
+++ b/cluster/openmosixview/INSTALL
@@ -1,4 +1,4 @@
-ln -sfn /lib/modules/$(uname -r)/build/include/hpc /usr/include &&
+ln -sfn $TRACK_ROOT/lib/modules/$(uname -r)/build/include/hpc /usr/include
&&
export QTDIR=/usr &&
./setup &&
cd 3dmon &&
diff --git a/collab/bugzilla/HISTORY b/collab/bugzilla/HISTORY
index 4de0232..17081bc 100644
--- a/collab/bugzilla/HISTORY
+++ b/collab/bugzilla/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/collab/bugzilla/INSTALL b/collab/bugzilla/INSTALL
index 93ff8ce..4074b15 100755
--- a/collab/bugzilla/INSTALL
+++ b/collab/bugzilla/INSTALL
@@ -6,5 +6,5 @@ # it's good to have docs
if [ -d /usr/doc/$SPELL ]; then
rm -fr /usr/doc/$SPELL/
fi &&
-ln -fns /usr/share/$SPELL/docs /usr/doc/$SPELL
+ln -fns $TRACK_ROOT/usr/share/$SPELL/docs /usr/doc/$SPELL

diff --git a/crypto/gtk2-ssh-askpass/HISTORY b/crypto/gtk2-ssh-askpass/HISTORY
index fc91eaf..797bb6f 100644
--- a/crypto/gtk2-ssh-askpass/HISTORY
+++ b/crypto/gtk2-ssh-askpass/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/crypto/gtk2-ssh-askpass/INSTALL b/crypto/gtk2-ssh-askpass/INSTALL
index c5a0679..8d99c5e 100755
--- a/crypto/gtk2-ssh-askpass/INSTALL
+++ b/crypto/gtk2-ssh-askpass/INSTALL
@@ -1,5 +1,5 @@
cp gtk2-ssh-askpass /usr/bin/ &&

if [ ! -e /usr/libexec/ssh-askpass ] ; then
- ln -s /usr/bin/gtk2-ssh-askpass /usr/libexec/ssh-askpass
+ ln -s $TRACK_ROOT/usr/bin/gtk2-ssh-askpass /usr/libexec/ssh-askpass
fi
diff --git a/crypto/krb5/HISTORY b/crypto/krb5/HISTORY
index 55c08be..a0a7e90 100644
--- a/crypto/krb5/HISTORY
+++ b/crypto/krb5/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/crypto/krb5/INSTALL b/crypto/krb5/INSTALL
index ecc58d7..587a115 100755
--- a/crypto/krb5/INSTALL
+++ b/crypto/krb5/INSTALL
@@ -13,4 +13,4 @@ fi &&
#
# Create symlink so packages (such as kdebase) can find krb5.h
#
-ln -s /usr/include /usr/include/krb5
+ln -s $TRACK_ROOT/usr/include /usr/include/krb5
diff --git a/devel/gcc2/HISTORY b/devel/gcc2/HISTORY
index a602aef..23ba684 100644
--- a/devel/gcc2/HISTORY
+++ b/devel/gcc2/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>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/devel/gcc2/INSTALL b/devel/gcc2/INSTALL
index 183d5e1..0cd8093 100755
--- a/devel/gcc2/INSTALL
+++ b/devel/gcc2/INSTALL
@@ -4,5 +4,5 @@ ln -sf gcc /opt/gcc2/bin/cc &&
ln -sf ../../../../bin/cpp \
/opt/gcc2/lib/gcc-lib/$BUILD/$VERSION/cpp &&
# Compatibility lib
-ln -sf /opt/gcc2/lib/libstdc++-3-libc6.3-2-2.10.0.so \
+ln -sf $TRACK_ROOT/opt/gcc2/lib/libstdc++-3-libc6.3-2-2.10.0.so \
/opt/gcc2/lib/libstdc++-libc6.2-2.so.3
diff --git a/disk/dvdrtools/HISTORY b/disk/dvdrtools/HISTORY
index ca59209..f5d7f9d 100644
--- a/disk/dvdrtools/HISTORY
+++ b/disk/dvdrtools/HISTORY
@@ -1,3 +1,6 @@
+2006-10-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * INSTALL: use TRACK_ROOT when linking #9163
+
2006-10-07 Flavien Bridault <vlaaad AT sourcemage.org>
* CONFLICTS: added mkisofs and libburn-pykix

diff --git a/disk/dvdrtools/INSTALL b/disk/dvdrtools/INSTALL
index 0b0e8cd..93c8e62 100755
--- a/disk/dvdrtools/INSTALL
+++ b/disk/dvdrtools/INSTALL
@@ -1,4 +1,4 @@
make install &&
-ln -sf /usr/bin/dvdrecord /usr/bin/cdrecord &&
+ln -sf $TRACK_ROOT/usr/bin/dvdrecord /usr/bin/cdrecord &&

apply_cdr_perms ${PERM} ${INSTALL_ROOT}/usr/bin/dvdrecord
diff --git a/disk/xfsprogs/HISTORY b/disk/xfsprogs/HISTORY
index 940ee35..256f46d 100644
--- a/disk/xfsprogs/HISTORY
+++ b/disk/xfsprogs/HISTORY
@@ -1,3 +1,6 @@
+2006-10-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * INSTALL: use TRACK_ROOT when linking #9163
+
2006-03-21 Rafael George <george.rafael AT gmail.com>
* DETAILS: Updated 2.7.11

diff --git a/disk/xfsprogs/INSTALL b/disk/xfsprogs/INSTALL
index 6770931..0bff055 100755
--- a/disk/xfsprogs/INSTALL
+++ b/disk/xfsprogs/INSTALL
@@ -1,4 +1,4 @@
make install install-dev &&
# Correct a bad symlink - Check if it is still needed later
rm /usr/lib/libhandle.so &&
-ln -s /usr/lib/libhandle.so.1 /usr/lib/libhandle.so
+ln -s $TRACK_ROOT/usr/lib/libhandle.so.1 /usr/lib/libhandle.so
diff --git a/display/xdirectfb/HISTORY b/display/xdirectfb/HISTORY
old mode 100755
new mode 100644
index c7301c1..a4bd2e2
--- a/display/xdirectfb/HISTORY
+++ b/display/xdirectfb/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/display/xdirectfb/INSTALL b/display/xdirectfb/INSTALL
index 56d0bf4..0c2babf 100755
--- a/display/xdirectfb/INSTALL
+++ b/display/xdirectfb/INSTALL
@@ -21,7 +21,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/doc/docbook-utils/HISTORY b/doc/docbook-utils/HISTORY
index 42ee3b7..672e981 100644
--- a/doc/docbook-utils/HISTORY
+++ b/doc/docbook-utils/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/doc/docbook-utils/INSTALL b/doc/docbook-utils/INSTALL
index 194aa86..27fe5d3 100755
--- a/doc/docbook-utils/INSTALL
+++ b/doc/docbook-utils/INSTALL
@@ -2,5 +2,5 @@ default_install &&

for doctype in html ps dvi man pdf rtf tex texi tex
do
- ln -sfn /usr/bin/docbook2$doctype /usr/bin/db2$doctype
+ ln -sfn $TRACK_ROOT/usr/bin/docbook2$doctype /usr/bin/db2$doctype
done
diff --git a/doc/opensp/HISTORY b/doc/opensp/HISTORY
index 980dad2..0a5ce84 100644
--- a/doc/opensp/HISTORY
+++ b/doc/opensp/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/doc/opensp/INSTALL b/doc/opensp/INSTALL
index b194ea0..80a9412 100755
--- a/doc/opensp/INSTALL
+++ b/doc/opensp/INSTALL
@@ -1,10 +1,10 @@
make pkgdatadir=/usr/share/sgml/OpenSP install &&

-ln -sfn /usr/bin/onsgmls /usr/bin/nsgmls &&
-ln -sfn /usr/bin/osgmlnorm /usr/bin/sgmlnorm &&
-ln -sfn /usr/bin/ospam /usr/bin/spam &&
-ln -sfn /usr/bin/ospcat /usr/bin/spcat &&
-ln -sfn /usr/bin/ospent /usr/bin/spent &&
-ln -sfn /usr/bin/osx /usr/bin/sx &&
-ln -sfn /usr/bin/osx /usr/bin/sgml2xml &&
-ln -sfn /usr/lib/libosp.so /usr/lib/libsp.so
+ln -sfn $TRACK_ROOT/usr/bin/onsgmls /usr/bin/nsgmls &&
+ln -sfn $TRACK_ROOT/usr/bin/osgmlnorm /usr/bin/sgmlnorm &&
+ln -sfn $TRACK_ROOT/usr/bin/ospam /usr/bin/spam &&
+ln -sfn $TRACK_ROOT/usr/bin/ospcat /usr/bin/spcat &&
+ln -sfn $TRACK_ROOT/usr/bin/ospent /usr/bin/spent &&
+ln -sfn $TRACK_ROOT/usr/bin/osx /usr/bin/sx &&
+ln -sfn $TRACK_ROOT/usr/bin/osx /usr/bin/sgml2xml &&
+ln -sfn $TRACK_ROOT/usr/lib/libosp.so /usr/lib/libsp.so
diff --git a/editors/openoffice/HISTORY b/editors/openoffice/HISTORY
index 76908ea..8a2f8ff 100644
--- a/editors/openoffice/HISTORY
+++ b/editors/openoffice/HISTORY
@@ -1,3 +1,6 @@
+2006-10-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * INSTALL: use TRACK_ROOT when linking #9163
+
2006-06-25 George Sherwood <george AT beernabeer.com>
* DEPENDS: Changed to CUPS from cups

diff --git a/editors/openoffice/INSTALL b/editors/openoffice/INSTALL
index 4c95f6c..20d82d1 100755
--- a/editors/openoffice/INSTALL
+++ b/editors/openoffice/INSTALL
@@ -1,5 +1,5 @@
./install --prefix=/opt
&&
for APP in swriter scalc sdraw simpress smath soffice
do rm -f /usr/bin/$APP &&
- ln -sf /opt/openoffice/program/$APP /usr/bin/$APP
+ ln -sf $TRACK_ROOT/opt/openoffice/program/$APP /usr/bin/$APP
done
\ No newline at end of file
diff --git a/ftp/fags/HISTORY b/ftp/fags/HISTORY
index d0bbfaa..712f5d2 100644
--- a/ftp/fags/HISTORY
+++ b/ftp/fags/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>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/ftp/fags/INSTALL b/ftp/fags/INSTALL
index 6ea8e9f..7f706cc 100755
--- a/ftp/fags/INSTALL
+++ b/ftp/fags/INSTALL
@@ -13,7 +13,7 @@ fags_boot_install () {
su fags -c "fags" # create default cfg
sedit "s:/pub/music/:/var/spool/fags/:" /var/spool/fags/.fags/config
mv /var/spool/fags/.fags /etc/fags
- ln -sf /etc/fags /var/spool/fags/.fags
+ ln -sf $TRACK_ROOT/etc/fags /var/spool/fags/.fags
chown root.fags /etc/fags/config
chmod 0640 /etc/fags/config
fi
diff --git a/ftp/sendfile/HISTORY b/ftp/sendfile/HISTORY
index 45dc226..c6cf93b 100644
--- a/ftp/sendfile/HISTORY
+++ b/ftp/sendfile/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>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/ftp/sendfile/INSTALL b/ftp/sendfile/INSTALL
index c8ed8ab..4e4bb66 100755
--- a/ftp/sendfile/INSTALL
+++ b/ftp/sendfile/INSTALL
@@ -9,10 +9,10 @@
cp etc/sf_cleanup /usr/bin &&
cp etc/sfconf /usr/bin &&
cp etc/sfdconf /usr/bin &&
- ln -sf /usr/bin/utf7encode /usr/bin/utf7decode &&
- ln -sf /usr/bin/sendfile /usr/bin/sf &&
- ln -sf /usr/bin/receive /usr/bin/rf &&
- ln -sf /usr/bin/sendmsg /usr/bin/sm &&
+ ln -sf $TRACK_ROOT/usr/bin/utf7encode /usr/bin/utf7decode &&
+ ln -sf $TRACK_ROOT/usr/bin/sendfile /usr/bin/sf &&
+ ln -sf $TRACK_ROOT/usr/bin/receive /usr/bin/rf &&
+ ln -sf $TRACK_ROOT/usr/bin/sendmsg /usr/bin/sm &&

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

diff --git a/graphics/duhdraw/INSTALL b/graphics/duhdraw/INSTALL
index 2acb911..c64db66 100755
--- a/graphics/duhdraw/INSTALL
+++ b/graphics/duhdraw/INSTALL
@@ -1,4 +1,4 @@
mkdir -p /usr/share/duhdraw &&
rm *.c *.h &&
cp * /usr/share/duhdraw &&
- ln -s /usr/share/duhdraw/duhdraw /usr/bin
+ ln -s $TRACK_ROOT/usr/share/duhdraw/duhdraw /usr/bin
diff --git a/ham/unixcw/BUILD b/ham/unixcw/BUILD
index 8af4ef2..ac44175 100755
--- a/ham/unixcw/BUILD
+++ b/ham/unixcw/BUILD
@@ -1,11 +1,11 @@
if ! [ -e /usr/lib/libqt.so ]; then
- ln -s /usr/lib/libqt-mt.so.3.0.4 /usr/lib/libqt.so
+ ln -s $TRACK_ROOT/usr/lib/libqt-mt.so.3.0.4 /usr/lib/libqt.so
fi

mkdir /tmp/unixcw_qt
- ln -s /usr/include/qt /tmp/unixcw_qt/include
- ln -s /usr/bin /tmp/unixcw_qt/bin
- ln -s /usr/lib/qt /tmp/unixcw_qt/lib
+ ln -s $TRACK_ROOT/usr/include/qt /tmp/unixcw_qt/include
+ ln -s $TRACK_ROOT/usr/bin /tmp/unixcw_qt/bin
+ ln -s $TRACK_ROOT/usr/lib/qt /tmp/unixcw_qt/lib
export QTDIR=/tmp/unixcw_qt

./configure --prefix=/usr \
diff --git a/ham/unixcw/HISTORY b/ham/unixcw/HISTORY
index e3d6969..ded6a50 100644
--- a/ham/unixcw/HISTORY
+++ b/ham/unixcw/HISTORY
@@ -1,3 +1,6 @@
+2006-10-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * BUILD, INSTALL: use TRACK_ROOT when linking #9163
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/ham/unixcw/INSTALL b/ham/unixcw/INSTALL
index 56a2dda..bb73549 100755
--- a/ham/unixcw/INSTALL
+++ b/ham/unixcw/INSTALL
@@ -1,6 +1,6 @@
make install &&
rm -r /tmp/unixcw_qt/ &&
- ln -sf /usr/man/man1/xcwcp.1.gz \
+ ln -sf $TRACK_ROOT/usr/man/man1/xcwcp.1.gz \
/usr/man/man1/unixcw.1.gz &&

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/galib/INSTALL b/libs/galib/INSTALL
index 82f24ce..5ed4f8a 100755
--- a/libs/galib/INSTALL
+++ b/libs/galib/INSTALL
@@ -14,8 +14,8 @@
sedit 's:#GA_LIB_DIR= /usr/local/lib:GA_LIB_DIR= /usr/lib:'
examples/makefile &&
sedit 's:#GA_INC_DIR= /usr/local/include:GA_INC_DIR= /usr/include:'
examples/makefile &&
cp examples/makefile /usr/share/galib/src &&
- ln -s /usr/share/galib/bin/* /usr/bin &&
+ ln -s $TRACK_ROOT/usr/share/galib/bin/* /usr/bin &&
mkdir -p /usr/doc/galib/examples &&
cp examples/README.txt /usr/doc/galib/examples &&
- ln -s /usr/share/galib/src/* /usr/doc/galib/examples
+ ln -s $TRACK_ROOT/usr/share/galib/src/* /usr/doc/galib/examples
fi
diff --git a/libs/glibc/HISTORY b/libs/glibc/HISTORY
index 246821d..9151589 100644
--- a/libs/glibc/HISTORY
+++ b/libs/glibc/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>
* DETAILS: [automated] Removed BUILD_API=2.

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.

diff --git a/net/bind/INSTALL b/net/bind/INSTALL
index e4608e9..e002292 100755
--- a/net/bind/INSTALL
+++ b/net/bind/INSTALL
@@ -80,7 +80,7 @@ chmod 660 /etc/bind/s/* 2> /de

# setup symlink for chrooting
[ -d /etc/bind/etc ] || mkdir /etc/bind/etc
-[ -e /etc/bind/etc/bind ] || ln -nfs / /etc/bind/etc/bind
+[ -e /etc/bind/etc/bind ] || ln -nfs $TRACK_ROOT/ /etc/bind/etc/bind

# allow bind to write to its own directory
chmod 775 /etc/bind &&
@@ -89,7 +89,7 @@ if [ ! -d /var/chroot/bind ]; then
[ -d /var/chroot ] || mkdir /var/chroot
cp -a /etc/bind /var/chroot/bind
[ ! -h /etc/bind ] && rm -rf /etc/bind &&
- ln -s /var/chroot/bind /etc/bind
+ ln -s $TRACK_ROOT/var/chroot/bind /etc/bind
fi &&

LD_PRELOAD="$LD_PRELOAD_BAK" &&
diff --git a/net/pptpconfig/HISTORY b/net/pptpconfig/HISTORY
index 77b6c04..b03c341 100644
--- a/net/pptpconfig/HISTORY
+++ b/net/pptpconfig/HISTORY
@@ -1,3 +1,6 @@
+2006-10-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * INSTALL: use TRACK_ROOT when linking #9163
+
2006-10-18 Eric Sandall <eric AT sandall.us>
* DETAILS: Updated to 20060821
* FINAL: Force symlink creation (don't fail if it already exists)
diff --git a/net/pptpconfig/INSTALL b/net/pptpconfig/INSTALL
index e40ed21..5dde575 100755
--- a/net/pptpconfig/INSTALL
+++ b/net/pptpconfig/INSTALL
@@ -1,3 +1,3 @@
default_install &&
cd /usr/sbin &&
-ln -sf /usr/lib/php/20020429/php_gtk.so
+ln -sf $TRACK_ROOT/usr/lib/php/20020429/php_gtk.so
diff --git a/science-libs/vtk/HISTORY b/science-libs/vtk/HISTORY
index 35de81a..a78ba0e 100644
--- a/science-libs/vtk/HISTORY
+++ b/science-libs/vtk/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>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/science-libs/vtk/INSTALL b/science-libs/vtk/INSTALL
index 7afcbb3..77c9123 100755
--- a/science-libs/vtk/INSTALL
+++ b/science-libs/vtk/INSTALL
@@ -1,2 +1,2 @@
default_install &&
-ln -s /usr/lib/vtk/lib* /usr/lib/
+ln -s $TRACK_ROOT/usr/lib/vtk/lib* /usr/lib/
diff --git a/science/yorick/HISTORY b/science/yorick/HISTORY
index 1d64d49..fc16ca7 100644
--- a/science/yorick/HISTORY
+++ b/science/yorick/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>
* DETAILS: [automated] Removed BUILD_API=2 and MAINTAINER.

diff --git a/science/yorick/INSTALL b/science/yorick/INSTALL
index 669f830..9e0e2c0 100755
--- a/science/yorick/INSTALL
+++ b/science/yorick/INSTALL
@@ -1,2 +1,2 @@
default_install &&
-ln -s /usr/lib/yorick/1.6/bin/* /usr/bin
+ln -s $TRACK_ROOT/usr/lib/yorick/1.6/bin/* /usr/bin
diff --git a/security/gtk-systrace/BUILD b/security/gtk-systrace/BUILD
index 5ed2629..0468b29 100755
--- a/security/gtk-systrace/BUILD
+++ b/security/gtk-systrace/BUILD
@@ -14,6 +14,6 @@ (

) > $C_FIFO 2>&1 && (

- ln -s /usr/bin/notification /usr/X11R6/bin/xsystrace
+ ln -s $TRACK_ROOT/usr/bin/notification /usr/X11R6/bin/xsystrace

)
diff --git a/security/gtk-systrace/HISTORY b/security/gtk-systrace/HISTORY
index 2bc7e2f..bdc3436 100644
--- a/security/gtk-systrace/HISTORY
+++ b/security/gtk-systrace/HISTORY
@@ -1,3 +1,6 @@
+2006-10-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * BUILD: use TRACK_ROOT when linking #9163
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/smgl/init.d/HISTORY b/smgl/init.d/HISTORY
index ca6c706..c42039b 100644
--- a/smgl/init.d/HISTORY
+++ b/smgl/init.d/HISTORY
@@ -1,3 +1,6 @@
+2006-10-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * INSTALL: use TRACK_ROOT when linking #9163
+
2006-10-15 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* init.d/devices: fix #7311, proc not showing in /etc/mtab
* DETAILS: PATCHLEVEL++
diff --git a/smgl/init.d/INSTALL b/smgl/init.d/INSTALL
index 57e8638..a072cd2 100755
--- a/smgl/init.d/INSTALL
+++ b/smgl/init.d/INSTALL
@@ -102,7 +102,7 @@ # ln -fsv ${TRACK_ROOT}/etc/sysconfig/sh
ln -fsv sysconfig/shutdown ${INSTALL_ROOT}/etc/shutdown.conf &&

# Yeah, I know
-ln -sfv /bin/true $RD/rc &&
+ln -sfv $TRACK_ROOT/bin/true $RD/rc &&

# 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

Archive powered by MHonArc 2.6.24.

Top of Page