./mail/cyrus-imapd24, Cyrus IMAP server

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2017Q2, Version: 2.4.18nb2, Package name: cyrus-imapd-2.4.18nb2, Maintainer: pkgsrc-users

IMAP (Internet Message Access Protocol) is an Internet standards-track
protocol for accessing messages (mail, bboards, news, etc). The Cyrus
IMAP server differs from other IMAP server implementations in that it
is generally intended to be run on "sealed" servers, where normal users
are not permitted to log in. The mailbox database is stored in parts of
the filesystem that are private to the Cyrus IMAP system. All user
access to mail is through the IMAP, POP3, or KPOP protocols.

DEINSTALL [+/-]

Required to run:
[devel/pcre] [security/cyrus-sasl] [databases/db4] [lang/perl5]

Required to build:
[pkgtools/cwrappers]

Package options: bdb, pcre

Master sites: (Expand)

SHA1: 2a3e449afc235ea72ef3b48ba5c0f66eb199faf2
RMD160: 9a2a601a93abcaece16a77f0f77460a49e6e7c53
Filesize: 2436.619 KB

Version history: (Expand)


CVS history: (Expand)


   2017-08-13 20:49:28 by Benny Siegert | Files touched by this commit (1)
Log message:
Pullup ticket #5529 - requested by jnemeth
mail/cyrus-imapd24: build fix

Revisions pulled up:
- mail/cyrus-imapd24/Makefile                                   1.51

---
   Module Name:    pkgsrc
   Committed By:   jnemeth
   Date:           Mon Jul 31 05:13:49 UTC 2017

   Modified Files:
           pkgsrc/mail/cyrus-imapd24: Makefile

   Log message:
   Fix up the path to /bin/sh in cyradm script.  The damage happens
   during the build stage, so can't use a simple REPLACE_SH.

   This is a build problem that likely is only detected when
   PKG_DEVELOPER=YES so bump PKGREVISION anyways.