Ticket #36954: 0002-bzip2-support.patch

File 0002-bzip2-support.patch, 1013 bytes (added by dave@…, 12 years ago)
  • mail/dovecot2/Portfile

    From 92d6369be69beb94cf7c989c586c3f4b473b04e5 Mon Sep 17 00:00:00 2001
    From: Dave Abrahams <dave@boostpro.com>
    Date: Sat, 10 Nov 2012 17:45:24 -0500
    Subject: [PATCH 2/4] bzip2 support
    
    ---
     mail/dovecot2/Portfile |    2 ++
     1 file changed, 2 insertions(+)
    
    diff --git a/mail/dovecot2/Portfile b/mail/dovecot2/Portfile
    index e1d6d7b..59897a5 100644
    a b distname ${base_name}-${version} 
    2929depends_build       port:pkgconfig
    3030depends_lib         port:libiconv \
    3131                    port:zlib \
     32                    port:bzip2 \
    3233                    port:openssl
    3334
    3435set default_internal_user   _dovecot
    post-patch { 
    5253configure.args      --sysconfdir=${prefix}/etc \
    5354                    --localstatedir=${prefix}/var \
    5455                    --with-zlib \
     56                    --with-bzlib \
    5557                    --with-ssl=openssl \
    5658                    --with-ssldir=${prefix}/etc/ssl
    5759