History log of /netbsd/external/mit/xorg/tools/bdftopcf/Makefile (Results 1 – 9 of 9)
Revision Date Author Comments
# 5bb8c2d9 01-May-2018 christos <christos@NetBSD.org>

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 p

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

show more ...


# 9d5659c4 01-May-2018 christos <christos@NetBSD.org>

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.i

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

show more ...


# 06625afc 11-Mar-2018 mrg <mrg@NetBSD.org>

move the src list from libXfont stuff to local stuff.


# 195451d5 31-May-2013 mrg <mrg@NetBSD.org>

handle moved manual pages, and tools build of bdftopcf.


# c3d5aae2 19-Dec-2010 tsutsui <tsutsui@NetBSD.org>

Disable bzip2 support in tools bdftopcf(1).
We don't use bzip2 fonts on build and some OS doesn't have bzip2 headers.
Ok'ed by mrg@, martin@, fixes PR/44138.

Should be pulled up to netbsd-5 (and net

Disable bzip2 support in tools bdftopcf(1).
We don't use bzip2 fonts on build and some OS doesn't have bzip2 headers.
Ok'ed by mrg@, martin@, fixes PR/44138.

Should be pulled up to netbsd-5 (and netbsd-5-1).

show more ...


# 47b7ca8e 14-Aug-2010 mrg <mrg@NetBSD.org>

don't need (or want) miscutil.c here anymore.


# 797cf469 10-Jun-2009 mrg <mrg@NetBSD.org>

merge libXfont 1.4.0.


# 0f6aba71 10-Jun-2009 mrg <mrg@NetBSD.org>

enable bz2 support.


# 2980e352 29-Jul-2008 mrg <mrg@NetBSD.org>

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

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.

show more ...