aboutsummaryrefslogtreecommitdiffstats
path: root/mail/cyrus-imapd22
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Don't automatically delete etc/imap.conf and etc/mailboxeskris2001-01-281-2/+0
| | | | | | | on deinstallation - the package deinstall script takes care of this if appropriate PR: ports/20888
* typo fix.sf2001-01-191-1/+1
| | | | Submitted by: Mathieu Mourez <matt@m2.qc.ca>
* add missing manpages.sf2001-01-182-16/+18
| | | | | | sort pkg-plist. Submitted by: bento
* Goodbye, YEAR2000. Hello, 2001.will2001-01-011-2/+0
| | | | Approved by: asami
* Obey portlint better, and use sensible defaults in configure args.will2000-12-221-13/+13
| | | | | PR: 23680 Submitted by: David W. Chapman, Jr. <dwcjr@inethoston.net>
* (Oops, forgot this file with the 1.6.24 update):will2000-12-211-0/+10
| | | | | | | | | | | | Update to 1.6.24. Fix /var/pwcheck handling since that's moved to the security/cyrus-sasl port. Fix deliver.c so it uses the correct location of sendmail (/usr/sbin/sendmail vs. /usr/lib/sendmail). Open the port up to the world after previous maintainer showed no interest in the port for nearly 2 years. PR: 22791, 22465 Submitted by: Martti Kuparinen <martti.kuparinen@piuha.net> Scot W. Hetzel <hetzels@westbend.net>
* Update to 1.6.24. Fix /var/pwcheck handling since that's moved to thewill2000-12-219-41/+125
| | | | | | | | | | | security/cyrus-sasl port. Fix deliver.c so it uses the correct location of sendmail (/usr/sbin/sendmail vs. /usr/lib/sendmail). Open the port up to the world after previous maintainer showed no interest in the port for nearly 2 years. PR: 22791, 22465 Submitted by: Martti Kuparinen <martti.kuparinen@piuha.net> Scot W. Hetzel <hetzels@westbend.net>
* pwcheck is in ${LOCALBASE}/sbin, which is not in root's default path, soasami2000-11-141-1/+1
| | | | | | spell out the whole path. Submitted by: bento
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-2/+2
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* Fix homepage link.wosch2000-09-042-2/+2
| | | | Submitted by: Alec Berry <alec@exit1.com>
* Move the stragler's www.freebsd.org/~user distfiles to the officalobrien2000-06-291-1/+2
| | | | MASTER_SITE_LOCAL site.
* Update PLISTpaul2000-05-141-13/+16
|
* This now port depends on SASL.paul2000-05-141-1/+2
|
* Update port to 1.6.22paul2000-05-149-32/+80
|
* Update port to release 1.6.22paul2000-05-142-5/+5
|
* Patch `configure' by hand for a much smaller patch.nectar2000-04-161-2014/+6
| | | | Bogusness pointed out by: asami
* Fix my borked patches.nectar2000-04-142-1068/+2031
| | | | Reported by: Paul Richards <paul@originative.co.uk>
* Update to use PORTNAME/PORTVERSIONcpiazza2000-04-141-3/+3
|
* Fix packaging: if you are going to link with Kerberos IV you will havenectar2000-03-312-0/+1068
| | | | to link with com_err too
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,peter2000-02-081-1/+1
| | | | | | as the days of the former are numbered. Reviewed by: asami
* Make sure all the directories needed by this port are created on install.steve1999-12-291-1/+21
| | | | | PR: 12584 Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com>
* Make sure a couple of more echo(1)s get to the temporary PLIST. Alsosteve1999-11-272-7/+7
| | | | | | | update to use Tk8.2. PR: 14452 Submitted by: Jonathan Gapen <jagapen@whitewater.chem.wisc.edu>
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-2/+2
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-302-2/+2
|
* sed -> ${SED}mharo1999-08-281-1/+1
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-231-3/+3
| | | | chown -> ${CHOWN}
* Provide correct argv[0] for pop3dstb1999-07-131-2/+2
| | | | PR: ports/12580
* s/HAS_CONFIGURE/GNU_CONFIGURE/ so that PREFIX will be honorednectar1999-05-291-2/+2
|
* Add example for inetd.conf (forgotten in last commit).stb1999-05-101-0/+12
|
* - Update to 1.5.19stb1999-05-107-57/+81
| | | | | | - Don't overwrite pre-existing imapd.conf - Fix installation of doc files - Clean up pkg/COMMENT
* Move URL to pkg/DESCR.stb1999-04-212-3/+2
|
* Update MASTER_SITESstb1999-04-211-2/+3
| | | | ADD WWW_SITE (for net/netatalk)
* Proper URLs that reference directories end in '/'billf1999-04-091-2/+2
|
* Commit all Y2K/WWW_SITE changes from today...scrappy1999-03-121-1/+2
|
* More Y2K Statement Links...scrappy1999-01-131-1/+3
|
* Added a second master site.stb1998-12-221-2/+3
|
* Fix the name of the created partition directory to agree with thejdp1998-11-041-2/+2
| | | | name in the supplied configuration file.
* Update "Version required" comment.jdp1998-11-041-2/+2
|
* The last line of this file didn't have a terminating newline. Add one.jdp1998-11-041-2/+2
|
* tcl80 has been ELFized.asami1998-09-251-2/+2
|
* Will work better with this one...stb1998-09-231-0/+62
|
* Update to 1.5.14stb1998-09-238-73/+125
| | | | | PR: ports/7789 Submitted by: Hans Huebner <hans@artcom.de>
* Remove more manpages, as part of the great manpage removal project.hoek1998-08-171-12/+0
|
* ${MKDIR} -p -> ${MKDIR} and /bin/mkdir -> ${MKDIR}. The latterasami1998-02-251-5/+5
| | | | actually fixes a reinstall problem.
* Upgrade to use tcl8.1 and tk8.1.jseger1998-02-252-5/+5
|
* More tcl/tk virtual category fixups.fenner1998-02-221-2/+2
|
* Unbreak cyrus port.jkh1998-02-156-18/+62
| | | | | Submitted by: Ian Vaudrey <i.vaudrey@bigfoot.com> PR: 4729
* Mark the ports that were broken in one way or another by the recent tclasami1997-11-221-1/+3
| | | | change "BROKEN".
* List makedepend in BUILD_DEPENDS.max1997-09-021-1/+3
| | | | Suggested by: i.vaudrey@cableinet.co.uk
* Import of the Cyrus IMAPd packagejfitz1997-05-318-0/+322