aboutsummaryrefslogtreecommitdiff
path: root/share/syscons/fonts/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* bsd.files.mk: Fix FILESPACKAGELexi Winter2025-08-071-2/+0
| | | | | | | | | | | | | | | | | | | | Because TAGS may already have a package tag, assigning TAGS to FILESTAGS causes the value of FILESPACKAGE to be ignored. Only assign tags other than package, and take the default package from ${PACKAGE}, which matches the behaviour of bsd.confs.mk and bsd.man.mk. This fixes several files that were wrongly installed in utilities, including /usr/share/examples/sendmail/mailer.conf and some files in /usr/share/nls. The fix trips a bug in share/syscons where Makefile.inc was setting FILESPACKAGE to the wrong package, but the problem was hidden because the subdirectories set PACKAGE explicitly. Fix this by setting the correct FILESPACKAGE in Makefile.inc and removing the PACKAGEs. Reviewed by: manu Differential Revision: https://reviews.freebsd.org/D51784
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* pkgbase: Create a syscons-data packageEmmanuel Vadot2021-09-071-0/+2
| | | | | | | | 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
* Remove NO_OBJSimon J. Gerraty2015-06-111-2/+0
| | | | | | | | | | For meta mode we will want objdirs. Differential Revision: D2748 Reviewed by: brooks imp Notes: svn path=/head/; revision=284255
* Add a manual shrinked version of swiss-8x16 as swiss-8x14.Xin LI2010-11-281-1/+1
| | | | | | | MFC after: 2 months Notes: svn path=/head/; revision=215991
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Use the standard <bsd.files.mk> API to install files.Ruslan Ermilov2004-01-191-8/+3
| | | | Notes: svn path=/head/; revision=124716
* Add be_BY.*Andrey A. Chernov2003-12-201-0/+1
| | | | | | | Submitted by: Yury Tarasievich <grog@grsu.by> Notes: svn path=/head/; revision=123682
* Add ARMSCII-8 console stuffAndrey A. Chernov2003-07-051-1/+3
| | | | | | | | PR: 53944 Submitted by: Vahe Khachikyan <vahe@khachikyan.de> Notes: svn path=/head/; revision=117260
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-291-1/+1
| | | | | | | | | for a long time now. Approved by: bde Notes: svn path=/head/; revision=100872
* s/${INSTALL} -c/${INSTALL} ${COPY}/Ruslan Ermilov2002-07-181-1/+1
| | | | Notes: svn path=/head/; revision=100313
* Add 8859-5 fontsAndrey A. Chernov2002-01-011-0/+1
| | | | | | | | PR: 32448 Submitted by: Alexey Klimov <klim@unique.kiev.ua> Notes: svn path=/head/; revision=88757
* Add Ukrainian language support for FreeBSD console.Maxim Sobolev2001-04-171-0/+2
| | | | | | | | Submitted by: Olexander Kunytsa <kunia@istc.kiev.ua> Reviewed by: ache, phantom, ru, sobomax Notes: svn path=/head/; revision=75597
* Add iso07 fontsAndrey A. Chernov2001-01-171-0/+1
| | | | | | | | PR: 24324 Submitted by: past@netmode.ntua.gr Notes: svn path=/head/; revision=71166
* 8859-9 fontAndrey A. Chernov2000-08-291-0/+1
| | | | | | | Submitted by: Evren Yurtesen <yurtesen@ispro.net.tr> Notes: svn path=/head/; revision=65193
* Add iso08 fontsAndrey A. Chernov2000-08-291-0/+1
| | | | Notes: svn path=/head/; revision=65189
* Add Codepage 1251 fontsAndrey A. Chernov2000-04-111-0/+1
| | | | | | | Submitted by: Boris Stoev <borko_stoev@yahoo.com> Notes: svn path=/head/; revision=59157
* Add ISO-8859-15 versions of the 8x8, 8x14, 8x16 VGA fonts.Jose M. Alcaide2000-03-021-0/+1
| | | | | | | | Reviewed by: yokota Approved by: jkh Notes: svn path=/head/; revision=57694
* Add Latin4 wide fontsAndrey A. Chernov2000-01-081-1/+2
| | | | | | | Submitted by: Ricardas Cepas <rch@richard.eu.org> Notes: svn path=/head/; revision=55625
* Add Latin4 fonts, VGA 9bit mappedAndrey A. Chernov2000-01-081-0/+1
| | | | | | | Submitted by: Ricardas Cepas <rch@richard.eu.org> Notes: svn path=/head/; revision=55622
* Add iso04 fontsAndrey A. Chernov1999-12-241-0/+1
| | | | | | | Submitted by: Ricardas Cepas <rch@writeme.com> Notes: svn path=/head/; revision=55079
* Add ACS support to 8859-2 fontsAndrey A. Chernov1999-12-241-1/+0
| | | | | | | | | | | Remove stale 8859-2 font Fix Russian INDEX entries Add more languages to FONT fields Submitted by: fonts from Cejka Rudolf <cejkar@dcse.fee.vutbr.cz> Notes: svn path=/head/; revision=55071
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Forgot the Makefile entry for the Latin9 font.Ollivier Robert1998-11-061-2/+2
| | | | | | | Caught by: Janick Taillandier <Janick.Taillandier@ratp.fr> Notes: svn path=/head/; revision=40953
* Just the sans-serif console font that I use on my system; I've made thePoul-Henning Kamp1998-05-041-1/+2
| | | | | | | | | | | | letters one pixel taller, and the ()[]{} are more distinct. Nice if your monitor is small. 8x16 and 8x8 fonts included. PR: 4208 Reviewed by: phk Submitted by: Dan Nelson <dnelson@emsphone.com> Notes: svn path=/head/; revision=35687
* 444 -> ${SHAREMODE}Wolfram Schneider1998-01-031-3/+3
| | | | | | | /usr/share -> ${SHAREDIR} Notes: svn path=/head/; revision=32213
* Polish fonts and keymap.Wolfram Schneider1997-09-221-1/+2
| | | | | | | | Submitted by: abial@warman.org.pl PR: 4522 Notes: svn path=/head/; revision=29726
* Back out cd ${.CURDIR}, stale obj faultAndrey A. Chernov1997-04-041-2/+1
| | | | Notes: svn path=/head/; revision=24605
* cd ${.CURDIR} before installing, since no files in the obj directoryAndrey A. Chernov1997-04-021-2/+3
| | | | Notes: svn path=/head/; revision=24557
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22988
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Don't create unused object directory.Bruce Evans1997-01-011-5/+2
| | | | | | | Don't override harmless clean rule. Notes: svn path=/head/; revision=21160
* add 8x16 iso-8859-2 fontWolfram Schneider1996-08-191-1/+2
| | | | | | | submitted by: Slaven Reziæ (Tomiæ) <eserte@cs.tu-berlin.de> Notes: svn path=/head/; revision=17696
* add forgotten INDEX.fonts, kbdmap(1) need this fileWolfram Schneider1996-02-181-2/+3
| | | | Notes: svn path=/head/; revision=14137
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-07-251-2/+2
| | | | | | | specified in the top level Makefiles. Notes: svn path=/head/; revision=9701
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
| | | | Notes: svn path=/head/; revision=8875
* Add my thin 8x16 font with ISO-8859-1 characters.Ollivier Robert1995-02-221-1/+2
| | | | | | | Sorry, no 8x8 or 8x14 font. Notes: svn path=/head/; revision=6637
* Added six new thin fonts (great on laptops)Søren Schmidt1995-02-221-5/+13
| | | | | | | Cleaned up Makefile Notes: svn path=/head/; revision=6629
* Fix bogus all & clean rules.Jordan K. Hubbard1995-01-241-3/+2
| | | | Notes: svn path=/head/; revision=5822
* Add standard VGA fonts setAndrey A. Chernov1994-09-251-1/+2
| | | | Notes: svn path=/head/; revision=3090
* Add missing MakefileAndrey A. Chernov1994-09-251-0/+19
Notes: svn path=/head/; revision=3079