Ticket #16907: Portfile.diff

File Portfile.diff, 1.7 KB (added by markdigital69@…, 16 years ago)
  • Portfile

    old new  
    44PortSystem 1.0
    55
    66name            gnome-control-center
    7 version         2.22.1
     7version         2.24.0
    88description     Control center for GNOME 2.0 project.
    99long_description        ${description}
    1010maintainers     nomaintainer
     
    1313homepage        http://www.gnome.org/
    1414
    1515master_sites    gnome:sources/${name}/[join [lrange [split ${version} .] 0 1] .]/
    16 checksums       md5 170815bcf2627bf64436283f86c751aa \
    17                 sha1 d62a7cc6ce09e15e0040747a1c6eb9287d323562 \
    18                 rmd160 c51bf51f26594021b98bc5e82db97fac7d9a7bd8
     16checksums       md5 6a4f4037a386bb8988e88033d8251488 \
     17                sha1 62ceb102c144850c47a0cf46d9e7f7f37218eaa9 \
     18                rmd160 fd13b7b0bdf0345a08be71b1b1601dd70e844ff2
    1919
    2020depends_lib     \
    2121        port:iso-codes \
     
    4242                --disable-scrollkeeper \
    4343                --disable-update-mimedb \
    4444                --disable-update-desktopdb \
    45                 --disable-schemas-install
     45                --disable-schemas-install \
     46                --without-libcanberra
    4647
    4748post-patch {
    48         reinplace  "s|/usr/share|${prefix}/share|g" \
    49                 ${worksrcpath}/capplets/common/gnome-theme-info.c \
    50                 ${worksrcpath}/libwindow-settings/metacity-window-manager.c
     49#       reinplace  "s|/usr/share|${prefix}/share|g" \
     50#               ${worksrcpath}/capplets/common/gnome-theme-info.c \
     51#               ${worksrcpath}/libwindow-settings/metacity-window-manager.c
    5152}
    5253
    5354post-destroot   {
     
    8182}
    8283
    8384platform darwin 9 {
    84         pre-configure {
    85                 reinplace "s| -export-symbols-regex.*||g" \
    86                         ${worksrcpath}/vfs-methods/fontilus/Makefile.in \
    87                         ${worksrcpath}/vfs-methods/themus/Makefile.in
    88         }
     85#       pre-configure {
     86#               reinplace "s| -export-symbols-regex.*||g" \
     87#                       ${worksrcpath}/vfs-methods/fontilus/Makefile.in \
     88#                       ${worksrcpath}/vfs-methods/themus/Makefile.in
     89#       }
    8990}