• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

XML catalogue of packages which are available for installation, using the mingw-get installer.


Commit MetaInfo

Revisionf5926cb5460dd1d8d115e2cbca46e8961dc40b68 (tree)
Zeit2012-04-27 01:54:35
AutorKeith Marshall <keithmarshall@user...>
CommiterKeith Marshall

Log Message

Fix post/pre-remove conflict in mingw-get.xml scripting.

Ändern Zusammenfassung

Diff

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
11 2012-04-26 Keith Marshall <keithmarshall@users.sourceforge.net>
22
3+ Fix post/pre-remove conflict in mingw-get.xml scripting.
4+
5+ * mingw32/mingw32-mingw-get.xml (mingw-get-bin.post-remove): Can't
6+ use post-remove script here, after helper modules removed; replace...
7+ (mingw-get-bin.pre-remove): ...with this; regenerate and republish.
8+
9+ * mingw32/issue.log: Update accordingly.
10+
11+2012-04-26 Keith Marshall <keithmarshall@users.sourceforge.net>
12+
313 Update for mingw-get-0.5-mingw32-beta-20120426-1 release.
414
515 * mingw32/mingw32-mingw-get.xml: Update and republish.
--- a/mingw32/issue.log
+++ b/mingw32/issue.log
@@ -46,7 +46,7 @@
4646 abf16c6e3575585f92c4a88b7be2c1bf6f7e5f26 2012021600 mingw32-lua.xml
4747 aaa310c7d830e7e9eef6738273630dda8e70d674 2011101100 mingw32-make.xml
4848 d72826fa6526c7253dc7d6c0a5be4846df11a995 2011110600 mingw32-mgwport.xml
49- 3fc6ac2f318283a75eb953c2a685ad2f7308f159 2012042500 mingw32-mingw-get.xml
49+ 8e49b4efd144afdfe5730de463045ee32a57d5e4 2012042600 mingw32-mingw-get.xml
5050 143dee9e2cd59154f477e93cf59e08bc904d67f5 2012040500 mingw32-mingw-utils.xml
5151 397021010754b50cdbbe5d5003b1f6217158ec8e 2010083100 mingw32-mpc.xml
5252 c35e6513fa814743400729714413bd749ff148ef 2010083100 mingw32-mpfr.xml
--- a/mingw32/mingw32-mingw-get.xml
+++ b/mingw32/mingw32-mingw-get.xml
@@ -43,9 +43,9 @@
4343 setup.libexec_path( "gui.exe" ), "mingw-get"
4444 )
4545 </action>
46- <action class="post-remove">
46+ <action class="pre-remove">
4747 setup = require "setup"
48- print( " running post-remove hooks for mingw-get-bin" )
48+ print( " running pre-remove hooks for mingw-get-bin" )
4949 setup.delete_shortcuts(
5050 "--if-linked="..setup.libexec_path( "gui.exe" ),
5151 "--force", "mingw-get"