Ticket #19857: patch-aqua-LyX-Portfile.diff

File patch-aqua-LyX-Portfile.diff, 3.2 KB (added by yokota33@…, 15 years ago)

patch for Portfile

  • Portfile

    old new  
    11# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    2 # $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $
     2# $Id: Portfile 44215 2008-12-23 21:22:30Z mcalhoun@macports.org $
    33
    44PortSystem      1.0
    55
    6 name                    LyX
    7 version                 1.6.0
    8 revision                1
    9 platforms               darwin
    10 categories      aqua
    11 maintainers     broadpark.no:rsorasen
    12 description     WYSIWYM document processor
     6name            LyX
     7version         1.6.3
     8platforms       darwin
     9categories      aqua
     10maintainers     rsorasen@broadpark.no
     11description     WYSIWYM document processor
    1312
    1413long_description        LyX is an advanced open source document processor \
    15                                 that encourages an approach to writing based on \
    16                                 the structure of your documents, not their \
    17                                 appearance. LyX lets you concentrate on writing, \
    18                                 leaving details of visual layout to the software.
    19 
    20 homepage                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/
    26 use_bzip2               yes
    27 distname                lyx-${version}
    28 checksums               md5 a51469e84e3c377df94a1546cf3077b6 \
    29                                 sha1 55720b9e82dc1c14882a23a3e6ea085d795cb6d3 \
    30                                 rmd160 8e4ee72b9c677d362a8a2dd49f316530b43a9533
     14                        that encourages an approach to writing based on \
     15                        the structure of your documents, not their \
     16                        appearance. LyX lets you concentrate on writing, \
     17                        leaving details of visual layout to the software.
     18
     19homepage        http://www.lyx.org/
     20master_sites    http://lyx.cybermirror.org/stable/1.6.x/ \
     21                http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/1.6.x/ \
     22                ftp://ftp.ntua.gr/pub/X11/LyX/stable/1.6.x/ \
     23                ftp://ftp.lyx.org/pub/lyx/stable/1.6.x/ \
     24                http://gd.tuwien.ac.at/publishing/tex/lyx/stable/1.6.x/ \
     25                ftp://ftp.u-aizu.ac.jp/pub/tex/lyx/stable/1.6.x/
     26use_bzip2       yes
     27distname        lyx-${version}
     28checksums       md5 c524e72f7e4d64224c6bfdbd84065dd8 \
     29                sha1 0b0837e417ff347893439cbff03344ec7623d0f0 \
     30                rmd160 3b15976873fdda87d483c7efc0c712a2a78ade09
    3131
    3232depends_build   port:pkgconfig
    3333
    34 depends_lib             port:qt4-mac \
    35                                 bin:tex:texlive \
    36                                 port:ImageMagick \
    37                                 port:python25
     34depends_lib     port:qt4-mac \
     35                bin:tex:texlive \
     36                port:ImageMagick \
     37                port:python25
    3838
    3939use_parallel_build   yes
    4040configure.python    ${prefix}/bin/python2.5
    4141configure.pre_args  --prefix=/Applications/MacPorts/LyX.app
    42 configure.args --with-frontend=qt4 --without-x --with-included-gettext \
    43     --enable-optimization=-Os --disable-concept-checks \
    44     --with-qt4-dir=${prefix}/libexec/qt4-mac
     42configure.args  --with-frontend=qt4 --without-x --with-included-gettext \
     43                --enable-optimization=-Os --disable-concept-checks \
     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