New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #11163: Portfile-LyX-1.5.4.diff

File Portfile-LyX-1.5.4.diff, 1.3 KB (added by ryandesign@…, 4 years ago)

untested update to 1.5.4 and add mirror sites

  • Portfile

     
    11# $Id$ 
    22PortSystem      1.0 
    33name                    LyX 
    4 version         1.4.0pre3 
     4version                 1.5.4 
    55platforms               darwin 
    66categories      aqua 
    77maintainers     rsorasen@broadpark.no 
     
    1414                                leaving details of visual layout to the software. 
    1515 
    1616homepage                http://www.lyx.org 
    17 master_sites    ftp://ftp.devel.lyx.org/pub/lyx/pre/ 
     17master_sites    http://lyx.cybermirror.org/stable/ \ 
     18                                http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/ \ 
     19                                ftp://ftp.ntua.gr/pub/X11/LyX/stable/ \ 
     20                                ftp://ftp.lyx.org/pub/lyx/stable/ \ 
     21                                http://gd.tuwien.ac.at/publishing/tex/lyx/stable/ 
     22use_bzip2               yes 
    1823distname                lyx-${version} 
    19 checksums               ${distname}${extract.suffix} sha1 4f59ca18516672af3df93706aba4914c3484ba4f 
    20 worksrcdir      lyx-${version} 
     24checksums               md5 6f424dc23af78e1d39c6962101cde2e9 \ 
     25                                sha1 75c2be653b64eedeb443caf2b0401fb74a15e908 \ 
     26                                rmd160 fca3cb9c9c9437e879c8abea820fbd28a5d1d72d 
    2127depends_lib     lib:libqt.3.3:qt3-mac 
    2228 
    2329patchfiles      patch-ltmain.sh 
    2430 
    25 configure.compiler      gcc-3.3 
    2631configure.cppflags      "-I${prefix}/include/qt3" 
    2732configure.ldflags       "-framework Carbon -framework OpenGL -framework AGL -framework QuickTime -lz" 
    2833configure.env   QTDIR="${prefix}"