Index: head/audio/libshout/Makefile =================================================================== --- head/audio/libshout/Makefile (revision 462009) +++ head/audio/libshout/Makefile (revision 462010) @@ -1,41 +1,43 @@ # Created by: Zach Zurflu # $FreeBSD$ PORTNAME= libshout PORTVERSION= 2.4.1 CATEGORIES= audio net MASTER_SITES= http://downloads.xiph.org/releases/${PORTNAME}/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Connect and transmit data to an Icecast media streaming server LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_SSL= openssl-devel + LIB_DEPENDS= libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis OPTIONS_DEFINE= DOCS SPEEX THEORA OPTIONS_DEFAULT=SPEEX THEORA GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes USES= gmake libtool pathfix pkgconfig ssl PORTDOCS= * SPEEX_CONFIGURE_ENABLE= speex SPEEX_LIB_DEPENDS= libspeex.so:audio/speex THEORA_CONFIGURE_ENABLE=theora THEORA_LIB_DEPENDS= libtheora.so:multimedia/libtheora post-patch: @${REINPLACE_CMD} -e '/^DATA = / s| $$(ckport_DATA)||; /^install-data-am:/ s| install-ckportDATA||' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|-ffast-math||g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|^Requires: |Requires.private: |' ${WRKSRC}/shout.pc.in @${REINPLACE_CMD} -e '/^AM_CPPFLAGS = / s|^\(.*\) \(@XIPH_CPPFLAGS@\) \(.*\)$$|\1 \3 \2|' ${WRKSRC}/examples/Makefile.in @${REINPLACE_CMD} -e 's|#ifdef IPV6_V6ONLY|#if defined(__BSD_VISIBLE) \&\& defined(IPV6_V6ONLY)|' ${WRKSRC}/src/common/net/sock.c .include Index: head/audio/raop_play/Makefile =================================================================== --- head/audio/raop_play/Makefile (revision 462009) +++ head/audio/raop_play/Makefile (revision 462010) @@ -1,34 +1,36 @@ # Created by: sumikawa # $FreeBSD$ PORTNAME= raop_play PORTVERSION= 0.5.1 PORTREVISION= 10 CATEGORIES= audio MASTER_SITES= SF/raop-play/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org 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 RUN_DEPENDS= mpg321:audio/mpg321 \ ogg123:audio/vorbis-tools \ faad:audio/faad \ flac:audio/flac GNU_CONFIGURE= yes CFLAGS+= -D_WITH_GETLINE LDFLAGS+= `fltk-config --ldflags` -USES= gmake +USES= gmake ssl USE_GNOME= glib20 post-patch: @${REINPLACE_CMD} 's/-lssl/-lcrypto/' \ ${WRKSRC}/configure ${WRKSRC}/raop_play/Makefile.in .include Index: head/audio/umurmur/Makefile =================================================================== --- head/audio/umurmur/Makefile (revision 462009) +++ head/audio/umurmur/Makefile (revision 462010) @@ -1,41 +1,42 @@ # Created by: Ayumi Mitsui # $FreeBSD$ PORTNAME= umurmur PORTVERSION= 0.2.16 CATEGORIES= audio net MAINTAINER= ayu@commun.jp COMMENT= Minimalistic Murmur (Mumble server) LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libconfig.so:devel/libconfig \ libprotobuf-c.so:devel/protobuf-c 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 USES= autoreconf gmake libtool ssl GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ssl=openssl USE_RC_SUBR= umurmur CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/configure.ac @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/conf.c @${REINPLACE_CMD} \ -e 's|/etc/|${PREFIX}/etc/|g' ${WRKSRC}/umurmur.conf.example post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/umurmur ${INSTALL_DATA} ${WRKSRC}/umurmur.conf.example ${STAGEDIR}${PREFIX}/etc/umurmur/umurmur.conf.sample .include