diff options
-rw-r--r-- | www/cacheboy/Makefile | 2 | ||||
-rw-r--r-- | www/cacheboy/files/patch-libiapp-iapp_ssl.h | 19 | ||||
-rw-r--r-- | www/cacheboy15-devel/Makefile | 2 | ||||
-rw-r--r-- | www/cacheboy15-devel/files/patch-libiapp-iapp_ssl.h | 19 | ||||
-rw-r--r-- | www/cacheboy16/Makefile | 2 | ||||
-rw-r--r-- | www/cacheboy16/files/patch-libiapp-iapp_ssl.h | 19 |
6 files changed, 60 insertions, 3 deletions
diff --git a/www/cacheboy/Makefile b/www/cacheboy/Makefile index f9adc9def42a..aa7c68e2769d 100644 --- a/www/cacheboy/Makefile +++ b/www/cacheboy/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/cacheboy/files/patch-libiapp-iapp_ssl.h b/www/cacheboy/files/patch-libiapp-iapp_ssl.h new file mode 100644 index 000000000000..b3c910dae24d --- /dev/null +++ b/www/cacheboy/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 diff --git a/www/cacheboy15-devel/Makefile b/www/cacheboy15-devel/Makefile index f9adc9def42a..aa7c68e2769d 100644 --- a/www/cacheboy15-devel/Makefile +++ b/www/cacheboy15-devel/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/cacheboy15-devel/files/patch-libiapp-iapp_ssl.h b/www/cacheboy15-devel/files/patch-libiapp-iapp_ssl.h new file mode 100644 index 000000000000..b3c910dae24d --- /dev/null +++ b/www/cacheboy15-devel/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 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 |