New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #20936: emacs-app-Portfile-snow-leopard.patch

File emacs-app-Portfile-snow-leopard.patch, 0.5 KB (added by dcreager@…, 3 years ago)

Patch to Portfile that allows installation on Snow Leopard

  • Portfile

    old new  
    33PortSystem 1.0 
    44name            emacs-app 
    55version         23.1 
     6revision    1 
    67categories      aqua editors 
    78maintainers     css 
    89description     The GNU Emacs text editor (Cocoa version) 
     
    2526checksums       md5 17f7f0ba68a0432d58fa69d05a2225be \ 
    2627                sha1 5f2d5dfcc17e7627ea752f675c605fe37c9c145c 
    2728 
     29patchfiles       emacs-23.1-snow-leopard.patch 
     30patch.pre_args   -p1 
     31 
    2832depends_lib     port:ncurses 
    2933use_parallel_build      yes 
    3034