diff options
author | pav <pav@FreeBSD.org> | 2004-10-28 23:23:34 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-10-28 23:23:34 +0800 |
commit | 8a1c8e62b7de6db94975f067967f37066267f320 (patch) | |
tree | 2f6d297e8dde8027099c48f3ae51211761e8ce80 /www/dillo/files | |
parent | 9df65280e8b8b1d04abb2657db6f0ac7113c2a19 (diff) | |
download | freebsd-ports-gnome-8a1c8e62b7de6db94975f067967f37066267f320.tar.gz freebsd-ports-gnome-8a1c8e62b7de6db94975f067967f37066267f320.tar.zst freebsd-ports-gnome-8a1c8e62b7de6db94975f067967f37066267f320.zip |
- Update to 0.8.3
PR: ports/73242
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Diffstat (limited to 'www/dillo/files')
-rw-r--r-- | www/dillo/files/patch-dpi-https.c | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/www/dillo/files/patch-dpi-https.c b/www/dillo/files/patch-dpi-https.c new file mode 100644 index 000000000000..b3e4173cd8c2 --- /dev/null +++ b/www/dillo/files/patch-dpi-https.c @@ -0,0 +1,26 @@ +--- dpi/https.c.orig Sun Oct 3 17:16:15 2004 ++++ dpi/https.c Sun Oct 3 17:17:47 2004 +@@ -53,7 +53,6 @@ + #include <glib.h> + #include "dpiutil.h" + +-#undef ENABLE_SSL + #ifdef ENABLE_SSL + + #include <openssl/ssl.h> +@@ -605,13 +616,8 @@ static void no_ssl_support(void) + "<b>}</b>\n\n" + " <b>*** Dillo's prototype plugin for https support" + " is disabled now ***</b>\n\n" +- " If you want to test this <b>alpha</b> support code, just remove\n" +- " line 56 from https.c, recompile and reinstall.\n\n" +- " (beware that this https support is very limited now)\n\n" +- " To use https and SSL, you must have \n" +- " the OpenSSL development libraries installed. Check your\n" +- " O/S distribution provider, or check out\n" +- " <a href=\"http://www.openssl.org\">www.openssl.org</a>\n\n" ++ " If you want to test this <b>alpha</b> support code, define\n" ++ " WITH_DILLO_SSL in your make environment and rebuild the port.\n\n" + " --\n" + "</pre></body></html>\n", + http_query |