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

File Portfile-gnome-chemistry-utils.diff, 1.7 KB (added by c.herbig@…, 11 years ago)
  • 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
     
    3738                    port:intltool \
    3839                    port:gnome-doc-utils \
    3940                    port:pkgconfig
    40 
     41                   
    4142depends_lib         port:gtk3 \
    4243                    port:goffice \
    4344                    port:libxml2 \
     
    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
    5558
     59                   
     60# The default compiler settings produces broken apps…
     61# I suppose it ought to use the compiler.blacklist portgroup eventually…
     62configure.compiler  llvm-gcc-4.2
     63
    5664
    5765# TODO: work with the upstream devs to make a +quartz variant…
    5866#       currently it fails to build in a +quartz environment
    5967#       due to <gdk/gdkx.h> and OpenGL dependencies in the code.
    6068require_active_variants gtk3 x11
    6169
     70
    6271notes \
    6372"Recommended supplementary ports:
    64     gnome-themes-standard  provides the default Gnome Adwaita theme
    65     gnome-icon-themes      provides the default Gnome icon resources"
     73    gnome-themes-standard  provides the default Gnome Adwaita theme"
    6674
    6775post-activate {
    6876    catch {system "${prefix}/bin/update-mime-database ${prefix}/share/mime"}