Ticket #19857: Portfile-LyX.diff

File Portfile-LyX.diff, 1.7 KB (added by nerdling (Jeremy Lavergne), 15 years ago)

diff without whitespace, variable for branch

  • Portfile

     
    44PortSystem      1.0
    55
    66name                    LyX
    7 version                 1.6.0
    8 revision                1
     7version                 1.6.3
     8set branch      [join [lrange [split ${version} .] 0 1] .]
    99platforms               darwin
    1010categories      aqua
    1111maintainers     nomaintainer
     
    1818                                leaving details of visual layout to the software.
    1919
    2020homepage                http://www.lyx.org/
    21 master_sites    http://lyx.cybermirror.org/stable/ \
    22                                 http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/ \
    23                                 ftp://ftp.ntua.gr/pub/X11/LyX/stable/ \
    24                                 ftp://ftp.lyx.org/pub/lyx/stable/ \
    25                                 http://gd.tuwien.ac.at/publishing/tex/lyx/stable/
     21master_sites    http://lyx.cybermirror.org/stable/${branch}.x/ \
     22                                http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/${branch}.x/ \
     23                                ftp://ftp.ntua.gr/pub/X11/LyX/stable/${branch}.x/ \
     24                                ftp://ftp.lyx.org/pub/lyx/stable/${branch}.x/ \
     25                                http://gd.tuwien.ac.at/publishing/tex/lyx/stable/${branch}.x/
    2626use_bzip2               yes
    2727distname                lyx-${version}
    2828checksums               md5 a51469e84e3c377df94a1546cf3077b6 \
     
    4141configure.pre_args  --prefix=/Applications/MacPorts/LyX.app
    4242configure.args --with-frontend=qt4 --without-x --with-included-gettext \
    4343    --enable-optimization=-Os --disable-concept-checks \
    44     --with-qt4-dir=${prefix}/libexec/qt4-mac
     44    --with-qt4-dir=${prefix}/libexec/qt4-mac \
     45                --with-version-suffix=-1.6
     46build.env       LD_FLAGS="-framework Carbon -framework OpenGL -framework AGL -framework QuickTime -framework Cocoa" \
     47                LD_LIBRARY_PATH=${prefix}/libexec/qt4-mac/lib \
     48                CPLUS_INCLUDE_PATH=${prefix}/libexec/qt4-mac/include
     49