pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/ruby-taglib



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Feb  1 08:47:20 UTC 2024

Modified Files:
        pkgsrc/audio/ruby-taglib: Makefile

Log Message:
ruby-taglib: mark as BROKEN, needs changes for taglib 2

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


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/audio/ruby-taglib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/ruby-taglib/Makefile
diff -u pkgsrc/audio/ruby-taglib/Makefile:1.13 pkgsrc/audio/ruby-taglib/Makefile:1.14
--- pkgsrc/audio/ruby-taglib/Makefile:1.13      Sun Jan 28 13:24:34 2024
+++ pkgsrc/audio/ruby-taglib/Makefile   Thu Feb  1 08:47:20 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2024/01/28 13:24:34 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2024/02/01 08:47:20 wiz Exp $
 
 DISTNAME=      taglib-ruby-1.1.3
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
@@ -12,6 +12,9 @@ LICENSE=      mit
 
 USE_LANGUAGES= c c++
 
+# https://github.com/robinst/taglib-ruby/issues/127
+BROKEN=                "Needs fixes for taglib 2."
+
 .include "../../audio/taglib/buildlink3.mk"
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index