[PC-BSD Commits] r5684 - in pbibuild/modules/emulators/wine: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Tue Dec 22 13:43:59 PST 2009
Author: kris
Date: 2009-12-22 13:43:59 -0800 (Tue, 22 Dec 2009)
New Revision: 5684
Modified:
pbibuild/modules/emulators/wine/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/emulators/wine/pbi.conf
Log:
Fixed up wine, don't need symlinks to GL anymore, plus this allows the running of 32bit GL apps on 64bit PC-BSD
8.0-BETA, with proper accell
Modified: pbibuild/modules/emulators/wine/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/emulators/wine/overlay-dir/PBI.SetupScript.sh 2009-12-22 21:28:32 UTC (rev 5683)
+++ pbibuild/modules/emulators/wine/overlay-dir/PBI.SetupScript.sh 2009-12-22 21:43:59 UTC (rev 5684)
@@ -38,18 +38,3 @@
ln -fs /Programs/${PROGDIR}/.sbin/winepath /Programs/bin/winepath
ln -fs /Programs/${PROGDIR}/.sbin/wmc /Programs/bin/wmc
ln -fs /Programs/${PROGDIR}/.sbin/wrc /Programs/bin/wrc
-
-if [ -e "/PCBSD/local/lib" ]
-then
- cd /PCBSD/local/lib
- for i in `ls libGL*`
- do
- ln -s /PCBSD/local/lib/${i} /Programs/${PROGDIR}/lib/${i}
- done
-else
- cd /usr/local/lib
- for i in `ls libGL*`
- do
- ln -s /usr/local/lib/${i} /Programs/${PROGDIR}/lib/${i}
- done
-fi
Modified: pbibuild/modules/emulators/wine/pbi.conf
===================================================================
--- pbibuild/modules/emulators/wine/pbi.conf 2009-12-22 21:28:32 UTC (rev 5683)
+++ pbibuild/modules/emulators/wine/pbi.conf 2009-12-22 21:43:59 UTC (rev 5684)
@@ -32,7 +32,7 @@
# 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="03"
+BUILDKEY="01"
PBIAUTOPOPULATE="YES"
export PBIAUTOPOPULATE
More information about the Commits
mailing list