Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Sep 2020 05:26:03 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550238 - head/audio/opustags
Message-ID:  <202009270526.08R5Q339014854@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Sep 27 05:26:02 2020
New Revision: 550238
URL: https://svnweb.freebsd.org/changeset/ports/550238

Log:
  audio/opustag: Fix build on 11
  
  Reported by:	fallout

Modified:
  head/audio/opustags/Makefile
  head/audio/opustags/distinfo

Modified: head/audio/opustags/Makefile
==============================================================================
--- head/audio/opustags/Makefile	Sun Sep 27 04:57:44 2020	(r550237)
+++ head/audio/opustags/Makefile	Sun Sep 27 05:26:02 2020	(r550238)
@@ -4,6 +4,9 @@ PORTNAME=	opustags
 DISTVERSION=	1.3.0
 CATEGORIES=	audio
 
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+=	0e9c4e2f9d891f738ac2b3bd97a096bfec642ddd.patch:-p1 # Fix the build failure on 11: Define _GNU_SOURCE for BSD compability https://github.com/fmang/opustags/pull/32
+
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	View and edit Ogg Opus comments
 

Modified: head/audio/opustags/distinfo
==============================================================================
--- head/audio/opustags/distinfo	Sun Sep 27 04:57:44 2020	(r550237)
+++ head/audio/opustags/distinfo	Sun Sep 27 05:26:02 2020	(r550238)
@@ -1,3 +1,5 @@
-TIMESTAMP = 1595471933
+TIMESTAMP = 1601183955
 SHA256 (fmang-opustags-1.3.0_GH0.tar.gz) = b55290bdcd67e4da6f17bd30b4956d3efa363b88f25ee12e026e9cb05e2ec70d
 SIZE (fmang-opustags-1.3.0_GH0.tar.gz) = 28304
+SHA256 (0e9c4e2f9d891f738ac2b3bd97a096bfec642ddd.patch) = 2360b49655175b661a33fcbc90da643dbf9e281a41c9f92ef9785dff04d5bcf4
+SIZE (0e9c4e2f9d891f738ac2b3bd97a096bfec642ddd.patch) = 870



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