svn commit: r462010 - in head/audio: libshout raop_play umurmur
Bernard Spil
brnrd at FreeBSD.org
Fri Feb 16 13:37:10 UTC 2018
Author: brnrd
Date: Fri Feb 16 13:37:09 2018
New Revision: 462010
URL: https://svnweb.freebsd.org/changeset/ports/462010
Log:
security/openssl-devel: Breaks ports category audio
- Add missing ssl dependency to raop_play
Modified:
head/audio/libshout/Makefile
head/audio/raop_play/Makefile
head/audio/umurmur/Makefile
Modified: head/audio/libshout/Makefile
==============================================================================
--- head/audio/libshout/Makefile Fri Feb 16 12:59:48 2018 (r462009)
+++ head/audio/libshout/Makefile Fri Feb 16 13:37:09 2018 (r462010)
@@ -13,6 +13,8 @@ COMMENT= Connect and transmit data to an Icecast media
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_SSL= openssl-devel
+
LIB_DEPENDS= libogg.so:audio/libogg \
libvorbis.so:audio/libvorbis
Modified: head/audio/raop_play/Makefile
==============================================================================
--- head/audio/raop_play/Makefile Fri Feb 16 12:59:48 2018 (r462009)
+++ head/audio/raop_play/Makefile Fri Feb 16 13:37:09 2018 (r462010)
@@ -13,6 +13,8 @@ COMMENT= Music file player for Apple Airport Express
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_SSL= openssl-devel
+
LIB_DEPENDS= libsamplerate.so:audio/libsamplerate \
libfltk.so:x11-toolkits/fltk \
libid3tag.so:audio/libid3tag
@@ -24,7 +26,7 @@ RUN_DEPENDS= mpg321:audio/mpg321 \
GNU_CONFIGURE= yes
CFLAGS+= -D_WITH_GETLINE
LDFLAGS+= `fltk-config --ldflags`
-USES= gmake
+USES= gmake ssl
USE_GNOME= glib20
post-patch:
Modified: head/audio/umurmur/Makefile
==============================================================================
--- head/audio/umurmur/Makefile Fri Feb 16 12:59:48 2018 (r462009)
+++ head/audio/umurmur/Makefile Fri Feb 16 13:37:09 2018 (r462010)
@@ -16,6 +16,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
USE_GITHUB= yes
More information about the svn-ports-all
mailing list