diff -u -urN wxMaxima.orig/Portfile wxMaxima/Portfile
old
|
new
|
|
1 | 1 | # $Id: Portfile 29145 2007-09-16 04:35:05Z takanori@macports.org $ |
2 | 2 | PortSystem 1.0 |
3 | 3 | name wxMaxima |
4 | | version 0.7.3a |
| 4 | version 0.7.5 |
5 | 5 | maintainers usami-k@yc5.so-net.ne.jp |
6 | 6 | platforms darwin |
7 | 7 | categories math aqua |
… |
… |
|
11 | 11 | system maxima based on wxWidgets. |
12 | 12 | homepage http://wxmaxima.sourceforge.net/ |
13 | 13 | master_sites sourceforge:wxmaxima |
14 | | checksums md5 bb24cc08495c259413c34870ea2018d7 |
| 14 | checksums md5 469014a84aca3f334d1e19042208d54b |
15 | 15 | patchfiles patch-src_main.cpp.diff |
16 | 16 | |
17 | 17 | depends_lib port:libiconv \ |
diff -u -urN wxMaxima.orig/files/patch-src_main.cpp.diff wxMaxima/files/patch-src_main.cpp.diff
old
|
new
|
|
1 | | --- src/main.cpp.orig 2007-02-22 18:32:23.000000000 +0900 |
2 | | +++ src/main.cpp 2007-07-28 14:08:23.000000000 +0900 |
3 | | @@ -40,6 +40,16 @@ |
| 1 | --- src/main.cpp.orig 2008-07-18 13:37:22.000000000 +0900 |
| 2 | +++ src/main.cpp 2008-07-18 13:39:30.000000000 +0900 |
| 3 | @@ -41,6 +41,16 @@ |
4 | 4 | |
5 | 5 | bool MyApp::OnInit() |
6 | 6 | { |
… |
… |
|
14 | 14 | + } |
15 | 15 | + } |
16 | 16 | + |
17 | | wxConfig *config = new wxConfig(wxT("wxMaxima")); |
18 | | wxConfig::Set(config); |
| 17 | int lang = wxLANGUAGE_UNKNOWN; |
19 | 18 | |
| 19 | wxConfig *config = new wxConfig(wxT("wxMaxima")); |