From owner-svn-ports-head@freebsd.org Fri Feb 16 13:37:10 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A57CF145A4; Fri, 16 Feb 2018 13:37:10 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1C79C79B53; Fri, 16 Feb 2018 13:37:10 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 175896596; Fri, 16 Feb 2018 13:37:10 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1GDb9pp097463; Fri, 16 Feb 2018 13:37:09 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1GDb96m097460; Fri, 16 Feb 2018 13:37:09 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201802161337.w1GDb96m097460@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Fri, 16 Feb 2018 13:37:09 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: in head/audio: libshout raop_play umurmur X-SVN-Commit-Revision: 462010 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Feb 2018 13:37:10 -0000 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