Home | History | Annotate | Download | only in mkfontscale
History log of /src/external/mit/xorg/tools/mkfontscale/Makefile
RevisionDateAuthorComments
 1.17  24-Feb-2023  mrg arrange for ftoption.h to define FT_CONFIG_OPTION_USE_BROTLI but not for tools

guard the definition in ftoption.h with #ifndef TOOL_FCCACHE, and build the
tools portions with this defined if not already set.

this fixes building pkgsrc blender with native x11.
 1.16  09-Sep-2022  mrg add missing reallocarray.c.
 1.15  20-Jul-2019  mrg update for freetype 2.10.0
 1.14  03-Mar-2019  mrg build constlist.c for new mkfontscale.
 1.13  03-Jul-2018  christos Use the fonts from our installed directory not the system when we are a tool!
Martin found it.
XXX pullup-8
 1.12  09-May-2018  mrg branches: 1.12.2;
add some missing -I paths for new freetype.
 1.11  09-May-2018  maya Adjust for freetype 2.9.1

Adjusting non-freetype because ftbase.c now includes ftfntfmt.c.
pickup pkgconfig version from pkgsrc pkgconfig file.
 1.10  01-May-2018  christos Create a new bsd.hostinit.mk file and put the build definitions for all host
programs there; make all Makefiles that use bsd.hostprog.mk include it.
Namely turn off MKREPRO and don't make lint, man pages, info files etc.
Remove the Makefile.inc files that contained these same settings, and
remove the settings from Makefile.host
 1.9  01-May-2018  christos Apply the same fixes from the regular tools dir:

PR/53238: Robert Elz: Disable MKREPRO in tools; the host compiler might
not support the necessary options. This is done thusly:

1. Create Makefile.inc and set MKREPRO=no in it. Change the Makefiles that
include bsd.own.mk, to include bsd.init.mk which includes Makefile.inc
first. This will also allow us to control other tools options from a
single location if we need to.
2. Centralize NOMAN handling.

XXX: pullup-8
 1.8  28-Feb-2016  riastradh branches: 1.8.8; 1.8.14;
Define FC_NO_MT=1 for tools mkfontscale build.

No idea what the host's atomic ops will be but we don't need them
because this tool is not multithreaded.

Fixes harmless warnings like

all ===> external/mit/xorg/tools/mkfontscale
/home/source/ab/HEAD-llvm/xsrc/external/mit/fontconfig/dist/src/fcinit.c:29:2: warning: #warning Could not find any system to define atomic_int macros, library may NOT be thread-safe. [-Wcpp]
#warning Could not find any system to define atomic_int macros, library may NOT be thread-safe.
^
 1.7  23-Jul-2015  mrg remove the xfree86 reachover makefiles and the vast majority of
the support in the rest of the source tree.

X11 sets could use some cleaning up perhaps (just deletion, as
we've never really marked the old X11R6 as obsolete for native
xorg using platforms so far either.)
 1.6  20-Jul-2015  mrg updates for freetype 2.6.
 1.5  17-Jul-2015  mrg mkfontscale.c demands a PACKAGE_STRING now. set it to "NetBSD tools version"
 1.4  10-Aug-2011  tsutsui Disable bzip2 support in freetype on xorg tools build.
Fixes PR xsrc/45223 (xorg tools build fails on CentOS due to
lack of bz2 support).
 1.3  23-Jul-2011  mrg link against bz2 where necessary.
 1.2  13-Sep-2008  hubertf branches: 1.2.2; 1.2.6;
Don't try to link in Carbon on Mac OS X/Darwin - this makes
cross-compiling with -V MKXORG=yes work when building from
Mac OS X 10.4.

OK'd by lukem@
 1.1  29-Jul-2008  mrg branches: 1.1.1;
Initial revision
 1.1.1.1  29-Jul-2008  mrg initial import of the crossbuild framework for modular Xorg. this
is heavily based upon the work rtr@ did on src/x11, but hacked to
work for modern modular Xorg source split.

the sources will live in xsrc/external/mit/<package>/dist.

documentation on using this will come when the above directories
are fully populated. there are 192 of them so it may take some time
before that is completed.
 1.2.6.2  19-Oct-2008  haad Sync with HEAD.
 1.2.6.1  13-Sep-2008  haad file Makefile was added on branch haad-dm on 2008-10-19 22:41:28 +0000
 1.2.2.3  24-Sep-2008  wrstuden Merge in changes between wrstuden-revivesa-base-2 and
wrstuden-revivesa-base-3.
 1.2.2.2  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.2.2.1  13-Sep-2008  wrstuden file Makefile was added on branch wrstuden-revivesa on 2008-09-18 05:18:54 +0000
 1.8.14.3  28-Jul-2018  pgoyette Sync with HEAD
 1.8.14.2  21-May-2018  pgoyette Sync with HEAD
 1.8.14.1  02-May-2018  pgoyette Synch with HEAD
 1.8.8.1  27-Jul-2018  martin Pull up following revision(s) (requested by christos in ticket #944):

external/mit/xorg/tools/mkfontscale/Makefile: revision 1.13
share/mk/bsd.own.mk: revision 1.1066

- Fix groff reproducibility:
- specify mdoc and font paths
- clear encoding
- specify pagesize on the command line

XXX: pullup-8

Use the fonts from our installed directory not the system when we are a tool!
Martin found it.

XXX pullup-8
 1.12.2.2  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.12.2.1  10-Jun-2019  christos Sync with HEAD

RSS XML Feed