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
13 13 long_description Popular, scalable, open standars based IMAP & POP3 mail server \ 14 14 developed by The Carnegie Mellon University. 15 15 16 homepage http:// asg.web.cmu.edu/cyrus/16 homepage http://cyrusimap.web.cmu.edu/ 17 17 master_sites http://ftp.andrew.cmu.edu/pub/cyrus-mail/ 18 18 checksums md5 ac03b02c1ae08d52f807b58c488b204f 19 19 … … 37 37 --with-cyrus-group=mail \ 38 38 --with-auth=unix \ 39 39 --enable-listext \ 40 --enable-idled \ 40 41 --enable-cmulocal \ 41 42 --enable-netscapehack \ 42 43 --with-snmp=no \ … … 88 89 platform i386 { configure.args-append --build=i386 } 89 90 90 91 variant 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 92 95 depends_lib-append port:net-snmp 93 96 configure.args-delete --with-snmp=no 94 97 configure.args-append --with-snmp=yes 95 98 } 96 99 100 variant sieve description {Add support for the SIEVE filtering language} { 101 configure.args-delete --disable-sieve 102 configure.args-append --enable-sieve 103 } 104 97 105 ## 98 106 # Miscellaneous notes: 99 107 # -) Port is itself bare bones, suport for many other things could be added (maybe as variants), so suggest away!