[PC-BSD Commits] r3168 - in pbibuild/modules/torcs: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Fri Jan 2 12:26:40 PST 2009
Author: gonzalo
Date: 2009-01-02 12:26:39 -0800 (Fri, 02 Jan 2009)
New Revision: 3168
Modified:
pbibuild/modules/torcs/copy-files
pbibuild/modules/torcs/overlay-dir/PBI.RemoveScript.sh
pbibuild/modules/torcs/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/torcs/pbi.conf
Log:
TORCS modified for the new version
Modified: pbibuild/modules/torcs/copy-files
===================================================================
--- pbibuild/modules/torcs/copy-files 2009-01-02 17:19:48 UTC (rev 3167)
+++ pbibuild/modules/torcs/copy-files 2009-01-02 20:26:39 UTC (rev 3168)
@@ -13,3 +13,12 @@
/usr/local/lib/torcs/torcs-bin bin/
/usr/local/share/doc/torcs share/doc/
/usr/local/share/games/torcs share/games/
+/usr/local/lib/libracescreens.so autolibs/
+/usr/local/lib/librobottools.so autolibs/
+/usr/local/lib/libclient.so autolibs/
+/usr/local/lib/libconfscreens.so autolibs/
+/usr/local/lib/libtgf.so autolibs/
+/usr/local/lib/libtgfclient.so autolibs/
+/usr/local/lib/libtxml.so autolibs/
+/usr/local/lib/libraceengine.so autolibs/
+/usr/local/lib/liblearning.so autolibs/
Modified: pbibuild/modules/torcs/overlay-dir/PBI.RemoveScript.sh
===================================================================
--- pbibuild/modules/torcs/overlay-dir/PBI.RemoveScript.sh 2009-01-02 17:19:48 UTC (rev 3167)
+++ pbibuild/modules/torcs/overlay-dir/PBI.RemoveScript.sh 2009-01-02 20:26:39 UTC (rev 3168)
@@ -6,15 +6,15 @@
# ${2} is the username of person performing the deletion.
# TIP: 'kdialog' should be used for user interaction.
#########################################
-rm -fR /usr/local/bin/accc
-rm -fR /usr/local/bin/nfs2ac
-rm -fR /usr/local/bin/nfsperf
-rm -fR /usr/local/bin/texmapper
-rm -fR /usr/local/bin/torcs
-rm -fR /usr/local/bin/trackgen
-rm -fR /usr/local/lib/torcs
-rm -fR /usr/local/share/doc/torcs
-rm -fR /usr/local/share/games/torcs
+#rm -fR /usr/local/bin/accc
+#rm -fR /usr/local/bin/nfs2ac
+#rm -fR /usr/local/bin/nfsperf
+#rm -fR /usr/local/bin/texmapper
+##rm -fR /usr/local/bin/torcs
+#rm -fR /usr/local/bin/trackgen
+#rm -fR /usr/local/lib/torcs
+#rm -fR /usr/local/share/doc/torcs
+#rm -fR /usr/local/share/games/torcs
if [ ! -z "$DISPLAY" ]
then
# Ask if we want to remove the user profiles
Modified: pbibuild/modules/torcs/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/torcs/overlay-dir/PBI.SetupScript.sh 2009-01-02 17:19:48 UTC (rev 3167)
+++ pbibuild/modules/torcs/overlay-dir/PBI.SetupScript.sh 2009-01-02 20:26:39 UTC (rev 3168)
@@ -14,37 +14,37 @@
# echo 'SETSTEPS: <num>' # Set the current progress of the progress bar
# echo 'MSG: <text>' # Display this text above progress bar
#########################################
-ln -s /Programs/${PROGDIR}/.sbin/accc /usr/local/bin/accc
-ln -s /Programs/${PROGDIR}/.sbin/nfs2ac /usr/local/bin/nfs2ac
-ln -s /Programs/${PROGDIR}/.sbin/nfsperf /usr/local/bin/nfsperf
-ln -s /Programs/${PROGDIR}/.sbin/texmapper /usr/local/bin/texmapper
-ln -s /Programs/${PROGDIR}/.sbin/torcs /usr/local/bin/torcs
-ln -s /Programs/${PROGDIR}/.sbin/trackgen /usr/local/bin/trackgen
-ln -s /Programs/${PROGDIR}/lib/torcs /usr/local/lib/torcs
-ln -s /Programs/${PROGDIR}/share/doc/torcs /usr/local/share/doc/torcs
+#ln -s /Programs/${PROGDIR}/.sbin/accc /usr/local/bin/accc
+#ln -s /Programs/${PROGDIR}/.sbin/nfs2ac /usr/local/bin/nfs2ac
+#ln -s /Programs/${PROGDIR}/.sbin/nfsperf /usr/local/bin/nfsperf
+#ln -s /Programs/${PROGDIR}/.sbin/texmapper /usr/local/bin/texmapper
+#ln -s /Programs/${PROGDIR}/.sbin/torcs /usr/local/bin/torcs
+#ln -s /Programs/${PROGDIR}/.sbin/trackgen /usr/local/bin/trackgen
+#ln -s /Programs/${PROGDIR}/lib/torcs /usr/local/lib/torcs
+#ln -s /Programs/${PROGDIR}/share/doc/torcs /usr/local/share/doc/torcs
rm -fR /Programs/${PROGDIR}/bin/accc-bin
rm -fR /Programs/${PROGDIR}/bin/nfs2ac-bin
rm -fR /Programs/${PROGDIR}/bin/nfsperf-bin
rm -fR /Programs/${PROGDIR}/bin/texmapper-bin
rm -fR /Programs/${PROGDIR}/bin/torcs-bin
rm -fR /Programs/${PROGDIR}/bin/torcs-bin
-sed 's:prefix=/usr/local:prefix=/Programs/TORCS1.3.0:g' /Programs/${PROGDIR}/bin/accc > tempfile && mv -- tempfile /Programs/${PROGDIR}/bin/accc
-sed 's:prefix=/usr/local:prefix=/Programs/TORCS1.3.0:g' /Programs/${PROGDIR}/bin/nfs2ac > tempfile && mv -- tempfile /Programs/${PROGDIR}/bin/nfs2ac
-sed 's:prefix=/usr/local:prefix=/Programs/TORCS1.3.0:g' /Programs/${PROGDIR}/bin/nfsperf > tempfile && mv -- tempfile /Programs/${PROGDIR}/bin/nfsperf
-sed 's:prefix=/usr/local:prefix=/Programs/TORCS1.3.0:g' /Programs/${PROGDIR}/bin/texmapper > tempfile && mv -- tempfile /Programs/${PROGDIR}/bin/texmapper
-sed 's:prefix=/usr/local:prefix=/Programs/TORCS1.3.0:g' /Programs/${PROGDIR}/bin/torcs > tempfile && mv -- tempfile /Programs/${PROGDIR}/bin/torcs
-sed 's:prefix=/usr/local:prefix=/Programs/TORCS1.3.0:g' /Programs/${PROGDIR}/bin/trackgen > tempfile && mv -- tempfile /Programs/${PROGDIR}/bin/trackgen
+sed 's:prefix=/usr/local:prefix=/Programs/${PROGDIR}:g' /Programs/${PROGDIR}/bin/accc > tempfile && mv -- tempfile /Programs/${PROGDIR}/bin/accc
+sed 's:prefix=/usr/local:prefix=/Programs/${PROGDIR}:g' /Programs/${PROGDIR}/bin/nfs2ac > tempfile && mv -- tempfile /Programs/${PROGDIR}/bin/nfs2ac
+sed 's:prefix=/usr/local:prefix=/Programs/${PROGDIR}:g' /Programs/${PROGDIR}/bin/nfsperf > tempfile && mv -- tempfile /Programs/${PROGDIR}/bin/nfsperf
+sed 's:prefix=/usr/local:prefix=/Programs/${PROGDIR}:g' /Programs/${PROGDIR}/bin/texmapper > tempfile && mv -- tempfile /Programs/${PROGDIR}/bin/texmapper
+sed 's:prefix=/usr/local:prefix=/Programs/${PROGDIR}:g' /Programs/${PROGDIR}/bin/torcs > tempfile && mv -- tempfile /Programs/${PROGDIR}/bin/torcs
+sed 's:prefix=/usr/local:prefix=/Programs/${PROGDIR}:g' /Programs/${PROGDIR}/bin/trackgen > tempfile && mv -- tempfile /Programs/${PROGDIR}/bin/trackgen
chmod +x /Programs/${PROGDIR}/bin/accc
chmod +x /Programs/${PROGDIR}/bin/nfs2ac
chmod +x /Programs/${PROGDIR}/bin/nfsperf
chmod +x /Programs/${PROGDIR}/bin/texmapper
chmod +x /Programs/${PROGDIR}/bin/torcs
chmod +x /Programs/${PROGDIR}/bin/trackgen
- if [ -e "/usr/local/share/games" ]
- then
- ln -s ln -s /Programs/${PROGDIR}/share/games/torcs /usr/local/share/games/torcs
- else
- mkdir /usr/local/share/games
- ln -s ln -s /Programs/${PROGDIR}/share/games/torcs /usr/local/share/games/torcs
- fi
+# if [ -e "/usr/local/share/games" ]
+# then
+# ln -s ln -s /Programs/${PROGDIR}/share/games/torcs /usr/local/share/games/torcs
+# else
+# mkdir /usr/local/share/games
+# ln -s ln -s /Programs/${PROGDIR}/share/games/torcs /usr/local/share/games/torcs
+# fi
echo "LAUNCHCLOSE: /usr/local/bin/torcs"
Modified: pbibuild/modules/torcs/pbi.conf
===================================================================
--- pbibuild/modules/torcs/pbi.conf 2009-01-02 17:19:48 UTC (rev 3167)
+++ pbibuild/modules/torcs/pbi.conf 2009-01-02 20:26:39 UTC (rev 3168)
@@ -32,6 +32,6 @@
# Build Key - Change this to anything else to trigger a rebuild
# - The rebuild will take place even if port is still the same ver
-BUILDKEY="08"
+BUILDKEY="09"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list