Ticket #43242: Portfile.diff

File Portfile.diff, 1.3 KB (added by kristian.peters@…, 10 years ago)

unified Portfile diff

  • (a) Portfile_orig vs. (b) Portfile

    a b  
    22
    33PortSystem              1.0
    44name                    jpilot
    5 version                 0.99.9
    6 revision                2
     5version                 1.8.1
     6license                 GPL-2
    77description             A Palm Pilot desktop for Unix
    88long_description        J-Pilot is a desktop organizer application for the palm pilot and other\
    99                        Palm OS devices.  It is similar in functionality to the one that\
    10                         3Com/Palm distributes.
     10                        3Com/Palm distributed.
    1111categories              palm
    1212homepage                http://www.jpilot.org/
    1313platforms               darwin
    1414maintainers             korseby.net:kristian.peters
    1515master_sites            http://www.jpilot.org/
    16 checksums               md5 c39df29aeed57b84a674524856ebc290
    17 patchfiles              patch-plugins.c \
    18                         patch-weekday.c
    19 configure.args          --with-libiconv-prefix=${prefix} \
    20                         --with-pilot-prefix=${prefix} \
    21                         --mandir=${prefix}/share/man
     16checksums               md5 ac59a5708f37e30d39e85b1fcedd266f
     17patchfiles              patch-utils.h
     18configure.args          --prefix=${prefix} \
     19                                        --with-libiconv-prefix=${prefix} \
     20                                        --with-pilot-prefix=${prefix}
    2221depends_build           port:intltool port:pkgconfig
    2322depends_lib             port:libiconv port:gtk2 port:pilot-link
    24 
    25 # enable gtk1 support
    26 variant gtk1 {
    27         configure.args-append   --disable-gtk2
    28         depends_lib-delete      port:gtk2
    29         depends_lib-append      port:gtk1
    30 }
    31