summaryrefslogtreecommitdiff
path: root/mail/imap-uw/files/patch-ai (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak building of bundled tools.Anders Nordby2002-11-271-44/+59
| | | | | | | | | | | | Install the newly bundled tools: mailutil, dmail and tmail. Tidy. Add WITH_SSL_AND_PLAINTEXT knob, if you want to use plaintext passwords. Pointy hat to: dougb Notes: svn path=/head/; revision=71139
* Since c-client has to be update for pine, this has to be updated to match.Doug Barton2002-11-261-11/+12
| | | | | | | | | | | | | | | Mostly simple version update, but apply some of the same fixes from c-client. * Make some Makefile variables more... variable * SSLTYPE update to match new c-client makefile * Usual round of patch re-generation, but do some of the DRAC stuff in a way that has a better chance of surviving the next software update. * One hunk of patch-ah is now obsoleted * Add a patch for mailutil/Makefile similar to the other Makfile patches that fix c-client dependencies. Notes: svn path=/head/; revision=71114
* Update cclient & imap-uw ports to imap-2001a.Anders Nordby2001-12-081-7/+6
| | | | | | | | | Fix typos in imap-uw's pkg-req.ssl. Submitted by: dougb (parts of this) Notes: svn path=/head/; revision=51226
* - Upgrade to imap-2001.FINALPete Fritchman2001-10-051-6/+7
| | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=48462
* Update imap-uw and cclient to 0106191041David W. Chapman Jr.2001-06-251-79/+73
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=44406
* Update to 0104241750. The maintainer submitted an update for the previousDoug Barton2001-04-251-73/+79
| | | | | | | | | | | version, however they _just_ updated the version today. The only thing I did differently from the maintainer's patch was to regen patch-ai. PR: ports/26808 Submitted by: Anders Nordby <anders@fix.no> (maintainer) Notes: svn path=/head/; revision=41887
* * Set maintainership to Anders Nordby <anders@fix.no>.Dirk Froemberg2001-04-161-8/+7
| | | | | | | | | | | | | | | | | * Add info about PAM session support. * 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). * Add the file files/imap-uw.cnf, so that "make cert" actually works as intended. * Add -drac to PKGNAMESUFFIX if DRAC support is requested, so that people can see what they actually installed easier. * Remove some unnecessary linking parameters. Submitted by: Anders Nordby <anders@fix.no> Notes: svn path=/head/; revision=41473
* Fix cclient and imap-uw to use the latest UW beta and use theNick Sayer2001-04-091-6/+7
| | | | | | | | | bsd.port.mk SSL variables Submitted by: anders@fix.no Notes: svn path=/head/; revision=41156
* Mega cclient port SSL commit redux. This time with maintainer approval.Nick Sayer2001-04-051-36/+10
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=40861
* The last set of patches, I had to hand edit, didn't apply cleanly.James E. Housley2001-03-271-6/+6
| | | | | | | Submitted by: Richard Lucas <rlucas@solidcomputing.com> Notes: svn path=/head/; revision=40433
* * Update the imap-uw port to use PAM again, as it used to. We do have imap byJames E. Housley2001-03-231-0/+99
default in /etc/pam.conf, so it must be better to compile imap-uw with PAM authentication too no? * Changed the PAM service name for the POP3 daemon from pop to pop3 as that is what we have in our default pam.conf. * Update the port with optional DRAC support. Approved by Maintainer PR: 24135 Submitted by: Anders Nordby <anders@fix.no> Notes: svn path=/head/; revision=40240