| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: ports/26463
Submitted by: MAINTAINER
|
|
|
|
|
|
| |
bsd.port.mk SSL variables
Submitted by: anders@fix.no
|
|
|
|
|
|
|
|
|
|
| |
the need for stubs. They are needed with currect TCL port, regretfully.
When the need goes away (hopefully), I'll remove the files/patch-stubs.
Actually USE the blasted c-client4 instead of merely (and bogusly!)
LIB_DEPEND-ing on it. The port continued to build and use its own
version (based on imap-4.7 from October 1999). Don't even extract the
imap subdir...
|
|
|
|
|
|
|
|
|
| |
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...
|
|
|
|
|
| |
use the one available on the vendor's site. (0104051333 instead of
0104031813).
|
|
|
|
|
|
|
|
|
| |
- Fixed installation prefix, it is GNOME dependent, should not be
in LOCALBASE but X11BASE.
- Changed location of installed gmimeConf.sh for gnome-config script
PR: 26414
Submitted by: maintainer
|
|
|
|
|
|
|
| |
messages using MIME.
PR: 26411
Submitted by: Bas Kruit <baskruit@bsltwr.dnsalias.org>
|
|
|
|
|
|
|
| |
MIME encoded email package.
PR: 25848
Submitted by: Justin Stanford <jus@security.za.net>
|
| |
|
|
|
|
|
|
| |
at install time. Install mkimap script and show guidance, instead.
Reported by: David A. Koran <dak@solo.net>
|
|
|
|
| |
Reported by: Kaz SHiMZ <kshimz@sfc.co.jp>
|
|
|
|
| |
Submitted by: trebleZed@netscape.net
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
get a WITH_SSL=yes option, hopefully.
|
|
|
|
|
|
| |
I started the commit and decided that my timeout of petef may have been
premature. The commit got started rather than aborted. I will try
contacting petef some more first.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. Update cclient and imap-uw to latest code from uwash.
2. Enable building cclient with SSL turned on. Warn folks that
subordinate ports will need SSL libraries added in case we missed any.
3. Enable building imap-uw with SSL support.
4. Add WITH_SSL for pine so that it adds the crypto link options.
5. Finally de-orbit pine4-ssl port.
Submitted by: anders@fix.no
Maintainer timeout: petef@databits.net
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}*
- Cleanup corresponding ports for bsd.kde.mk update.
- Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom,
introduce QT_NONSTANDARD variable for nonstandard configure setup.
- Update KDE2 to 2.1.1. Two patches included in x11/kdelibs2 to fix the
proxy authentication that was broken for 2.1.1. Remove old patches.
- Potentially fix kdelibs build for alpha.
- Fix qt-designer 2.3.0 build.
- Ruby stuff left alone since it looks like black magic to me. Should
still work w/ compat shims for older USE_QT[,2] style. Some others
were also left alone for the same reason.
Reviewed by: portmgr, ports (bsd.kde.mk+bsd.port.mk)
Submitted by: David Faure <faure@kde.org> (proxy auth patches)
Alex Zepeda <garbanzo@kde.org> (old patches removal)
|
|
|
|
|
| |
PR: 26211
Submitted by: maintainer
|
|
|
|
|
| |
PR: 26234
Submitted by: Ports Fury
|
|
|
|
| |
mail checker for file,qmail,MH dir and pop3
|
|
|
|
|
| |
PR: 25981
Submitted by: yssu@CCCA.NCTU.edu.tw (Yen-Shuo Su)
|
| |
|
|
|
|
|
|
| |
with PREFIX.
Submitted by: Dan Langille <dan@langille.org> (with changes)
|
|
|
|
|
|
|
| |
1.1.2
PR: 24055
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
|
|
|
|
|
|
|
| |
-D_THREAD_SAFE --> ${PTHREAD_CFLAGS}
Note: my first intention was to test this out on bento/beta, but per ade's
requiest I opted to do it quickly.
|
| |
|
| |
|
|
|
|
| |
Reminded by: kris
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
First, teapop fails to authentificate user if he logs in without
specifying his domain (pop_auth calls pop_string_find and tests its
result against being NULL, while NULL is returned only upon malloc()
failures. On empty domain logins pop_string_find returns empty
string). This makes APOP login method to always fail as teapop
erroneously interprets command APOP avn
d41d8cd98f00b204e9800998ecf8427e as an attempt of login for user
avn@d41d8cd98f00b204e9800998ecf8427e without supplying MD5 hash
value. Instead, return value should be tested against being empty
string, while positive test for NULL should cause pop3 server error
message to be printed.
Second, if configured with WITHOUT_APOP arguments to 'make install',
teapop incorrectly handles QUIT command while in authentification
state. It's because a part of switch statement became commented out
and there will be no branch for return value from
pop_wait_for_commands with command "QUIT" (it will return 3, not 4
when configured without APOP).
PR: 26181
Submitted by: Alexey V. Neyman <avn@any.ru>
|
| |
|
|
|
|
|
|
|
|
|
| |
A few notes I changed in Makefile:
- Remove USE_PERL5
- Add MAN1
PR: 26133
Submitted by: MAINTAINER
|
|
|
|
| |
Submitted by: Richard Lucas <rlucas@solidcomputing.com>
|
| |
|
| |
|
|
|
|
|
| |
sendmail_enable="YES" in rc.conf executes /usr/sbin/sendmail at
startup. But mysql-client.sh is not yet executed at that stage.
|
|
|
|
|
|
|
| |
though the only slave port to this is mail/pine4-ssl, which is
marked BROKEN.
Submitted by: kris
|
|
|
|
|
|
|
|
|
|
| |
about the operating system, the version of Pine, and the word
"PINE". As described in http://www.crimelabs.net/docs/passive.html
this information could be of use to someone with malicious
intentions.
PR: 26051 (duplicated as 26052)
Approved by: maintainer
|
|
|
|
|
| |
can argue about the rest later, let's get the thing fixed first. This is
a combination of my fix and Peter Pentchev's.
|
|
|
|
|
|
| |
Submitted by: Renaud Waldura <renaud+freebsd-bugs@waldura.org>
PR: ports/25967
Approved by: maintainer
|
|
|
|
| |
Approved by: MAINTAINER
|
|
|
|
| |
Submitted by: Raoul Schroeder <memphis_ms@gmx.net>
|
|
|
|
| |
No response from: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
PR: 25973
Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net> MAINTAINER
|
| |
|
|
|
|
|
| |
PR: 25957
Submitted by: MAINTAINER
|
|
|
|
|
| |
PR: 25951
Submitted by: maintainer
|