Commit Graph

2749 Commits

Author SHA1 Message Date
Tom Hukins
c6f2f71d98 Fix typo when building with ldap2
PR:		ports/31232
Submitted by:	Thierry Thomas <thierry@thomas.as>
2001-10-12 17:13:58 +00:00
Dirk Meyer
3d1ed214aa - Detect needed libs on installed sendmail package
8.11.6 and 8.12.1 tested.
2001-10-12 10:13:49 +00:00
Dirk Meyer
c1dd86b94f Add more includes and libs to Option MILTER
+include/libmilter/mfdef.h
+lib/libsm.a
+lib/libsmdb.a
2001-10-12 10:01:18 +00:00
Dirk Meyer
6b8eed3b2d Add sendmail-old to mail/Makefile
reduce lines in mail/sendmail-old/Makefile
2001-10-12 09:56:57 +00:00
Mario Sergio Fujikawa Ferreira
0573f73d19 o update to 0.2.4a
o typo fix: freebsd -> FreeBSD

PR:		31076
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-10-11 18:54:30 +00:00
Anton Berezin
eb45231d2a Update to 1.320; add WWW. 2001-10-11 10:57:48 +00:00
Ying-Chieh Liao
5e7575f4e8 upgrade to 0.6.3
PR:		31181
Submitted by:	MAINTAINER
2001-10-11 10:54:29 +00:00
Dirk Meyer
9facb69137 group smmsp was reconverted to wheeel after pkg_add, fixed. 2001-10-10 21:32:56 +00:00
Doug Barton
967f5a3618 I've already had 4 e-mails about this, so add a warning about keeping
the cclient library and this port in synch, both in terms of version
and compile options.
2001-10-10 20:53:16 +00:00
Jim Mock
7591f737f2 Update to version 1.3.23.
PR:		31196
Submitted by:	maintainer
2001-10-10 17:41:00 +00:00
David W. Chapman Jr.
6b673f0db0 Fix path in patch
PR:		30547
Submitted by:	hanahara@meiko.co.jp
2001-10-10 16:56:22 +00:00
Dirk Meyer
d8ec51ebaa Remove user only if uid matches, so a user in the bas system won't be deleted.
Remove double deletion of docdir.
2001-10-09 19:20:15 +00:00
Dirk Meyer
772ffff178 Last commit backed out. 2001-10-09 19:16:58 +00:00
Maxim Sobolev
155c9663b5 Update to 0.15. 2001-10-09 07:29:16 +00:00
Dirk Meyer
24f64fc37d - Option MILTER fixed.
- Allow to build without milter-support
2001-10-08 15:37:43 +00:00
Pete Fritchman
4a2206749e - update to 1.2.3
- respect CFLAGS

PR:		31105
Submitted by:	maintainer
2001-10-07 20:53:17 +00:00
Anton Berezin
dd0b571734 Update to 0.08. 2001-10-07 15:22:53 +00:00
Dirk Meyer
fd751f1110 - Add senndmail-old as module
- reserve UID 90 for sendmail client queue
2001-10-07 06:51:44 +00:00
Dirk Meyer
9c724bfe99 - Update to sendmail 8.12.1
This ports will creates a new user and group named smmsp.
 Setting up the serer and client queues.
 You need to create an "sumbit.cf" for local submission.
2001-10-07 06:40:42 +00:00
Dirk Meyer
f9facfa79a - uncomment a line in the sample script 2001-10-07 06:33:30 +00:00
Pete Fritchman
afbebb0cfe Set maintainer to ports@FreeBSD.org
Submitted by:	Anders Nordby <anders@fix.no> (previous maintainer)
2001-10-07 02:03:45 +00:00
Mario Sergio Fujikawa Ferreira
49bd17d0a4 o Update to 2.4.94 (patchlevel c)
o Update ${FILESDIR}/elm.mimetypes

PR:		30856
Submitted by:	MAINTAINER
2001-10-06 18:19:44 +00:00
Maxim Sobolev
9e7b6e1062 Provide alternative download site to make Fenner's distfiles survey happy. 2001-10-05 16:35:08 +00:00
Sheldon Hearn
8e4c2e5e4c Fix a typo in BIN_DIRECTORY that prevented exim-monitor from finding
the exim binary.

Reported by:	AMAKAWA Shuhei <sa264@cam.ac.uk>
2001-10-05 12:58:46 +00:00
Doug Barton
0faf48ffbe * Update to version 4.40, the latest and greatest from our friends
at UW. Improvements include TLS and SSL support fully integrated
  into the code base (requires OpenSSL), support for remote address
  books, improved rules-based filtering, and new filter options.

* Bugs fixed include longer folder names, temp file cleanup,
  mail sorted by filters more accurately, et al.

* Re-generate almost all of the patches to clean out more of the fuzz.
2001-10-05 08:41:39 +00:00
Pete Fritchman
a88be6b77c - Upgrade to imap-2001.FINAL
- Install additional cclient header files
- Move SSL dependency generation for cclient to post-build
- Bump PORTEPOCH
- Removed -drac PKGNAMESUFFIX,more confusion than extra info
- Remove futile build of imapd/ipop3d/ipop2d in cclient, and libc-client4.a
  in the imap-uw port.
- Respect CFLAGS and CC

PR:		30954
Submitted by:	maintainer
2001-10-05 08:28:52 +00:00
Pete Fritchman
1d3a021b7d Fix compilation (need more includes and an explicit -lX11)
Noticed by:	bento
2001-10-05 04:31:06 +00:00
Mario Sergio Fujikawa Ferreira
d494132719 1) instead of "stealthly" installing a file with a user list that
cannot log in the popper daemon, let the users decide for either
   a default file (use a copy of the system's /etc/ftpusers file)
   or an empty file
2) also, make the installation of this file prefix safe and name
   it popusers (PREFIX/etc/qpopper/popusers). This changes expected
   behavior of the port
3) add a PKGINSTALL script to handle this file install/deinstall
4) style changes: use variables to make the port easier to maintain

Prompted by:	Dan Langille <dan@langille.org>
Reviewed by:	freebsd-ports (silence), kris, sobomax
2001-10-05 03:48:34 +00:00
Thomas Gellekum
e5adbe68e5 Correct MASTER_SITES.
PR:		31033
Submitted by:	Brad Forschinger <bnjf@optushome.com.au>
2001-10-04 11:45:28 +00:00
Dirk Meyer
b84ce6a218 fixed repair targert to build a valid /etc/mail/mailer.conf
PR:		30748
Submitted by:	anarcat@anarcat.dyndns.org
2001-10-03 15:48:29 +00:00
Dirk Meyer
3477ac9a45 remove empty dir: share/doc/sendmail 2001-10-03 12:45:31 +00:00
Pete Fritchman
f7a51635a9 Fix WWW: line 2001-10-03 03:33:47 +00:00
Mike Heffner
46d0899d52 Upgrade to version 1.5.1. 2001-10-02 21:51:48 +00:00
Andrey A. Chernov
36c37f4256 Fix auth for non-OPIE users 2001-10-02 17:01:23 +00:00
Dirk Meyer
240b393ed3 - Add a patch for some nameserver problems
sendmail 8.11.6, failing DNS AAAA lookups

Has been mentioned on freebsd-stable
Subject: something strange with sendmail 8.11.6 on FreeBSD

Submitted by:	gshapiro@freebsd.org
2001-10-02 05:47:59 +00:00
Akinori MUSHA
7e47b69df3 Axe elisp ports for XEmacs19 and XEmacs20 which are obsolete.
Approved by:	kiri (MAINTAINER of the mew ports)
2001-10-01 20:36:40 +00:00
Dima Dorfman
834ad3eb56 "potentialtrouble" isn't a word. 2001-10-01 12:59:07 +00:00
Thomas Gellekum
c6685f6599 Upgrade to 0.7.0. 2001-10-01 11:44:29 +00:00
Thomas Gellekum
3b80fcf1bb New port pantomime. Pantomime is a mail/MIME handling library for GNUstep. 2001-10-01 11:44:04 +00:00
Maxim Sobolev
7f176f977d Update to 0.14. 2001-10-01 06:40:03 +00:00
OKAZAKI Tetsurou
87ccb28139 Update to 0.4.14.
PR:		30919
Submitted by:	Michael Lyngb?l <michael@lyngbol.dk>
2001-09-30 01:55:00 +00:00
Andrey A. Chernov
41b16dcb8b Upgrade to 3.22
PR:		30881
Submitted by:	Cyrille Lefevre <clefevre@citeweb.net>
2001-09-29 09:00:32 +00:00
Mario Sergio Fujikawa Ferreira
d0dabff15e new port wmmultipop3 version 0.7: A WindowMaker dockapp that checks
multiple pop3 accounts for new mail

PR:		30897
Submitted by:	Patrick Li <pat@databits.net>
2001-09-28 21:30:41 +00:00
Sheldon Hearn
27a23416c4 Fix the message_body_size filter variable bug reported by Phil Chambers
to the exim-users mailing list on 2001-09-19 using the patch posted to
the list by the author on 2001-09-24.

Bump PORTREVISION accordingly.
2001-09-26 16:31:19 +00:00
David W. Chapman Jr.
e968925f20 Erase extra parts of install.cf
Submitted by:	Yen-Ming Lee
2001-09-24 04:54:52 +00:00
David W. Chapman Jr.
479a523af4 Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer exists.
PR:		30497
Submitted by:	Dan Larsson
Approved by:	will
2001-09-23 19:50:42 +00:00
David W. Chapman Jr.
13de590622 Remove version tags from files that don't need it. 2001-09-23 18:53:47 +00:00
David W. Chapman Jr.
0913fc4972 Install install.cf to ensure spool is created with correct permissions
Bump PORTREVISION

PR:		30751
Submitted by:	Yen-Ming Lee
2001-09-23 17:52:03 +00:00
David W. Chapman Jr.
4e63e4dd34 Update to pl05
Change DISTNAME to use regex
Update tls and ipv6 to pl04

Pointed out by:	petef
2001-09-23 02:53:35 +00:00
Michael Haro
053e7f3856 I forgot the dependency 2001-09-22 05:24:19 +00:00