[PC-BSD Commits] r2867 - in pbibuild/modules/iexplorer6: . overlay-dir/bin
svn at pcbsd.org
svn at pcbsd.org
Wed Oct 8 10:46:29 PDT 2008
Author: kris
Date: 2008-10-08 10:46:29 -0700 (Wed, 08 Oct 2008)
New Revision: 2867
Added:
pbibuild/modules/iexplorer6/preportmake.sh
Modified:
pbibuild/modules/iexplorer6/build.sh
pbibuild/modules/iexplorer6/overlay-dir/bin/iexplorer6
pbibuild/modules/iexplorer6/pbi.conf
Log:
Fixed building of iexplorer6 to improve the font support within wine with preportmake.sh
Modified: pbibuild/modules/iexplorer6/build.sh
===================================================================
--- pbibuild/modules/iexplorer6/build.sh 2008-10-08 17:32:54 UTC (rev 2866)
+++ pbibuild/modules/iexplorer6/build.sh 2008-10-08 17:46:29 UTC (rev 2867)
@@ -10,6 +10,6 @@
##############################################################################
# Save the right progname / version in the iexplorer6
-sed -e "s,CHANGEME,IExplorer6${PORTVER},g" ${PBIDIR}/bin/iexplorer6 > /tmp/iexplorer6
+sed -e "s,CHANGEME,${PORTVER},g" ${PBIDIR}/bin/iexplorer6 > /tmp/iexplorer6
mv /tmp/iexplorer6 ${PBIDIR}/bin/iexplorer6
-chmod 755 ${PBIDIR}/scripts/iexplorer6
+chmod 755 ${PBIDIR}/bin/iexplorer6
Modified: pbibuild/modules/iexplorer6/overlay-dir/bin/iexplorer6
===================================================================
--- pbibuild/modules/iexplorer6/overlay-dir/bin/iexplorer6 2008-10-08 17:32:54 UTC (rev 2866)
+++ pbibuild/modules/iexplorer6/overlay-dir/bin/iexplorer6 2008-10-08 17:46:29 UTC (rev 2867)
@@ -1,5 +1,5 @@
#!/bin/sh
-VER="1.1.4"
+VER="CHANGEME"
PROGDIR="IExplorer6${VER}"
if [ ! -e "${HOME}/.ie6" ]
Modified: pbibuild/modules/iexplorer6/pbi.conf
===================================================================
--- pbibuild/modules/iexplorer6/pbi.conf 2008-10-08 17:32:54 UTC (rev 2866)
+++ pbibuild/modules/iexplorer6/pbi.conf 2008-10-08 17:46:29 UTC (rev 2867)
@@ -25,7 +25,7 @@
PBIUPDATE="http://update.pbidir.com"
# Other Ports we need built (One per line)
-OTHERPORT=""
+#OTHERPORT=""
# Enter your custom make options here
MAKEOPTS=""
Property changes on: pbibuild/modules/iexplorer6/preportmake.sh
___________________________________________________________________
Added: svn:executable
+ *
More information about the Commits
mailing list