Commit Graph

34 Commits

Author SHA1 Message Date
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Anders Nordby
33aeb84146 Add missing quote in Makefile.
PR:		56010
Submitted by:	Roman Neuhauser <roman@bellavista.cz>
2003-10-28 23:34:18 +00:00
Anders Nordby
00c52ef0e3 Update to imap-2002d.
PR:		54181
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-07-22 22:25:27 +00:00
Anders Nordby
58547ee729 Correct PAM service name for ipop3d to pop3 instead of pop like we've
used to have it for a long time.

Update PAM info to reflect that the session service is now used.

Bump PORTREVISION as this affects ipop3d runtime usage (need to do it on
cclient as well since we expect their versions to match exactly).

PR:		ports/52798
2003-06-01 20:49:37 +00:00
Anders Nordby
457a2b423e Forgot to insert SUBDIR in MASTER_SITES paths, fix that.
PR:		51754
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-05-21 00:54:21 +00:00
Anders Nordby
a5dc544c95 Update to 2002c1.
PR:		51754
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-05-21 00:13:49 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Edwin Groothuis
5cc3a633fc Fix misspelling of the name of the author
PR:		ports/45814
Submitted by:	Chris Pepper <pepper@rockefeller.edu>
2002-12-12 07:18:38 +00:00
Anders Nordby
14e85ed5bb Make port build on -current/sparc64.
PR:		39258
Submitted by:	jake
2002-12-01 15:00:47 +00:00
Anders Nordby
e493b3047d Unbreak: set USE_OPENSSL properly.
Tidy.
Add WITH_SSL_AND_PLAINTEXT knob, if you want to use plaintext passwords.

Pointy hat to:	dougb
2002-11-27 03:53:42 +00:00
Doug Barton
5ccd0436d2 anders assigned me a PR to update pine, so he must have meant me to update
this too. :)

* Mostly a simple version update, although I tweaked a few things
* Make some Makefile variables more... variable
* SSLTYPE update to match new c-client makefile
* Remove a spurious variable from the port Makefile
* Tab'ify a couple places in patches that had to be regenerated anyway
2002-11-26 12:05:13 +00:00
Anders Nordby
a80cb50ea1 Don't use REINPLACE_CMD -ne.
Pointy hat to:	edwin
2002-11-06 13:27:06 +00:00
Edwin Groothuis
2736678db7 PERL -> REINPLACE
Noticed on: bento
2002-11-04 01:37:23 +00:00
Anders Nordby
dea3d82448 Remove broken master site.
Fix hostname for freenix.no master site.
2002-03-18 00:29:39 +00:00
Anders Nordby
ad6b4799b4 Correct MAINTAINER e-mail address for ports I maintain. 2002-03-14 00:11:40 +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
Anders Nordby
5e24c5be98 Update cclient & imap-uw ports to imap-2001a.
Fix typos in imap-uw's pkg-req.ssl.

Submitted by:	dougb (parts of this)
2001-12-08 16:36:01 +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
David W. Chapman Jr.
bd84b72bdf Update imap-uw and cclient to 0106191041
Add SSL support to both
Add pkg-req.rev to detect version
Add pkg-req.ssl to keep track of ssl versions

PR:		28289
Submitted by:	maintainer
2001-06-25 02:40:49 +00:00
Doug Barton
e62943f72a Update to 0104241750. The maintainer submitted an update for the previous
version, however they _just_ updated the version today. Going to the
latest version didn't require any other mods.

PR:		ports/26808
Submitted by:	Anders Nordby <anders@fix.no> (maintainer)
2001-04-25 05:42:12 +00:00
Dirk Froemberg
24ca44dfa7 * Set maintainership to Anders Nordby <anders@fix.no>.
* Add two more master sites that I control myself, to bring some much
  needed stability there too (UW has been removing snapshots without
  putting them in the old dir).
* Use PAM by default.
* Remove some unnecessary linking parameters.

Submitted by:	Anders Nordby <anders@fix.no>
2001-04-16 18:48:21 +00:00
Nick Sayer
39e13470d4 Fix cclient and imap-uw to use the latest UW beta and use the
bsd.port.mk SSL variables

Submitted by:	anders@fix.no
2001-04-09 23:29:39 +00:00
Mikhail Teterin
ca11adc804 Fix handling of WITH_SSL -- the USE_OPENSSL was defined when in the
opposite case  :) Make  the c-client's Makefile  use the  LDFLAGS files,
when  linking the  shared library.  This ensures,  that the  things like
-lpam, -lssl  are linked  into it  and an application  does not  have to
refer to them explicitly.

WITH_SSL should, IMHO, be made a default...
2001-04-08 20:53:04 +00:00
Mikhail Teterin
7490265613 So, we are on the slippery slope of using the beta-versions... Well,
use  the one  available on  the  vendor's site.  (0104051333 instead  of
0104031813).
2001-04-08 19:50:29 +00:00
Nick Sayer
01436013af Mega cclient port SSL commit redux. This time with maintainer approval.
1. Add support for building cclient with SSL. Warn about the possibility
that some ports may have been missed and need ssl added at link time.

2. Update cclient and imap-uw to latest versions.

3. Fix pine4 to add ssl libraries. This can be used as a model for what
other ports may need to do.

4. Release MAINTAINERship (by request).

Submitted by:	anders@fix.no
Approved by:	petef@databits.net
2001-04-05 03:21:41 +00:00
Mario Sergio Fujikawa Ferreira
63522304e0 Help it be PREFIX safe.
Approved by:	MAINTAINER
2001-03-23 15:57:14 +00:00
FUJISHIMA Satsuki
854449631f o update to 2000c.
o change maintainer.

PR:		24834
Submitted by:	Pete Fritchman <petef@databits.net>
2001-02-12 06:42:51 +00:00
FUJISHIMA Satsuki
24291418e0 update with using new distfile.
PR:		24588
Submitted by:	Pete Fritchman <petef@databits.net>
2001-01-30 17:24:39 +00:00
OKAZAKI Tetsurou
9308185df6 Fix installation problem.
PR:           23651
Submitted by: Jimmy Olgeni <olgeni@uli.it>
2000-12-20 19:13:35 +00:00
Kelly Yancey
3c7d0e406b Update c-client to that found in UW's imap-2000.
Update imap-uw to the latest version (imap-2000).
Update pine4 to the latest version (pine-4.31).
Despite the fact that the new releases of imap-uw and pine are
intended to improve security, the security warnings on the pine
and imap-uw ports have been left intact until they have proven
themselves.
2000-12-18 09:55:11 +00:00
James E. Housley
84ddf517f7 mail/cclient is missing a .h file needed by PHP
No response from MAINTAINER

PR:		22087
Submitted by:	James E. Housley <jeh@freebsd.org>
2000-11-01 14:23:09 +00:00
Kelly Yancey
7c69724a7a Cclient is obtained from the imap distribution which is ramping up for
the next release (it's not quite here yet). In the meantime, they have
moved the imap-4.7c tarball into an 'old' subdirectory. This updates
the c-client ports to find the tarball in it's new location. While I
was in there, I also removed an obsolete MASTER_SITE and updated my
e-mail address in the MAINTAINER field.

Hopefully, the imap-uw port maintainer will do something similar in
the near future to get it building again.

Submitted by:		Mike Silbersack <silby@silby.com>
2000-09-12 05:18:07 +00:00
Kelly Yancey
6238b7fc5c Add patch to fix mailbox permissions with using cclient's mx driver.
As Vladimir Ivanov explains:
    unix-mx driver doesn't set file permissions properly for non-private
    messages (e.g. public#). The problem caused by mx_append procedure,
    where the driver doesn't call set_mbx_permissions for just created
    message file.

Submitted by:	Vladimir Ivanov <wawa@comptek.ru>
2000-07-19 05:21:15 +00:00
Kelly Yancey
6e041d5a54 New port: mail/cclient
PR:		19691
Submitted by:	Kelly Yancey
Reviewed by:	will
2000-07-14 09:27:33 +00:00