Tue Mar 11 22:30:48 CET 2008  Mads Lindstroem <[EMAIL PROTECTED]>
  * Makefile now executes programs on Linux also
  
  On Linux the current makefile executed like <programname>. This
  resultet in an error as Linux do not (and should not) include current
  directory in the search path.
  
  Do the makefile work on Mac and Windows also?
  

Wed Mar 12 20:14:02 CET 2008  Mads Lindstroem <[EMAIL PROTECTED]>
  * Updating links

Wed Mar 12 20:17:16 CET 2008  Mads Lindstroem <[EMAIL PROTECTED]>
  * Reflecting that we now have two mailing lists

Wed Mar 12 20:21:16 CET 2008  Mads Lindstroem <[EMAIL PROTECTED]>
  * Updating Yahu link
New patches:

[Makefile now executes programs on Linux also
Mads Lindstroem <[EMAIL PROTECTED]>**20080311213048
 
 On Linux the current makefile executed like <programname>. This
 resultet in an error as Linux do not (and should not) include current
 directory in the search path.
 
 Do the makefile work on Mac and Windows also?
 
] {
hunk ./samples/wx/makefile 2
+
hunk ./samples/wx/makefile 4
-PREP=macosx-app
+%: %.hs
+	$(COMPILE) -o $@ $<
+	macosx-app $@
+else
+ifeq ($(shell uname),Linux)
+%: %.hs
+	$(COMPILE) -o $@ $<
+	./$@
hunk ./samples/wx/makefile 13
-PREP=#
+%: %.hs
+	$(COMPILE) -o $@ $<
+	$@
+endif
hunk ./samples/wx/makefile 42
-%: %.hs
-	$(COMPILE) -o $@ $<
-	$(PREP) $@
-
}

[Updating links
Mads Lindstroem <[EMAIL PROTECTED]>**20080312191402] {
hunk ./homepage/applications.html 61
-Dazzle uses the <a href="http://www.sis.pitt.edu/~genie";>Smile</a> C++ library, developed by
-the <a href="http://www.sis.pitt.edu/~dsl";>Decision Systems Laboratory</a> of Pittsburgh University, to leverage
+Dazzle uses the <a href="http://genie.sis.pitt.edu/";>Smile</a> C++ library, developed by
+the <a href="http://dsl.sis.pitt.edu/";>Decision Systems Laboratory</a> of Pittsburgh University, to leverage
hunk ./homepage/applications.html 108
-<p><strong>GeBoP</strong> [<a class="quicklink" href="http://www.students.cs.uu.nl/people/mloffler/gebop/eng.html"; >www-page</a>].
+<p><strong>GeBoP</strong> [<a class="quicklink" href="http://people.cs.uu.nl/loffler/gebop/eng.html"; >www-page</a>].
hunk ./homepage/applications.html 139
-<strong>Functional Forms</strong> [<a class="quicklink" href="http://www.cs.ru.nl/~sandr/FunctionalForms";>www-page</a>].
+<strong>Functional Forms</strong> [<a class="quicklink" href="http://www.sandr.dds.nl/FunctionalForms/";>www-page</a>].
hunk ./makefile 394
-DEB_NAME=dist/wxhaskell-bin-$(REL-VERSION).deb
+DEB_NAME=$(DIST-OUTDIR)/wxhaskell$(ARCHITECTURE)-bin-$(REL-VERSION).deb
}

[Reflecting that we now have two mailing lists
Mads Lindstroem <[EMAIL PROTECTED]>**20080312191716] {
hunk ./homepage/documentation.html 73
-<dt><a href="http://sourceforge.net/mail/?group_id=73133";>wxhaskell-users</a></dt>
-<dd>A mailing list where you can meet other users of wxHaskell and where announcements are made.</dd>
+<dt><a href="http://sourceforge.net/mail/?group_id=73133";>wxHaskell mailing lists</a></dt>
+<dd>Mailing lists about wxHaskell</dd>
}

[Updating Yahu link
Mads Lindstroem <[EMAIL PROTECTED]>**20080312192116] {
hunk ./homepage/quickstart.html 62
-<a href="http://www.cs.chalmers.se/Cs/Grundutb/Kurser/afp/yahu.html";>yahu</a> getting started page &ndash;
+<a href="http://www.cs.chalmers.se/Cs/Grundutb/Kurser/afp/2005/yahu.html";>yahu</a> getting started page &ndash;
}

Context:

[Tar the srcdist (as well as zipping it).
Eric Kow <[EMAIL PROTECTED]>**20080310091951
 For Gentoo, with love.
] 
[Set release to rc1 in Makefile.
Eric Kow <[EMAIL PROTECTED]>**20080310091941] 
[depends on wxgtk2.6-dev in stead of wxgtk-dev
Mads Lindstroem <[EMAIL PROTECTED]>**20080311184036] 
[Added ldconfig to post install/remove
Mads Lindstroem <[EMAIL PROTECTED]>**20080311183706] 
[Debian build: corrected manifest
Mads Lindstroem <[EMAIL PROTECTED]>**20080310221607] 
[Debian build: changed permissions and file ownership
Mads Lindstroem <[EMAIL PROTECTED]>**20080310221512] 
[Debian build: version automatically recognized
Mads Lindstroem <[EMAIL PROTECTED]>**20080310221421] 
[Add txt suffix to Windows' README file for more user friendly.
shelarcy <[EMAIL PROTECTED]>**20080309005641] 
[Delete DataTimeTest.hs file after DataTime test
Mads Lindstroem <[EMAIL PROTECTED]>**20080308195318] 
[Initial support for Debian DEB files
Mads Lindstroem <[EMAIL PROTECTED]>**20080308194942
 
 This is only initial support. No doubt some tweaking will be needed
 before it is finished.
 
] 
[Add architecture to macdist (as pointed out by shelarcy).
Eric Kow <[EMAIL PROTECTED]>**20080308131459] 
[List up changes since 0.9.4-1 in changes.txt.
shelarcy <[EMAIL PROTECTED]>**20080308060351] 
[Fix: haddock2 support doesn't work on Windows.
shelarcy <[EMAIL PROTECTED]>**20080308043834] 
[TAG 0.10.3rc1
Eric Kow <[EMAIL PROTECTED]>**20080308130252] 
Patch bundle hash:
5e3dc0488a6aeafdbbe885ab15f4d04f90594279
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel

Reply via email to