pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/fonts/fontconfig
Module Name: pkgsrc
Committed By: wiz
Date: Sun Dec 16 11:16:38 UTC 2012
Modified Files:
pkgsrc/fonts/fontconfig: Makefile distinfo
Log Message:
Update to 2.10.2:
Bump version to 2.10.2
Bug 57286 - Remove UnBatang and Baekmuk Batang from monospace in
65-nonlatin.conf
Those two fonts are serif fonts. shouldn't be added to monospace.
Update CaseFolding.txt to Unicode 6.2
No real updates between 6.1 and 6.2, but anyway.
Bug 57114 - regression on FcFontMatch with namelang
After 7587d1c99d9476b6dd4dbe523c0204da700fed8d applied, family,
style, and fullname is localized against current locale or lang
if any though, the string in other languages were dropped from
the pattern. this caused unexpected mismatch on the target="font"
rules.
This fix adds other strings at the end of the list.
Bug 56531 - autogen.sh fails due to missing 'm4' directory
Keep m4 directory in git.
Use automake variable instead of cleaning files in clean-local
just for git.mk coming up from Behdad's threadsafe branch
autogen.sh: Add -I option to tell aclocal a place for external
m4 files
Fix syntax errors in fonts.dtd.
Patch from Steve Simpson
Fix wrongly squashing for the network path on Win32.
Patch from Diego Santa Cruz
deal with warnings as errors for the previous change
missed this change to commit. doh!
Bug 52573 - patch required to build 2.10.x with oldish GNU C library
headers
On older libc, _POSIX_C_SOURCE didn't satisfy to use posix_fadvise()
and AC_CHECK_FUNCS doesn't check a header file if the function is
declared there properly. so use AC_LINK_IFELSE instead.
Bug 54138 - X_OK permission is invalid for win32 access(..) calls
X_OK checking was added back in
8ae1e3d5dc323542e7def06a42deea62c7ba7027
which was removed due to the same reason in
238489030a64fa883f8f9fc3d73247b7f7257899.
apparently the test case in Bug#18934 still works without it.
so I'm removing it again to get this working on Windows.
Remove _CONFIG_FIXUPS_H_ guards, so multiple includes of "config.h"
result in the correct values
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu%apple.com@localhost>
Fix for libtoolize's warnings
Fix N'ko orthography
Bug 53585 - Two highly-visible typos in src/fcxml.c
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/fonts/fontconfig/Makefile
cvs rdiff -u -r1.36 -r1.37 pkgsrc/fonts/fontconfig/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index