Ticket #19592: wxMaxima.diff

File wxMaxima.diff, 1.8 KB (added by usami-k@…, 15 years ago)
  • wxMaxima_0.8.

    diff -u -urN wxMaxima_0.8.1/Portfile wxMaxima_0.8.2/Portfile
    old new  
    11# $Id: Portfile 48815 2009-03-29 15:26:23Z jmr@macports.org $
    22PortSystem      1.0
    33name            wxMaxima
    4 version         0.8.1
    5 maintainers     usami-k@yc5.so-net.ne.jp
     4version         0.8.2
     5maintainers     yc5.so-net.ne.jp:usami-k
    66platforms       darwin
    77categories      math aqua
    88description     Graphical user interface for Maxima
     
    1111                system maxima based on wxWidgets.
    1212homepage        http://wxmaxima.sourceforge.net/
    1313master_sites    sourceforge:wxmaxima
    14 checksums       md5 a50e7e78e022408fac61634c92bd2341 \
    15                 sha1 8a332da2d5dc0013a20ce479c0ca0648060677b2
     14checksums       md5     d3d4abde8495aebb295df587587de4a8 \
     15                sha1    bc1d221855f5b7e57401801f43b60924987c5079 \
     16                rmd160  43ea46e845f79576d273f4d0ad21a2c0d47664f9
    1617patchfiles      patch-src_main.cpp.diff
    1718
    1819depends_lib     port:libiconv \
  • files/patch-src_main.cpp.diff

    diff -u -urN wxMaxima_0.8.1/files/patch-src_main.cpp.diff wxMaxima_0.8.2/files/patch-src_main.cpp.diff
    old new  
    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 @@
     1--- src/main.cpp.orig   2009-04-20 08:33:02.000000000 +0900
     2+++ src/main.cpp        2009-04-20 08:36:51.000000000 +0900
     3@@ -46,6 +46,16 @@
    44 
    55 bool MyApp::OnInit()
    66 {
     
    1616+
    1717   int lang = wxLANGUAGE_UNKNOWN;
    1818 
    19    wxConfig *config = new wxConfig(wxT("wxMaxima"));
     19 #if defined __WXMSW__