Garrett Wollman
60aab66567
Say hello to the new "net-mgmt" category. There are probably more
...
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
2004-02-23 04:42:13 +00:00
Hajimu UMEMOTO
5ebbeedf83
strip binaries.
2004-02-13 14:01:09 +00:00
Hajimu UMEMOTO
4e6c2f5ad4
Set an appropriate LATEST_LINK to avoid conflicts with other ports.
...
Reported by: kris
2004-02-06 17:29:28 +00:00
Hajimu UMEMOTO
a5b60fe19e
SIZEfy
2004-02-04 13:57:19 +00:00
Hajimu UMEMOTO
5fdc18fafd
fix description of allowplaintext.
...
Reported by: "Stephen Marquard" <scm@marquard.net>
2004-02-02 16:42:59 +00:00
Hajimu UMEMOTO
83eb4932b4
make it buildable with net/net-snmp4.
2004-02-02 06:12:20 +00:00
Hajimu UMEMOTO
3978b01246
Configuration of the Cyrus databases is now runtime. The cyrus db
...
backend used for each database can be specified with an imapd.conf
option.
2004-01-17 17:58:35 +00:00
Hajimu UMEMOTO
153d604e24
Support Berkeley DB 4.2.
...
Since our db42 requires to include db.h to use. existing configure
script cannot detect our db42. AC_CHECK_LIB() simply test if a
function exists. :(
Requested by: Dmitry Sorokin <dmitry_sorokin@yahoo.ca>
2004-01-17 15:35:34 +00:00
Hajimu UMEMOTO
f68bc8d331
we don't need this file anymore.
2004-01-17 12:26:08 +00:00
Hajimu UMEMOTO
9244f03504
Update to 2.2.3.
2004-01-15 20:43:10 +00:00
Hajimu UMEMOTO
3160ca4d1a
add WITH_IDLE option which takes poll, idled or no. Default is poll
...
as Cyrus IMAPd's default.
Requested by: ervin.nemeth@niif.hu
2004-01-14 05:32:27 +00:00
Hajimu UMEMOTO
447797c1f7
remove pidfile at stop.
2003-12-04 08:20:08 +00:00
Hajimu UMEMOTO
4369aab67b
re-enable WITH_DRAC.
2003-11-22 10:08:05 +00:00
Hajimu UMEMOTO
5a87b762ad
fix plist.
...
Reported by: bento via kris
2003-10-30 11:23:49 +00:00
Hajimu UMEMOTO
7cf01ed39b
Update to 2.2.2-BETA.
...
(disable WITH_DRAC support due to lack of acconfig.h, for now)
2003-10-28 19:42:55 +00:00
Ying-Chieh Liao
c634b4bb83
utilize SITE_PERL
...
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
2003-10-24 12:05:09 +00:00
Hajimu UMEMOTO
4bf83888c1
the start/stop scripts failed when booting on 5.x machines
2003-10-01 18:16:04 +00:00
Hajimu UMEMOTO
5e689f791a
ECHO -> ECHO_MSG, ECHO_CMD
2003-09-27 03:34:20 +00:00
Hajimu UMEMOTO
6a5b71505f
fix comment
...
Reported by: nork
2003-09-26 17:15:16 +00:00
Hajimu UMEMOTO
d6c32c2c40
USE_OPENSSL must be set before including bsd.port.pre.mk.
...
Reported by: Fritz Heinrichmeyer <Fritz.Heinrichmeyer@Fernuni-Hagen.de>
2003-09-01 10:44:42 +00:00
Hajimu UMEMOTO
76c498ae6d
Previous commit to use USE_RC_SUBR was incomplete.
2003-08-31 07:05:45 +00:00
Hajimu UMEMOTO
e1abfdbd5c
Use USE_RC_SUBR.
2003-08-30 14:17:22 +00:00
Hajimu UMEMOTO
bdcd94775f
Use CONFLICTS.
...
PR: ports/56118
2003-08-29 18:22:38 +00:00
Hajimu UMEMOTO
646d8a6bc5
Use USE_OPENSSL.
2003-08-28 15:53:34 +00:00
Hajimu UMEMOTO
32b3cf1b92
Update to 2.2.1-BETA.
...
Since there are some issue to upgrading from 2.2.0-ALPHA,
you should read /usr/local/share/doc/cyrus-imapd22/install-upgrade.html
before upgrading your server.
2003-07-17 16:57:52 +00:00
Hajimu UMEMOTO
a84f2673d6
Use USE_AUTOHEADER.
2003-07-07 16:59:55 +00:00
Hajimu UMEMOTO
067f86b4a6
Don't depend on saslauthd. This is preparation for saslauthd
...
separation from cyrus-sasl2.
2003-06-01 04:01:12 +00:00
Hajimu UMEMOTO
673653e1a9
Workaround to fix build on ia64. I hope it fixes the problem.
...
Reported by: bento via kris
2003-05-11 09:04:08 +00:00
Hajimu UMEMOTO
25070dfbf4
Add dependency to OpenSSL.
2003-05-03 13:40:17 +00:00
Hajimu UMEMOTO
b5c9ea3acf
Specify full path of perl explicitly.
...
PR: ports/44545
Submitted by: Pat Lashley <patl+freebsd@volant.org>
2003-04-28 19:03:04 +00:00
Hajimu UMEMOTO
0275805992
add mirror sites.
...
PR: ports/50090
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
2003-04-23 16:24:48 +00:00
Hajimu UMEMOTO
832c58827b
portlint
2003-04-23 16:06:22 +00:00
Hajimu UMEMOTO
3200ccffb3
Oops, correct usage of LIB_DEPENDS introduced by previous commit.
2003-04-17 18:20:55 +00:00
Hajimu UMEMOTO
62a080d73a
- Add WITH_BDB_VER for choosing version of Berkeley DB. For example,
...
WITH_BDB_VER=4 for db4. The default is WITH_BDB_VER=3 which is as
before.
- The configure script should select correct version of Berkeley DB.
2003-04-17 18:00:08 +00:00
Hajimu UMEMOTO
5e967f383a
fix build on alpha by fixing prototype conflict.
...
Reported by: bento via kris
Obtained from: Cyrus
2003-04-08 09:45:15 +00:00
Hajimu UMEMOTO
4c51254f2d
Add Cyrus IMAPd 2.2.0-ALPHA after repo copy.
2003-03-29 14:57:01 +00:00
Hajimu UMEMOTO
873536d51c
Use REINPLACE_CMD.
2003-03-23 17:10:47 +00:00
Hajimu UMEMOTO
8c22c15b1c
De-pkg-comment.
2003-02-20 20:10:05 +00:00
Hajimu UMEMOTO
803c6ab715
Update to 2.1.12.
2003-02-04 15:55:54 +00:00
Hajimu UMEMOTO
4d32a23e79
Unbreak build on the system where db4 is installed.
...
Submitted by: TAKAHASHI Kaoru <kaoru@se.uec.ac.jp>
2003-01-30 16:09:30 +00:00
Hajimu UMEMOTO
fda290ce5c
Add CYRUS_USER and CYRUS_GROUP options to be able to configure
...
psuedo user for cyrus.
Requested by: Cyrus Anderson Yunker <cayunker@unity.ncsu.edu>
2003-01-30 14:04:02 +00:00
Hajimu UMEMOTO
90fd9a1b44
better workaround against PF_LOCAL.
2003-01-22 14:30:20 +00:00
Hajimu UMEMOTO
5f2db03799
Wrongly removed lib/sasl/Cyrus.conf instead of lib/sasl2/Cyrus.conf
...
during deinstall.
Reported by: bento via kris
2003-01-17 10:17:03 +00:00
Hajimu UMEMOTO
53b32fda0a
- Use PERL_LEVEL to distinguish installed perl version.
...
- Add WITH_SKIPLIST_MBOX to enable skiplist mboxlist.
- Add WITH_MURDER to enable murder.
2003-01-01 19:34:41 +00:00
Hajimu UMEMOTO
d33b79068f
Update to 2.1.11.
...
The release has two security fixes:
- Fixed some potential buffer overflows in the sieve code
- Fixed a pre-login buffer overflow in the IMAP parsing code
Approved by: portmgr
2002-12-05 14:04:36 +00:00
Hajimu UMEMOTO
b1f110615d
Update to 2.1.10.
2002-11-16 05:10:43 +00:00
Hajimu UMEMOTO
2760246054
Update to cyrus-imapd-2.1.9.
2002-09-01 20:12:13 +00:00
Hajimu UMEMOTO
e8c64a3ee7
Update to 2.1.8.
2002-08-28 18:25:16 +00:00
Ade Lovett
76d6ac6122
BerkeleyDB cleanup - stage 2
...
Update databases/db3 to 3.3.11, and fix the few ports that need sorting
after the shlib version update, and a slight API change from 3.2.x->3.3.x
2002-08-22 19:13:46 +00:00
Hajimu UMEMOTO
d6a00af6f5
Update to 2.1.7.
2002-08-21 20:46:33 +00:00