Ticket #16020: wxMaxima.diff

File wxMaxima.diff, 1.5 KB (added by usami-k@…, 16 years ago)
  • Portfile

    diff -u -urN wxMaxima.orig/Portfile wxMaxima/Portfile
    old new  
    11# $Id: Portfile 29145 2007-09-16 04:35:05Z takanori@macports.org $
    22PortSystem      1.0
    33name            wxMaxima
    4 version         0.7.3a
     4version         0.7.5
    55maintainers     usami-k@yc5.so-net.ne.jp
    66platforms       darwin
    77categories      math aqua
     
    1111                system maxima based on wxWidgets.
    1212homepage        http://wxmaxima.sourceforge.net/
    1313master_sites    sourceforge:wxmaxima
    14 checksums       md5 bb24cc08495c259413c34870ea2018d7
     14checksums       md5 469014a84aca3f334d1e19042208d54b
    1515patchfiles      patch-src_main.cpp.diff
    1616
    1717depends_lib     port:libiconv \
  • files/patch-src_main.cpp.diff

    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 @@
    44 
    55 bool MyApp::OnInit()
    66 {
     
    1414+    }
    1515+  }
    1616+
    17    wxConfig *config = new wxConfig(wxT("wxMaxima"));
    18    wxConfig::Set(config);
     17   int lang = wxLANGUAGE_UNKNOWN;
    1918 
     19   wxConfig *config = new wxConfig(wxT("wxMaxima"));