pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ardour: Disable portability checks due to unsupported file names
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Fri Dec 4 03:03:14 2015 +0100
Changeset: 7619dcfbaf487a411c023de953b7319dca2e0ce8
Modified Files:
ardour/Makefile
Log Message:
ardour: Disable portability checks due to unsupported file names
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7619dcfbaf487a411c023de953b7319dca2e0ce8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ardour/Makefile | 3 +++
1 file changed, 3 insertions(+)
diffs:
diff --git a/ardour/Makefile b/ardour/Makefile
index 51f23f5..e7eb08e 100644
--- a/ardour/Makefile
+++ b/ardour/Makefile
@@ -18,4 +18,7 @@ PKGCONFIG_OVERRIDE+= libs/gtkmm2ext/libgtkmm2ext.pc.in
PKGCONFIG_OVERRIDE+= libs/midi++2/libmidi++.pc.in
PKGCONFIG_OVERRIDE+= libs/pbd/libpbd.pc.in
+# As of NetBSD-7.99.21 pkgsrc's checks cannot open file with rare unicode characters
+CHECK_PORTABILITY_SKIP+= libs/pbd/test/i18n_test/*.tst
+
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index