Changeset 99040


Ignore:
Timestamp:
Oct 24, 2012, 10:30:54 PM (12 years ago)
Author:
ryandesign@…
Message:

gobject-introspection: remove glib2_devel variant and use its patch always, now that a new stable version of glib2 is out (#36702)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/gnome/gobject-introspection/Portfile

    r95689 r99040  
    66name                gobject-introspection
    77version             1.32.1
    8 revision            3
     8revision            4
    99set branch          [join [lrange [split ${version} .] 0 1] .]
    1010categories          gnome
     
    3030                    port:libffi \
    3131                    port:python27 \
    32                     port:glib2
    33                     # disabled, because a different set of patches needs to be
    34                     # applied depending on the glib2 version used and doing so
    35                     # without specifying a variant would give different results
    36                     # for the same configuration (i.e. non-reproducible build)
    37                     #path:lib/pkgconfig/glib-2.0.pc:glib2 \
     32                    path:lib/pkgconfig/glib-2.0.pc:glib2
    3833
    39 
    40 patchfiles          patch-giscanner-scannerlexer.l-support-__inline__.patch \
     34patchfiles          patch-gir-gio-2.0.c-fix-wrong-naming.patch \
     35                    patch-giscanner-scannerlexer.l-support-__inline__.patch \
    4136                    patch-giscanner-shlib.py-use-absolute-linkage-paths.patch \
    4237                    patch-giscanner-utils.py-use-absolute-linkage-paths.patch
     
    6055livecheck.url       http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
    6156livecheck.regex     {LATEST-IS-(\d+(?:\.\d+)*)}
    62 
    63 if {[catch {registry_active glib2-devel}] == 0} {
    64     # if the user has installed glib2-devel, use that by default
    65     default_variants +glib2_devel
    66 }
    67 
    68 variant glib2_devel description {Build against glib2-devel rather than glib2} {
    69     patchfiles-append patch-gir-gio-2.0.c-fix-wrong-naming.patch
    70     depends_lib-delete port:glib2
    71     depends_lib-append port:glib2-devel
    72 }
Note: See TracChangeset for help on using the changeset viewer.