aboutsummaryrefslogtreecommitdiff
path: root/www/cacheboy16
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2008-06-30 22:13:16 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2008-06-30 22:13:16 +0000
commitfbebf2897b6a908e263bb960ad53d9b0a5f2d9e0 (patch)
treed4e81427f2a63eb0dd08e2611edfa05db3d57ed8 /www/cacheboy16
parent707a32d3067087e5d781dbed073af4f9e83f33dd (diff)
downloadports-fbebf2897b6a908e263bb960ad53d9b0a5f2d9e0.tar.gz
ports-fbebf2897b6a908e263bb960ad53d9b0a5f2d9e0.zip
Notes
Diffstat (limited to 'www/cacheboy16')
-rw-r--r--www/cacheboy16/Makefile2
-rw-r--r--www/cacheboy16/files/patch-libiapp-iapp_ssl.h19
2 files changed, 20 insertions, 1 deletions
diff --git a/www/cacheboy16/Makefile b/www/cacheboy16/Makefile
index f9adc9def42a..aa7c68e2769d 100644
--- a/www/cacheboy16/Makefile
+++ b/www/cacheboy16/Makefile
@@ -76,7 +76,7 @@
PORTNAME= cacheboy
DISTVERSION= 1.3.3
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DISTNAME= CACHEBOY_1.3.3
diff --git a/www/cacheboy16/files/patch-libiapp-iapp_ssl.h b/www/cacheboy16/files/patch-libiapp-iapp_ssl.h
new file mode 100644
index 000000000000..b3c910dae24d
--- /dev/null
+++ b/www/cacheboy16/files/patch-libiapp-iapp_ssl.h
@@ -0,0 +1,19 @@
+--- libiapp/iapp_ssl.h (revision 12992)
++++ libiapp/iapp_ssl.h (working copy)
+@@ -3,6 +3,9 @@
+
+ #include "../include/config.h"
+
++/* Don't include these if we are -not- building with SSL support */
++
++#if USE_SSL
+ #if HAVE_OPENSSL_SSL_H
+ #include <openssl/ssl.h>
+ #endif
+@@ -12,5 +15,6 @@
+ #if HAVE_OPENSSL_ENGINE_H
+ #include <openssl/engine.h>
+ #endif
++#endif /* USE_SSL */
+
+ #endif