Ticket #35964: fox-1.6.46.diff

File fox-1.6.46.diff, 1.6 KB (added by ryandesign (Ryan Carsten Schmidt), 12 years ago)

proposed patch

  • Portfile

     
    33PortSystem          1.0
    44
    55name                fox
    6 version             1.6.36
    7 revision            4
     6version             1.6.46
    87description         The FOX GUI toolkit
    98long_description    FOX is a C++ based Toolkit for developing Graphical \
    109                    User Interfaces easily and effectively.
    1110maintainers         lylejohnson.name:lyle
    1211categories          x11
    1312platforms           darwin
    14 distname            fox-${version}
     13license             LGPL-2.1+
     14
    1515homepage            http://www.fox-toolkit.org/
    16 master_sites        http://www.fox-toolkit.org/ftp/
    17 checksums           md5 5fdc89446185fbbf024cec44eb50a239 \
    18                     sha1 28ad1823033027fb05887cb625301c2eae56c08e \
    19                     rmd160 da615f1c036272294510e981b2d73037969f2570
     16master_sites        ftp://ftp.fox-toolkit.org/pub/
    2017
     18checksums           rmd160  a3c37e0431053b68f63f22c0d0b2bf969dac583b \
     19                    sha256  4ba84261be19c938ff3fc8fda5a4ceac6469e87205d90869fd5d92124b8ebbe0
     20
    2121depends_build \
    2222        port:pkgconfig
    2323
     
    3131        port:freetype \
    3232        port:mesa
    3333
    34 configure.pre_args  --prefix=${prefix} --mandir=${prefix}/share/man
    35 configure.args      --with-x --with-xft --with-opengl --enable-cups
     34configure.args      --with-x --with-xft --with-opengl
    3635
     36configure.cppflags-append -I${prefix}/include/freetype2
     37
    3738use_parallel_build      yes
     39
     40livecheck.type      regex
     41livecheck.url       ${homepage}download.html
     42livecheck.regex     /${name}-(\[0-9.\]+)${extract.suffix}.*STABLE