Ticket #12147: cyrus-imapd_update_homepage_add_sieve_idled_snmp-notes.diff

File cyrus-imapd_update_homepage_add_sieve_idled_snmp-notes.diff, 1.4 KB (added by boeyms@…, 17 years ago)
  • mail/cyrus-imapd/Portfile

     
    1313long_description        Popular, scalable, open standars based IMAP & POP3 mail server \
    1414                        developed by The Carnegie Mellon University.
    1515
    16 homepage        http://asg.web.cmu.edu/cyrus/
     16homepage        http://cyrusimap.web.cmu.edu/
    1717master_sites    http://ftp.andrew.cmu.edu/pub/cyrus-mail/
    1818checksums       md5 ac03b02c1ae08d52f807b58c488b204f
    1919
     
    3737                --with-cyrus-group=mail \
    3838                --with-auth=unix \
    3939                --enable-listext \
     40                --enable-idled \
    4041                --enable-cmulocal \
    4142                --enable-netscapehack \
    4243                --with-snmp=no \
     
    8889platform i386 { configure.args-append --build=i386 }
    8990
    9091variant snmp {
    91 # snmp support is currently broken
     92# snmp support is currently broken; it requires port:net-snmp to be built with
     93# AgentX support, which is currently in its +server variant, and MacPorts does
     94# not currently support dependencies on specific variants
    9295        depends_lib-append      port:net-snmp
    9396        configure.args-delete   --with-snmp=no
    9497        configure.args-append   --with-snmp=yes
    9598}
    9699
     100variant sieve description {Add support for the SIEVE filtering language} {
     101        configure.args-delete   --disable-sieve
     102        configure.args-append   --enable-sieve
     103}
     104
    97105##
    98106# Miscellaneous notes:
    99107# -) Port is itself bare bones, suport for many other things could be added (maybe as variants), so suggest away!