The NetBSD Project

CVS log for pkgsrc/fonts/fontconfig/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / fonts / fontconfig

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: pkgsrc-2012Q4-base


Revision 1.78 / (download) - annotate - [select for diffs], Sun Dec 16 11:16:38 2012 UTC (11 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.77: +2 -2 lines
Diff to previous 1.77 (colored)

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>

    Fix for libtoolize's warnings

    Fix N'ko orthography

    Bug 53585 - Two highly-visible typos in src/fcxml.c

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>