aboutsummaryrefslogtreecommitdiff
path: root/audio/opustags
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-09-27 05:26:02 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-09-27 05:26:02 +0000
commit644157621a5e19620e87a53ec9288c588ccc5f20 (patch)
treec7badc361ea2d18f2344640d63591ae50991234d /audio/opustags
parent655b66b2e484ecd5ef4d6e09e62611878888f651 (diff)
downloadports-644157621a5e19620e87a53ec9288c588ccc5f20.tar.gz
ports-644157621a5e19620e87a53ec9288c588ccc5f20.zip
audio/opustag: Fix build on 11
Reported by: fallout
Notes
Notes: svn path=/head/; revision=550238
Diffstat (limited to 'audio/opustags')
-rw-r--r--audio/opustags/Makefile3
-rw-r--r--audio/opustags/distinfo4
2 files changed, 6 insertions, 1 deletions
diff --git a/audio/opustags/Makefile b/audio/opustags/Makefile
index 730297881b39..51fca3a518ed 100644
--- a/audio/opustags/Makefile
+++ b/audio/opustags/Makefile
@@ -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
diff --git a/audio/opustags/distinfo b/audio/opustags/distinfo
index 1f411536243c..4deab70ed104 100644
--- a/audio/opustags/distinfo
+++ b/audio/opustags/distinfo
@@ -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