Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mass-conversion to the USE_AUTOTOOLS New World Order. The code present | ade | 2005-11-15 | 1 | -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. | ume | 2005-11-09 | 2 | -6/+3 |
| | | | | - add SHA256. | ||||
* | * reflect renaming on CPAN File-Spec to PathTools | skv | 2005-06-12 | 1 | -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 existence | ume | 2005-05-24 | 1 | -1/+0 |
| | | | | | of makedepend, it is not used actually. So, we don't need to depend on it. | ||||
* | fix build. | ume | 2005-02-28 | 1 | -1/+1 |
| | | | | Reported by: pointyhat via kris. | ||||
* | use ${ECHO_CMD} rather than echo. | ume | 2005-02-27 | 1 | -3/+3 |
| | |||||
* | simplify more. | ume | 2005-02-27 | 1 | -11/+1 |
| | |||||
* | simplify the logic how to detect multiple BDB versions | ume | 2005-02-27 | 1 | -17/+15 |
| | | | | are specified. | ||||
* | some cleanup. | ume | 2005-02-26 | 1 | -15/+21 |
| | |||||
* | make it compilable with Intel(R) C Compiler. | ume | 2005-02-25 | 1 | -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. | ume | 2005-02-24 | 4 | -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. | ume | 2005-02-11 | 3 | -8/+1 |
| | |||||
* | Don't install/append to perllocal.pod. | ume | 2004-12-12 | 2 | -0/+30 |
| | | | | Reported by: pointyhat via kris | ||||
* | Add PASS8BITHACK option to pass 8bit in subject. | ume | 2004-12-06 | 2 | -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. | ume | 2004-12-05 | 1 | -1/+1 |
| | |||||
* | make it buildable with WITH_DRAC=yes, again | ume | 2004-11-24 | 3 | -22/+15 |
| | |||||
* | Update to 2.2.10. | ume | 2004-11-24 | 2 | -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. | ume | 2004-11-23 | 4 | -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. | ume | 2004-11-22 | 1 | -3/+0 |
| | |||||
* | add AUTH_KRB5 option to use Kerberos5 authorization module. | ume | 2004-08-30 | 1 | -4/+11 |
| | | | | Requested by: Volodymyr Kostyrko <arcade@ints.net> | ||||
* | Update to 2.2.8. | ume | 2004-07-30 | 2 | -3/+3 |
| | |||||
* | don't exit at failure of `pw'. some users prefer having user | ume | 2004-07-28 | 2 | -7/+5 |
| | | | | | | `cyrus' in NIS. Reported by: nork | ||||
* | - Update to 2.2.7. | ume | 2004-07-27 | 6 | -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. | ume | 2004-07-19 | 4 | -23/+27 |
| | |||||
* | Autotools cleanup. Remove autoconf257 (259), automake17 (18), and | ade | 2004-07-02 | 1 | -2/+2 |
| | | | | | | | | libtool14 (13/15). PR: 67768 Submitted by: ade Approved by: 4-exp bento runs (thanks, kris!) | ||||
* | Update to 2.2.6. | ume | 2004-06-19 | 2 | -3/+3 |
| | |||||
* | fix building package with BATCH=yes. | ume | 2004-06-14 | 1 | -0/+2 |
| | | | | Reported by: bento via kris | ||||
* | OPTIONS support. | ume | 2004-06-12 | 1 | -45/+82 |
| | | | | Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> (with modifications) | ||||
* | add WITH_LDAP_PTLOADER which enables build with experimental | ume | 2004-06-11 | 2 | -1/+12 |
| | | | | | | LDAP ptloader. Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> (with modification) | ||||
* | Sync with new bsd.autotools.mk | ade | 2004-06-05 | 1 | -1/+1 |
| | |||||
* | Since net-snmp-5.X support was added in 2.2.5, change the default | ume | 2004-05-30 | 3 | -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. | ume | 2004-05-29 | 8 | -92/+37 |
| | |||||
* | Update to 2.2.4. | ume | 2004-05-19 | 7 | -72/+69 |
| | |||||
* | build and install missing imapd.conf.5.html. | ume | 2004-04-05 | 1 | -1/+7 |
| | |||||
* | install manpages for ${PREFIX}/cyrus/bin into ${PREFIX}/cyrus/man | ume | 2004-04-03 | 5 | -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. | ume | 2004-04-01 | 1 | -1/+3 |
| | | | | Requested by: nork | ||||
* | cosmetic changes. | ume | 2004-03-30 | 2 | -13/+13 |
| | |||||
* | I forget to unmark BROKEN on ia64 and amd64. | ume | 2004-03-15 | 1 | -4/+0 |
| | |||||
* | Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* with | ade | 2004-03-12 | 1 | -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. | ume | 2004-03-11 | 5 | -10/+54 |
| | | | | Reported by: "Pascal HOARAU" <pascal@hh.nl> | ||||
* | make it buildable on ia64 and amd64. | ume | 2004-03-08 | 6 | -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) | kris | 2004-03-07 | 1 | -0/+4 |
| | |||||
* | Say hello to the new "net-mgmt" category. There are probably more | wollman | 2004-02-23 | 1 | -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. | ume | 2004-02-13 | 6 | -6/+54 |
| | |||||
* | Set an appropriate LATEST_LINK to avoid conflicts with other ports. | ume | 2004-02-07 | 1 | -0/+2 |
| | | | | Reported by: kris | ||||
* | SIZEfy | ume | 2004-02-04 | 1 | -0/+1 |
| | |||||
* | fix description of allowplaintext. | ume | 2004-02-03 | 1 | -1/+1 |
| | | | | Reported by: "Stephen Marquard" <scm@marquard.net> | ||||
* | make it buildable with net/net-snmp4. | ume | 2004-02-02 | 3 | -7/+6 |
| | |||||
* | Configuration of the Cyrus databases is now runtime. The cyrus db | ume | 2004-01-18 | 2 | -4/+36 |
| | | | | | backend used for each database can be specified with an imapd.conf option. | ||||
* | Support Berkeley DB 4.2. | ume | 2004-01-17 | 3 | -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. | ume | 2004-01-17 | 1 | -14/+0 |
| | |||||
* | Update to 2.2.3. | ume | 2004-01-16 | 11 | -108/+25 |
| | |||||
* | add WITH_IDLE option which takes poll, idled or no. Default is poll | ume | 2004-01-14 | 3 | -0/+30 |
| | | | | | | as Cyrus IMAPd's default. Requested by: ervin.nemeth@niif.hu | ||||
* | remove pidfile at stop. | ume | 2003-12-04 | 2 | -1/+6 |
| | |||||
* | re-enable WITH_DRAC. | ume | 2003-11-22 | 2 | -5/+26 |
| | |||||
* | fix plist. | ume | 2003-10-30 | 2 | -2/+2 |
| | | | | Reported by: bento via kris | ||||
* | Update to 2.2.2-BETA. | ume | 2003-10-29 | 5 | -21/+25 |
| | | | | (disable WITH_DRAC support due to lack of acconfig.h, for now) | ||||
* | utilize SITE_PERL | ijliao | 2003-10-24 | 2 | -21/+21 |
| | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> | ||||
* | the start/stop scripts failed when booting on 5.x machines | ume | 2003-10-02 | 2 | -3/+3 |
| | |||||
* | ECHO -> ECHO_MSG, ECHO_CMD | ume | 2003-09-27 | 1 | -13/+13 |
| | |||||
* | fix comment | ume | 2003-09-27 | 1 | -2/+2 |
| | | | | Reported by: nork | ||||
* | USE_OPENSSL must be set before including bsd.port.pre.mk. | ume | 2003-09-01 | 1 | -5/+2 |
| | | | | Reported by: Fritz Heinrichmeyer <Fritz.Heinrichmeyer@Fernuni-Hagen.de> | ||||
* | Previous commit to use USE_RC_SUBR was incomplete. | ume | 2003-08-31 | 4 | -5/+11 |
| | |||||
* | Use USE_RC_SUBR. | ume | 2003-08-30 | 2 | -20/+33 |
| | |||||
* | Use CONFLICTS. | ume | 2003-08-30 | 1 | -0/+2 |
| | | | | PR: ports/56118 | ||||
* | Use USE_OPENSSL. | ume | 2003-08-28 | 1 | -1/+1 |
| | |||||
* | Update to 2.2.1-BETA. | ume | 2003-07-18 | 10 | -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. | ume | 2003-07-08 | 1 | -6/+1 |
| | |||||
* | Don't depend on saslauthd. This is preparation for saslauthd | ume | 2003-06-01 | 4 | -26/+3 |
| | | | | separation from cyrus-sasl2. | ||||
* | Workaround to fix build on ia64. I hope it fixes the problem. | ume | 2003-05-11 | 1 | -0/+15 |
| | | | | Reported by: bento via kris | ||||
* | Add dependency to OpenSSL. | ume | 2003-05-03 | 1 | -0/+5 |
| | |||||
* | Specify full path of perl explicitly. | ume | 2003-04-29 | 1 | -1/+2 |
| | | | | | PR: ports/44545 Submitted by: Pat Lashley <patl+freebsd@volant.org> | ||||
* | add mirror sites. | ume | 2003-04-24 | 1 | -1/+2 |
| | | | | | PR: ports/50090 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> | ||||
* | portlint | ume | 2003-04-24 | 1 | -2/+2 |
| | |||||
* | Oops, correct usage of LIB_DEPENDS introduced by previous commit. | ume | 2003-04-18 | 1 | -5/+4 |
| | |||||
* | - Add WITH_BDB_VER for choosing version of Berkeley DB. For example, | ume | 2003-04-18 | 3 | -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. | ume | 2003-04-08 | 1 | -0/+18 |
| | | | | | Reported by: bento via kris Obtained from: Cyrus | ||||
* | Add Cyrus IMAPd 2.2.0-ALPHA after repo copy. | ume | 2003-03-29 | 20 | -168/+568 |
| | |||||
* | Use REINPLACE_CMD. | ume | 2003-03-24 | 1 | -9/+6 |
| | |||||
* | De-pkg-comment. | ume | 2003-02-21 | 2 | -1/+1 |
| | |||||
* | Update to 2.1.12. | ume | 2003-02-04 | 6 | -26/+30 |
| | |||||
* | Unbreak build on the system where db4 is installed. | ume | 2003-01-31 | 1 | -4/+13 |
| | | | | Submitted by: TAKAHASHI Kaoru <kaoru@se.uec.ac.jp> | ||||
* | Add CYRUS_USER and CYRUS_GROUP options to be able to configure | ume | 2003-01-30 | 4 | -16/+44 |
| | | | | | | psuedo user for cyrus. Requested by: Cyrus Anderson Yunker <cayunker@unity.ncsu.edu> | ||||
* | better workaround against PF_LOCAL. | ume | 2003-01-22 | 2 | -26/+16 |
| | |||||
* | Wrongly removed lib/sasl/Cyrus.conf instead of lib/sasl2/Cyrus.conf | ume | 2003-01-17 | 1 | -5/+5 |
| | | | | | | during deinstall. Reported by: bento via kris | ||||
* | - Use PERL_LEVEL to distinguish installed perl version. | ume | 2003-01-02 | 4 | -5/+58 |
| | | | | | - Add WITH_SKIPLIST_MBOX to enable skiplist mboxlist. - Add WITH_MURDER to enable murder. | ||||
* | Update to 2.1.11. | ume | 2002-12-05 | 2 | -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. | ume | 2002-11-16 | 2 | -4/+4 |
| | |||||
* | Update to cyrus-imapd-2.1.9. | ume | 2002-09-02 | 2 | -4/+4 |
| | |||||
* | Update to 2.1.8. | ume | 2002-08-29 | 2 | -5/+5 |
| | |||||
* | BerkeleyDB cleanup - stage 2 | ade | 2002-08-23 | 1 | -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. | ume | 2002-08-22 | 4 | -34/+7 |
| | |||||
* | cyradm didn't show password prompt correctly. | ume | 2002-08-17 | 2 | -0/+13 |
| | | | | Reported by: Joseph Scott <joseph@randomnetworks.com> | ||||
* | Update an IPv6 patch to 20020817. | ume | 2002-08-17 | 2 | -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 struct | ume | 2002-08-16 | 1 | -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. | ume | 2002-08-08 | 14 | -122/+379 |
| | |||||
* | moving saslv1 includes files to make it easier to add saslv2 | ume | 2002-07-29 | 1 | -1/+1 |
| | | | | | | PR: ports/40288 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: knu | ||||
* | Make this port add shell to cyrus user. | ume | 2002-05-26 | 3 | -51/+33 |
| | | | | | PR: ports/38436 Submitted by: Scot W. Hetzel <hetzels@westbend.net> | ||||
* | Add USE_PERL5=yes. | ume | 2002-05-19 | 1 | -0/+1 |
| | |||||
* | Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; | knu | 2002-01-29 | 1 | -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. | ume | 2002-01-19 | 2 | -3/+3 |
| | |||||
* | Sync with reality in comment. We can choose `sasldb' also. | ume | 2002-01-18 | 1 | -1/+1 |
| | | | | Submitted by: KONDOU Kazuhiro <kazuhiro@alib.jp> | ||||
* | Back out the db3 port update because some of these dependent ports had | knu | 2001-08-01 | 1 | -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. | ume | 2001-07-29 | 2 | -6/+7 |
| | |||||
* | Reflect databases/db3's shlib version bump from 2 to 3. | knu | 2001-07-25 | 1 | -2/+2 |
| | |||||
* | Update IPv6 support patch to 20010711 version. | ume | 2001-07-12 | 2 | -3/+3 |
| | | | | Now, sieve client speaks IPv6. | ||||
* | - Install more html docs. | ume | 2001-07-09 | 2 | -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. | ume | 2001-07-08 | 3 | -16/+4 |
| | |||||
* | Update to 2.0.14. | ume | 2001-05-31 | 4 | -90/+16 |
| | |||||
* | The configuration files should be preserved at deinstall | ume | 2001-05-22 | 1 | -2/+4 |
| | | | | | | if they have been changed. Submitted by: olgeni | ||||
* | Fix a bug that imaps didn't work correctly. | ume | 2001-05-07 | 2 | -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. | ume | 2001-05-06 | 2 | -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. | ume | 2001-04-29 | 3 | -5/+5 |
| | | | | If your libsasl has sasl_checkapop(), you can use APOP. | ||||
* | Add missing items into pkg-plist. | ume | 2001-04-22 | 2 | -2/+11 |
| | | | | Submitted by: bento | ||||
* | Since imapd.conf is installed into ${PREFIX}/etc, mkimap should | ume | 2001-04-13 | 3 | -3/+10 |
| | | | | refer ${PREFIX}/etc/imapd.conf | ||||
* | Add missing patch that does chown to cyrus spool directory. | ume | 2001-04-07 | 1 | -0/+29 |
| | |||||
* | Since spool location is configurable by user, prevent making spool | ume | 2001-04-07 | 4 | -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. | ume | 2001-04-07 | 2 | -1/+15 |
| | | | | Reported by: Kaz SHiMZ <kshimz@sfc.co.jp> | ||||
* | Use -U option of ps instead of odd path checking. | ume | 2001-03-22 | 2 | -2/+2 |
| | |||||
* | killall doesn't have -u option under FreeBSD 3.X | ume | 2001-03-16 | 2 | -1/+3 |
| | | | | Reported by: Alex Vasylenko <lxv@omut.org> | ||||
* | Add cyrus-imapd 2.0.12, the cyrus mail server, supporting POP3 and | ume | 2001-03-13 | 25 | -235/+222 |
| | | | | | | | IMAP4 protocols. PR: ports/25597 Submitted by: Christopher K Davis <ckd@ckdhr.com> | ||||
* | Spaces->tabs in the mail category. | olgeni | 2001-02-05 | 1 | -1/+1 |
| | | | | (I know, I look boring and pedant :o) | ||||
* | Don't automatically delete etc/imap.conf and etc/mailboxes | kris | 2001-01-28 | 1 | -2/+0 |
| | | | | | | | on deinstallation - the package deinstall script takes care of this if appropriate PR: ports/20888 | ||||
* | typo fix. | sf | 2001-01-19 | 1 | -1/+1 |
| | | | | Submitted by: Mathieu Mourez <matt@m2.qc.ca> | ||||
* | add missing manpages. | sf | 2001-01-18 | 2 | -16/+18 |
| | | | | | | sort pkg-plist. Submitted by: bento | ||||
* | Goodbye, YEAR2000. Hello, 2001. | will | 2001-01-01 | 1 | -2/+0 |
| | | | | Approved by: asami | ||||
* | Obey portlint better, and use sensible defaults in configure args. | will | 2000-12-22 | 1 | -13/+13 |
| | | | | | PR: 23680 Submitted by: David W. Chapman, Jr. <dwcjr@inethoston.net> | ||||
* | (Oops, forgot this file with the 1.6.24 update): | will | 2000-12-21 | 1 | -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 the | will | 2000-12-21 | 9 | -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, so | asami | 2000-11-14 | 1 | -1/+1 |
| | | | | | | spell out the whole path. Submitted by: bento | ||||
* | Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is | asami | 2000-10-08 | 1 | -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. | wosch | 2000-09-04 | 2 | -2/+2 |
| | | | | Submitted by: Alec Berry <alec@exit1.com> | ||||
* | Move the stragler's www.freebsd.org/~user distfiles to the offical | obrien | 2000-06-29 | 1 | -1/+2 |
| | | | | MASTER_SITE_LOCAL site. | ||||
* | Update PLIST | paul | 2000-05-14 | 1 | -13/+16 |
| | |||||
* | This now port depends on SASL. | paul | 2000-05-14 | 1 | -1/+2 |
| | |||||
* | Update port to 1.6.22 | paul | 2000-05-14 | 9 | -32/+80 |
| | |||||
* | Update port to release 1.6.22 | paul | 2000-05-14 | 2 | -5/+5 |
| | |||||
* | Patch `configure' by hand for a much smaller patch. | nectar | 2000-04-16 | 1 | -2014/+6 |
| | | | | Bogusness pointed out by: asami | ||||
* | Fix my borked patches. | nectar | 2000-04-14 | 2 | -1068/+2031 |
| | | | | Reported by: Paul Richards <paul@originative.co.uk> | ||||
* | Update to use PORTNAME/PORTVERSION | cpiazza | 2000-04-14 | 1 | -3/+3 |
| | |||||
* | Fix packaging: if you are going to link with Kerberos IV you will have | nectar | 2000-03-31 | 2 | -0/+1068 |
| | | | | to link with com_err too | ||||
* | Change all www.freebsd.org/~user references to people.FreeBSD.org/~user, | peter | 2000-02-08 | 1 | -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. | steve | 1999-12-29 | 1 | -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. Also | steve | 1999-11-27 | 2 | -7/+7 |
| | | | | | | | update to use Tk8.2. PR: 14452 Submitted by: Jonathan Gapen <jagapen@whitewater.chem.wisc.edu> | ||||
* | FreeBSD.ORG -> FreeBSD.org | mharo | 1999-08-31 | 1 | -2/+2 |
| | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-30 | 2 | -2/+2 |
| | |||||
* | sed -> ${SED} | mharo | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Change Id->FreeBSD. | obrien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | chmod -> ${CHMOD} | mharo | 1999-08-23 | 1 | -3/+3 |
| | | | | chown -> ${CHOWN} | ||||
* | Provide correct argv[0] for pop3d | stb | 1999-07-13 | 1 | -2/+2 |
| | | | | PR: ports/12580 | ||||
* | s/HAS_CONFIGURE/GNU_CONFIGURE/ so that PREFIX will be honored | nectar | 1999-05-29 | 1 | -2/+2 |
| | |||||
* | Add example for inetd.conf (forgotten in last commit). | stb | 1999-05-10 | 1 | -0/+12 |
| | |||||
* | - Update to 1.5.19 | stb | 1999-05-10 | 7 | -57/+81 |
| | | | | | | - Don't overwrite pre-existing imapd.conf - Fix installation of doc files - Clean up pkg/COMMENT | ||||
* | Move URL to pkg/DESCR. | stb | 1999-04-21 | 2 | -3/+2 |
| | |||||
* | Update MASTER_SITES | stb | 1999-04-21 | 1 | -2/+3 |
| | | | | ADD WWW_SITE (for net/netatalk) | ||||
* | Proper URLs that reference directories end in '/' | billf | 1999-04-09 | 1 | -2/+2 |
| | |||||
* | Commit all Y2K/WWW_SITE changes from today... | scrappy | 1999-03-12 | 1 | -1/+2 |
| | |||||
* | More Y2K Statement Links... | scrappy | 1999-01-13 | 1 | -1/+3 |
| | |||||
* | Added a second master site. | stb | 1998-12-22 | 1 | -2/+3 |
| | |||||
* | Fix the name of the created partition directory to agree with the | jdp | 1998-11-04 | 1 | -2/+2 |
| | | | | name in the supplied configuration file. | ||||
* | Update "Version required" comment. | jdp | 1998-11-04 | 1 | -2/+2 |
| | |||||
* | The last line of this file didn't have a terminating newline. Add one. | jdp | 1998-11-04 | 1 | -2/+2 |
| | |||||
* | tcl80 has been ELFized. | asami | 1998-09-25 | 1 | -2/+2 |
| | |||||
* | Will work better with this one... | stb | 1998-09-23 | 1 | -0/+62 |
| | |||||
* | Update to 1.5.14 | stb | 1998-09-23 | 8 | -73/+125 |
| | | | | | PR: ports/7789 Submitted by: Hans Huebner <hans@artcom.de> | ||||
* | Remove more manpages, as part of the great manpage removal project. | hoek | 1998-08-17 | 1 | -12/+0 |
| | |||||
* | ${MKDIR} -p -> ${MKDIR} and /bin/mkdir -> ${MKDIR}. The latter | asami | 1998-02-25 | 1 | -5/+5 |
| | | | | actually fixes a reinstall problem. | ||||
* | Upgrade to use tcl8.1 and tk8.1. | jseger | 1998-02-25 | 2 | -5/+5 |
| | |||||
* | More tcl/tk virtual category fixups. | fenner | 1998-02-22 | 1 | -2/+2 |
| | |||||
* | Unbreak cyrus port. | jkh | 1998-02-15 | 6 | -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 tcl | asami | 1997-11-22 | 1 | -1/+3 |
| | | | | change "BROKEN". | ||||
* | List makedepend in BUILD_DEPENDS. | max | 1997-09-02 | 1 | -1/+3 |
| | | | | Suggested by: i.vaudrey@cableinet.co.uk | ||||
* | Import of the Cyrus IMAPd package | jfitz | 1997-05-31 | 8 | -0/+322 |