Thu Feb 1 08:47:20 2024 UTC (116d)
ruby-taglib: mark as BROKEN, needs changes for taglib 2

https://github.com/robinst/taglib-ruby/issues/127


(wiz)
diff -r1.13 -r1.14 pkgsrc/audio/ruby-taglib/Makefile

cvs diff -r1.13 -r1.14 pkgsrc/audio/ruby-taglib/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/ruby-taglib/Makefile 2024/01/28 13:24:34 1.13
+++ pkgsrc/audio/ruby-taglib/Makefile 2024/02/01 08:47:20 1.14
@@ -1,17 +1,20 @@ @@ -1,17 +1,20 @@
1# $NetBSD: Makefile,v 1.13 2024/01/28 13:24:34 wiz Exp $ 1# $NetBSD: Makefile,v 1.14 2024/02/01 08:47:20 wiz Exp $
2 2
3DISTNAME= taglib-ruby-1.1.3 3DISTNAME= taglib-ruby-1.1.3
4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//} 4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
5PKGREVISION= 1 5PKGREVISION= 1
6CATEGORIES= audio 6CATEGORIES= audio
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/robinst/taglib-ruby 9HOMEPAGE= https://github.com/robinst/taglib-ruby
10COMMENT= Ruby library for reading and writing meta-data of many audio formats 10COMMENT= Ruby library for reading and writing meta-data of many audio formats
11LICENSE= mit 11LICENSE= mit
12 12
13USE_LANGUAGES= c c++ 13USE_LANGUAGES= c c++
14 14
 15# https://github.com/robinst/taglib-ruby/issues/127
 16BROKEN= "Needs fixes for taglib 2."
 17
15.include "../../audio/taglib/buildlink3.mk" 18.include "../../audio/taglib/buildlink3.mk"
16.include "../../lang/ruby/gem.mk" 19.include "../../lang/ruby/gem.mk"
17.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"