Date: Fri, 16 Feb 2018 13:37:09 +0000 (UTC) From: Bernard Spil <brnrd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462010 - in head/audio: libshout raop_play umurmur Message-ID: <201802161337.w1GDb96m097460@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802161337.w1GDb96m097460>