aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2018-02-16 17:52:50 +0000
committerBernard Spil <brnrd@FreeBSD.org>2018-02-16 17:52:50 +0000
commit7a678b4918052a42c89b9f8699819abb39d58544 (patch)
tree94ac9d5e64301b767c5660fd3292d23bb4b31957 /audio
parent88783c11cd6629921a8e91238f076646a9154e65 (diff)
downloadports-7a678b4918052a42c89b9f8699819abb39d58544.tar.gz
ports-7a678b4918052a42c89b9f8699819abb39d58544.zip
BROKEN_SSL: Add REASON for breakage
Reported by: matwq
Notes
Notes: svn path=/head/; revision=462050
Diffstat (limited to 'audio')
-rw-r--r--audio/libshout/Makefile1
-rw-r--r--audio/raop_play/Makefile1
-rw-r--r--audio/umurmur/Makefile1
3 files changed, 3 insertions, 0 deletions
diff --git a/audio/libshout/Makefile b/audio/libshout/Makefile
index cd5ba3d3f394..47458f1008ee 100644
--- a/audio/libshout/Makefile
+++ b/audio/libshout/Makefile
@@ -14,6 +14,7 @@ LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_SSL= openssl-devel
+BROKEN_SSL_REASON_openssl-devel= undefined reference to `SSLeay_add_all_algorithms'
LIB_DEPENDS= libogg.so:audio/libogg \
libvorbis.so:audio/libvorbis
diff --git a/audio/raop_play/Makefile b/audio/raop_play/Makefile
index d775f4a99f93..a5d3757db21c 100644
--- a/audio/raop_play/Makefile
+++ b/audio/raop_play/Makefile
@@ -14,6 +14,7 @@ LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_SSL= openssl-devel
+BROKEN_SSL_REASON_openssl-devel= bin/raop_play:No such file or directory
LIB_DEPENDS= libsamplerate.so:audio/libsamplerate \
libfltk.so:x11-toolkits/fltk \
diff --git a/audio/umurmur/Makefile b/audio/umurmur/Makefile
index bf5be5e0107c..325eea414ffe 100644
--- a/audio/umurmur/Makefile
+++ b/audio/umurmur/Makefile
@@ -17,6 +17,7 @@ LIB_DEPENDS= libconfig.so:devel/libconfig \
BROKEN_aarch64= fails to compile: fatal error: byteswap.h file not found
BROKEN_armv6= fails to compile: fatal error: byteswap.h file not found
BROKEN_SSL= openssl-devel
+BROKEN_SSL_REASON_openssl-devel= configure: error: could not find libcrypto
USE_GITHUB= yes