Ticket #31441: Portfile.diff
File Portfile.diff, 1.1 KB (added by gellule.xg@…, 13 years ago) |
---|
-
Portfile
old new 6 6 name glade3 7 7 conflicts glade3-devel 8 8 version 3.8.1 9 revision 1 9 10 license LGPL-2 GPL-2 10 11 set branch [join [lrange [split ${version} .] 0 1] .] 11 12 description Glade is a RAD tool to enable quick & easy development of user interfaces \ … … 37 38 38 39 patchfiles patch-configure.diff 39 40 41 configure.cmd ./autogen.sh 40 42 configure.args --disable-scrollkeeper 41 43 42 44 variant python25 conflicts python26 python27 description {Use python 2.5} { … … 75 77 # disable quartz variant until this is resolved 76 78 # 77 79 78 #variant quartz {80 variant quartz { 79 81 # 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 } 82 85 83 86 post-activate { 84 87 system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"