Ticket #39619: Portfile-gnome-chemistry-utils.diff

File Portfile-gnome-chemistry-utils.diff, 1.3 KB (added by c.herbig@…, 11 years ago)

Added gtkglext dep, changed compiler settings, changed some whitespace

  • Portfile

    old new  
    77
    88name                gnome-chemistry-utils
    99version             0.14.2
     10revision            1
    1011set major           [join [lrange [split ${version} .] 0 1] .]
    1112
    1213categories          gnome science chemistry
     
    4647                    port:bodr \
    4748                    port:chemical-mime-data \
    4849                    port:gnome-mime-data \
     50                    port:gtkglext \
    4951                    port:mesa
    5052
    5153depends_run         port:yelp
    5254
     55
    5356configure.args      --disable-scrollkeeper \
    5457                    --disable-update-databases
     58                   
     59# The default compiler settings produces broken apps…
     60configure.compiler=llvm-gcc-4.2
    5561
    5662
    5763# TODO: work with the upstream devs to make a +quartz variant…
     
    5965#       due to <gdk/gdkx.h> and OpenGL dependencies in the code.
    6066require_active_variants gtk3 x11
    6167
     68
    6269notes \
    6370"Recommended supplementary ports:
    64     gnome-themes-standard  provides the default Gnome Adwaita theme
    65     gnome-icon-themes      provides the default Gnome icon resources"
     71    gnome-themes-standard  provides the default Gnome Adwaita theme"
    6672
    6773post-activate {
    6874    catch {system "${prefix}/bin/update-mime-database ${prefix}/share/mime"}