diff options
author | wiz <wiz@pkgsrc.org> | 2012-06-03 17:21:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-06-03 17:21:25 +0000 |
commit | 560426c6b25c2e1c8b40c029590f51ec96bb5f8c (patch) | |
tree | d5b7b436830542a97c5ad6590c8ed1424d2b32cf /fonts | |
parent | a3d16d27e6137196caac6d71b21f44635265799e (diff) | |
download | pkgsrc-560426c6b25c2e1c8b40c029590f51ec96bb5f8c.tar.gz |
Update to 1.1.1:
1.1.1:
This minor maintenance release fixes several build configuration and
compiler warning issues.
1.1.0:
This release adds support for finding the encoding data-files in
using the standard autoconf macros provided by X.Org's fontutil.m4.
The precedence is now (first found is used):
--with-encodingsdir=<pathname>
encodings subdirectory of fontrootdir found via:
--with-fontrootdir
pkg-config --variable=fontrootdir fontutil
${datadir}/fonts/X11
It also converts to using standard libc memory allocation functions,
and provides the usual recent build configuration improvements and
janitorial cleanups.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/libfontenc/Makefile | 4 | ||||
-rw-r--r-- | fonts/libfontenc/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/fonts/libfontenc/Makefile b/fonts/libfontenc/Makefile index d049a1e154b..5eff081ec68 100644 --- a/fonts/libfontenc/Makefile +++ b/fonts/libfontenc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2009/08/29 15:34:00 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2012/06/03 17:21:25 wiz Exp $ # -DISTNAME= libfontenc-1.0.5 +DISTNAME= libfontenc-1.1.1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 diff --git a/fonts/libfontenc/distinfo b/fonts/libfontenc/distinfo index 6235bfdc139..3a71e7ce2b0 100644 --- a/fonts/libfontenc/distinfo +++ b/fonts/libfontenc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2009/08/29 15:34:00 wiz Exp $ +$NetBSD: distinfo,v 1.4 2012/06/03 17:21:25 wiz Exp $ -SHA1 (libfontenc-1.0.5.tar.bz2) = e71370c349e93ba70f91ad1148ca9e5cabfcca4f -RMD160 (libfontenc-1.0.5.tar.bz2) = 4a890690422cc1051cef6f167b0474ff4dd77ef1 -Size (libfontenc-1.0.5.tar.bz2) = 250146 bytes +SHA1 (libfontenc-1.1.1.tar.bz2) = 90bdd53d75585dd0f06ad7bc23faccd8a01bb733 +RMD160 (libfontenc-1.1.1.tar.bz2) = 237ca9ba30d46666608894a13f974eb76d067b34 +Size (libfontenc-1.1.1.tar.bz2) = 289688 bytes |