Hajimu UMEMOTO
ec6218dc99
Add Cyrus IMAPd 2.3.0 after repo. copy.
2005-12-12 01:22:54 +00:00
Jun Kuriyama
b650876e96
Chase shlib version bump of net-snmp.
2005-11-30 05:23:10 +00:00
Ade Lovett
54a0b86543
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
...
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.
2005-11-15 06:52:12 +00:00
Hajimu UMEMOTO
cf9f09fb33
- use USE_BDB.
...
- add SHA256.
2005-11-08 16:21:54 +00:00
Sergey Skvortsov
54a1630d6e
* reflect renaming on CPAN File-Spec to PathTools
...
+ 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)
2005-06-11 16:13:12 +00:00
Hajimu UMEMOTO
4806aacbd4
Stop depending on makedepend. Though configure checks existence
...
of makedepend, it is not used actually. So, we don't need to
depend on it.
2005-05-23 19:02:24 +00:00
Hajimu UMEMOTO
40d999c1c2
fix build.
...
Reported by: pointyhat via kris.
2005-02-28 05:11:25 +00:00
Hajimu UMEMOTO
9787363557
use ${ECHO_CMD} rather than echo.
2005-02-26 21:25:43 +00:00
Hajimu UMEMOTO
0bb6b0d88b
simplify more.
2005-02-26 20:47:02 +00:00
Hajimu UMEMOTO
3c4cb6c25e
simplify the logic how to detect multiple BDB versions
...
are specified.
2005-02-26 20:31:20 +00:00
Hajimu UMEMOTO
7aad728cfc
some cleanup.
2005-02-25 17:45:03 +00:00
Hajimu UMEMOTO
e0e9882381
Update to 2.2.12.
...
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).
2005-02-23 20:37:39 +00:00
Hajimu UMEMOTO
0e9a5e313e
use new scheme of USE_RC_SUBR.
2005-02-10 19:26:38 +00:00
Hajimu UMEMOTO
ab95681b1a
Add PASS8BITHACK option to pass 8bit in subject.
...
Cyrus doesn't accept this hack, and I really don't like it.
Requested by: many
2004-12-06 15:59:17 +00:00
Hajimu UMEMOTO
cd530f3682
follow shlib version bump of net-snmp.
2004-12-05 15:09:29 +00:00
Hajimu UMEMOTO
f2a35abd2a
make it buildable with WITH_DRAC=yes, again
2004-11-24 07:22:49 +00:00
Hajimu UMEMOTO
f278177ae0
Update to 2.2.10.
...
* Fix 0 termination in mysasl_canon_user.
* Check for imap magic plus buffer overflow in proxyd also
(CAN-2004-1015).
2004-11-24 05:05:19 +00:00
Hajimu UMEMOTO
02fbb37d96
Update to 2.2.9.
...
* 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.
2004-11-23 05:54:50 +00:00
Hajimu UMEMOTO
1f66719d73
add AUTH_KRB5 option to use Kerberos5 authorization module.
...
Requested by: Volodymyr Kostyrko <arcade@ints.net>
2004-08-30 15:25:10 +00:00
Hajimu UMEMOTO
0987415f0d
Update to 2.2.8.
2004-07-29 19:13:01 +00:00
Hajimu UMEMOTO
fd095c4766
- Update to 2.2.7.
...
- 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]
2004-07-26 20:39:54 +00:00
Hajimu UMEMOTO
5aab4401f9
Utilize EXAMPLESDIR.
2004-07-19 12:22:38 +00:00
Ade Lovett
328b757bf2
Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
...
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!)
2004-07-01 17:06:41 +00:00
Hajimu UMEMOTO
67e8f6c617
Update to 2.2.6.
2004-06-18 19:47:49 +00:00
Hajimu UMEMOTO
712a3a0f54
fix building package with BATCH=yes.
...
Reported by: bento via kris
2004-06-14 05:36:35 +00:00
Hajimu UMEMOTO
63895c4a71
OPTIONS support.
...
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> (with modifications)
2004-06-11 17:53:24 +00:00
Hajimu UMEMOTO
dce3e089bf
add WITH_LDAP_PTLOADER which enables build with experimental
...
LDAP ptloader.
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> (with modification)
2004-06-11 15:08:29 +00:00
Ade Lovett
1a628ded35
Sync with new bsd.autotools.mk
2004-06-04 17:29:38 +00:00
Hajimu UMEMOTO
a16682c228
Since net-snmp-5.X support was added in 2.2.5, change the default
...
of WITH_SNMP from net-snmp4 to net-snmp. However, if there is
net-snmp4 installed, we still use net-snmp4 for backward compatibility.
2004-05-29 16:36:16 +00:00
Hajimu UMEMOTO
9554ae5db2
Update to 2.2.5.
2004-05-28 20:34:49 +00:00
Hajimu UMEMOTO
f87b55d5a4
Update to 2.2.4.
2004-05-18 17:13:55 +00:00
Hajimu UMEMOTO
4546e552f0
build and install missing imapd.conf.5.html.
2004-04-04 16:24:16 +00:00
Hajimu UMEMOTO
844bcae556
install manpages for ${PREFIX}/cyrus/bin into ${PREFIX}/cyrus/man
...
to avoid conflict with other ports.
PR: ports/60949, ports/29223, ports/47913
2004-04-02 20:13:53 +00:00
Hajimu UMEMOTO
b9c2737da7
I forget to unmark BROKEN on ia64 and amd64.
2004-03-15 09:57:18 +00:00
Ade Lovett
91e0c8f1a7
Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* with
...
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.
2004-03-12 02:48:25 +00:00
Hajimu UMEMOTO
0874df9a06
make it buildable on ia64 and amd64.
...
(since I don't have ia64 nor amd64, I tested at least it doesn't
break on i386.)
Obtained from: NetBSD
2004-03-07 17:39:03 +00:00
Kris Kennaway
f2084d1b29
BROKEN on amd64 and ia64: Does not compile (missing -fPIC)
2004-03-07 13:00:02 +00:00
Garrett Wollman
60aab66567
Say hello to the new "net-mgmt" category. There are probably more
...
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
2004-02-23 04:42:13 +00:00
Hajimu UMEMOTO
5ebbeedf83
strip binaries.
2004-02-13 14:01:09 +00:00
Hajimu UMEMOTO
4e6c2f5ad4
Set an appropriate LATEST_LINK to avoid conflicts with other ports.
...
Reported by: kris
2004-02-06 17:29:28 +00:00
Hajimu UMEMOTO
83eb4932b4
make it buildable with net/net-snmp4.
2004-02-02 06:12:20 +00:00
Hajimu UMEMOTO
3978b01246
Configuration of the Cyrus databases is now runtime. The cyrus db
...
backend used for each database can be specified with an imapd.conf
option.
2004-01-17 17:58:35 +00:00
Hajimu UMEMOTO
153d604e24
Support Berkeley DB 4.2.
...
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>
2004-01-17 15:35:34 +00:00
Hajimu UMEMOTO
9244f03504
Update to 2.2.3.
2004-01-15 20:43:10 +00:00
Hajimu UMEMOTO
3160ca4d1a
add WITH_IDLE option which takes poll, idled or no. Default is poll
...
as Cyrus IMAPd's default.
Requested by: ervin.nemeth@niif.hu
2004-01-14 05:32:27 +00:00
Hajimu UMEMOTO
447797c1f7
remove pidfile at stop.
2003-12-04 08:20:08 +00:00
Hajimu UMEMOTO
4369aab67b
re-enable WITH_DRAC.
2003-11-22 10:08:05 +00:00
Hajimu UMEMOTO
5a87b762ad
fix plist.
...
Reported by: bento via kris
2003-10-30 11:23:49 +00:00
Hajimu UMEMOTO
7cf01ed39b
Update to 2.2.2-BETA.
...
(disable WITH_DRAC support due to lack of acconfig.h, for now)
2003-10-28 19:42:55 +00:00
Ying-Chieh Liao
c634b4bb83
utilize SITE_PERL
...
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
2003-10-24 12:05:09 +00:00
Hajimu UMEMOTO
4bf83888c1
the start/stop scripts failed when booting on 5.x machines
2003-10-01 18:16:04 +00:00
Hajimu UMEMOTO
5e689f791a
ECHO -> ECHO_MSG, ECHO_CMD
2003-09-27 03:34:20 +00:00
Hajimu UMEMOTO
d6c32c2c40
USE_OPENSSL must be set before including bsd.port.pre.mk.
...
Reported by: Fritz Heinrichmeyer <Fritz.Heinrichmeyer@Fernuni-Hagen.de>
2003-09-01 10:44:42 +00:00
Hajimu UMEMOTO
76c498ae6d
Previous commit to use USE_RC_SUBR was incomplete.
2003-08-31 07:05:45 +00:00
Hajimu UMEMOTO
e1abfdbd5c
Use USE_RC_SUBR.
2003-08-30 14:17:22 +00:00
Hajimu UMEMOTO
bdcd94775f
Use CONFLICTS.
...
PR: ports/56118
2003-08-29 18:22:38 +00:00
Hajimu UMEMOTO
646d8a6bc5
Use USE_OPENSSL.
2003-08-28 15:53:34 +00:00
Hajimu UMEMOTO
32b3cf1b92
Update to 2.2.1-BETA.
...
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.
2003-07-17 16:57:52 +00:00
Hajimu UMEMOTO
a84f2673d6
Use USE_AUTOHEADER.
2003-07-07 16:59:55 +00:00
Hajimu UMEMOTO
067f86b4a6
Don't depend on saslauthd. This is preparation for saslauthd
...
separation from cyrus-sasl2.
2003-06-01 04:01:12 +00:00
Hajimu UMEMOTO
25070dfbf4
Add dependency to OpenSSL.
2003-05-03 13:40:17 +00:00
Hajimu UMEMOTO
b5c9ea3acf
Specify full path of perl explicitly.
...
PR: ports/44545
Submitted by: Pat Lashley <patl+freebsd@volant.org>
2003-04-28 19:03:04 +00:00
Hajimu UMEMOTO
0275805992
add mirror sites.
...
PR: ports/50090
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
2003-04-23 16:24:48 +00:00
Hajimu UMEMOTO
832c58827b
portlint
2003-04-23 16:06:22 +00:00
Hajimu UMEMOTO
3200ccffb3
Oops, correct usage of LIB_DEPENDS introduced by previous commit.
2003-04-17 18:20:55 +00:00
Hajimu UMEMOTO
62a080d73a
- Add WITH_BDB_VER for choosing version of Berkeley DB. For example,
...
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.
2003-04-17 18:00:08 +00:00
Hajimu UMEMOTO
4c51254f2d
Add Cyrus IMAPd 2.2.0-ALPHA after repo copy.
2003-03-29 14:57:01 +00:00
Hajimu UMEMOTO
873536d51c
Use REINPLACE_CMD.
2003-03-23 17:10:47 +00:00
Hajimu UMEMOTO
8c22c15b1c
De-pkg-comment.
2003-02-20 20:10:05 +00:00
Hajimu UMEMOTO
803c6ab715
Update to 2.1.12.
2003-02-04 15:55:54 +00:00
Hajimu UMEMOTO
fda290ce5c
Add CYRUS_USER and CYRUS_GROUP options to be able to configure
...
psuedo user for cyrus.
Requested by: Cyrus Anderson Yunker <cayunker@unity.ncsu.edu>
2003-01-30 14:04:02 +00:00
Hajimu UMEMOTO
53b32fda0a
- Use PERL_LEVEL to distinguish installed perl version.
...
- Add WITH_SKIPLIST_MBOX to enable skiplist mboxlist.
- Add WITH_MURDER to enable murder.
2003-01-01 19:34:41 +00:00
Hajimu UMEMOTO
d33b79068f
Update to 2.1.11.
...
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
2002-12-05 14:04:36 +00:00
Hajimu UMEMOTO
b1f110615d
Update to 2.1.10.
2002-11-16 05:10:43 +00:00
Hajimu UMEMOTO
2760246054
Update to cyrus-imapd-2.1.9.
2002-09-01 20:12:13 +00:00
Hajimu UMEMOTO
e8c64a3ee7
Update to 2.1.8.
2002-08-28 18:25:16 +00:00
Ade Lovett
76d6ac6122
BerkeleyDB cleanup - stage 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
2002-08-22 19:13:46 +00:00
Hajimu UMEMOTO
d6a00af6f5
Update to 2.1.7.
2002-08-21 20:46:33 +00:00
Hajimu UMEMOTO
78436998f8
cyradm didn't show password prompt correctly.
...
Reported by: Joseph Scott <joseph@randomnetworks.com>
2002-08-16 18:55:48 +00:00
Hajimu UMEMOTO
b55842a961
Update an IPv6 patch to 20020817.
...
Since there is no functional change at all under FreeBSD,
I don't bump PORTREVISION.
2002-08-16 18:27:43 +00:00
Hajimu UMEMOTO
6a1ac43756
Add cyrus-imapd-2.1.5 after repo. copy.
2002-08-08 14:06:48 +00:00
Hajimu UMEMOTO
41c441f082
Make this port add shell to cyrus user.
...
PR: ports/38436
Submitted by: Scot W. Hetzel <hetzels@westbend.net>
2002-05-25 18:39:19 +00:00
Hajimu UMEMOTO
6e7e547781
Add USE_PERL5=yes.
2002-05-19 14:28:20 +00:00
Akinori MUSHA
897d06aa97
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
...
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.
2002-01-29 11:48:57 +00:00
Hajimu UMEMOTO
dd7780f9fc
Update IPv6 patch.
2002-01-18 18:00:06 +00:00
Akinori MUSHA
79f86fd6ec
Back out the db3 port update because some of these dependent ports had
...
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.
2001-08-01 11:56:24 +00:00
Hajimu UMEMOTO
a3a537c273
Update to 2.0.16.
2001-07-28 16:08:08 +00:00
Akinori MUSHA
dd8fc61f89
Reflect databases/db3's shlib version bump from 2 to 3.
2001-07-25 15:05:11 +00:00
Hajimu UMEMOTO
814b0c8979
Update IPv6 support patch to 20010711 version.
...
Now, sieve client speaks IPv6.
2001-07-11 19:52:28 +00:00
Hajimu UMEMOTO
9d16c61d34
- Install more html docs.
...
- 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.)
2001-07-09 11:19:56 +00:00
Hajimu UMEMOTO
70dc619155
Update to cyrus-imapd 2.0.15.
2001-07-08 14:46:44 +00:00
Hajimu UMEMOTO
12b723faf5
Update to 2.0.14.
2001-05-31 09:38:04 +00:00
Hajimu UMEMOTO
06fa03f98f
Fix a bug that imaps didn't work correctly.
...
This patch will be applied in next cyrus-imapd release.
Reported by: Nick Sayer <nsayer@quack.kfu.com>
2001-05-07 11:11:27 +00:00
Hajimu UMEMOTO
98ce96b455
When bind() was fail, master did core dump.
...
Update IPv6 patch to latest one due to fix this bug.
Reported by: Nick Sayer <nsayer@quack.kfu.com>
2001-05-05 21:44:40 +00:00
Hajimu UMEMOTO
3f3da42fc3
Update to 2.0.13.
...
If your libsasl has sasl_checkapop(), you can use APOP.
2001-04-28 16:43:11 +00:00
Hajimu UMEMOTO
3533fb5d8c
Add missing items into pkg-plist.
...
Submitted by: bento
2001-04-22 15:52:48 +00:00
Hajimu UMEMOTO
100080da7d
Since imapd.conf is installed into ${PREFIX}/etc, mkimap should
...
refer ${PREFIX}/etc/imapd.conf
2001-04-12 19:06:31 +00:00
Hajimu UMEMOTO
e63942da46
Since spool location is configurable by user, prevent making spool
...
at install time. Install mkimap script and show guidance, instead.
Reported by: David A. Koran <dak@solo.net>
2001-04-06 18:53:09 +00:00
Hajimu UMEMOTO
9abb9f6b42
Add missing Perl library into pkg-plist.
...
Reported by: Kaz SHiMZ <kshimz@sfc.co.jp>
2001-04-06 17:51:12 +00:00
Hajimu UMEMOTO
749983c11c
Use -U option of ps instead of odd path checking.
2001-03-22 11:17:17 +00:00
Hajimu UMEMOTO
4fcf21acaa
killall doesn't have -u option under FreeBSD 3.X
...
Reported by: Alex Vasylenko <lxv@omut.org>
2001-03-16 13:28:16 +00:00
Hajimu UMEMOTO
a3b3c78cee
Add cyrus-imapd 2.0.12, the cyrus mail server, supporting POP3 and
...
IMAP4 protocols.
PR: ports/25597
Submitted by: Christopher K Davis <ckd@ckdhr.com>
2001-03-13 11:15:12 +00:00
Jimmy Olgeni
1be0301128
Spaces->tabs in the mail category.
...
(I know, I look boring and pedant :o)
2001-02-05 15:11:27 +00:00
FUJISHIMA Satsuki
e0e6cd44db
add missing manpages.
...
sort pkg-plist.
Submitted by: bento
2001-01-17 17:31:13 +00:00
Will Andrews
60f2b6b7a8
Goodbye, YEAR2000. Hello, 2001.
...
Approved by: asami
2001-01-01 10:15:16 +00:00
Will Andrews
2eab104242
Obey portlint better, and use sensible defaults in configure args.
...
PR: 23680
Submitted by: David W. Chapman, Jr. <dwcjr@inethoston.net>
2000-12-21 23:16:02 +00:00
Will Andrews
fae99bfc40
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>
2000-12-21 08:25:50 +00:00
Satoshi Asami
03b872d3cc
pwcheck is in ${LOCALBASE}/sbin, which is not in root's default path, so
...
spell out the whole path.
Submitted by: bento
2000-11-13 23:53:53 +00:00
Satoshi Asami
7acef1cd7a
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
...
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00
Wolfram Schneider
a0efdeb4bd
Fix homepage link.
...
Submitted by: Alec Berry <alec@exit1.com>
2000-09-03 16:10:02 +00:00
David E. O'Brien
1228d352ee
Move the stragler's www.freebsd.org/~user distfiles to the offical
...
MASTER_SITE_LOCAL site.
2000-06-29 07:03:02 +00:00
Paul Richards
7eccc305d6
This now port depends on SASL.
2000-05-13 18:32:38 +00:00
Paul Richards
5b2a0f0a23
Update port to release 1.6.22
2000-05-13 17:18:14 +00:00
Chris Piazza
28849e36e9
Update to use PORTNAME/PORTVERSION
2000-04-13 20:01:08 +00:00
Peter Wemm
02c5b6c7c6
Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
...
as the days of the former are numbered.
Reviewed by: asami
2000-02-08 09:29:51 +00:00
Steve Price
8ba34b95a0
Make sure all the directories needed by this port are created on install.
...
PR: 12584
Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com>
1999-12-29 08:37:52 +00:00
Steve Price
69b1385a3f
Make sure a couple of more echo(1)s get to the temporary PLIST. Also
...
update to use Tk8.2.
PR: 14452
Submitted by: Jonathan Gapen <jagapen@whitewater.chem.wisc.edu>
1999-11-26 18:20:21 +00:00
Michael Haro
65ab34a667
FreeBSD.ORG -> FreeBSD.org
...
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
1999-08-31 06:53:31 +00:00
Michael Haro
8d6f14a9b2
sed -> ${SED}
1999-08-28 02:17:34 +00:00
David E. O'Brien
f3a9c6c81e
Change Id->FreeBSD.
1999-08-25 06:51:17 +00:00
Michael Haro
5281212be3
chmod -> ${CHMOD}
...
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Jacques Vidrine
427bef6ec0
s/HAS_CONFIGURE/GNU_CONFIGURE/ so that PREFIX will be honored
1999-05-28 16:38:38 +00:00
Stefan Bethke
53808164cb
- Update to 1.5.19
...
- Don't overwrite pre-existing imapd.conf
- Fix installation of doc files
- Clean up pkg/COMMENT
1999-05-10 02:22:58 +00:00
Stefan Bethke
8caed28090
Move URL to pkg/DESCR.
1999-04-21 00:29:38 +00:00
Stefan Bethke
b389c3c772
Update MASTER_SITES
...
ADD WWW_SITE (for net/netatalk)
1999-04-20 22:54:02 +00:00
Bill Fumerola
049b253ab2
Proper URLs that reference directories end in '/'
1999-04-08 19:05:48 +00:00
Marc G. Fournier
d5ba786a25
Commit all Y2K/WWW_SITE changes from today...
1999-03-11 21:47:15 +00:00
Marc G. Fournier
c7beeaae1f
More Y2K Statement Links...
1999-01-13 02:47:33 +00:00
Stefan Bethke
d10ff822ee
Added a second master site.
1998-12-22 10:24:10 +00:00
John Polstra
bbb9b75064
Fix the name of the created partition directory to agree with the
...
name in the supplied configuration file.
1998-11-04 01:34:59 +00:00
John Polstra
6247a9f959
Update "Version required" comment.
1998-11-04 01:18:33 +00:00
Satoshi Asami
b6d6b302c9
tcl80 has been ELFized.
1998-09-25 10:07:46 +00:00
Stefan Bethke
2024ed0f43
Update to 1.5.14
...
PR: ports/7789
Submitted by: Hans Huebner <hans@artcom.de>
1998-09-23 15:36:27 +00:00
Satoshi Asami
1f4a2d072a
${MKDIR} -p -> ${MKDIR} and /bin/mkdir -> ${MKDIR}. The latter
...
actually fixes a reinstall problem.
1998-02-25 09:41:30 +00:00
Justin M. Seger
3d4a5438d3
Upgrade to use tcl8.1 and tk8.1.
1998-02-24 21:43:51 +00:00
Bill Fenner
163154d815
More tcl/tk virtual category fixups.
1998-02-22 08:35:03 +00:00
Jordan K. Hubbard
fc02bf58cb
Unbreak cyrus port.
...
Submitted by: Ian Vaudrey <i.vaudrey@bigfoot.com>
PR: 4729
1998-02-15 12:14:15 +00:00
Satoshi Asami
d2358a93fb
Mark the ports that were broken in one way or another by the recent tcl
...
change "BROKEN".
1997-11-22 01:11:36 +00:00
Masafumi Max NAKANE
b1cdefef85
List makedepend in BUILD_DEPENDS.
...
Suggested by: i.vaudrey@cableinet.co.uk
1997-09-02 09:46:50 +00:00
James FitzGibbon
01fcaa015c
Import of the Cyrus IMAPd package
1997-05-30 19:59:08 +00:00