Ticket #31441: Portfile.diff

File Portfile.diff, 1.1 KB (added by gellule.xg@…, 12 years ago)

Modifications to Portfile

  • Portfile

    old new  
    66name            glade3
    77conflicts       glade3-devel
    88version         3.8.1
     9revision        1
    910license         LGPL-2 GPL-2
    1011set branch      [join [lrange [split ${version} .] 0 1] .]
    1112description     Glade is a RAD tool to enable quick & easy development of user interfaces \
     
    3738
    3839patchfiles      patch-configure.diff
    3940
     41configure.cmd   ./autogen.sh
    4042configure.args  --disable-scrollkeeper
    4143
    4244variant python25 conflicts python26 python27 description {Use python 2.5} {
     
    7577# disable quartz variant until this is resolved
    7678#
    7779
    78 #variant quartz {
     80variant quartz {
    7981#         depends_lib-append port:ige-mac-integration
    80 #         depends_run-delete port:devhelp
    81 #}
     82        depends_run-delete port:devhelp
     83        patchfiles-append DisableMacIntegration.diff
     84}
    8285
    8386post-activate {
    8487        system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"