[PC-BSD Commits] r2661 - in pbibuild/modules/winrar3: . overlay-dir/bin
svn at pcbsd.org
svn at pcbsd.org
Wed Aug 27 10:10:32 PDT 2008
Author: kris
Date: 2008-08-27 10:10:31 -0700 (Wed, 27 Aug 2008)
New Revision: 2661
Modified:
pbibuild/modules/winrar3/build.sh
pbibuild/modules/winrar3/overlay-dir/bin/winrar
pbibuild/modules/winrar3/overlay-dir/bin/winraropen
pbibuild/modules/winrar3/pbi.conf
Log:
Also updated winrar3 to change wine version automatically
Modified: pbibuild/modules/winrar3/build.sh
===================================================================
--- pbibuild/modules/winrar3/build.sh 2008-08-27 17:08:34 UTC (rev 2660)
+++ pbibuild/modules/winrar3/build.sh 2008-08-27 17:10:31 UTC (rev 2661)
@@ -9,7 +9,12 @@
# PORTVER = Version number of the port we used to build
##############################################################################
-# Save the right version number in the removepbi.sh script
-sed -e "s,CHANGEME,WinRAR${PORTVER},g" ${PBIDIR}/bin/winrar > /tmp/winrar
+# Save the right version number in the winfirefox3 script
+sed -e "s,CHANGEME,${PORTVER},g" ${PBIDIR}/bin/winrar > /tmp/winrar
mv /tmp/winrar ${PBIDIR}/bin/winrar
chmod 755 ${PBIDIR}/bin/winrar
+
+# Save the right version number in the winfirefox3 script
+sed -e "s,CHANGEME,${PORTVER},g" ${PBIDIR}/bin/winraropen > /tmp/winraropen
+mv /tmp/winraropen ${PBIDIR}/bin/winraropen
+chmod 755 ${PBIDIR}/bin/winraropen
Modified: pbibuild/modules/winrar3/overlay-dir/bin/winrar
===================================================================
--- pbibuild/modules/winrar3/overlay-dir/bin/winrar 2008-08-27 17:08:34 UTC (rev 2660)
+++ pbibuild/modules/winrar3/overlay-dir/bin/winrar 2008-08-27 17:10:31 UTC (rev 2661)
@@ -1,5 +1,6 @@
#!/bin/sh
-PROGDIR="WinRAR1.1.1"
+VER="CHANGEME"
+PROGDIR="WinRAR${VER}"
cd
export WINEPREFIX="/Programs/${PROGDIR}/WINRAR"
/Programs/${PROGDIR}/bin/wine "/Programs/${PROGDIR}/WINRAR/drive_c/Program Files/WinRAR/WinRAR.exe" "$@"
Modified: pbibuild/modules/winrar3/overlay-dir/bin/winraropen
===================================================================
--- pbibuild/modules/winrar3/overlay-dir/bin/winraropen 2008-08-27 17:08:34 UTC (rev 2660)
+++ pbibuild/modules/winrar3/overlay-dir/bin/winraropen 2008-08-27 17:10:31 UTC (rev 2661)
@@ -1,2 +1,3 @@
#!/bin/sh
-winrar "`/Programs/WinRAR1.1.1/bin/winepath -w %f`"
\ No newline at end of file
+VER="CHANGEME"
+winrar "`/Programs/WinRAR${VER}/bin/winepath -w %f`"
Modified: pbibuild/modules/winrar3/pbi.conf
===================================================================
--- pbibuild/modules/winrar3/pbi.conf 2008-08-27 17:08:34 UTC (rev 2660)
+++ pbibuild/modules/winrar3/pbi.conf 2008-08-27 17:10:31 UTC (rev 2661)
@@ -32,10 +32,10 @@
# 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="09"
+BUILDKEY="19"
# Don't build this PBI on certian processors (i386 / amd64)
ARCHIGNORE="amd64" ; export ARCHIGNORE
-export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
\ No newline at end of file
+export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list