View | Details | Raw Unified | Return to bug 211570 | Differences between
and this patch

Collapse All | Expand All

(-)fontconfig/Makefile (-11 / +22 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/x11-fonts/fontconfig/Makefile 419065 2016-07-25 21:10:11Z jbeich $
2
# $FreeBSD: head/x11-fonts/fontconfig/Makefile 419065 2016-07-25 21:10:11Z jbeich $
3
3
4
PORTNAME=	fontconfig
4
PORTNAME=	fontconfig
5
PORTVERSION=	2.11.1
5
PORTVERSION=	2.12.1
6
PORTREVISION?=	3
6
PORTREVISION?=	0
7
PORTEPOCH?=	1
7
PORTEPOCH?=	1
8
CATEGORIES=	x11-fonts
8
CATEGORIES=	x11-fonts
9
MASTER_SITES=	http://www.freedesktop.org/software/fontconfig/release/
9
MASTER_SITES=	http://www.freedesktop.org/software/fontconfig/release/
Lines 11-21 Link Here
11
MAINTAINER=	gnome@FreeBSD.org
11
MAINTAINER=	gnome@FreeBSD.org
12
COMMENT=	XML-based font configuration API for X Windows
12
COMMENT=	XML-based font configuration API for X Windows
13
13
14
LICENSE=	MIT
15
LICENSE_FILE=	${WRKSRC}/COPYING
16
14
USES=		tar:bzip2
17
USES=		tar:bzip2
15
18
16
.if !defined(REFERENCE_PORT)
19
.if !defined(REFERENCE_PORT)
17
20
18
LIB_DEPENDS=	libfreetype.so:print/freetype2 \
21
LIB_DEPENDS+=	libfreetype.so:print/freetype2 \
19
		libexpat.so:textproc/expat2
22
		libexpat.so:textproc/expat2
20
23
21
USES+=		gmake libtool pathfix pkgconfig
24
USES+=		gmake libtool pathfix pkgconfig
Lines 26-31 Link Here
26
		--with-xmldir=${PREFIX}/etc/fonts \
29
		--with-xmldir=${PREFIX}/etc/fonts \
27
		--with-expat-includes=${LOCALBASE}/include \
30
		--with-expat-includes=${LOCALBASE}/include \
28
		--with-expat-lib=${LOCALBASE}/lib \
31
		--with-expat-lib=${LOCALBASE}/lib \
32
		--with-default-hinting=${PREFERRED_HINTING} \
29
		--with-default-fonts=${PREFIX}/share/fonts \
33
		--with-default-fonts=${PREFIX}/share/fonts \
30
		--with-add-fonts=${LOCALBASE}/lib/X11/fonts \
34
		--with-add-fonts=${LOCALBASE}/lib/X11/fonts \
31
		--with-cache-dir=/var/db/fontconfig \
35
		--with-cache-dir=/var/db/fontconfig \
Lines 34-58 Link Here
34
38
35
# D6155: static linked library linking added to support statically linked
39
# D6155: static linked library linking added to support statically linked
36
# 	 applications, e.g. x11/xforward static option
40
# 	 applications, e.g. x11/xforward static option
37
CONFIGURE_ARGS+= --enable-static
41
CONFIGURE_ARGS+=	--enable-static
42
# Python is not required, because fc-blanks.h is available in distfile
43
CONFIGURE_ENV=	PYTHON=":"
38
44
39
MAKE_ENV=	LC_ALL=C
45
MAKE_ENV=	LC_ALL=C
40
PKGINSTALL=	${WRKDIR}/pkg-install
46
PKGINSTALL=	${WRKDIR}/pkg-install
41
INSTALL_TARGET=install-strip
47
INSTALL_TARGET=install-strip
42
48
43
MAN1PAGES=	fc-cache.1 fc-cat.1 fc-list.1 fc-match.1 fc-query.1 fc-scan.1
49
PLIST_SUB=	PREFERRED_HINTING=${PREFERRED_HINTING}
44
MAN5PAGES=	fonts-conf.5
45
PORTDOCS=	fontconfig-user.html fontconfig-user.pdf fontconfig-user.txt
50
PORTDOCS=	fontconfig-user.html fontconfig-user.pdf fontconfig-user.txt
46
51
47
OPTIONS_DEFINE=	DOCS
52
OPTIONS_DEFINE=	DOCS
53
OPTIONS_SINGLE=	HINTING
54
HINTING_DESC=	Preferred hinting configuration
55
.for opt in NONE SLIGHT MEDIUM FULL
56
OPTIONS_SINGLE_HINTING+=	HINTING_${opt}
57
HINTING_${opt}_DESC=	${opt:tl}
58
HINTING_${opt}_VARS=	PREFERRED_HINTING=${opt:tl}
59
.endfor
60
OPTIONS_DEFAULT=	HINTING_SLIGHT
48
61
49
post-install:
62
post-install:
50
	${INSTALL_MAN} ${MAN5PAGES:S|^|${WRKSRC}/doc/|} \
63
	${INSTALL_MAN} ${WRKSRC}/fc-*/*.1 \
51
		${STAGEDIR}${PREFIX}/man/man5
52
.for manpage in ${MAN1PAGES}
53
	${INSTALL_MAN} ${FILESDIR}/${manpage} \
54
		${STAGEDIR}${PREFIX}/man/man1
64
		${STAGEDIR}${PREFIX}/man/man1
55
.endfor
65
	${INSTALL_MAN} ${WRKSRC}/doc/*.5 \
66
		${STAGEDIR}${PREFIX}/man/man5
56
	${INSTALL_DATA} ${WRKSRC}/fonts.conf \
67
	${INSTALL_DATA} ${WRKSRC}/fonts.conf \
57
		${STAGEDIR}${PREFIX}/etc/fonts/fonts.conf.sample
68
		${STAGEDIR}${PREFIX}/etc/fonts/fonts.conf.sample
58
	@${SED} -e 's|%%PREFIX%%|${PREFIX}| ; \
69
	@${SED} -e 's|%%PREFIX%%|${PREFIX}| ; \
(-)fontconfig/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (fontconfig-2.11.1.tar.bz2) = dc62447533bca844463a3c3fd4083b57c90f18a70506e7a9f4936b5a1e516a99
1
TIMESTAMP = 1470376167
2
SIZE (fontconfig-2.11.1.tar.bz2) = 1516095
2
SHA256 (fontconfig-2.12.1.tar.bz2) = b449a3e10c47e1d1c7a6ec6e2016cca73d3bd68fbbd4f0ae5cc6b573f7d6c7f3
3
SIZE (fontconfig-2.12.1.tar.bz2) = 1608901
(-)fontconfig/files/fc-cache.1 (-75 lines)
Lines 1-75 Link Here
1
.\" This manpage has been automatically generated by docbook2man 
2
.\" from a DocBook document.  This tool can be found at:
3
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> 
4
.\" Please send any bug reports, improvements, comments, patches, 
5
.\" etc. to Steve Cheng <steve@ggi-project.org>.
6
.TH "FC-CACHE" "1" "05 May 2008" "" ""
7
8
.SH NAME
9
fc-cache \- build font information cache files
10
.SH SYNOPSIS
11
12
\fBfc-cache\fR [ \fB-fsvV?\fR ] [ \fB--force\fR ] [ \fB--system-only\fR ] [ \fB--verbose\fR ] [ \fB--version\fR ] [ \fB--help\fR ] [ \fB\fIdirs\fB\fR ]
13
14
.SH "DESCRIPTION"
15
.PP
16
\fBfc-cache\fR scans the font directories on
17
the system and builds font information cache files for
18
applications using fontconfig for their font handling.
19
.PP
20
If directory arguments are not given,
21
\fBfc-cache\fR uses each directory in the
22
current font configuration. Each directory is scanned for
23
font files readable by FreeType.  A cache is created which
24
contains properties of each font and the associated filename.
25
This cache is used to speed up application startup when using
26
the fontconfig library.
27
.PP
28
Note that \fBfc-cache\fR must be executed
29
once per architecture to generate font information customized
30
for that architecture.  On a subsequent run,
31
\fBfc-cache\fR will augment the cache
32
information files with the information for the new
33
architecture. 
34
.SH "OPTIONS"
35
.PP
36
This program follows the usual GNU command line syntax,
37
with long options starting with two dashes (`-').  A summary of
38
options is included below.
39
.TP
40
\fB-f --force \fR
41
Force re-generation of apparently up-to-date cache files,
42
overriding the timestamp checking.
43
.TP
44
\fB-s --system-only \fR
45
Only scan system-wide directories, omitting the places
46
located in the user's home directory.
47
.TP
48
\fB-v --verbose \fR
49
Display status information while busy.
50
.TP
51
\fB-? --help \fR
52
Show summary of options.
53
.TP
54
\fB-V --version \fR
55
Show version of the program and exit.
56
.TP
57
\fB\fIdirs\fB \fR
58
A list of directories to scan for fonts.
59
.SH "FILES"
60
.TP
61
\fB\fIfonts.cache-2\fB\fR
62
These files are generated by \fBfc-cache\fR
63
and contain maps from file names to font properties. They are
64
read by the fontconfig library at application startup to locate
65
appropriate fonts.
66
.SH "SEE ALSO"
67
.PP
68
\fBfc-list\fR (1).
69
.PP
70
The fontconfig user's guide, in HTML format:
71
\fI/usr/share/doc/fontconfig/fontconfig-user.html\fR\&.
72
.SH "AUTHOR"
73
.PP
74
This manual page was written by Keith Packard
75
<keithp@keithp.com> and Josselin Mouette <joss@debian.org>\&.
(-)fontconfig/files/fc-cat.1 (-44 lines)
Lines 1-44 Link Here
1
.\" This manpage has been automatically generated by docbook2man 
2
.\" from a DocBook document.  This tool can be found at:
3
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> 
4
.\" Please send any bug reports, improvements, comments, patches, 
5
.\" etc. to Steve Cheng <steve@ggi-project.org>.
6
.TH "FC-CAT" "1" "05 May 2008" "" ""
7
8
.SH NAME
9
fc-cat \- read font information cache files
10
.SH SYNOPSIS
11
12
\fBfc-cat\fR [ \fB-rvV?\fR ] [ \fB--recurse\fR ] [ \fB--verbose\fR ] [ \fB--version\fR ] [ \fB--help\fR ] [ \fB\fIfonts-cache-2-files\fB\fR ] [ \fB\fIdirs\fB\fR ]
13
14
.SH "DESCRIPTION"
15
.PP
16
\fBfc-cat\fR reads the font information from
17
cache files or related to font directories
18
and emits it in ASCII form.
19
.SH "OPTIONS"
20
.PP
21
This program follows the usual GNU command line syntax,
22
with long options starting with two dashes (`-').  A summary of
23
options is included below.
24
.TP
25
\fB-r --recurse \fR
26
Recurse into subdirectories.
27
.TP
28
\fB-v --verbose \fR
29
Be verbose.
30
.TP
31
\fB-? --help \fR
32
Show summary of options.
33
.TP
34
\fB-V --version \fR
35
Show version of the program and exit.
36
.SH "SEE ALSO"
37
.PP
38
\fBfc-cache\fR (1).
39
.PP
40
The fontconfig user's guide, in HTML format:
41
\fI/usr/share/doc/fontconfig/fontconfig-user.html\fR\&.
42
.SH "AUTHOR"
43
.PP
44
This manual page was written by Patrick Lam <plam@mit.edu>\&.
(-)fontconfig/files/fc-list.1 (-61 lines)
Lines 1-61 Link Here
1
.\" This manpage has been automatically generated by docbook2man 
2
.\" from a DocBook document.  This tool can be found at:
3
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> 
4
.\" Please send any bug reports, improvements, comments, patches, 
5
.\" etc. to Steve Cheng <steve@ggi-project.org>.
6
.TH "FC-LIST" "1" "05 May 2008" "" ""
7
8
.SH NAME
9
fc-list \- list available fonts
10
.SH SYNOPSIS
11
12
\fBfc-list\fR [ \fB-vV?\fR ] [ \fB--verbose\fR ] [ \fB--version\fR ] [ \fB--help\fR ] [ \fB\fIpattern\fB\fR ] [ \fB\fIelement\fB\fR ]
13
14
.SH "DESCRIPTION"
15
.PP
16
\fBfc-list\fR lists fonts and styles
17
available on the system for applications using fontconfig.
18
.SH "OPTIONS"
19
.PP
20
This program follows the usual GNU command line syntax,
21
with long options starting with two dashes (`-').  A summary of
22
options is included below.
23
.TP
24
\fB-v --verbose \fR
25
Display status information while busy.
26
.TP
27
\fB-? --help \fR
28
Show summary of options.
29
.TP
30
\fB-V --version \fR
31
Show version of the program and exit.
32
.TP
33
\fB\fIpattern\fB \fR
34
If this argument is set, only fonts matching
35
\fIpattern\fR are displayed.
36
.TP
37
\fB\fIelement\fB \fR
38
If set, the \fIelement\fR property
39
is displayed for matching fonts.
40
.SH "EXAMPLES"
41
.TP
42
\fBfc-list\fR
43
Lists all font faces.
44
.TP
45
\fBfc-list :lang=hi\fR
46
Lists font faces that cover Hindi.
47
.TP
48
\fBfc-list : family style file spacing \fR
49
Lists the filename and spacing value for each font
50
face.  ``:'' is an empty pattern that matches all
51
fonts.
52
.SH "SEE ALSO"
53
.PP
54
\fBfc-cache\fR (1).
55
.PP
56
The fontconfig user's guide, in HTML format:
57
\fI/usr/share/doc/fontconfig/fontconfig-user.html\fR\&.
58
.SH "AUTHOR"
59
.PP
60
This manual page was written by Keith Packard
61
<keithp@keithp.com> and Josselin Mouette <joss@debian.org>\&.
(-)fontconfig/files/fc-match.1 (-51 lines)
Lines 1-51 Link Here
1
.\" This manpage has been automatically generated by docbook2man 
2
.\" from a DocBook document.  This tool can be found at:
3
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> 
4
.\" Please send any bug reports, improvements, comments, patches, 
5
.\" etc. to Steve Cheng <steve@ggi-project.org>.
6
.TH "FC-MATCH" "1" "05 May 2008" "" ""
7
8
.SH NAME
9
fc-match \- match available fonts
10
.SH SYNOPSIS
11
12
\fBfc-match\fR [ \fB-svV?\fR ] [ \fB--sort\fR ] [ \fB--verbose\fR ] [ \fB--version\fR ] [ \fB--help\fR ] [ \fB\fIfont-pattern\fB\fR ]
13
14
.SH "DESCRIPTION"
15
.PP
16
\fBfc-match\fR matches font-pattern (empty
17
pattern by default) using the normal fontconfig matching rules to find
18
the best font available.  If --sort is given, the sorted list of best
19
matching fonts is displayed.  With --verbose, the whole font pattern
20
for each match is printed, otherwise only the file, family and style
21
are printed..
22
.SH "OPTIONS"
23
.PP
24
This program follows the usual GNU command line syntax,
25
with long options starting with two dashes (`-').  A summary of
26
options is included below.
27
.TP
28
\fB-v --verbose \fR
29
Print whole font pattern for each match.
30
.TP
31
\fB-? --help \fR
32
Show summary of options.
33
.TP
34
\fB-V --version \fR
35
Show version of the program and exit.
36
.TP
37
\fB-s --sort \fR
38
Displays sorted list of best matching fonts.
39
.TP
40
\fB\fIfont-pattern\fB \fR
41
Displays fonts matching
42
\fIfont-pattern\fR (uses empty pattern by default).
43
.SH "SEE ALSO"
44
.PP
45
\fBfc-list\fR (1).
46
.PP
47
The fontconfig user's guide, in HTML format:
48
\fI/usr/share/doc/fontconfig/fontconfig-user.html\fR\&.
49
.SH "AUTHOR"
50
.PP
51
This manual page was updated by Patrick Lam <plam@csail.mit.edu>\&.
(-)fontconfig/files/fc-query.1 (-57 lines)
Lines 1-57 Link Here
1
.\\" auto-generated by docbook2man-spec $Revision: 1.5 $
2
.TH "FC-QUERY" "1" "Aug 13, 2008" "" ""
3
.SH NAME
4
fc-query \- query font files
5
.SH SYNOPSIS
6
.sp
7
\fBfc-query\fR [ \fB-Vh\fR ] 
8
9
 [ \fB [ -i \fIindex\fB ]  [ --index \fIindex\fB ] \fR ]  [ \fB [ -f \fIformat\fB ]  [ --format \fIformat\fB ] \fR ]  [ \fB--version\fR ]  [ \fB--help\fR ]  \fB\fIfont-file\fB\fR\fI...\fR
10
.SH "DESCRIPTION"
11
.PP
12
\fBfc-query\fR queries
13
\fIfont-file\fR(s) using the normal fontconfig
14
rules and prints out font pattern for each face found.
15
If \fB--index\fR is given, only one face of each file is
16
queried, otherwise all faces are queried.
17
.SH "OPTIONS"
18
.PP
19
This program follows the usual GNU command line syntax,
20
with long options starting with two dashes (`-'). A summary of
21
options is included below.
22
.TP
23
\fB-i\fR
24
Only query face indexed \fIindex\fR of
25
each file.
26
.TP
27
\fB-f\fR
28
Format output according to the format specifier
29
\fIformat\fR.
30
.TP
31
\fB-V\fR
32
Show version of the program and exit.
33
.TP
34
\fB-h\fR
35
Show summary of options.
36
.TP
37
\fB\fIfont-file\fB\fR
38
Query \fIfont-file\fR for font faces.
39
.SH "RETURN CODES"
40
.PP
41
\fBfc-query\fR returns error code 0 for successful parsing,
42
or 1 if any errors occured or if at least one font face could not be opened.
43
.SH "SEE ALSO"
44
.PP
45
\fBfc-scan\fR(1)
46
\fBFcFreeTypeQuery\fR(3)
47
\fBFcPatternFormat\fR(3)
48
\fBfc-cat\fR(1)
49
\fBfc-cache\fR(1)
50
\fBfc-list\fR(1)
51
\fBfc-match\fR(1)
52
.PP
53
The fontconfig user's guide, in HTML format:
54
\fI/usr/share/doc/fontconfig/fontconfig-user.html\fR.
55
.SH "AUTHOR"
56
.PP
57
This manual page was updated by Behdad Esfahbod <behdad@behdad.org>.
(-)fontconfig/files/fc-scan.1 (-52 lines)
Lines 1-52 Link Here
1
.\\" auto-generated by docbook2man-spec $Revision: 1.5 $
2
.TH "FC-SCAN" "1" "Jan 15, 2009" "" ""
3
.SH NAME
4
fc-scan \- scan font files or directories
5
.SH SYNOPSIS
6
.sp
7
\fBfc-scan\fR [ \fB-Vh\fR ] 
8
9
 [ \fB [ -f \fIformat\fB ]  [ --format \fIformat\fB ] \fR ]  [ \fB--version\fR ]  [ \fB--help\fR ]  \fB\fIfile\fB\fR\fI...\fR
10
.SH "DESCRIPTION"
11
.PP
12
\fBfc-scan\fR scans
13
\fIfile\fR(s) recursively
14
and prints out font pattern for each face found.
15
.SH "OPTIONS"
16
.PP
17
This program follows the usual GNU command line syntax,
18
with long options starting with two dashes (`-'). A summary of
19
options is included below.
20
.TP
21
\fB-f\fR
22
Format output according to the format specifier
23
\fIformat\fR.
24
.TP
25
\fB-V\fR
26
Show version of the program and exit.
27
.TP
28
\fB-h\fR
29
Show summary of options.
30
.TP
31
\fB\fIfile\fB\fR
32
Scan \fIfile\fR recursively for font faces.
33
.SH "RETURN CODES"
34
.PP
35
\fBfc-scan\fR returns error code 0 if at least one font
36
was found or 1 otherwise.
37
.SH "SEE ALSO"
38
.PP
39
\fBfc-query\fR(1)
40
\fBFcFileScan\fR(3)
41
\fBFcDirScan\fR(3)
42
\fBFcPatternFormat\fR(3)
43
\fBfc-cat\fR(1)
44
\fBfc-cache\fR(1)
45
\fBfc-list\fR(1)
46
\fBfc-match\fR(1)
47
.PP
48
The fontconfig user's guide, in HTML format:
49
\fI/usr/share/doc/fontconfig/fontconfig-user.html\fR.
50
.SH "AUTHOR"
51
.PP
52
This manual page was updated by Behdad Esfahbod <behdad@behdad.org>.
(-)fontconfig/files/patch-Makefile.in (-3 / +3 lines)
Lines 1-6 Link Here
1
--- Makefile.in.orig	2012-11-01 10:55:40 UTC
1
--- Makefile.in.orig	2016-08-05 05:49:13 UTC
2
+++ Makefile.in	2012-11-01 10:56:37.000000000 +0000
2
+++ Makefile.in
3
@@ -932,28 +932,6 @@
3
@@ -1027,28 +1027,6 @@ fonts.conf: fonts.conf.in Makefile
4
 	mv $@.tmp $@
4
 	mv $@.tmp $@
5
 
5
 
6
 install-data-local: fonts.conf
6
 install-data-local: fonts.conf
(-)fontconfig/files/patch-configure (-3 / +3 lines)
Lines 1-6 Link Here
1
--- configure.orig	2013-12-27 19:47:10.000000000 +0100
1
--- configure.orig	2016-08-05 05:49:14 UTC
2
+++ configure	2013-12-27 19:47:24.000000000 +0100
2
+++ configure
3
@@ -654,6 +654,7 @@
3
@@ -654,6 +654,7 @@ ax_pthread_config
4
 XMLDIR
4
 XMLDIR
5
 CONFIGDIR
5
 CONFIGDIR
6
 BASECONFIGDIR
6
 BASECONFIGDIR
(-)fontconfig/files/patch-fc-cache_fc-cache.c (-25 lines)
Lines 1-25 Link Here
1
From f44157c809d280e2a0ce87fb078fc4b278d24a67 Mon Sep 17 00:00:00 2001
2
From: Akira TAGOH <akira@tagoh.org>
3
Date: Thu, 10 Apr 2014 10:27:55 +0000
4
Subject: Fix fc-cache fail with -r
5
6
Do not unlink the cache even if --really-force is given.
7
because re-scanning process expects the cache exists.
8
9
https://bugs.freedesktop.org/show_bug.cgi?id=77252
10
---
11
diff --git a/fc-cache/fc-cache.c b/fc-cache/fc-cache.c
12
index 99e0e9f..90ebad3 100644
13
--- fc-cache/fc-cache.c
14
+++ fc-cache/fc-cache.c
15
@@ -388,7 +388,7 @@ main (int argc, char **argv)
16
     list = FcStrListCreate (updateDirs);
17
     if (list)
18
     {
19
-	ret += scanDirs (list, config, FcTrue, really_force, verbose, FcFalse, &changed, NULL);
20
+	ret += scanDirs (list, config, FcTrue, FcFalse, verbose, FcFalse, &changed, NULL);
21
 	FcStrListDone (list);
22
     }
23
     FcStrSetDestroy (updateDirs);
24
--
25
cgit v0.9.0.2-2-gbebe
(-)fontconfig/files/patch-src__fccompat.c (-3 / +3 lines)
Lines 4-12 Link Here
4
4
5
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=183536
5
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=183536
6
6
7
--- src/fccompat.c.orig	2014-08-12 16:34:15.875384345 +0200
7
--- src/fccompat.c.orig	2016-07-11 02:41:06 UTC
8
+++ src/fccompat.c	2014-08-12 16:35:04.752379905 +0200
8
+++ src/fccompat.c
9
@@ -191,7 +191,7 @@
9
@@ -191,7 +191,7 @@ FcRandom(void)
10
 #else
10
 #else
11
     random_r (&fcrandbuf, &result);
11
     random_r (&fcrandbuf, &result);
12
 #endif
12
 #endif
(-)fontconfig/files/patch-src_fcatomic.h (-3 / +3 lines)
Lines 1-6 Link Here
1
--- ./src/fcatomic.h.orig	2013-10-11 03:10:18 UTC
1
--- src/fcatomic.h.orig	2016-07-11 02:41:06 UTC
2
+++ ./src/fcatomic.h	2014-12-06 21:48:12.136252912 +0000
2
+++ src/fcatomic.h
3
@@ -96,7 +96,17 @@
3
@@ -96,7 +96,17 @@ typedef int fc_atomic_int_t;
4
 #define fc_atomic_int_add(AI, V)	__sync_fetch_and_add (&(AI), (V))
4
 #define fc_atomic_int_add(AI, V)	__sync_fetch_and_add (&(AI), (V))
5
 
5
 
6
 #define fc_atomic_ptr_get(P)		(void *) (__sync_synchronize (), *(P))
6
 #define fc_atomic_ptr_get(P)		(void *) (__sync_synchronize (), *(P))
(-)fontconfig/pkg-plist (-1 / +8 lines)
Lines 7-12 Link Here
7
bin/fc-scan
7
bin/fc-scan
8
bin/fc-validate
8
bin/fc-validate
9
etc/fonts/conf.avail/10-autohint.conf
9
etc/fonts/conf.avail/10-autohint.conf
10
etc/fonts/conf.avail/10-hinting-full.conf
11
etc/fonts/conf.avail/10-hinting-medium.conf
12
etc/fonts/conf.avail/10-hinting-none.conf
13
etc/fonts/conf.avail/10-hinting-slight.conf
10
etc/fonts/conf.avail/10-no-sub-pixel.conf
14
etc/fonts/conf.avail/10-no-sub-pixel.conf
11
etc/fonts/conf.avail/10-scale-bitmap-fonts.conf
15
etc/fonts/conf.avail/10-scale-bitmap-fonts.conf
12
etc/fonts/conf.avail/10-sub-pixel-bgr.conf
16
etc/fonts/conf.avail/10-sub-pixel-bgr.conf
Lines 35-40 Link Here
35
etc/fonts/conf.avail/70-yes-bitmaps.conf
39
etc/fonts/conf.avail/70-yes-bitmaps.conf
36
etc/fonts/conf.avail/80-delicious.conf
40
etc/fonts/conf.avail/80-delicious.conf
37
etc/fonts/conf.avail/90-synthetic.conf
41
etc/fonts/conf.avail/90-synthetic.conf
42
etc/fonts/conf.d/10-hinting-%%PREFERRED_HINTING%%.conf
38
etc/fonts/conf.d/10-scale-bitmap-fonts.conf
43
etc/fonts/conf.d/10-scale-bitmap-fonts.conf
39
etc/fonts/conf.d/20-unhint-small-vera.conf
44
etc/fonts/conf.d/20-unhint-small-vera.conf
40
etc/fonts/conf.d/30-metric-aliases.conf
45
etc/fonts/conf.d/30-metric-aliases.conf
Lines 59-71 Link Here
59
lib/libfontconfig.a
64
lib/libfontconfig.a
60
lib/libfontconfig.so
65
lib/libfontconfig.so
61
lib/libfontconfig.so.1
66
lib/libfontconfig.so.1
62
lib/libfontconfig.so.1.8.0
67
lib/libfontconfig.so.1.9.2
63
libdata/pkgconfig/fontconfig.pc
68
libdata/pkgconfig/fontconfig.pc
64
man/man1/fc-cache.1.gz
69
man/man1/fc-cache.1.gz
65
man/man1/fc-cat.1.gz
70
man/man1/fc-cat.1.gz
66
man/man1/fc-list.1.gz
71
man/man1/fc-list.1.gz
67
man/man1/fc-match.1.gz
72
man/man1/fc-match.1.gz
73
man/man1/fc-pattern.1.gz
68
man/man1/fc-query.1.gz
74
man/man1/fc-query.1.gz
69
man/man1/fc-scan.1.gz
75
man/man1/fc-scan.1.gz
76
man/man1/fc-validate.1.gz
70
man/man5/fonts-conf.5.gz
77
man/man5/fonts-conf.5.gz
71
@dir /var/db/fontconfig
78
@dir /var/db/fontconfig

Return to bug 211570