From owner-svn-ports-all@freebsd.org Tue Apr 24 15:29:35 2018 Return-Path: Delivered-To: svn-ports-all@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 CD08EFA91F0; Tue, 24 Apr 2018 15:29:35 +0000 (UTC) (envelope-from jbeich@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 A0CE07FAE8; Tue, 24 Apr 2018 15:29:35 +0000 (UTC) (envelope-from jbeich@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 97B8414ECB; Tue, 24 Apr 2018 15:29:35 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3OFTZVs077748; Tue, 24 Apr 2018 15:29:35 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3OFTZuK077746; Tue, 24 Apr 2018 15:29:35 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201804241529.w3OFTZuK077746@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 24 Apr 2018 15:29:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468217 - head/audio/pianobar X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/audio/pianobar X-SVN-Commit-Revision: 468217 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Apr 2018 15:29:36 -0000 Author: jbeich Date: Tue Apr 24 15:29:35 2018 New Revision: 468217 URL: https://svnweb.freebsd.org/changeset/ports/468217 Log: audio/pianobar: unbreak with ffmpeg 4.0 In file included from src/main.c:53: In file included from src/main.h:30: src/player.h:37:10: fatal error: 'libavfilter/avfiltergraph.h' file not found #include ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ PR: 227726 Obtained from: upstream (via Homebrew) Modified: head/audio/pianobar/Makefile (contents, props changed) head/audio/pianobar/distinfo (contents, props changed) Modified: head/audio/pianobar/Makefile ============================================================================== --- head/audio/pianobar/Makefile Tue Apr 24 14:49:54 2018 (r468216) +++ head/audio/pianobar/Makefile Tue Apr 24 15:29:35 2018 (r468217) @@ -6,6 +6,9 @@ PORTVERSION= 2017.08.30 CATEGORIES= audio MASTER_SITES= https://6xq.net/${PORTNAME}/ +PATCH_SITES= https://github.com/PromyLOPh/${PORTNAME}/commit/ +PATCHFILES= 38b16f9957a7.patch:-p1 + MAINTAINER= jhixson@gmail.com COMMENT= Command-line Pandora online radio player Modified: head/audio/pianobar/distinfo ============================================================================== --- head/audio/pianobar/distinfo Tue Apr 24 14:49:54 2018 (r468216) +++ head/audio/pianobar/distinfo Tue Apr 24 15:29:35 2018 (r468217) @@ -1,3 +1,5 @@ TIMESTAMP = 1504104262 SHA256 (pianobar-2017.08.30.tar.bz2) = ec14db6cf1a7dbc1d8190b5ca0d256021e970587bcdaeb23904d4bca71a04674 SIZE (pianobar-2017.08.30.tar.bz2) = 46664 +SHA256 (38b16f9957a7.patch) = cc90b0f0cd7b02a1a5470af2cb60e5dc6f45bcbc2302faba6502f2f6c9e73bf0 +SIZE (38b16f9957a7.patch) = 1040