Path to this page:
./
fonts/libfontenc,
Library for handling fonts with different character set encodings
Branch: CURRENT,
Version: 1.1.8,
Package name: libfontenc-1.1.8,
Maintainer: pkgsrc-usersThe libfontenc library is used by the Xorg server and other X font
tools for handling fonts with different character set encodings.
Required to build:[
x11/xorgproto]
Master sites:
Filesize: 267.75 KB
Version history: (Expand)
- (2024-03-03) Updated to version: libfontenc-1.1.8
- (2022-12-09) Updated to version: libfontenc-1.1.7
- (2022-09-01) Updated to version: libfontenc-1.1.6
- (2022-08-27) Updated to version: libfontenc-1.1.5
- (2019-02-21) Updated to version: libfontenc-1.1.4
- (2018-03-07) Updated to version: libfontenc-1.1.3nb1
CVS history: (Expand)
2024-03-03 11:03:09 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
libfontenc: update to 1.1.8.
This release includes build system cleanups and adds "e" to the fopen()
flags to avoid leaking fd's when calling applications exec another program.
Since this release was generated using the new GNU autoconf 2.72, this
also adds a --enable-year2038 configure flag which may allow it to
work with files whose timestamps are later than January 19, 2038 on
32-bit platforms, but this has not been tested. This only applies to
non-compressed files opened by this library - compressed files are
handled by libz and depend on whether it was built with post-Y2038 support.
Alan Coopersmith (5):
configure: raise minimum autoconf requirement to 2.70
Remove "All rights reserved" from Oracle copyright notices
configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
Set close-on-exec when opening files
libfontenc 1.1.8
|
2022-12-09 00:34:10 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
libfontenc: update to 1.1.7.
Matt Turner (2):
configure: Use AC_SYS_LARGEFILE to enable large file support
libfontenc 1.1.7
|
2022-11-09 14:14:32 by Joerg Sonnenberger | Files touched by this commit (223) |
Log message:
Reset MAINTAINER
|
2022-08-31 21:19:25 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
libfontenc: update to 1.1.6.
This quick update fixes build failures in libfontenc 1.1.5 on platforms
that require setting a #define such as _GNU_SOURCE, _OPENBSD_SOURCE, or
__EXTENSIONS__ to expose the reallocarray() prototype in their headers.
|
2022-08-27 00:23:08 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
libfontenc: update to 1.1.5.
Alan Coopersmith (7):
Build xz tarballs instead of bzip2
Fix spelling/wording issues
gitlab CI: add a basic build test
Import reallocarray() from libX11 (originally from OpenBSD)
Convert code to use Xmallocarray() & Xreallocarray()
configure: Use AC_USE_SYSTEM_EXTENSIONS to set GNU_SOURCE & other defines
libfontenc 1.1.5
|
2021-10-26 12:28:41 by Nia Alarie | Files touched by this commit (864) |
Log message:
fonts: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:05:29 by Nia Alarie | Files touched by this commit (864) |
Log message:
fonts: Remove SHA1 hashes for distfiles
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|