Changeset 118358 for trunk/dports


Ignore:
Timestamp:
Mar 31, 2014, 10:26:11 PM (10 years ago)
Author:
devans@…
Message:

gedit-plugins: update m4/intltool.m4 and autoreconf to fix intltool configuration, fix python variants, disable plugins that don't build with current port versions, drop unused dependencies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/gnome/gedit-plugins/Portfile

    r115836 r118358  
    2828depends_lib     port:gconf \
    2929                port:gedit \
    30                 port:vte \
    31                 port:gucharmap
    3230
    33 configure.args  --disable-schemas-install
     31# update m4/intltool.m4 and autoreconf
     32
     33pre-configure {
     34    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
     35}
     36
     37use_autoreconf      yes
     38autoreconf.args     -fvi
     39
     40configure.args  --disable-schemas-install \
     41                --disable-python \
     42                --with-plugins=bracketcompletion,codecomment,colorpicker,drawspaces,joinlines,multiedit,textsize,showtabbar,sessionsaver,smartspaces,wordcompletion
    3443
    3544variant python26 conflicts python27 description {Use python 2.6} {
     45    configure.args-replace    --disable-python --enable-python
    3646    configure.python          ${prefix}/bin/python2.6
    3747    depends_lib-append        port:py26-pygtksourceview \
     
    4252
    4353variant python27 conflicts python26 description {Use python 2.7} {
     54    configure.args-replace    --disable-python --enable-python
    4455    configure.python          ${prefix}/bin/python2.7
    4556    depends_lib-append        port:py27-pygtksourceview \
Note: See TracChangeset for help on using the changeset viewer.