From owner-svn-ports-all@freebsd.org Mon Sep 23 19:19:19 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 089F6FCF33; Mon, 23 Sep 2019 19:19:19 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46cYzB6Rb1z4PFL; Mon, 23 Sep 2019 19:19:18 +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 BD75F1B727; Mon, 23 Sep 2019 19:19:18 +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 x8NJJIiJ024942; Mon, 23 Sep 2019 19:19:18 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8NJJIKl024941; Mon, 23 Sep 2019 19:19:18 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201909231919.x8NJJIKl024941@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 23 Sep 2019 19:19:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512667 - head/multimedia/mythtv X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/multimedia/mythtv X-SVN-Commit-Revision: 512667 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.29 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: Mon, 23 Sep 2019 19:19:19 -0000 Author: jbeich Date: Mon Sep 23 19:19:18 2019 New Revision: 512667 URL: https://svnweb.freebsd.org/changeset/ports/512667 Log: multimedia/mythtv: unbreak with clang 9 ld: error: ../libmythfreesurround/libmythfreesurround-30.a(el_processor.o): unable to find library from dependent library specifier: libfftw3f-3.lib Reported by: antoine (via bug 240629 exp-run) Regressed by: https://reviews.llvm.org/rL360984 Modified: head/multimedia/mythtv/Makefile (contents, props changed) head/multimedia/mythtv/distinfo (contents, props changed) Modified: head/multimedia/mythtv/Makefile ============================================================================== --- head/multimedia/mythtv/Makefile Mon Sep 23 19:04:17 2019 (r512666) +++ head/multimedia/mythtv/Makefile Mon Sep 23 19:19:18 2019 (r512667) @@ -8,6 +8,9 @@ PORTREVISION?= 4 PORTEPOCH= 1 CATEGORIES= multimedia +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= aab7d3f065a7.patch:-p2 + MAINTAINER?= ports@FreeBSD.org COMMENT?= MythTV is a homebrew PVR project Modified: head/multimedia/mythtv/distinfo ============================================================================== --- head/multimedia/mythtv/distinfo Mon Sep 23 19:04:17 2019 (r512666) +++ head/multimedia/mythtv/distinfo Mon Sep 23 19:19:18 2019 (r512667) @@ -1,3 +1,5 @@ TIMESTAMP = 1548724555 SHA256 (MythTV-mythtv-v30.0_GH0.tar.gz) = 7f7ae9b8927659616f181afc12d7ddc26b0a4b0d13982e2586985f4770640b43 SIZE (MythTV-mythtv-v30.0_GH0.tar.gz) = 101169041 +SHA256 (aab7d3f065a7.patch) = b6ba39d0d29cdbe5feb6173fbde124b68e94826eb919b74702891286040f718d +SIZE (aab7d3f065a7.patch) = 917