···11+commit a266847d3c17dcdfcac719a1aa970ad54f4b545a
22+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
33+Date: Sat Mar 16 11:03:38 2019 -0700
44+55+ libXft 2.3.3
66+77+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
88+99+commit fab5adf8fa3073862267e14aece1adf9eed0541c
1010+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
1111+Date: Sat Mar 16 11:03:17 2019 -0700
1212+1313+ Add description of libXft to README.md
1414+1515+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
1616+1717+commit b397ffb23f02389b6c6168e7826605789907d740
1818+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
1919+Date: Fri Dec 7 19:42:33 2018 -0800
2020+2121+ Update configure.ac bug URL for gitlab migration
2222+2323+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2424+2525+commit bdfb2b0e0fbf02ae69fe6cb2fbe352c4231e5c54
2626+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
2727+Date: Mon Nov 19 22:20:38 2018 -0800
2828+2929+ Update README for gitlab migration
3030+3131+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
3232+3333+commit c418dc7594f98359ae10815f62ee3efc0a511cf8
3434+Author: Mihail Konev <k.mvc@ya.ru>
3535+Date: Thu Jan 26 13:52:49 2017 +1000
3636+3737+ autogen: add default patch prefix
3838+3939+ Signed-off-by: Mihail Konev <k.mvc@ya.ru>
4040+4141+commit 6a12debafe35963d205e0dc78eb742ad898312b7
4242+Author: Emil Velikov <emil.l.velikov@gmail.com>
4343+Date: Mon Mar 9 12:00:52 2015 +0000
4444+4545+ autogen.sh: use quoted string variables
4646+4747+ Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
4848+ fall-outs, when they contain space.
4949+5050+ Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
5151+ Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
5252+ Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
5353+5454+commit 0d3402d1138afe9854452eb494acc649faa0dc9e
5555+Author: Peter Hutterer <peter.hutterer@who-t.net>
5656+Date: Tue Jan 24 10:32:07 2017 +1000
5757+5858+ autogen.sh: use exec instead of waiting for configure to finish
5959+6060+ Syncs the invocation of configure with the one from the server.
6161+6262+ Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
6363+ Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
6464+6565+commit e8a83226bc10afb587f6f34daac44d2ef809c85e
6666+Author: Keith Packard <keithp@keithp.com>
6767+Date: Sun Oct 19 18:00:26 2014 -0500
6868+6969+ XftDrawSrcPicture: Use XRenderCreateSolidFill when available
7070+7171+ Instead of creating 1x1 pictures, use the solid pictures added in
7272+ Render version 0.10
7373+7474+ Signed-off-by: Keith Packard <keithp@keithp.com>
7575+ Reviewed-by: Adam Jackson <ajax@redhat.com>
7676+177commit 214f9b5306d833e2787c75fe41dfdc9228fcb738
278Author: Alan Coopersmith <alan.coopersmith@oracle.com>
379Date: Thu Jun 5 23:04:54 2014 -0700
···11 Xft
22 X FreeType library
33- Version 2.3.0
44- 2012-03-07
33+ Version 2.3.3
44+ 2019-03-16
5566Xft version 2.1 was the first stand alone release of Xft, a library that
77connects X applications with the FreeType font rasterization library. Xft
88uses fontconfig to locate fonts so it has no configuration files.
99+1010+Version 2.3.3
1111+1212+Use XRenderCreateSolidFill when available (Render version 0.10 or later)
1313+in XftDrawSrcPicture.
9141015Version 2.3.2
1116
···3344scriptversion=2012-10-14.11; # UTC
5566-# Copyright (C) 1999-2013 Free Software Foundation, Inc.
66+# Copyright (C) 1999-2014 Free Software Foundation, Inc.
77# Written by Tom Tromey <tromey@cygnus.com>.
88#
99# This program is free software; you can redistribute it and/or modify
+65-33
lib/libXft/configure
···11#! /bin/sh
22# Guess values for system-dependent variables and create Makefiles.
33-# Generated by GNU Autoconf 2.69 for libXft 2.3.2.
33+# Generated by GNU Autoconf 2.69 for libXft 2.3.3.
44#
55-# Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
55+# Report bugs to <https://gitlab.freedesktop.org/xorg/lib/libXft/issues>.
66#
77#
88# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
···275275 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
276276 else
277277 $as_echo "$0: Please tell bug-autoconf@gnu.org and
278278-$0: https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
278278+$0: https://gitlab.freedesktop.org/xorg/lib/libXft/issues
279279$0: about your system, including any error possibly output
280280$0: before this message. Then install a modern shell, or
281281$0: manually run the script under such a shell if you do
···591591# Identity of this package.
592592PACKAGE_NAME='libXft'
593593PACKAGE_TARNAME='libXft'
594594-PACKAGE_VERSION='2.3.2'
595595-PACKAGE_STRING='libXft 2.3.2'
596596-PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg'
594594+PACKAGE_VERSION='2.3.3'
595595+PACKAGE_STRING='libXft 2.3.3'
596596+PACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/lib/libXft/issues'
597597PACKAGE_URL=''
598598599599ac_unique_file="Makefile.am"
···13551355 # Omit some internal or obsolete options to make the list less imposing.
13561356 # This message is too long to be a string in the A/UX 3.1 sh.
13571357 cat <<_ACEOF
13581358-\`configure' configures libXft 2.3.2 to adapt to many kinds of systems.
13581358+\`configure' configures libXft 2.3.3 to adapt to many kinds of systems.
1359135913601360Usage: $0 [OPTION]... [VAR=VALUE]...
13611361···1425142514261426if test -n "$ac_init_help"; then
14271427 case $ac_init_help in
14281428- short | recursive ) echo "Configuration of libXft 2.3.2:";;
14281428+ short | recursive ) echo "Configuration of libXft 2.3.3:";;
14291429 esac
14301430 cat <<\_ACEOF
14311431···14931493Use these variables to override the choices made by `configure' or to help
14941494it to find libraries and programs with nonstandard names/locations.
1495149514961496-Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
14961496+Report bugs to <https://gitlab.freedesktop.org/xorg/lib/libXft/issues>.
14971497_ACEOF
14981498ac_status=$?
14991499fi
···15561556test -n "$ac_init_help" && exit $ac_status
15571557if $ac_init_version; then
15581558 cat <<\_ACEOF
15591559-libXft configure 2.3.2
15591559+libXft configure 2.3.3
15601560generated by GNU Autoconf 2.69
1561156115621562Copyright (C) 2012 Free Software Foundation, Inc.
···18801880This file contains any messages produced by compilers while
18811881running configure, to aid debugging if configure makes a mistake.
1882188218831883-It was created by libXft $as_me 2.3.2, which was
18831883+It was created by libXft $as_me 2.3.3, which was
18841884generated by GNU Autoconf 2.69. Invocation command line was
1885188518861886 $ $0 $@
···2709270927102710# Define the identity of the package.
27112711 PACKAGE='libXft'
27122712- VERSION='2.3.2'
27122712+ VERSION='2.3.3'
271327132714271427152715cat >>confdefs.h <<_ACEOF
···93459345 hardcode_shlibpath_var=no
93469346 hardcode_direct_absolute=yes
93479347 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
93489348- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
93489348+ archive_cmds='$CC -shared $pic_flag ${wl}-soname ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
93499349 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
93509350 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
93519351 export_dynamic_flag_spec='${wl}-E'
···1739517395173961739617397173971739817398-CHANGELOG_CMD="(GIT_DIR=\$(top_srcdir)/.git git log > \$(top_srcdir)/.changelog.tmp && \
1739817398+CHANGELOG_CMD="((GIT_DIR=\$(top_srcdir)/.git git log > \$(top_srcdir)/.changelog.tmp) 2>/dev/null && \
1739917399mv \$(top_srcdir)/.changelog.tmp \$(top_srcdir)/ChangeLog) \
1740017400-|| (rm -f \$(top_srcdir)/.changelog.tmp; touch \$(top_srcdir)/ChangeLog; \
1740117401-echo 'git directory not found: installing possibly empty changelog.' >&2)"
1740017400+|| (rm -f \$(top_srcdir)/.changelog.tmp; test -e \$(top_srcdir)/ChangeLog || ( \
1740117401+touch \$(top_srcdir)/ChangeLog; \
1740217402+echo 'git failed to create ChangeLog: installing empty ChangeLog.' >&2))"
174021740317403174041740417405···1740617407macros_datadir=`$PKG_CONFIG --print-errors --variable=pkgdatadir xorg-macros`
1740717408INSTALL_CMD="(cp -f "$macros_datadir/INSTALL" \$(top_srcdir)/.INSTALL.tmp && \
1740817409mv \$(top_srcdir)/.INSTALL.tmp \$(top_srcdir)/INSTALL) \
1740917409-|| (rm -f \$(top_srcdir)/.INSTALL.tmp; touch \$(top_srcdir)/INSTALL; \
1741017410-echo 'util-macros \"pkgdatadir\" from xorg-macros.pc not found: installing possibly empty INSTALL.' >&2)"
1741017410+|| (rm -f \$(top_srcdir)/.INSTALL.tmp; test -e \$(top_srcdir)/INSTALL || ( \
1741117411+touch \$(top_srcdir)/INSTALL; \
1741217412+echo 'failed to copy INSTALL from util-macros: installing empty INSTALL.' >&2))"
1741117413174121741417413174151741417416174151741717416174181741917419+case $host_os in
1742017420+ solaris*)
1742117421+ # Solaris 2.0 - 11.3 use SysV man page section numbers, so we
1742217422+ # check for a man page file found in later versions that use
1742317423+ # traditional section numbers instead
1742417424+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /usr/share/man/man7/attributes.7" >&5
1742517425+$as_echo_n "checking for /usr/share/man/man7/attributes.7... " >&6; }
1742617426+if ${ac_cv_file__usr_share_man_man7_attributes_7+:} false; then :
1742717427+ $as_echo_n "(cached) " >&6
1742817428+else
1742917429+ test "$cross_compiling" = yes &&
1743017430+ as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
1743117431+if test -r "/usr/share/man/man7/attributes.7"; then
1743217432+ ac_cv_file__usr_share_man_man7_attributes_7=yes
1743317433+else
1743417434+ ac_cv_file__usr_share_man_man7_attributes_7=no
1743517435+fi
1743617436+fi
1743717437+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_share_man_man7_attributes_7" >&5
1743817438+$as_echo "$ac_cv_file__usr_share_man_man7_attributes_7" >&6; }
1743917439+if test "x$ac_cv_file__usr_share_man_man7_attributes_7" = xyes; then :
1744017440+ SYSV_MAN_SECTIONS=false
1744117441+else
1744217442+ SYSV_MAN_SECTIONS=true
1744317443+fi
1744417444+1744517445+ ;;
1744617446+ *) SYSV_MAN_SECTIONS=false ;;
1744717447+esac
1744817448+1741717449if test x$APP_MAN_SUFFIX = x ; then
1741817450 APP_MAN_SUFFIX=1
1741917451fi
···1742917461fi
17430174621743117463if test x$FILE_MAN_SUFFIX = x ; then
1743217432- case $host_os in
1743317433- solaris*) FILE_MAN_SUFFIX=4 ;;
1743417434- *) FILE_MAN_SUFFIX=5 ;;
1746417464+ case $SYSV_MAN_SECTIONS in
1746517465+ true) FILE_MAN_SUFFIX=4 ;;
1746617466+ *) FILE_MAN_SUFFIX=5 ;;
1743517467 esac
1743617468fi
1743717469if test x$FILE_MAN_DIR = x ; then
···1743917471fi
17440174721744117473if test x$MISC_MAN_SUFFIX = x ; then
1744217442- case $host_os in
1744317443- solaris*) MISC_MAN_SUFFIX=5 ;;
1744417444- *) MISC_MAN_SUFFIX=7 ;;
1747417474+ case $SYSV_MAN_SECTIONS in
1747517475+ true) MISC_MAN_SUFFIX=5 ;;
1747617476+ *) MISC_MAN_SUFFIX=7 ;;
1744517477 esac
1744617478fi
1744717479if test x$MISC_MAN_DIR = x ; then
···1744917481fi
17450174821745117483if test x$DRIVER_MAN_SUFFIX = x ; then
1745217452- case $host_os in
1745317453- solaris*) DRIVER_MAN_SUFFIX=7 ;;
1745417454- *) DRIVER_MAN_SUFFIX=4 ;;
1748417484+ case $SYSV_MAN_SECTIONS in
1748517485+ true) DRIVER_MAN_SUFFIX=7 ;;
1748617486+ *) DRIVER_MAN_SUFFIX=4 ;;
1745517487 esac
1745617488fi
1745717489if test x$DRIVER_MAN_DIR = x ; then
···1745917491fi
17460174921746117493if test x$ADMIN_MAN_SUFFIX = x ; then
1746217462- case $host_os in
1746317463- solaris*) ADMIN_MAN_SUFFIX=1m ;;
1746417464- *) ADMIN_MAN_SUFFIX=8 ;;
1749417494+ case $SYSV_MAN_SECTIONS in
1749517495+ true) ADMIN_MAN_SUFFIX=1m ;;
1749617496+ *) ADMIN_MAN_SUFFIX=8 ;;
1746517497 esac
1746617498fi
1746717499if test x$ADMIN_MAN_DIR = x ; then
···1839218424# report actual input values of CONFIG_FILES etc. instead of their
1839318425# values after options handling.
1839418426ac_log="
1839518395-This file was extended by libXft $as_me 2.3.2, which was
1842718427+This file was extended by libXft $as_me 2.3.3, which was
1839618428generated by GNU Autoconf 2.69. Invocation command line was
18397184291839818430 CONFIG_FILES = $CONFIG_FILES
···1845218484Configuration commands:
1845318485$config_commands
18454184861845518455-Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>."
1848718487+Report bugs to <https://gitlab.freedesktop.org/xorg/lib/libXft/issues>."
18456184881845718489_ACEOF
1845818490cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1845918491ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1846018492ac_cs_version="\\
1846118461-libXft config.status 2.3.2
1849318493+libXft config.status 2.3.3
1846218494configured by $0, generated by GNU Autoconf 2.69,
1846318495 with options \\"\$ac_cs_config\\"
1846418496
+2-2
lib/libXft/configure.ac
···2727# version. This version number will be substituted into Xft.h
2828# Please bump the minor library number at each release as well.
2929#
3030-AC_INIT([libXft], [2.3.2],
3131- [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXft])
3030+AC_INIT([libXft], [2.3.3],
3131+ [https://gitlab.freedesktop.org/xorg/lib/libXft/issues], [libXft])
3232AC_CONFIG_SRCDIR([Makefile.am])
3333AC_CONFIG_HEADERS([config.h])
3434