aboutsummaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd22
Commit message (Collapse)AuthorAgeFilesLines
* Set an appropriate LATEST_LINK to avoid conflicts with other ports.Hajimu UMEMOTO2004-02-061-0/+2
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=100164
* SIZEfyHajimu UMEMOTO2004-02-041-0/+1
| | | | Notes: svn path=/head/; revision=99948
* fix description of allowplaintext.Hajimu UMEMOTO2004-02-021-1/+1
| | | | | | | Reported by: "Stephen Marquard" <scm@marquard.net> Notes: svn path=/head/; revision=99824
* make it buildable with net/net-snmp4.Hajimu UMEMOTO2004-02-023-7/+6
| | | | Notes: svn path=/head/; revision=99779
* Configuration of the Cyrus databases is now runtime. The cyrus dbHajimu UMEMOTO2004-01-172-4/+36
| | | | | | | | backend used for each database can be specified with an imapd.conf option. Notes: svn path=/head/; revision=98410
* Support Berkeley DB 4.2.Hajimu UMEMOTO2004-01-173-11/+38
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=98399
* we don't need this file anymore.Hajimu UMEMOTO2004-01-171-14/+0
| | | | Notes: svn path=/head/; revision=98395
* Update to 2.2.3.Hajimu UMEMOTO2004-01-1511-108/+25
| | | | Notes: svn path=/head/; revision=98223
* add WITH_IDLE option which takes poll, idled or no. Default is pollHajimu UMEMOTO2004-01-143-0/+30
| | | | | | | | | as Cyrus IMAPd's default. Requested by: ervin.nemeth@niif.hu Notes: svn path=/head/; revision=98134
* remove pidfile at stop.Hajimu UMEMOTO2003-12-042-1/+6
| | | | Notes: svn path=/head/; revision=94904
* re-enable WITH_DRAC.Hajimu UMEMOTO2003-11-222-5/+26
| | | | Notes: svn path=/head/; revision=94702
* fix plist.Hajimu UMEMOTO2003-10-302-2/+2
| | | | | | | Reported by: bento via kris Notes: svn path=/head/; revision=92633
* Update to 2.2.2-BETA.Hajimu UMEMOTO2003-10-285-21/+25
| | | | | | | (disable WITH_DRAC support due to lack of acconfig.h, for now) Notes: svn path=/head/; revision=92473
* utilize SITE_PERLYing-Chieh Liao2003-10-242-21/+21
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* the start/stop scripts failed when booting on 5.x machinesHajimu UMEMOTO2003-10-012-3/+3
| | | | Notes: svn path=/head/; revision=90003
* ECHO -> ECHO_MSG, ECHO_CMDHajimu UMEMOTO2003-09-271-13/+13
| | | | Notes: svn path=/head/; revision=89504
* fix commentHajimu UMEMOTO2003-09-261-2/+2
| | | | | | | Reported by: nork Notes: svn path=/head/; revision=89464
* USE_OPENSSL must be set before including bsd.port.pre.mk.Hajimu UMEMOTO2003-09-011-5/+2
| | | | | | | Reported by: Fritz Heinrichmeyer <Fritz.Heinrichmeyer@Fernuni-Hagen.de> Notes: svn path=/head/; revision=88259
* Previous commit to use USE_RC_SUBR was incomplete.Hajimu UMEMOTO2003-08-314-5/+11
| | | | Notes: svn path=/head/; revision=88167
* Use USE_RC_SUBR.Hajimu UMEMOTO2003-08-302-20/+33
| | | | Notes: svn path=/head/; revision=88078
* Use CONFLICTS.Hajimu UMEMOTO2003-08-291-0/+2
| | | | | | | PR: ports/56118 Notes: svn path=/head/; revision=87994
* Use USE_OPENSSL.Hajimu UMEMOTO2003-08-281-1/+1
| | | | Notes: svn path=/head/; revision=87909
* Update to 2.2.1-BETA.Hajimu UMEMOTO2003-07-1710-366/+46
| | | | | | | | | 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. Notes: svn path=/head/; revision=85060
* Use USE_AUTOHEADER.Hajimu UMEMOTO2003-07-071-6/+1
| | | | Notes: svn path=/head/; revision=84398
* Don't depend on saslauthd. This is preparation for saslauthdHajimu UMEMOTO2003-06-014-26/+3
| | | | | | | separation from cyrus-sasl2. Notes: svn path=/head/; revision=81847
* Workaround to fix build on ia64. I hope it fixes the problem.Hajimu UMEMOTO2003-05-111-0/+15
| | | | | | | Reported by: bento via kris Notes: svn path=/head/; revision=80662
* Add dependency to OpenSSL.Hajimu UMEMOTO2003-05-031-0/+5
| | | | Notes: svn path=/head/; revision=80049
* Specify full path of perl explicitly.Hajimu UMEMOTO2003-04-281-1/+2
| | | | | | | | PR: ports/44545 Submitted by: Pat Lashley <patl+freebsd@volant.org> Notes: svn path=/head/; revision=79804
* add mirror sites.Hajimu UMEMOTO2003-04-231-1/+2
| | | | | | | | PR: ports/50090 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=79524
* portlintHajimu UMEMOTO2003-04-231-2/+2
| | | | Notes: svn path=/head/; revision=79521
* Oops, correct usage of LIB_DEPENDS introduced by previous commit.Hajimu UMEMOTO2003-04-171-5/+4
| | | | Notes: svn path=/head/; revision=79163
* - Add WITH_BDB_VER for choosing version of Berkeley DB. For example,Hajimu UMEMOTO2003-04-173-3/+31
| | | | | | | | | 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. Notes: svn path=/head/; revision=79160
* fix build on alpha by fixing prototype conflict.Hajimu UMEMOTO2003-04-081-0/+18
| | | | | | | | Reported by: bento via kris Obtained from: Cyrus Notes: svn path=/head/; revision=78591
* Add Cyrus IMAPd 2.2.0-ALPHA after repo copy.Hajimu UMEMOTO2003-03-2920-168/+568
| | | | Notes: svn path=/head/; revision=77682
* Use REINPLACE_CMD.Hajimu UMEMOTO2003-03-231-9/+6
| | | | Notes: svn path=/head/; revision=77273
* De-pkg-comment.Hajimu UMEMOTO2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75979
* Update to 2.1.12.Hajimu UMEMOTO2003-02-046-26/+30
| | | | Notes: svn path=/head/; revision=74679
* Unbreak build on the system where db4 is installed.Hajimu UMEMOTO2003-01-301-4/+13
| | | | | | | Submitted by: TAKAHASHI Kaoru <kaoru@se.uec.ac.jp> Notes: svn path=/head/; revision=74285
* Add CYRUS_USER and CYRUS_GROUP options to be able to configureHajimu UMEMOTO2003-01-304-16/+44
| | | | | | | | | psuedo user for cyrus. Requested by: Cyrus Anderson Yunker <cayunker@unity.ncsu.edu> Notes: svn path=/head/; revision=74277
* better workaround against PF_LOCAL.Hajimu UMEMOTO2003-01-222-26/+16
| | | | Notes: svn path=/head/; revision=73782
* Wrongly removed lib/sasl/Cyrus.conf instead of lib/sasl2/Cyrus.confHajimu UMEMOTO2003-01-171-5/+5
| | | | | | | | | during deinstall. Reported by: bento via kris Notes: svn path=/head/; revision=73327
* - Use PERL_LEVEL to distinguish installed perl version.Hajimu UMEMOTO2003-01-014-5/+58
| | | | | | | | - Add WITH_SKIPLIST_MBOX to enable skiplist mboxlist. - Add WITH_MURDER to enable murder. Notes: svn path=/head/; revision=72087
* Update to 2.1.11.Hajimu UMEMOTO2002-12-052-4/+4
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=71383
* Update to 2.1.10.Hajimu UMEMOTO2002-11-162-4/+4
| | | | Notes: svn path=/head/; revision=70232
* Update to cyrus-imapd-2.1.9.Hajimu UMEMOTO2002-09-012-4/+4
| | | | Notes: svn path=/head/; revision=65447
* Update to 2.1.8.Hajimu UMEMOTO2002-08-282-5/+5
| | | | Notes: svn path=/head/; revision=65184
* BerkeleyDB cleanup - stage 2Ade Lovett2002-08-221-2/+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 Notes: svn path=/head/; revision=64836
* Update to 2.1.7.Hajimu UMEMOTO2002-08-214-34/+7
| | | | Notes: svn path=/head/; revision=64769
* cyradm didn't show password prompt correctly.Hajimu UMEMOTO2002-08-162-0/+13
| | | | | | | Reported by: Joseph Scott <joseph@randomnetworks.com> Notes: svn path=/head/; revision=64586
* Update an IPv6 patch to 20020817.Hajimu UMEMOTO2002-08-162-2/+2
| | | | | | | | Since there is no functional change at all under FreeBSD, I don't bump PORTREVISION. Notes: svn path=/head/; revision=64585