Commit graph

2 commits

Author SHA1 Message Date
Jan Beich
9a585dc44e mail/bincimap: unbreak with libc++ 3.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
2017-02-01 12:29:47 +00:00
Alexey Dokuchaev
8b28f3f3eb - Resurrect `mail/bincimap' port (project was moved to SF.net from the
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.
2016-01-17 17:28:08 +00:00