Changeset 37860 for trunk/dports


Ignore:
Timestamp:
Jun 26, 2008, 7:59:00 PM (16 years ago)
Author:
dluke@…
Message:

Build with sasl support as the default.

Location:
trunk/dports/devel
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/subversion-javahlbindings/Portfile

    r37692 r37860  
    55name                    subversion-javahlbindings
    66version                 1.5.0
     7revision                1
    78categories              devel java
    89platforms               darwin
     
    2930                        port:junit \
    3031                        port:gettext port:libiconv \
    31                         port:serf
     32                        port:serf port:cyrus-sasl2
    3233
    3334configure.cxx           g++
     
    3839                        --mandir=\\\${prefix}/share/man \
    3940                        --disable-neon-version-check --with-serf=${prefix} \
     41                        --with-sasl=${prefix} \
    4042                        --with-javahl --without-jikes \
    4143                        --with-junit=${prefix}/share/java/junit.jar
  • trunk/dports/devel/subversion-perlbindings/Portfile

    r37692 r37860  
    55name                    subversion-perlbindings
    66version                 1.5.0
     7revision                1
    78categories              devel perl
    89platforms               darwin
     
    3233                        path:${prefix}/bin/perl:perl5.8 \
    3334                        port:gettext port:libiconv \
    34                         port:serf
     35                        port:serf port:cyrus-sasl2
    3536
    3637configure.args          --with-berkeley-db=${prefix}/include/db46:${prefix}/lib/db46 \
     
    3940                        --mandir=\\\${prefix}/share/man \
    4041                        --disable-neon-version-check --with-serf=${prefix} \
     42                        --with-sasl=${prefix \
    4143                        --with-perl5=${prefix}/bin/perl
    4244
  • trunk/dports/devel/subversion-python25bindings/Portfile

    r37692 r37860  
    55name                    subversion-python25bindings
    66version                 1.5.0
     7revision                1
    78categories              devel python
    89platforms               darwin
     
    3031                        port:py25-bsddb \
    3132                        port:gettext port:libiconv \
    32                         port:serf
     33                        port:serf port:cyrus-sasl2
    3334
    3435post-patch {
     
    4344                        --with-apr-util=${prefix} --without-apxs \
    4445                        --mandir=\\\${prefix}/share/man \
    45                         --disable-neon-version-check --with-serf=${prefix}
     46                        --disable-neon-version-check --with-serf=${prefix} \
     47                        --with-sasl=${prefix}
    4648
    4749configure.env           ac_cv_path_PYTHON=${prefix}/bin/python2.5
  • trunk/dports/devel/subversion-rubybindings/Portfile

    r37692 r37860  
    55name                    subversion-rubybindings
    66version                 1.5.0
     7revision                1
    78categories              devel ruby
    89platforms               darwin
     
    3233                        port:ruby \
    3334                        port:gettext port:libiconv \
    34                         port:serf
     35                        port:serf port:cyrus-sasl2
    3536
    3637configure.env           RUBY=${prefix}/bin/ruby
     
    3940                        --with-apr-util=${prefix}/bin/apu-1-config --without-apxs \
    4041                        --mandir=\\\${prefix}/share/man \
    41                         --disable-neon-version-check --with-serf=${prefix}
     42                        --disable-neon-version-check --with-serf=${prefix} \
     43                        --with-sasl=${prefix}
    4244
    4345build.target            swig-rb
  • trunk/dports/devel/subversion/Portfile

    r37796 r37860  
    55name                    subversion
    66version                 1.5.0
     7revision                1
    78categories              devel
    89platforms               darwin
     
    2526                        port:db46 \
    2627                        port:gettext port:libiconv \
    27                         port:serf
     28                        port:serf port:cyrus-sasl2
    2829
    2930test.run                yes
     
    3738                        --with-apr-util=${prefix}/bin/apu-1-config --without-apxs \
    3839                        --mandir=\\\${prefix}/share/man \
    39                         --disable-neon-version-check --with-serf=${prefix}
     40                        --disable-neon-version-check --with-serf=${prefix} \
     41                        --with-sasl=${prefix}
    4042
    4143use_parallel_build      yes
     
    9799                                        }
    98100
    99 variant sasl            description {Build with support for sasl2 authentication} {
    100                         depends_lib-append port:cyrus-sasl2
    101                         configure.args-append --with-sasl=${prefix}
    102                         }
    103 
    104101variant tools           description {Install some optional extra subversion tools} {
    105102                        build.target-append svnmucc
Note: See TracChangeset for help on using the changeset viewer.