pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/encodings Update to encodings-1.0.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b749320edca7
branches:  trunk
changeset: 567147:b749320edca7
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Nov 09 18:01:19 2009 +0000

description:
Update to encodings-1.0.3.

pkgsrc note: upstream is migrating the default font directory from
${PREFIX}/lib/X11/fonts to ${PREFIX}/share/X11/fonts. This would break
stuff in pkgsrc, so pass --with-fontrootdir to keep the old dir for now.

Changes:
Migrate to xorg macros 1.3 & font-util 1.1 macros
Add pointers to mailing lists, bugzilla, & git to README
Janitor: Correct make distcheck and configure.ac simplification
Add missing PHONY line for automatic ChangeLog generation
Replace generic copyright statement.

diffstat:

 fonts/encodings/Makefile         |   5 +++--
 fonts/encodings/distinfo         |   9 ++++-----
 fonts/encodings/patches/patch-aa |  17 -----------------
 3 files changed, 7 insertions(+), 24 deletions(-)

diffs (56 lines):

diff -r 633d3ae455c3 -r b749320edca7 fonts/encodings/Makefile
--- a/fonts/encodings/Makefile  Mon Nov 09 17:43:58 2009 +0000
+++ b/fonts/encodings/Makefile  Mon Nov 09 18:01:19 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2008/05/24 21:45:20 tnn Exp $
+# $NetBSD: Makefile,v 1.4 2009/11/09 18:01:19 tnn Exp $
 #
 
-DISTNAME=              encodings-1.0.2
+DISTNAME=              encodings-1.0.3
 CATEGORIES=            fonts x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=font/}
 EXTRACT_SUFX=          .tar.bz2
@@ -14,6 +14,7 @@
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 GNU_CONFIGURE=         yes
+CONFIGURE_ARGS+=       --with-fontrootdir=${PREFIX}/lib/X11/fonts
 
 USE_TOOLS+=            gzip mkfontscale
 
diff -r 633d3ae455c3 -r b749320edca7 fonts/encodings/distinfo
--- a/fonts/encodings/distinfo  Mon Nov 09 17:43:58 2009 +0000
+++ b/fonts/encodings/distinfo  Mon Nov 09 18:01:19 2009 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.2 2007/03/18 20:22:12 wiz Exp $
+$NetBSD: distinfo,v 1.3 2009/11/09 18:01:19 tnn Exp $
 
-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
+SHA1 (encodings-1.0.3.tar.bz2) = 615b8367ee20fc50688e4876aa250419927d64cc
+RMD160 (encodings-1.0.3.tar.bz2) = 15ac1362cc1969d7e0101767820537d2db348d9a
+Size (encodings-1.0.3.tar.bz2) = 678895 bytes
diff -r 633d3ae455c3 -r b749320edca7 fonts/encodings/patches/patch-aa
--- a/fonts/encodings/patches/patch-aa  Mon Nov 09 17:43:58 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$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'



Home | Main Index | Thread Index | Old Index