diff options
author | Simon Barner <barner@FreeBSD.org> | 2005-12-10 16:09:13 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2005-12-10 16:09:13 +0000 |
commit | d55a49e9d58b40b3d686fb8203e01a9bee238d84 (patch) | |
tree | da59cde63931541bea7259f5919d7afd9d042d73 /mail/fetchmail/files/patch-configure | |
parent | - Update to 2.0.14 (bugfix release) (diff) |
- Use USE_OPENSSL [1]
- Remove obsolete --enable-inet6 configure argument [1]
- Don't try to enable Kerberos IV and V at the same time [1]
- Add WITH_NTLM knob. Inform port user about other knobs
(WITH_X11, WITHOUT_NLS) [1]
- Correct man page patch [1]
- Fix default OpenSSL certificate path [1] [2]
- Fix plist [1] [3]
- Bump PORTREVISON
Submitted by: Matthias Andree <matthias.andree@gmx.de> [1]
Reported by: Dieter Rauschenberger <dr@d-ra.de> [2]
PR: ports/90084 [2]
Reported by: kris via pointyhat [3]
Notes
Notes:
svn path=/head/; revision=150802
Diffstat (limited to 'mail/fetchmail/files/patch-configure')
-rw-r--r-- | mail/fetchmail/files/patch-configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/fetchmail/files/patch-configure b/mail/fetchmail/files/patch-configure deleted file mode 100644 index 8ff0ae95dd59..000000000000 --- a/mail/fetchmail/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Mon Sep 26 00:29:14 2005 -+++ configure Mon Sep 26 08:59:07 2005 -@@ -12374,7 +12374,7 @@ - { (exit 1); exit 1; }; } - fi - LDEFLAGS="$LDEFLAGS -L$with_ssl/lib" -- LIBS="$LIBS -lssl -lcrypto" -+ LIBS="$LIBS -lssl -lcrypto $RSAGLUE" - echo "$as_me:$LINENO: checking for additional library dependencies of SSL" >&5 - echo $ECHO_N "checking for additional library dependencies of SSL... $ECHO_C" >&6 - found=0 |