aboutsummaryrefslogtreecommitdiffstats
path: root/mail/cyrus-imapd23
Commit message (Collapse)AuthorAgeFilesLines
* onvert to UCL & cleanup pkg-message (categories l-m)mat2019-08-141-4/+6
|
* mail/cyrus-imapd23: remove support for expired mail/drac and pet portlintrene2019-01-164-77/+3
|
* cyrus-imapd should start after saslauthdume2018-06-162-2/+2
| | | | | PR: 228996 Submitted by: ohauer
* add reload to init scriptume2018-06-162-1/+2
| | | | | PR: 228992 Submitted by: Johan Bergström <bugs [...] bergstroem.nu>
* Convert to USES=autoreconf.tijl2017-12-241-1/+1
|
* - Update WWWamdmi32017-06-161-1/+1
| | | | Approved by: portmgr blanket
* Update to 2.3.20.ume2017-05-082-4/+5
|
* Remove all USE_OPENSSL occurrences.mat2017-03-151-2/+1
| | | | Sponsored by: Absolight
* Add Cyrus IMAP 3.0 series.ume2017-03-101-1/+2
| | | | | | | | Now, it is the third release candidate from the Cyrus IMAP 3.0 series: 3.0.0-rc3. As a release candidate, it is considered near-stable for production usage. Interfaces, APIs, features, etc are not likely to change between now and the full release.
* ${RM} already has -f.mat2016-10-211-1/+1
| | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* Rename all files containing a : in their filename.mat2016-06-183-2/+2
| | | | | | | While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*amdmi32016-05-191-1/+1
| | | | Approved by: portmgr blanket
* Use USES=bdb and USES=mysql.ume2016-05-121-2/+2
|
* Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.mat2016-04-261-1/+1
| | | | | | | | | | | While there replace USE_SQLITE=x by USES=sqlite:x. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951
* Remove needless MURDER_CFLAGS since r38220.ume2016-04-131-1/+0
|
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-4/+4
| | | | | With hat: portmgr Sponsored by: Absolight
* Fix build on 9.mat2016-03-191-3/+1
| | | | | Pointy hat on: ume Sponsored by: Absolight
* - Don't install garbage into DOCSDIR.ume2016-03-184-50/+20
| | | | - Rework handling of conf files.
* Install cyrus.conf and imapd.conf even whenume2016-03-171-0/+6
| | | | | | EXAMPLES is off. Spotted by: Karl Pielorz <kpielorz_lst__at__tdx.co.uk>
* Fix usage of ${PERL5}.mat2015-12-181-2/+2
| | | | | | | | | | | | | | ${PERL5} points to a specific version of perl, say, perl5.22.1, it is fine to use it in a ports Makefile to do Perly things, but ports using it must use ${PERL}, that points to /usr/local/bin/perl so that if the minor version is updated, the shebang keep working. While there, make some ports use shebangfix, regen a few patches, and bump PORTREVISION where a shebang went from PERL5 to PERL. PR: 205367 With hat: portmgr Sponsored by: Absolight
* Remove trailing whitespace from Makefiles, M-X.olgeni2015-10-081-1/+1
|
* Make it so that the default Perl is always called perl5.mat2015-09-141-5/+4
| | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542
* Put back man pages definitions in the Makefile.mat2015-09-122-56/+30
| | | | | Requested by: maintainer Sponsored by: Absolight
* Cleanup and modernization of mail/cyrus-imapd2*.mat2015-09-116-129/+93
| | | | | With hat: portmgr Sponsored by: Absolight
* Update to 2.3.19.ume2015-07-063-54/+4
|
* Drop @dirrm* from plist.ume2015-05-082-10/+0
|
* Add CPE information.ume2015-04-101-1/+4
|
* Remove OSVERSION checks that do not make sense any more.mat2015-04-033-28/+18
| | | | | | | | | | For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true, as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107). Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when it is always needed, I renamed it, in one case, I merged two patches. Differential Revision: https://reviews.freebsd.org/D2209
* mail category: Remove $PTHREAD_LIBSmarino2015-03-251-4/+2
| | | | | | | | | | | | | | Note: The following ports did not pass check-plist (CP) or stage-qa (QA) tests. The sendmail port has many problems, but this was already known by myself as I fixed it properly on DPorts last week. It's a forward action to submit a PR against mail/sendmail. * antivirus-milter (CP) * dk-milter (CP) * milter-regex (CP) * sendmail (CP, QA) approved by: PTHREAD blanket
* Fix build with clang when SNMP option is enabled.ume2014-12-181-11/+0
| | | | PR: 196015
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-18/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr
* Switch to USES=pgsqlcrees2014-11-231-1/+1
|
* Fix .packlistume2014-11-181-1/+2
| | | | PR: 195115
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.mandree2014-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Mk/bsd.database.mk rewrite, new default to db5. - db6 is eligible by default only if installed on the system. - Bump PORTREVISION of all ports that directly depend on BerkeleyDB or where USE_BDB is found in the port's directory - Patch a few ports such that they will pick up or work with newer versions. - Add UPDATING entry - Drive-by format fix for pks - Drop BerkeleyDB option from mail/popular for now, requires more work. - Exp-run logs linked from the PR below. - Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes for new Berkeley DB, but are untested. NOTE: please read UPDATING and the Wiki page before proceeding! Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup PR: 192690 Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports)
* Rename all patches that contain '::' as a path separator, and useadamw2014-07-3016-0/+0
| | | | '__' instead.
* net/openldap24-*:tijl2014-07-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Avoid USE_AUTOTOOLS - Don't use PTHREAD_LIBS - Use MAKE_CMD databases/glom: - Drop :keepla - Add INSTALL_TARGET=install-strip databases/libgda4* databases/libgda5*: - Convert to USES=libtool and bump dependent ports - USES=tar:xz - Use INSTALL_TARGET=install-strip - Use @sample databases/libgdamm: - Drop :keepla - USES=tar:bzip2 - Use INSTALL_TARGET=install-strip databases/libgdamm5: - Add INSTALL_TARGET=install-strip - Drop --enable-static (inherited from old repocopy) devel/anjuta x11-toolkits/py-gnome-extras: - Drop :keepla dns/powerdns dns/powerdns-devel: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Disable static modules - Stop creating library symlinks with .0 suffix, not needed for dynamically opened modules mail/dovecot2: - Add USES=libtool mail/dovecot2-pigeonhole: - Drop CONFIGURE_TARGET (incorrect for Dragonfly) - Add USES=libtool and INSTALL_TARGET=install-strip math/gnumeric: - USES=libtool tar:xz Approved by: portmgr (implicit, bump unstaged ports)
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.adamw2014-07-162-2/+2
|
* Bump more ports that depend on libsqlite3.so:tijl2014-07-051-1/+1
| | | | | | | - ports that set USE_SQLITE with the *_USE option helper - ports that depend on libsqlite3 indirectly as reported by pkg rquery Approved by: portmgr (implicit)
* Support LIBS like LDFLAGS.tijl2014-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine)
* Remove all the bootstrap files (.bs) from the plists.mat2014-06-101-2/+0
| | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight
* Install the manpages of HTML version which were no longer installedume2014-06-051-13/+17
| | | | accidentally at the time of stagefy.
* Update LICENSE.ume2013-12-311-1/+1
|
* use modern OPTIONS helper.ume2013-10-151-81/+31
|
* avoid package name collisions.ume2013-10-061-3/+2
| | | | Spotted by: bapt
* - enable stage.ume2013-10-062-69/+78
| | | | - use new LIB_DEPENDS format.
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | mail)
* - convert to the new perl5 frameworkaz2013-09-151-1/+2
| | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
* Add Cyrus man pages to manpath.ume2013-07-163-3/+17
| | | | PR: ports/180362
* - lang/perl5.12 upgrade to 5.12.5az2013-06-121-2/+4
| | | | | | | | | | | | | | - lang/perl5.14 upgrade to 5.14.4 - lang/perl5.16 upgrade to 5.16.3 - Global modify SITE_PERL[1][2] [1] - See more info: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=26605+0+archive/2013/freebsd-perl/20130609.freebsd-perl [2] - Fix for mail/cyrus-imapd* - Approved by portmrg(bapt@) Please, see ports/UPDATING for upgrade procedure. Reviewed by: bapt@ (exp-run), culot@
* Update PCRE to 8.32mm2012-12-111-1/+1
| | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports
* Update cyrus-sasl2 to 2.1.26.ume2012-12-101-8/+3
| | | | This bumps shlib version of libsasl2.
* Move the rc.d scripts of the form *.sh.in to *.indougb2012-08-062-1/+1
| | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op
* - Remove SITE_PERL from *_DEPENDSaz2012-06-301-1/+1
| | | | Approved by: portmgr@ (bapt@)
* Convert to use new OPTIONS framework.ume2012-06-131-35/+37
|
* Bump pcre library dependency due to 8.30 updatemm2012-02-141-2/+2
|
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* Make it buildable with clang.ume2012-01-081-0/+13
|
* Update to 2.3.18.ume2011-10-062-3/+3
|
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-1/+2
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* Specify the version number explicitly in the file name ofume2011-09-151-3/+3
| | | | the 3rd party's auto* patches, sigh.
* Update to 2.3.17.ume2011-09-146-59/+32
|
* - Chase net-snmp shlib version bump.sylvio2011-07-281-2/+2
|
* - remove MD5ohauer2011-07-031-3/+0
|
* Make it buildable with perl 5.14.0. Perl 5.14.0 doesn't defineume2011-05-201-0/+21
| | | | sv_undef, sv_yes nor sv_no, anymore.
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Use PCRE explicitly. If PCRE was installed, the header of PCRE wasume2010-11-263-6/+26
| | | | | | picked upped. However, since there was bash-ism in the configure script, libpcre was not linked, correctly. As the result, the regex in our libc was used, but the header of PCRE was referred.
* Punt autoconf267->autoconf268ade2010-10-161-1/+1
|
* Add optional UoA patches:mm2010-10-064-17/+33
| | | | | | | | - Autocreate INBOX patch - Autosievefolder patch PR: ports/150719 Approved by: maintainer (timeout)
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-2/+2
| | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
* - Chase net-snmp shlib bumpsylvio2010-06-031-2/+2
|
* Make it buildable with db50.ume2010-05-271-0/+49
|
* Fix build with enabling DRAC on FreeBSD 7.X and earlier.ume2010-04-101-2/+2
| | | | Submitted by: kuriyama
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - Revert post-build: target because there are patch-*::Makefile.PLkuriyama2010-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
* - Unbreak with perl5.10.kuriyama2010-02-062-2/+2
| | | | Approved by: ume
* Do not update "perllocal.pod" (to make Tinderbox happy).skv2010-02-061-0/+4
| | | | Approved by: pav (implicit)
* Fix build with MySQL option is enabled.ume2009-12-241-1/+3
| | | | Submitted by: Jonathan Frazier <jfrazier__at__purpleheartservices.com>
* The patch to configure.in is required only when WITH_DRAC=YES andume2009-12-221-2/+4
| | | | FreeBSD 8.X and later.
* Update to 2.3.16.ume2009-12-216-27/+51
|
* - Remove support for ucd-snmp4 in ports, that also support net-snmp5.pav2009-12-081-10/+2
| | | | (ucd-snmp4 port is past expiration date)
* - Mark MAKE_JOBS_UNSAFEpav2009-11-201-0/+1
| | | | Reported by: pointyhat
* Update to 2.3.15.ume2009-09-105-84/+25
| | | | Security: Potential buffer overflow in Sieve
* Fix buffer size calculations for sieve actions_stringume2009-09-032-1/+74
| | | | | Submitted by: Bron Gondwana <brong__at__fastmail.fm> Obtained from: Project Cyrus
* Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-161-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.
* Remove dependency to p5-Pod-Parser and p5-File-Temp.ume2009-04-071-3/+1
|
* Update to 2.3.14.ume2009-03-263-34/+17
|
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-061-2/+1
|
* Update to 2.3.13.ume2008-10-216-44/+74
|
* Fix build on -CURRENT due to library shuffle.rnoland2008-10-022-1/+21
| | | | Approved by: garga (mentor), maintainer timeout (2 weeks)
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62ade2008-08-201-1/+1
| | | | Tested by: exp build run (erwin)
* - Mark BROKEN after recent kerberos importpav2008-06-231-0/+4
|
* The tarball was rerolled with actual fix for imapd.conf parsingume2008-04-262-4/+4
| | | | problem.
* Update to 2.3.12p2.ume2008-04-252-4/+4
| | | | | The memory corruption problem was not fixed in 2.3.12p1, actually. It should be fixed now.
* Update to 2.3.12p1.ume2008-04-242-4/+4
| | | | | | The only change from 2.3.12 is a patch to fix a memory corruption in the imapd.conf parsing code which could cause segfaults on certain platforms.
* Add the statuscache_db option to imapd.conf. If WITHOUT_BDB is set,ume2008-04-241-0/+6
| | | | | | | | | | | this will need to be set to skiplist else messages such as the following will result: "Fatal error: cyrusdb backend berkeley-nosync not supported" This patch just makes it a bit easier to find. PR: ports/122995 Submitted by: scf
* Update to 2.3.12.ume2008-04-212-4/+4
|
* Chase shlib version bump of net-snmp.ume2008-03-281-1/+1
|
* Update to 2.3.11.ume2007-12-123-12/+13
|
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.linimon2007-09-301-2/+2
| | | | | PR: ports/116639 Submitted by: aDe
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-4/+0
| | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
* Update to 2.3.9.ume2007-08-208-98/+10
| | | | | | | | | Upgrading from 2.3.8 * The default value of the allowplaintext option has been changed to disabled (0). If you need to allow cleartext passwords on the wire, then you will have to explicitly enable the allowplaintext option in imapd.conf.
* Add an option to not use Berkeley DB.ume2007-08-091-5/+11
| | | | | PR: ports/101383 Submitted by: Sean Farley <sean-freebsd__at__farley.org>
* Obey the default BDB version defined in bsd.database.mk.ume2007-08-081-130/+13
|
* Allow to build with db45 and db46 as well.ume2007-08-061-8/+42
|
* compatibility fix for DBENV->set_lk_max()ume2007-08-061-0/+20
| | | | Obtained from: https://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/lib/cyrusdb_berkeley.c.diff?r1=1.17;r2=1.18
* - Bump shlib version to libnetsnmp.so.10 and bump $PORTREVISION.kuriyama2007-02-281-2/+2
|
* Update to 2.3.8.ume2007-02-104-4/+19
|
* Change the MASTER_SITES entries fromume2006-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>
* Update to 2.3.7.ume2006-07-113-68/+4
| | | | | PASS8BITHACK was deprecated, since munge8bit option was added for this purpose.
* unquote BROKEN.ume2006-06-191-3/+3
|
* Update to 2.3.6 and unmark BROKEN.ume2006-05-262-6/+4
| | | | | | If you ran 2.3.4 or 2.3.5, you need to reconstruct your mailboxes. Please refer /usr/local/share/doc/cyrus-imapd/install-upgrade.html for detail.
* 2.3.5 still has critical problem. So, I've mark it BROKEN untilume2006-05-251-0/+2
| | | | the problem is fixed.
* Update to 2.3.5.ume2006-05-256-58/+24
|
* Remove USE_REINPLACE from ports starting with Medwin2006-05-111-1/+0
|
* Make it buildable on 4.X without Kerberos5 stuff.ume2006-05-011-0/+5
| | | | Reported by: Mark Edwards <mark__at__antsclimbtree.com>
* Give sensible sentences for IGNORE.ume2006-04-191-1/+1
| | | | Requested by: kris
* Replace BROKEN with IGNORE.ume2006-04-181-1/+1
|
* Enable support for db-4.4.ume2006-04-161-19/+28
|
* Make it buildable with WITH_NNTP=yes.ume2006-04-142-1/+37
| | | | Obtained from: https://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/fetchnews.c.diff?r1=1.2.2.12&r2=1.2.2.13&f=u
* The Project Cyrus web site is migrated to a new server.ume2006-04-011-1/+1
|
* Update to 2.3.3.ume2006-04-012-4/+4
|
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-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.
* The idled support could not be enabled. The configure option forume2006-02-031-13/+3
| | | | | | | | idled was changed by 2.3.x. The WITH_IDLE_POLL was removed, and the WITH_ILDE_IDLED was changed to WITH_IDLED. Reported by: Forrest Aldrich <forrie__at__forrie.com>
* Update to 2.3.1.ume2005-12-215-336/+5
|
* Cyrus IMAPd 2.3.0 is not buildable when NNTP support is enabled.ume2005-12-161-1/+2
| | | | | | So, when WITH_NNTP is set, mark it IGNORE until it is solved. Reported by: Igor Karpov <jc__at__minjust.gov.ua>
* remove redundant lines which was included wrongly throughume2005-12-121-2/+0
| | | | previous commit.
* Add Cyrus IMAPd 2.3.0 after repo. copy.ume2005-12-1215-188/+510
|
* Chase shlib version bump of net-snmp.kuriyama2005-11-301-2/+2
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-2/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* - use USE_BDB.ume2005-11-092-6/+3
| | | | - add SHA256.
* * reflect renaming on CPAN File-Spec to PathToolsskv2005-06-121-9/+4
| | | | | | | | | | | | | | | | | | | | | | | + 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)
* Stop depending on makedepend. Though configure checks existenceume2005-05-241-1/+0
| | | | | of makedepend, it is not used actually. So, we don't need to depend on it.
* fix build.ume2005-02-281-1/+1
| | | | Reported by: pointyhat via kris.
* use ${ECHO_CMD} rather than echo.ume2005-02-271-3/+3
|
* simplify more.ume2005-02-271-11/+1
|
* simplify the logic how to detect multiple BDB versionsume2005-02-271-17/+15
| | | | are specified.
* some cleanup.ume2005-02-261-15/+21
|
* make it compilable with Intel(R) C Compiler.ume2005-02-251-0/+13
| | | | | | | | why icc defines __GNUC__? Reported by: Attila Nagy <bra@fsn.hu> Suggested by: hrs, nyan Tested by: Attila Nagy <bra@fsn.hu>
* Update to 2.2.12.ume2005-02-244-23/+44
| | | | | | | | | | Security: Fix possible single byte overflow in mailbox handling code. Security: Fix possible single byte overflows in the imapd annotate extension. Security: Fix stack buffer overflows in fetchnews (exploitable by peer news server), backend (exploitable by admin), and in imapd (exploitable by users though only on platforms where a filename may be larger than a mailbox name).
* use new scheme of USE_RC_SUBR.ume2005-02-113-8/+1
|
* Don't install/append to perllocal.pod.ume2004-12-122-0/+30
| | | | Reported by: pointyhat via kris
* Add PASS8BITHACK option to pass 8bit in subject.ume2004-12-062-0/+64
| | | | | | Cyrus doesn't accept this hack, and I really don't like it. Requested by: many
* follow shlib version bump of net-snmp.ume2004-12-051-1/+1
|
* make it buildable with WITH_DRAC=yes, againume2004-11-243-22/+15
|
* Update to 2.2.10.ume2004-11-242-3/+3
| | | | | | * Fix 0 termination in mysasl_canon_user. * Check for imap magic plus buffer overflow in proxyd also (CAN-2004-1015).
* Update to 2.2.9.ume2004-11-234-42/+52
| | | | | | | | | | | | * Change ACLs correctly when renaming a user * Do not abandon std{in,out,err} file descriptors; syslog assumes it can use stderr if syslogd isn't running. * Clean up imap magic plus to avoid buffer overrun (CAN-2004-1011) * Fix lack of bounds checking in PARTIAL and FETCH (CAN-2004-1012, CAN-2004-1013) * Do not attempt to reuse a freed connection in lmtpproxyd. * Allow login without authentication with -N switch in proxyd. * Fix use of xrealloc and fold pointers in lmtpengine.
* remove outdated comment.ume2004-11-221-3/+0
|
* add AUTH_KRB5 option to use Kerberos5 authorization module.ume2004-08-301-4/+11
| | | | Requested by: Volodymyr Kostyrko <arcade@ints.net>
* Update to 2.2.8.ume2004-07-302-3/+3
|
* don't exit at failure of `pw'. some users prefer having userume2004-07-282-7/+5
| | | | | | `cyrus' in NIS. Reported by: nork
* - Update to 2.2.7.ume2004-07-276-24/+56
| | | | | | | | - Fix build problem with WITH_SNMP_5 on FreeBSD 4.X with perl5.8 installed. Though we need 5.8's libperl.so, /usr/lib/libperl.so was linked. [1] Reported by: Thomas Vogt <tv@solnet.ch> [1]
* Utilize EXAMPLESDIR.ume2004-07-194-23/+27
|
* Autotools cleanup. Remove autoconf257 (259), automake17 (18), andade2004-07-021-2/+2
| | | | | | | | libtool14 (13/15). PR: 67768 Submitted by: ade Approved by: 4-exp bento runs (thanks, kris!)
* Update to 2.2.6.ume2004-06-192-3/+3
|
* fix building package with BATCH=yes.ume2004-06-141-0/+2
| | | | Reported by: bento via kris
* OPTIONS support.ume2004-06-121-45/+82
| | | | Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> (with modifications)
* add WITH_LDAP_PTLOADER which enables build with experimentalume2004-06-112-1/+12
| | | | | | LDAP ptloader. Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> (with modification)
* Sync with new bsd.autotools.mkade2004-06-051-1/+1
|
* Since net-snmp-5.X support was added in 2.2.5, change the defaultume2004-05-303-3/+36
| | | | | of WITH_SNMP from net-snmp4 to net-snmp. However, if there is net-snmp4 installed, we still use net-snmp4 for backward compatibility.
* Update to 2.2.5.ume2004-05-298-92/+37
|
* Update to 2.2.4.ume2004-05-197-72/+69
|
* build and install missing imapd.conf.5.html.ume2004-04-051-1/+7
|
* install manpages for ${PREFIX}/cyrus/bin into ${PREFIX}/cyrus/manume2004-04-035-88/+53
| | | | | | to avoid conflict with other ports. PR: ports/60949, ports/29223, ports/47913
* prefer /usr/sbin/nologin than /sbin/nologin when creating user cyrus.ume2004-04-011-1/+3
| | | | Requested by: nork
* cosmetic changes.ume2004-03-302-13/+13
|
* I forget to unmark BROKEN on ia64 and amd64.ume2004-03-151-4/+0
|
* Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* withade2004-03-121-2/+1
| | | | | | | | the USE_<x> equivalents. In the current scheme of things, the WANT_ variables in this case are synonymous with the USE_ ones, and thus need to be exterminated. First in a series of major autotools cleanups.
* make sure to set mode for created directory.ume2004-03-115-10/+54
| | | | Reported by: "Pascal HOARAU" <pascal@hh.nl>
* make it buildable on ia64 and amd64.ume2004-03-086-5/+86
| | | | | | | (since I don't have ia64 nor amd64, I tested at least it doesn't break on i386.) Obtained from: NetBSD
* BROKEN on amd64 and ia64: Does not compile (missing -fPIC)kris2004-03-071-0/+4
|
* Say hello to the new "net-mgmt" category. There are probably morewollman2004-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
* strip binaries.ume2004-02-136-6/+54
|
* Set an appropriate LATEST_LINK to avoid conflicts with other ports.ume2004-02-071-0/+2
| | | | Reported by: kris
* SIZEfyume2004-02-041-0/+1
|
* fix description of allowplaintext.ume2004-02-031-1/+1
| | | | Reported by: "Stephen Marquard" <scm@marquard.net>
* make it buildable with net/net-snmp4.ume2004-02-023-7/+6
|
* Configuration of the Cyrus databases is now runtime. The cyrus dbume2004-01-182-4/+36
| | | | | backend used for each database can be specified with an imapd.conf option.
* Support Berkeley DB 4.2.ume2004-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>
* we don't need this file anymore.ume2004-01-171-14/+0
|
* Update to 2.2.3.ume2004-01-1611-108/+25
|
* add WITH_IDLE option which takes poll, idled or no. Default is pollume2004-01-143-0/+30
| | | | | | as Cyrus IMAPd's default. Requested by: ervin.nemeth@niif.hu
* remove pidfile at stop.ume2003-12-042-1/+6
|
* re-enable WITH_DRAC.ume2003-11-222-5/+26
|
* fix plist.ume2003-10-302-2/+2
| | | | Reported by: bento via kris
* Update to 2.2.2-BETA.ume2003-10-295-21/+25
| | | | (disable WITH_DRAC support due to lack of acconfig.h, for now)
* utilize SITE_PERLijliao2003-10-242-21/+21
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* the start/stop scripts failed when booting on 5.x machinesume2003-10-022-3/+3
|
* ECHO -> ECHO_MSG, ECHO_CMDume2003-09-271-13/+13
|
* fix commentume2003-09-271-2/+2
| | | | Reported by: nork
* USE_OPENSSL must be set before including bsd.port.pre.mk.ume2003-09-011-5/+2
| | | | Reported by: Fritz Heinrichmeyer <Fritz.Heinrichmeyer@Fernuni-Hagen.de>
* Previous commit to use USE_RC_SUBR was incomplete.ume2003-08-314-5/+11
|
* Use USE_RC_SUBR.ume2003-08-302-20/+33
|
* Use CONFLICTS.ume2003-08-301-0/+2
| | | | PR: ports/56118
* Use USE_OPENSSL.ume2003-08-281-1/+1
|
* Update to 2.2.1-BETA.ume2003-07-1810-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.
* Use USE_AUTOHEADER.ume2003-07-081-6/+1
|
* Don't depend on saslauthd. This is preparation for saslauthdume2003-06-014-26/+3
| | | | separation from cyrus-sasl2.
* Workaround to fix build on ia64. I hope it fixes the problem.ume2003-05-111-0/+15
| | | | Reported by: bento via kris
* Add dependency to OpenSSL.ume2003-05-031-0/+5
|
* Specify full path of perl explicitly.ume2003-04-291-1/+2
| | | | | PR: ports/44545 Submitted by: Pat Lashley <patl+freebsd@volant.org>
* add mirror sites.ume2003-04-241-1/+2
| | | | | PR: ports/50090 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* portlintume2003-04-241-2/+2
|
* Oops, correct usage of LIB_DEPENDS introduced by previous commit.ume2003-04-181-5/+4
|
* - Add WITH_BDB_VER for choosing version of Berkeley DB. For example,ume2003-04-183-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.
* fix build on alpha by fixing prototype conflict.ume2003-04-081-0/+18
| | | | | Reported by: bento via kris Obtained from: Cyrus
* Add Cyrus IMAPd 2.2.0-ALPHA after repo copy.ume2003-03-2920-168/+568
|
* Use REINPLACE_CMD.ume2003-03-241-9/+6
|
* De-pkg-comment.ume2003-02-212-1/+1
|
* Update to 2.1.12.ume2003-02-046-26/+30
|
* Unbreak build on the system where db4 is installed.ume2003-01-311-4/+13
| | | | Submitted by: TAKAHASHI Kaoru <kaoru@se.uec.ac.jp>
* Add CYRUS_USER and CYRUS_GROUP options to be able to configureume2003-01-304-16/+44
| | | | | | psuedo user for cyrus. Requested by: Cyrus Anderson Yunker <cayunker@unity.ncsu.edu>
* better workaround against PF_LOCAL.ume2003-01-222-26/+16
|
* Wrongly removed lib/sasl/Cyrus.conf instead of lib/sasl2/Cyrus.confume2003-01-171-5/+5
| | | | | | during deinstall. Reported by: bento via kris
* - Use PERL_LEVEL to distinguish installed perl version.ume2003-01-024-5/+58
| | | | | - Add WITH_SKIPLIST_MBOX to enable skiplist mboxlist. - Add WITH_MURDER to enable murder.
* Update to 2.1.11.ume2002-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
* Update to 2.1.10.ume2002-11-162-4/+4
|
* Update to cyrus-imapd-2.1.9.ume2002-09-022-4/+4
|
* Update to 2.1.8.ume2002-08-292-5/+5
|
* BerkeleyDB cleanup - stage 2ade2002-08-231-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
* Update to 2.1.7.ume2002-08-224-34/+7
|
* cyradm didn't show password prompt correctly.ume2002-08-172-0/+13
| | | | Reported by: Joseph Scott <joseph@randomnetworks.com>
* Update an IPv6 patch to 20020817.ume2002-08-172-2/+2
| | | | | Since there is no functional change at all under FreeBSD, I don't bump PORTREVISION.
* It seems getpeername() returns with no error but doesn't fill structume2002-08-161-3/+5
| | | | | | | sockaddr correctly against PF_UNIX socket under 5-CURRENT. Because of this behavior, PF_UNIX socket was always checked by libwrap. This work around prevents PF_UNIX socket from checking by libwrap to always allow LMTP.
* Add cyrus-imapd-2.1.5 after repo. copy.ume2002-08-0814-122/+379
|
* moving saslv1 includes files to make it easier to add saslv2ume2002-07-291-1/+1
| | | | | | PR: ports/40288 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: knu
* Make this port add shell to cyrus user.ume2002-05-263-51/+33
| | | | | PR: ports/38436 Submitted by: Scot W. Hetzel <hetzels@westbend.net>
* Add USE_PERL5=yes.ume2002-05-191-0/+1
|
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-7/+7
| | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
* Update IPv6 patch.ume2002-01-192-3/+3
|
* Sync with reality in comment. We can choose `sasldb' also.ume2002-01-181-1/+1
| | | | Submitted by: KONDOU Kazuhiro <kazuhiro@alib.jp>
* Back out the db3 port update because some of these dependent ports hadknu2001-08-011-1/+2
| | | | | | | | | | been broken by the incompatibility between db3.2 and db3.3. I am unconditionally bumping the PORTREVISION's to eliminate possible troubles that should not happen before the coming release. Sorry for inconvenience. I'll try to check compatibility hard before committing next time.
* Update to 2.0.16.ume2001-07-292-6/+7
|
* Reflect databases/db3's shlib version bump from 2 to 3.knu2001-07-251-2/+2
|
* Update IPv6 support patch to 20010711 version.ume2001-07-122-3/+3
| | | | Now, sieve client speaks IPv6.
* - Install more html docs.ume2001-07-092-5/+14
| | | | | | | - IPv6 patch was updated to 20010709 version. (Now, reconfig by SIGHUP should work. However, since master is running without root privilege, re-bind to privileged port still fails. I believe it is original problem.)
* Update to cyrus-imapd 2.0.15.ume2001-07-083-16/+4
|
* Update to 2.0.14.ume2001-05-314-90/+16
|
* The configuration files should be preserved at deinstallume2001-05-221-2/+4
| | | | | | if they have been changed. Submitted by: olgeni
* Fix a bug that imaps didn't work correctly.ume2001-05-072-1/+86
| | | | | | This patch will be applied in next cyrus-imapd release. Reported by: Nick Sayer <nsayer@quack.kfu.com>
* When bind() was fail, master did core dump.ume2001-05-062-2/+3
| | | | | | Update IPv6 patch to latest one due to fix this bug. Reported by: Nick Sayer <nsayer@quack.kfu.com>
* Update to 2.0.13.ume2001-04-293-5/+5
| | | | If your libsasl has sasl_checkapop(), you can use APOP.
* Add missing items into pkg-plist.ume2001-04-222-2/+11
| | | | Submitted by: bento
* Since imapd.conf is installed into ${PREFIX}/etc, mkimap shouldume2001-04-133-3/+10
| | | | refer ${PREFIX}/etc/imapd.conf
* Add missing patch that does chown to cyrus spool directory.ume2001-04-071-0/+29
|
* Since spool location is configurable by user, prevent making spoolume2001-04-074-18/+15
| | | | | | at install time. Install mkimap script and show guidance, instead. Reported by: David A. Koran <dak@solo.net>
* Add missing Perl library into pkg-plist.ume2001-04-072-1/+15
| | | | Reported by: Kaz SHiMZ <kshimz@sfc.co.jp>
* Use -U option of ps instead of odd path checking.ume2001-03-222-2/+2
|
* killall doesn't have -u option under FreeBSD 3.Xume2001-03-162-1/+3
| | | | Reported by: Alex Vasylenko <lxv@omut.org>
* Add cyrus-imapd 2.0.12, the cyrus mail server, supporting POP3 andume2001-03-1325-235/+222
| | | | | | | IMAP4 protocols. PR: ports/25597 Submitted by: Christopher K Davis <ckd@ckdhr.com>
* Spaces->tabs in the mail category.olgeni2001-02-051-1/+1
| | | | (I know, I look boring and pedant :o)