Set PKG_ARCH = * in all font ports.

The unmarked ports contained only .ttf, .otf, .pcf, and text files,
all arch-independent.
This commit is contained in:
bentley 2020-05-25 04:30:12 +00:00
parent cf129f876c
commit d509c023f8
15 changed files with 60 additions and 26 deletions

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.4 2020/02/03 21:51:12 fcambus Exp $
# $OpenBSD: Makefile,v 1.5 2020/05/25 04:30:12 bentley Exp $
COMMENT = faithfully remade Amiga fonts
GH_ACCOUNT = rewtnull
GH_PROJECT = amigafonts
GH_TAGNAME = 1.02
REVISION = 0
CATEGORIES = fonts
@ -18,6 +19,8 @@ PERMIT_PACKAGE = Yes
NO_BUILD = Yes
NO_TEST = Yes
PKG_ARCH = *
FONTDIR = ${PREFIX}/share/fonts/amigafonts
DOCDIR = ${PREFIX}/share/doc/amigafonts

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.4 2020/05/25 03:40:07 bentley Exp $
# $OpenBSD: Makefile,v 1.5 2020/05/25 04:30:12 bentley Exp $
COMMENT = Unicode-based font for Devanagari script
V = 1.204
DISTNAME = AnnapurnaSIL-$V
PKGNAME = annapurna-$V
REVISION = 0
REVISION = 1
CATEGORIES = fonts
@ -23,6 +23,8 @@ EXTRACT_SUFX = .zip
NO_BUILD = Yes
NO_TEST = Yes
PKG_ARCH = *
FONTDIR = ${PREFIX}/share/fonts/annapurna
DOCDIR = ${PREFIX}/share/doc/annapurna

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.14 2019/12/08 20:27:52 jasper Exp $
# $OpenBSD: Makefile,v 1.15 2020/05/25 04:30:12 bentley Exp $
COMMENT = programming font designed with functionality in mind
V = 1.8.0
DISTNAME = fantasque-sans-$V
DISTFILES = ${DISTNAME}{FantasqueSansMono-Normal}.tar.gz
REVISION = 0
CATEGORIES = fonts
@ -20,6 +21,8 @@ MASTER_SITES = https://github.com/belluzj/fantasque-sans/releases/download/v$V
NO_BUILD = Yes
NO_TEST = Yes
PKG_ARCH = *
FONTDIR = ${PREFIX}/share/fonts/fantasque-sans
do-install:

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2019/07/12 20:46:12 sthen Exp $
# $OpenBSD: Makefile,v 1.7 2020/05/25 04:30:12 bentley Exp $
COMMENT= extra japanese fonts
@ -7,6 +7,7 @@ V= 1.2.1
DISTNAME= intlfonts-$V
PKGNAME= ja-fonts-gnu-$V
USE_X11 = Yes
REVISION = 0
MASTER_SITES= ${MASTER_SITE_GNU:=intlfonts/}
@ -28,6 +29,8 @@ NO_TEST= Yes
CONFIGURE_ARGS= --with-fontdir='$${DESTDIR}${FONTDIR}' \
--enable-compress='gzip -9' --with-bdf=no
PKG_ARCH = *
# Allow for several sets of fonts to be in the same directory
post-install:
@cd ${FONTDIR} && mv -f fonts.alias fonts.alias-gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2019/07/14 00:39:36 naddy Exp $
# $OpenBSD: Makefile,v 1.5 2020/05/25 04:30:12 bentley Exp $
COMMENT= extra japanese fonts, marumoji
@ -7,7 +7,7 @@ DIST_SUBDIR= ja-fonts
DISTNAME= ja-fonts-funet
PKGNAME= ${DISTNAME}-19911117
REVISION= 1
REVISION= 2
MASTER_SITES= ftp://ftp.funet.fi/pub/culture/japan/fonts/bdf/
@ -31,6 +31,8 @@ PERMIT_PACKAGE= Yes
CONFIGURE_STYLE= imake
PKG_ARCH = *
FONTDIR=${PREFIX}/share/fonts/ja
post-extract:

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.5 2019/07/12 20:46:12 sthen Exp $
# $OpenBSD: Makefile,v 1.6 2020/05/25 04:30:12 bentley Exp $
COMMENT= extra Korean fonts
PKGNAME= ko-hanterm-fonts-3.1
DISTNAME= hanterm-font-3.1
REVISION= 1
REVISION= 2
CATEGORIES= fonts korean x11
USE_X11 = Yes
@ -31,6 +31,8 @@ do-build:
NO_TEST= Yes
PKG_ARCH = *
do-install:
${INSTALL_DATA_DIR} ${FONTDIR}
${INSTALL_DATA} ${WRKBUILD}/*.pcf.gz ${FONTDIR}

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.2 2020/05/25 03:40:08 bentley Exp $
# $OpenBSD: Makefile,v 1.3 2020/05/25 04:30:12 bentley Exp $
COMMENT = font to increase readability for readers with dyslexia
GH_ACCOUNT = antijingoist
GH_PROJECT = opendyslexic
GH_TAGNAME = v0.9.10
REVISION = 0
REVISION = 1
CATEGORIES = fonts
@ -19,6 +19,8 @@ PERMIT_PACKAGE = Yes
NO_BUILD = Yes
NO_TEST = Yes
PKG_ARCH = *
FONTDIR = ${PREFIX}/share/fonts/opendyslexic
DOCDIR = ${PREFIX}/share/doc/opendyslexic

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.5 2020/01/26 11:14:31 jasper Exp $
# $OpenBSD: Makefile,v 1.6 2020/05/25 04:30:12 bentley Exp $
COMMENT = fixed width fonts especially for long hacking sessions
DISTNAME = ProFont-2.2
CATEGORIES = fonts x11
REVISION = 1
REVISION = 2
HOMEPAGE = http://www.fontsquirrel.com/fonts/ProFontWindows
@ -21,6 +21,8 @@ EXTRACT_SUFX = .zip
NO_BUILD= Yes
NO_TEST = Yes
PKG_ARCH = *
FONTDIR = ${PREFIX}/share/fonts/profont
do-install:

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.6 2020/05/25 03:40:08 bentley Exp $
# $OpenBSD: Makefile,v 1.7 2020/05/25 04:30:12 bentley Exp $
COMMENT = strong, neutral, principles-driven typeface
V = 1.008
DISTNAME = public-sans-v$V
PKGNAME = public-sans-$V
REVISION = 0
REVISION = 1
CATEGORIES = fonts
@ -23,6 +23,8 @@ NO_TEST = Yes
WRKDIST = ${WRKDIR}
PKG_ARCH = *
FONTDIR = ${PREFIX}/share/fonts/public-sans
FIX_EXTRACT_PERMISSIONS = Yes

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.3 2020/05/25 03:40:08 bentley Exp $
# $OpenBSD: Makefile,v 1.4 2020/05/25 04:30:12 bentley Exp $
V = 2.100
COMMENT = traditional Arabic Unicode font
DISTNAME = Scheherazade-${V}
PKGNAME = scheherazade-${V}
CATEGORIES = fonts
REVISION = 0
REVISION = 1
HOMEPAGE = https://software.sil.org/scheherazade/
MAINTAINER = George Rosamond <george@nycbug.org>
@ -19,6 +19,8 @@ EXTRACT_SUFX = .zip
NO_BUILD = Yes
NO_TEST = Yes
PKG_ARCH = *
FONTDIR = ${PREFIX}/share/fonts/scheherazade
DOCDIR = ${PREFIX}/share/doc/scheherazade

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.4 2019/12/01 14:55:22 fcambus Exp $
# $OpenBSD: Makefile,v 1.5 2020/05/25 04:30:12 bentley Exp $
COMMENT = bitmap fonts from SGI
DISTNAME = sgi-fonts
PKGNAME = ${DISTNAME}-1.0
REVISION = 0
REVISION = 1
CATEGORIES = fonts
@ -22,6 +22,8 @@ FONTDIR= ${PREFIX}/share/fonts/sgi-fonts
WRKSRC = ${WRKDIST}/sgi
PKG_ARCH = *
do-build:
cd ${WRKSRC}; \
for file in *.bdf; do \

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.16 2020/03/02 10:05:28 edd Exp $
# $OpenBSD: Makefile,v 1.17 2020/05/25 04:30:12 bentley Exp $
COMMENT = monospaced bitmap fonts for consoles and terminals
V = 1.7.0
REVISION = 0
REVISION = 1
DISTNAME = spleen-${V}
CATEGORIES = fonts
@ -20,6 +20,8 @@ MASTER_SITES = https://github.com/fcambus/spleen/releases/download/${V}/
NO_TEST = Yes
USE_X11 = Yes
PKG_ARCH = *
FONTDIR = ${PREFIX}/share/fonts/spleen
do-build:

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.3 2020/05/25 03:40:08 bentley Exp $
# $OpenBSD: Makefile,v 1.4 2020/05/25 04:30:12 bentley Exp $
V = 2.000
COMMENT = Unicode Tagmukay Shifinagh script font
DISTNAME = Tagmukay-${V}
PKGNAME = tagmukay-${V}
CATEGORIES = fonts
REVISION = 0
REVISION = 1
HOMEPAGE = https://software.sil.org/tagmukay/
MAINTAINER = George Rosamond <george@nycbug.org>
@ -21,6 +21,8 @@ MODULE = font
NO_BUILD = Yes
NO_TEST = Yes
PKG_ARCH = *
FONTDIR = ${PREFIX}/share/fonts/tagmukay
DOCDIR = ${PREFIX}/share/doc/tagmukay

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2019/07/12 20:46:13 sthen Exp $
# $OpenBSD: Makefile,v 1.3 2020/05/25 04:30:12 bentley Exp $
COMMENT = Serif Latin and Looped Thai typeface
DISTNAME = taviraj-0.20160412
REVISION = 0
GH_ACCOUNT = cadsondemak
GH_PROJECT = taviraj
@ -20,6 +21,8 @@ PERMIT_PACKAGE = Yes
NO_BUILD = Yes
NO_TEST = Yes
PKG_ARCH = *
FONTDIR = ${PREFIX}/share/fonts/taviraj
DOCDIR = ${PREFIX}/share/doc/taviraj

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.16 2019/07/12 20:46:13 sthen Exp $
# $OpenBSD: Makefile,v 1.17 2020/05/25 04:30:13 bentley Exp $
COMMENT = fixed width fonts especially for long hacking sessions
DISTNAME = terminus-font-4.47
CATEGORIES = fonts x11
REVISION = 0
REVISION = 1
HOMEPAGE = http://terminus-font.sourceforge.net/
@ -43,6 +43,8 @@ FLAVOR_PATCHES += ${WRKSRC}/alt/gq2.diff
PATCH_LIST = patch-* ${FLAVOR_PATCHES}
PKG_ARCH = *
do-install:
${GZIP_CMD} ${WRKSRC}/*.pcf
${X11BASE}/bin/mkfontdir ${WRKSRC}