Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-02-01 | mail/bincimap: unbreak with libc++ 3.9 | Jan Beich | 1 | -0/+9 | |
In file included from address.cc:39: ./convert.h:117:14: error: assigning to 'char *' from incompatible type 'const char *' if ((t = strchr(hexchars, c)) == 0) ^ ~~~~~~~~~~~~~~~~~~~ ./convert.h:122:14: error: assigning to 'char *' from incompatible type 'const char *' if ((t = strchr(hexchars, d)) == 0) ^ ~~~~~~~~~~~~~~~~~~~ Reported by: pkg-fallout | |||||
2016-01-17 | - Resurrect `mail/bincimap' port (project was moved to SF.net from the | Alexey Dokuchaev | 1 | -0/+11 | |
abandoned http://www.bincimap.org/ website) - Distfile is .tar.gz now instead of original .tar.bz2, but the contents is identical (no changes whatsoever) - Clean up and modernize the port: convert to OPTIONS, define LICENSE, get rid of CONFDIR in favor of ETCDIR, allow to build with GCC 4.7+, use @sample in pkg-plist, kill bogus EOL whitespace in pkg-descr, etc. |