History log of /freebsd-current/share/syscons/scrnmaps/Makefile
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 8fe4f8f7 20-Apr-2023 Simon J. Gerraty <sjg@FreeBSD.org>

Fix building host tools for host

Several makefile depend on tools built for host.
At least when using DIRDEPS_BUILD we can build these for the
pseudo machine "host" to facilitate building on older host versions.

Ideally we would build these tools in their own directories to avoid
building more than needed.

For now, setting an appropriate default for BTOOLSPATH will suffice

Reviewed by: stevek
Sponsored by: Juniper Networks, Inc.
Differential Revision: https://reviews.freebsd.org/D39708


# 27a7ae0c 01-Sep-2021 Emmanuel Vadot <manu@FreeBSD.org>

pkgbase: Create a syscons-data package

syscons is mostly deprecated and all it's files aren't needed for most
users so create a separate package for them.

Differential Revision: https://reviews.freebsd.org/D31798
Reviewed by: emaste


# c63c5ab0 15-Jun-2019 Bryan Drewery <bdrewery@FreeBSD.org>

Fix .depend files to work for build tools.

This is somewhat of a follow-up to r335746.

MFC after: 2 weeks
Sponsored by: DellEMC


# 96a0acc4 27-Jun-2018 Bryan Drewery <bdrewery@FreeBSD.org>

Don't use CCACHE for linking.

MFC after: 2 weeks
Sponsored by: Dell EMC


# 29df9f6b 09-May-2016 Bryan Drewery <bdrewery@FreeBSD.org>

DIRDEPS_BUILD: Run the staged bootstrap-tools version of build-tools.

This avoids running target binaries.

Sponsored by: EMC / Isilon Storage Division


# d1dd034d 14-Apr-2016 Bryan Drewery <bdrewery@FreeBSD.org>

META_MODE: Don't rebuild build-tools targets during normal build.

This avoids 'build command changed' due to CFLAGS/CC changes during the
normal build. Without this the build-tools targets end up rebuilding
for the *target* rather than keeping the native versions built in
build-tools.

Sponsored by: EMC / Isilon Storage Division


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 72abc018 26-Feb-2004 Bruce Evans <bde@FreeBSD.org>

Rremoved bogus -static from CFLAGS. Makeworld will add -static in the
correct place if needed and possible. Self-hosted builds can just use
the system default.


# 98159625 19-Jan-2004 Ruslan Ermilov <ru@FreeBSD.org>

Use the standard <bsd.files.mk> API to install files.


# cf357428 04-Jul-2003 Andrey A. Chernov <ache@FreeBSD.org>

Add ARMSCII-8 console stuff

PR: 53944
Submitted by: Vahe Khachikyan <vahe@khachikyan.de>


# d2893b16 29-Jul-2002 Ruslan Ermilov <ru@FreeBSD.org>

Drop support for COPY, -c has been the default mode of install(1)
for a long time now.

Approved by: bde


# d4e8a3b4 23-Nov-2001 Andrey A. Chernov <ache@FreeBSD.org>

Add us-ascii_to_cp437 screenmap


# 324af1c9 22-Nov-2001 Andrey A. Chernov <ache@FreeBSD.org>

Add table for iso-8859-4 vga9 fonts


# fff55322 22-Nov-2001 Andrey A. Chernov <ache@FreeBSD.org>

1) Map all unused characters into 'space'.
2) iso-8859-4_to_cp437 not do what its name tells at all, remove it


# ae4ee2f5 20-Nov-2001 Andrey A. Chernov <ache@FreeBSD.org>

Improve Greek support in syscons

PR: 32119
Submitted by: Basileios Anastasatos <B.Anastasatos@MyRealBox.com>


# 1adc0a5c 16-Apr-2001 Maxim Sobolev <sobomax@FreeBSD.org>

Add Ukrainian language support for FreeBSD console.

Submitted by: Olexander Kunytsa <kunia@istc.kiev.ua>
Reviewed by: ache, phantom, ru, sobomax


# 87476610 08-Jan-2000 Andrey A. Chernov <ache@FreeBSD.org>

add Latin4 screen map

Submitted by: Ricardas Cepas <rch@richard.eu.org>


# 7f3dea24 27-Aug-1999 Peter Wemm <peter@FreeBSD.org>

$Id$ -> $FreeBSD$


# 84ebe84d 30-Aug-1998 John Birrell <jb@FreeBSD.org>

Make a local build tool static to avoid trying to use shared libraries
before rtld is installed.


# 4ef3e8aa 06-Jul-1998 Bruce Evans <bde@FreeBSD.org>

Added a `build-tools' target for internal tools.

Honor LDFLAGS for building internal tools.


# a2ef3b15 03-Jan-1998 Wolfram Schneider <wosch@FreeBSD.org>

444 -> ${SHAREMODE}
/usr/share -> ${SHAREDIR}


# 0ccf9dd3 01-Jan-1997 Jordan K. Hubbard <jkh@FreeBSD.org>

I was wrong about this file - NOOBJ is not correct here.


# f91b47f5 01-Jan-1997 Jordan K. Hubbard <jkh@FreeBSD.org>

Add missing NOOBJ


# 015a0dc2 31-Dec-1996 Bruce Evans <bde@FreeBSD.org>

Use ${COPY} instead of -c for installing non-source files.


# 0dfb2364 06-Nov-1996 Joerg Wunsch <joerg@FreeBSD.org>

My MDA screen finally bothered me enough to create an ISO 8859-1 ->
IBM cp437 screenmap file.


# 9c0dc173 24-Jul-1995 Bruce Evans <bde@FreeBSD.org>

Change `install' to `${INSTALL}' so that default install flags can be
specified in the top level Makefiles.


# 73c3e315 26-Sep-1994 Andrey A. Chernov <ache@FreeBSD.org>

Remove 'default' keymap, I forgot, that this work done by vidcontrol -L


# 1fba98b1 25-Sep-1994 Andrey A. Chernov <ache@FreeBSD.org>

Add default screen map to undone changes


# 8c9e3ad6 24-Sep-1994 Andrey A. Chernov <ache@FreeBSD.org>

Add SCRMAPS to clean target, fix install target


# 8883fe05 24-Sep-1994 Andrey A. Chernov <ache@FreeBSD.org>

Generate screen map from source (from 1.1.5.1)