aboutsummaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd2
Commit message (Collapse)AuthorAgeFilesLines
* - Revert post-build: target because there are patch-*::Makefile.PLJun Kuriyama2010-02-071-4/+0
| | | | | | | | | | files for same purpose (but supported only old ExtUtils::MakaMaker, I updated them to work with 5.10.1 in previous commit). Discussed with: skv Notes: svn path=/head/; revision=249364
* - Unbreak with perl5.10.Jun Kuriyama2010-02-062-2/+2
| | | | | | | Approved by: ume Notes: svn path=/head/; revision=249326
* Do not update "perllocal.pod" (to make Tinderbox happy).Sergey Skvortsov2010-02-051-0/+4
| | | | | | | Approved by: pav (implicit) Notes: svn path=/head/; revision=249294
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-9/+3
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* Remove dependency to p5-Pod-Parser and p5-File-Temp.Hajimu UMEMOTO2009-04-071-3/+1
| | | | Notes: svn path=/head/; revision=231788
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-4/+0
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* make it compilable with gcc 4.1.Hajimu UMEMOTO2006-12-151-0/+22
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=179818
* Change the MASTER_SITES entries fromHajimu UMEMOTO2006-10-071-1/+1
| | | | | | | | | | | ftp://ftp.hanse.de/sites/transit/mirror/ to http://www.transit.hanse.de/mirror/ Requested by: Stefan Bethke <stb__at__lassitu.de> Notes: svn path=/head/; revision=174734
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* Give sensible sentences for IGNORE.Hajimu UMEMOTO2006-04-181-1/+1
| | | | | | | Requested by: kris Notes: svn path=/head/; revision=159889
* Replace BROKEN with IGNORE.Hajimu UMEMOTO2006-04-181-1/+1
| | | | Notes: svn path=/head/; revision=159869
* The Project Cyrus web site is migrated to a new server.Hajimu UMEMOTO2006-04-011-1/+1
| | | | Notes: svn path=/head/; revision=158512
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* - use USE_BDB.Hajimu UMEMOTO2005-11-082-7/+6
| | | | | | | - add SHA256. Notes: svn path=/head/; revision=147589
* * reflect renaming on CPAN File-Spec to PathToolsSergey Skvortsov2005-06-111-11/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | + add devel/p5-PathTools, remove devel/p5-File-Spec + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports module was renamed * reflect renaming on CPAN PodParser to Pod-Parser + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports * for all changed ports make dependencies on File::Temp, Digest::MD5, Storable unconditional * remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's (this variable is forced by bsd.port.mk now) * update Class-Autouse to 1.17 * update POE-API-Hooks to 1.05 * make portlint happy (clean IGNORE, convert spaces to tabs and so on) Notes: svn path=/head/; revision=137264
* Update to 2.1.18.Hajimu UMEMOTO2005-02-242-20/+20
| | | | | | | Security:: Fix single byte overflow in imapd annotate extension. Notes: svn path=/head/; revision=129679
* use new scheme of USE_RC_SUBR.Hajimu UMEMOTO2005-02-103-8/+1
| | | | Notes: svn path=/head/; revision=128477
* Don't install/append to perllocal.pod.Hajimu UMEMOTO2004-12-112-0/+30
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=123748
* Update to 2.1.17.Hajimu UMEMOTO2004-11-242-5/+5
| | | | | | | * Fix several security issues in imapd and in mysasl_canon_user. Notes: svn path=/head/; revision=122282
* don't exit at failure of `pw'. some users prefer having userHajimu UMEMOTO2004-07-282-7/+5
| | | | | | | | | `cyrus' in NIS. Reported by: nork Notes: svn path=/head/; revision=114925
* install manpages for ${PREFIX}/cyrus/bin into ${PREFIX}/cyrus/manHajimu UMEMOTO2004-04-025-95/+74
| | | | | | | | | to avoid conflict with other ports. PR: ports/60949, ports/29223, ports/47913 Notes: svn path=/head/; revision=105990
* prefer /usr/sbin/nologin than /sbin/nologin when creating user cyrus.Hajimu UMEMOTO2004-03-311-1/+3
| | | | | | | Requested by: nork Notes: svn path=/head/; revision=105796
* cosmetic changes.Hajimu UMEMOTO2004-03-302-13/+13
| | | | Notes: svn path=/head/; revision=105709
* make it buildable on ia64 and amd64.Hajimu UMEMOTO2004-03-076-10/+75
| | | | | | | | | | (since I don't have ia64 nor amd64, I tested at least it doesn't break on i386.) Obtained from: NetBSD Notes: svn path=/head/; revision=103215
* BROKEN on amd64 and ia64: Does not compile (missing -fPIC)Kris Kennaway2004-03-071-0/+4
| | | | Notes: svn path=/head/; revision=103197
* Say hello to the new "net-mgmt" category. There are probably moreGarrett Wollman2004-02-231-1/+1
| | | | | | | | | | ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus Notes: svn path=/head/; revision=101812
* add http://home.jp.FreeBSD.org/~ume/ipv6/ for MASTER_SITES.Hajimu UMEMOTO2004-02-211-1/+2
| | | | Notes: svn path=/head/; revision=101609
* 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/+2
| | | | Notes: svn path=/head/; revision=99948
* make it buildable with net/net-snmp4.Hajimu UMEMOTO2004-02-022-6/+5
| | | | Notes: svn path=/head/; revision=99779
* remove pidfile at stop.Hajimu UMEMOTO2003-12-042-1/+6
| | | | Notes: svn path=/head/; revision=94904
* Update to 2.1.16.Hajimu UMEMOTO2003-11-202-5/+5
| | | | Notes: svn path=/head/; revision=94506
* 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.1.15.Hajimu UMEMOTO2003-08-186-30/+18
| | | | | | | | | | | | | | | | | * Correct a potential DOS attack in the fud daemon. * Arbitron now works again * Telemetry logging for mupdate * Duplicate Suppression logging for redirect sieve actions * A number of bugs in reconstruct have been fixed. also added the -p and -x options * Better stubbing out of user_deleteacl * No longer log any shutdown() failures * Improved IPv6 support (for systems with two getnameinfo implementations) * Misc Documentation Improvements Notes: svn path=/head/; revision=87230
* Update to 2.1.14.Hajimu UMEMOTO2003-07-033-6/+7
| | | | Notes: svn path=/head/; revision=84160
* 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
* Update to 2.1.13.Hajimu UMEMOTO2003-05-024-10/+10
| | | | Notes: svn path=/head/; revision=80018
* 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 WITH_SKIPLIST which makes skiplist support for mail/cyrus-imapd2Hajimu UMEMOTO2003-04-281-0/+7
| | | | | | | | | | compatible with mail/cyrus-imapd22. PR: ports/51491 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=79795
* Update IPv6 patch to 20030426.Hajimu UMEMOTO2003-04-262-3/+3
| | | | Notes: svn path=/head/; revision=79674