View | Details | Raw Unified | Return to bug 201933
Collapse All | Expand All

(-)fontconfig/Makefile (-1 / +1 lines)
Lines 4-10 Link Here
4
4
5
PORTNAME=	fontconfig
5
PORTNAME=	fontconfig
6
PORTVERSION=	2.11.1
6
PORTVERSION=	2.11.1
7
PORTREVISION?=	0
7
PORTREVISION?=	1
8
PORTEPOCH?=	1
8
PORTEPOCH?=	1
9
CATEGORIES=	x11-fonts
9
CATEGORIES=	x11-fonts
10
MASTER_SITES=	http://www.freedesktop.org/software/fontconfig/release/
10
MASTER_SITES=	http://www.freedesktop.org/software/fontconfig/release/
(-)fontconfig/files/patch-conf.d_30-metric-aliases.conf (+37 lines)
Line 0 Link Here
1
--- conf.d/30-metric-aliases.conf.orig	2015-07-23 12:54:22.720084000 +0900
2
+++ conf.d/30-metric-aliases.conf	2015-07-23 12:55:47.806338000 +0900
3
@@ -327,12 +327,17 @@
4
 	  </default>
5
 	</alias>
6
 
7
+<!--
8
+  Disable SymbolNeu because of encoding issue: 
9
+  https://bugzilla.redhat.com/show_bug.cgi?id=923346
10
+
11
 	<alias binding="same">
12
 	  <family>SymbolNeu</family>
13
 	  <default>
14
 	  <family>Symbol</family>
15
 	  </default>
16
   </alias>
17
+-->
18
 
19
 <!-- Accept the other group as fallback -->
20
 
21
@@ -536,11 +541,16 @@
22
 	  </accept>
23
   </alias>
24
 
25
+<!--
26
+  Disable SymbolNeu because of encoding issue: 
27
+  https://bugzilla.redhat.com/show_bug.cgi?id=923346
28
+
29
 	<alias binding="same">
30
 	  <family>Symbol</family>
31
 	  <accept>
32
 	    <family>SymbolNeu</family>
33
 	  </accept>
34
   </alias>
35
+-->
36
 
37
 </fontconfig>

Return to bug 201933