pkgsrc/fonts/libfontenc/Makefile
wiz ae1541e00e libfontenc: update to 1.1.4.
This release fixes a bug that would cause mkfontscale(1) to fail to
produce entries for the iso8859-7 encoding because of wrong Unicode
mappings for the iso8859-7 codepage.

Alan Coopersmith (4):
      Fix iso8859-7 mappings for 0xA1, 0xA2, & 0xFF
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      libfontenc 1.1.4

Emil Velikov (1):
      autogen.sh: use quoted string variables

Julien Cristau (1):
      make FontEncDirectory return a const string

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish
2019-02-21 09:49:24 +00:00

21 lines
582 B
Makefile

# $NetBSD: Makefile,v 1.13 2019/02/21 09:49:24 wiz Exp $
DISTNAME= libfontenc-1.1.4
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Library for handling fonts with different character set encodings
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= fontenc.pc.in
GNU_CONFIGURE= yes
.include "../../meta-pkgs/modular-xorg/hacks.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../x11/xorgproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"