Ticket #37343: 37343.patch

File 37343.patch, 563 bytes (added by wyuenho (Jimmy Yuen Ho Wong), 8 years ago)

This patch removes subversion dep in the default build and added a variant for that

  • Portfile

     
    3636                path:lib/libssl.dylib:openssl \
    3737                port:pcre \
    3838                port:zlib \
    39                 port:apr \
    40                 port:subversion
     39                port:apr
    4140
    4241use_bzip2       yes
    4342
     
    7069                        configure.python ${prefix}/bin/python2.7
    7170                        depends_lib-append port:py27-pygtk
    7271                }
     72
     73variant subversion description {build with subversion support} {
     74    configure.args-append --with-subversion=${prefix}
     75    depends_lib-append port:subversion
     76}