Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Sep 2019 19:19:18 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512667 - head/multimedia/mythtv
Message-ID:  <201909231919.x8NJJIKl024941@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909231919.x8NJJIKl024941>