Ticket #47351: patch-midgard2-core.diff

File patch-midgard2-core.diff, 897 bytes (added by dbevans (David B. Evans), 9 years ago)

Proposed patch

  • Portfile

     
    2931    path:lib/pkgconfig/glib-2.0.pc:glib2 \
    3032    port:dbus-glib \
    3133    port:libxml2 \
    32     port:libgda4
     34    port:libgda5
    3335
     36gobject_introspection yes
     37
    3438configure.args \
    3539    --sysconfdir=${prefix}/etc/midgard/ \
    3640    --with-dbus-support \
    37     --disable-introspection
     41    --with-libgda5
    3842
    3943notes "The other part of the package is: \
    4044     php-midgard2, as bindings to Python, JavaScript and Java are \
    4145     provided through gobject introspection"
    4246
    43 variant introspection description {add introspection support} {
    44     configure.args-delete   --disable-introspection
    45     configure.args-append   --enable-introspection
    46 }
    47 
    4847livecheck.type  regex
    4948livecheck.url   ${master_sites}
    5049livecheck.regex ${name}-(\[0-9.\]+)\\.tar\\.\[bg\]z