summaryrefslogtreecommitdiff
path: root/fonts/fontconfig
diff options
context:
space:
mode:
authorrichard <richard@pkgsrc.org>2013-10-19 10:36:08 +0000
committerrichard <richard@pkgsrc.org>2013-10-19 10:36:08 +0000
commit74082e82f5610fff8e96e708faac0edbfffdd8e1 (patch)
tree51072042b3133a42e54e6a2acb9f95adc460b2da /fonts/fontconfig
parent9e27313b452bcf23916e9a89d556d4118b51c12e (diff)
downloadpkgsrc-74082e82f5610fff8e96e708faac0edbfffdd8e1.tar.gz
disable tests in fontconfig given problems on at least WIN32 and Solaris
Diffstat (limited to 'fonts/fontconfig')
-rw-r--r--fonts/fontconfig/distinfo3
-rw-r--r--fonts/fontconfig/patches/patch-test_Makefile.in18
2 files changed, 20 insertions, 1 deletions
diff --git a/fonts/fontconfig/distinfo b/fonts/fontconfig/distinfo
index 8bb8944853b..8791f9e6cef 100644
--- a/fonts/fontconfig/distinfo
+++ b/fonts/fontconfig/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.45 2013/10/19 09:29:37 wiz Exp $
+$NetBSD: distinfo,v 1.46 2013/10/19 10:36:08 richard Exp $
SHA1 (fontconfig-2.11.0.tar.bz2) = 969818b0326ac08241b11cbeaa4f203699f9b550
RMD160 (fontconfig-2.11.0.tar.bz2) = a77063d43caecc6090e6b942ae4fca08a2f1f62c
@@ -9,3 +9,4 @@ SHA1 (patch-ac) = 4a0b7b55aa4b5c106fd256c4ef81df2240224803
SHA1 (patch-af) = d351265c894738284215f0bb38d47cc1c8f28ec7
SHA1 (patch-ba) = 025148291320df10e4976ab1380b525f1ab0ee60
SHA1 (patch-src_fcstat.c) = 9cb2d9b656bcb79d33be84a053e928ecf957dfd7
+SHA1 (patch-test_Makefile.in) = 2414d523cea20d6d904b0a82c3747631a2357b0b
diff --git a/fonts/fontconfig/patches/patch-test_Makefile.in b/fonts/fontconfig/patches/patch-test_Makefile.in
new file mode 100644
index 00000000000..45ad76dd6aa
--- /dev/null
+++ b/fonts/fontconfig/patches/patch-test_Makefile.in
@@ -0,0 +1,18 @@
+$NetBSD: patch-test_Makefile.in,v 1.1 2013/10/19 10:36:08 richard Exp $
+
+disable tests, at least on WIN32 and SOLARIS as
+struct dirent has no member named d_type
+adapted from upstream patches in progress
+http://cgit.freedesktop.org/fontconfig/commit/?id=5406919c5e186f74ccdade1a65344ce7b5c56a64
+
+--- test/Makefile.in.orig 2013-10-11 04:28:47.000000000 +0000
++++ test/Makefile.in
+@@ -78,7 +78,7 @@ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+ build_triplet = @build@
+ host_triplet = @host@
+-check_PROGRAMS = test-migration$(EXEEXT) $(am__EXEEXT_1)
++check_PROGRAMS =
+ @HAVE_PTHREAD_TRUE@am__append_1 = test-pthread
+ subdir = test
+ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \