| Commit message (Expand) | Author | Age | Files | Lines |
* | Make it compilable on 5-CURRENT after import of GCC3.3 by | Hajimu UMEMOTO | 2003-07-19 | 1 | -0/+14 |
* | Workaround to fix build on ia64. I hope it fixes the problem. | Hajimu UMEMOTO | 2003-05-11 | 1 | -0/+15 |
* | Add dependency to OpenSSL. | Hajimu UMEMOTO | 2003-05-03 | 1 | -1/+8 |
* | Specify full path of perl explicitly. | Hajimu UMEMOTO | 2003-04-28 | 1 | -1/+2 |
* | add mirror sites. | Hajimu UMEMOTO | 2003-04-23 | 1 | -1/+2 |
* | portlint | Hajimu UMEMOTO | 2003-04-23 | 1 | -1/+1 |
* | Use REINPLACE_CMD. | Hajimu UMEMOTO | 2003-03-23 | 1 | -3/+3 |
* | De-pkg-comment. | Hajimu UMEMOTO | 2003-02-20 | 2 | -1/+1 |
* | better workaround against PF_LOCAL. | Hajimu UMEMOTO | 2003-01-22 | 1 | -18/+10 |
* | Add missing header | Kris Kennaway | 2003-01-14 | 1 | -0/+1 |
* | Update to 2.0.17. | Hajimu UMEMOTO | 2002-12-05 | 2 | -5/+5 |
* | BerkeleyDB cleanup - stage 2 | Ade Lovett | 2002-08-22 | 1 | -2/+2 |
* | cyradm didn't show password prompt correctly. | Hajimu UMEMOTO | 2002-08-17 | 2 | -1/+13 |
* | moving saslv1 includes files to make it easier to add saslv2 | Hajimu UMEMOTO | 2002-07-28 | 1 | -1/+1 |
* | Make this port add shell to cyrus user. | Hajimu UMEMOTO | 2002-05-25 | 3 | -51/+33 |
* | Add USE_PERL5=yes. | Hajimu UMEMOTO | 2002-05-19 | 1 | -0/+1 |
* | Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; | Akinori MUSHA | 2002-01-29 | 1 | -7/+7 |
* | Update IPv6 patch. | Hajimu UMEMOTO | 2002-01-18 | 2 | -3/+3 |
* | Sync with reality in comment. We can choose `sasldb' also. | Hajimu UMEMOTO | 2002-01-17 | 1 | -1/+1 |
* | Back out the db3 port update because some of these dependent ports had | Akinori MUSHA | 2001-08-01 | 1 | -1/+2 |
* | Update to 2.0.16. | Hajimu UMEMOTO | 2001-07-28 | 2 | -6/+7 |
* | Reflect databases/db3's shlib version bump from 2 to 3. | Akinori MUSHA | 2001-07-25 | 1 | -2/+2 |
* | Update IPv6 support patch to 20010711 version. | Hajimu UMEMOTO | 2001-07-11 | 2 | -3/+3 |
* | - Install more html docs. | Hajimu UMEMOTO | 2001-07-09 | 2 | -5/+14 |
* | Update to cyrus-imapd 2.0.15. | Hajimu UMEMOTO | 2001-07-08 | 3 | -16/+4 |
* | Update to 2.0.14. | Hajimu UMEMOTO | 2001-05-31 | 4 | -90/+16 |
* | The configuration files should be preserved at deinstall | Hajimu UMEMOTO | 2001-05-21 | 1 | -2/+4 |
* | Fix a bug that imaps didn't work correctly. | Hajimu UMEMOTO | 2001-05-07 | 2 | -1/+86 |
* | When bind() was fail, master did core dump. | Hajimu UMEMOTO | 2001-05-05 | 2 | -2/+3 |
* | Update to 2.0.13. | Hajimu UMEMOTO | 2001-04-28 | 3 | -5/+5 |
* | Add missing items into pkg-plist. | Hajimu UMEMOTO | 2001-04-22 | 2 | -2/+11 |
* | Since imapd.conf is installed into ${PREFIX}/etc, mkimap should | Hajimu UMEMOTO | 2001-04-12 | 3 | -3/+10 |
* | Add missing patch that does chown to cyrus spool directory. | Hajimu UMEMOTO | 2001-04-06 | 1 | -0/+29 |
* | Since spool location is configurable by user, prevent making spool | Hajimu UMEMOTO | 2001-04-06 | 4 | -18/+15 |
* | Add missing Perl library into pkg-plist. | Hajimu UMEMOTO | 2001-04-06 | 2 | -1/+15 |
* | Use -U option of ps instead of odd path checking. | Hajimu UMEMOTO | 2001-03-22 | 2 | -2/+2 |
* | killall doesn't have -u option under FreeBSD 3.X | Hajimu UMEMOTO | 2001-03-16 | 2 | -1/+3 |
* | Add cyrus-imapd 2.0.12, the cyrus mail server, supporting POP3 and | Hajimu UMEMOTO | 2001-03-13 | 25 | -235/+222 |
* | Spaces->tabs in the mail category. | Jimmy Olgeni | 2001-02-05 | 1 | -1/+1 |
* | Don't automatically delete etc/imap.conf and etc/mailboxes | Kris Kennaway | 2001-01-28 | 1 | -2/+0 |
* | typo fix. | FUJISHIMA Satsuki | 2001-01-18 | 1 | -1/+1 |
* | add missing manpages. | FUJISHIMA Satsuki | 2001-01-17 | 2 | -16/+18 |
* | Goodbye, YEAR2000. Hello, 2001. | Will Andrews | 2001-01-01 | 1 | -2/+0 |
* | Obey portlint better, and use sensible defaults in configure args. | Will Andrews | 2000-12-21 | 1 | -13/+13 |
* | (Oops, forgot this file with the 1.6.24 update): | Will Andrews | 2000-12-21 | 1 | -0/+10 |
* | Update to 1.6.24. Fix /var/pwcheck handling since that's moved to the | Will Andrews | 2000-12-21 | 9 | -41/+125 |
* | pwcheck is in ${LOCALBASE}/sbin, which is not in root's default path, so | Satoshi Asami | 2000-11-13 | 1 | -1/+1 |
* | Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is | Satoshi Asami | 2000-10-08 | 1 | -2/+2 |
* | Fix homepage link. | Wolfram Schneider | 2000-09-03 | 2 | -2/+2 |
* | Move the stragler's www.freebsd.org/~user distfiles to the offical | David E. O'Brien | 2000-06-29 | 1 | -1/+2 |