diff options
author | wiz <wiz@pkgsrc.org> | 2007-03-18 20:22:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-03-18 20:22:12 +0000 |
commit | b32e232c75898dcb1973c334ffb2c04830489ccc (patch) | |
tree | 0ab70045e2466993671c55ac1fcb1efd4c4f2af1 /fonts | |
parent | b04085c6661f05bd609fc372a110c5a779f35882 (diff) | |
download | pkgsrc-b32e232c75898dcb1973c334ffb2c04830489ccc.tar.gz |
Update to 1.0.2:
Remove the ansi-1251 encoding, it's called microsoft-cp1251.
Simplify some encodings to avoid stating the obvious.
Limit UNDEFINE line to en encoding's declared SIZE (bug 1248).
This is not needed with libfontenc (used by the X server and mkfontscale),
which will ignore out-of-range entries, but apparently caused ttmkfdir to
crash. Thanks to Donnie Berkholtz.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/encodings/Makefile | 4 | ||||
-rw-r--r-- | fonts/encodings/PLIST | 3 | ||||
-rw-r--r-- | fonts/encodings/distinfo | 9 | ||||
-rw-r--r-- | fonts/encodings/patches/patch-aa | 17 |
4 files changed, 25 insertions, 8 deletions
diff --git a/fonts/encodings/Makefile b/fonts/encodings/Makefile index 61989e8a19d..41f38b7fd5b 100644 --- a/fonts/encodings/Makefile +++ b/fonts/encodings/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/11/03 19:10:40 joerg Exp $ +# $NetBSD: Makefile,v 1.2 2007/03/18 20:22:12 wiz Exp $ # -DISTNAME= encodings-1.0.1 +DISTNAME= encodings-1.0.2 CATEGORIES= fonts x11 MASTER_SITES= http://xorg.freedesktop.org/releases/individual/font/ EXTRACT_SUFX= .tar.bz2 diff --git a/fonts/encodings/PLIST b/fonts/encodings/PLIST index 94ff209dfe8..46cdc157a56 100644 --- a/fonts/encodings/PLIST +++ b/fonts/encodings/PLIST @@ -1,8 +1,7 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/03 19:10:40 joerg Exp $ +@comment $NetBSD: PLIST,v 1.2 2007/03/18 20:22:12 wiz Exp $ lib/X11/fonts/encodings/adobe-dingbats.enc.gz lib/X11/fonts/encodings/adobe-standard.enc.gz lib/X11/fonts/encodings/adobe-symbol.enc.gz -lib/X11/fonts/encodings/ansi-1251.enc.gz lib/X11/fonts/encodings/armscii-8.enc.gz lib/X11/fonts/encodings/ascii-0.enc.gz lib/X11/fonts/encodings/dec-special.enc.gz diff --git a/fonts/encodings/distinfo b/fonts/encodings/distinfo index 3895c6955f0..6426c3307ed 100644 --- a/fonts/encodings/distinfo +++ b/fonts/encodings/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/11/03 19:10:40 joerg Exp $ +$NetBSD: distinfo,v 1.2 2007/03/18 20:22:12 wiz Exp $ -SHA1 (encodings-1.0.1.tar.bz2) = 2137e027a4863c1748286382603bdb27b640e2cd -RMD160 (encodings-1.0.1.tar.bz2) = 007185644f0e4cee90caf137d3ca60ff899e67a6 -Size (encodings-1.0.1.tar.bz2) = 571518 bytes +SHA1 (encodings-1.0.2.tar.bz2) = 63622374470204f6501ffb5f4df84228d859c9cf +RMD160 (encodings-1.0.2.tar.bz2) = 39e063686a1659f58abd5532f5506891c0f17728 +Size (encodings-1.0.2.tar.bz2) = 571623 bytes +SHA1 (patch-aa) = c0bc3bc893d14da3bd4d5c172795c5814e949e5f diff --git a/fonts/encodings/patches/patch-aa b/fonts/encodings/patches/patch-aa new file mode 100644 index 00000000000..b4e612df29d --- /dev/null +++ b/fonts/encodings/patches/patch-aa @@ -0,0 +1,17 @@ +$NetBSD: patch-aa,v 1.1 2007/03/18 20:22:12 wiz Exp $ + +--- configure.orig 2006-11-08 13:43:01.000000000 +0000 ++++ configure +@@ -1963,10 +1963,10 @@ AMSHOWCMDSAT='' + AMDEPSHOWCMDSAT='' + AMPRETTYECHO=true + AMCMDECHO=echo +-if test "x$enable_pretty_cmds" == xyes; ++if test "x$enable_pretty_cmds" = xyes; + then + AMSHOWCMDSAT='@' +- test x$enable_dependency_tracking == xno && AMDEPSHOWCMDSAT='@' ++ test x$enable_dependency_tracking = xno && AMDEPSHOWCMDSAT='@' + AMPRETTYECHO=echo + AMCMDECHO=true + LT_QUIET='--quiet' |