[PC-BSD Commits] r3369 - in pbibuild/modules/powerpointviewer2003: . overlay-dir/bin
svn at pcbsd.org
svn at pcbsd.org
Fri Jan 30 07:45:06 PST 2009
Author: kris
Date: 2009-01-30 07:45:05 -0800 (Fri, 30 Jan 2009)
New Revision: 3369
Modified:
pbibuild/modules/powerpointviewer2003/build.sh
pbibuild/modules/powerpointviewer2003/overlay-dir/bin/pptview2003
pbibuild/modules/powerpointviewer2003/pbi.conf
Log:
Updated pptviewer2003 as well
Modified: pbibuild/modules/powerpointviewer2003/build.sh
===================================================================
--- pbibuild/modules/powerpointviewer2003/build.sh 2009-01-30 15:43:08 UTC (rev 3368)
+++ pbibuild/modules/powerpointviewer2003/build.sh 2009-01-30 15:45:05 UTC (rev 3369)
@@ -11,6 +11,6 @@
# Save the right version number in the removepbi.sh script
MODFILE="${PBIDIR}/bin/pptview2003"
-sed -e "s,CHANGE,PowerpointViewer2003${PORTVER},g" ${MODFILE} > ${MODFILE}.tmp
+sed -e "s,CHANGEME,PowerpointViewer2003${PORTVER},g" ${MODFILE} > ${MODFILE}.tmp
mv ${MODFILE}.tmp ${MODFILE}
chmod 755 ${MODFILE}
Modified: pbibuild/modules/powerpointviewer2003/overlay-dir/bin/pptview2003
===================================================================
--- pbibuild/modules/powerpointviewer2003/overlay-dir/bin/pptview2003 2009-01-30 15:43:08 UTC (rev 3368)
+++ pbibuild/modules/powerpointviewer2003/overlay-dir/bin/pptview2003 2009-01-30 15:45:05 UTC (rev 3369)
@@ -1,5 +1,5 @@
#!/bin/sh
-PROGDIR="CHANGE"
+PROGDIR=CHANGEME
cd
export WINEPREFIX="/Programs/${PROGDIR}/PPTVIEW2003"
/Programs/${PROGDIR}/bin/wine "/Programs/${PROGDIR}/PPTVIEW2003/drive_c/Program Files/Microsoft Office/PowerPoint Viewer/PPTVIEW.EXE" "$@"
Modified: pbibuild/modules/powerpointviewer2003/pbi.conf
===================================================================
--- pbibuild/modules/powerpointviewer2003/pbi.conf 2009-01-30 15:43:08 UTC (rev 3368)
+++ pbibuild/modules/powerpointviewer2003/pbi.conf 2009-01-30 15:45:05 UTC (rev 3369)
@@ -32,11 +32,12 @@
# 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="07"
+BUILDKEY="01"
# Don't build this PBI on certian processors (i386 / amd64)
ARCHIGNORE="amd64" ; export ARCHIGNORE
+# Set this to YES to mark a port / module as broken
+#PORTBROKE="YES" ; export PORTBROKE
+
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
-# Set this to YES to mark a port / module as broken
-PORTBROKE="YES" ; export PORTBROKE
\ No newline at end of file
More information about the Commits
mailing list