Ticket #13390: libgtop-portfile.diff

File libgtop-portfile.diff, 1.7 KB (added by macosforge.lbn@…, 16 years ago)

Building with libgtop-2.21.1 seems to work. Here's the modified Portfile to use 2.21.1

  • Portfile

     
    11# $Id$
    22PortSystem 1.0
    3 name           libgtop
    4 version                2.20.0
    5 description    A library for gtop2
     3name            libgtop
     4version         2.21.1
     5description     A library for gtop2
    66long_description        This is library for the gtop2, the GNOME 2.0 \
    7                        version of top command. The top command is a tool \
    8                        to display and update information about the top \
    9                        cpu processes.
    10 maintainers    rhwood openmaintainer
    11 categories     gnome
    12 platforms      darwin
    13 homepage       http://www.gnome.org/
     7                        version of top command. The top command is a tool \
     8                        to display and update information about the top \
     9                        cpu processes.
     10maintainers     rhwood openmaintainer
     11categories      gnome
     12platforms       darwin
     13homepage        http://www.gnome.org/
    1414master_sites    gnome:sources/libgtop/[join [lrange [split ${version} .] 0 1] .]/
    15 checksums      md5 ddc05ffe9499294801cbd5fdac949045 \
    16                sha1 0b7b7ad57c5b9e8d2fcd3e3f70bf61ba85fbb962
     15checksums       md5 16895460107c980d698fec58330ef45d \
     16                sha1 e1c5765e8068a2123cbb74dbf127d52a5ae403a1
    1717depends_lib     port:glib2 \
    18                port:gettext
    19 use_bzip2      yes
    20 configure.args --mandir=${prefix}/share/man --infodir=${prefix}/share/info \
    21                --disable-static
    22 configure.cflags-append        -lintl
     18                port:gettext
     19use_bzip2       yes
     20configure.args  --mandir=${prefix}/share/man --infodir=${prefix}/share/info \
     21                --disable-static
     22configure.cflags-append -lintl