summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2009-11-09 18:01:19 +0000
committertnn <tnn@pkgsrc.org>2009-11-09 18:01:19 +0000
commitaa70c2d0c714c57a20d1efa925dedc11c0863a12 (patch)
tree2adb515c6e49553d9278edb0d572eeebceb6f474 /fonts
parent1b4a802e7c06270d11354cfd516d15bd42d68d2e (diff)
downloadpkgsrc-aa70c2d0c714c57a20d1efa925dedc11c0863a12.tar.gz
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 (limited to 'fonts')
-rw-r--r--fonts/encodings/Makefile5
-rw-r--r--fonts/encodings/distinfo9
-rw-r--r--fonts/encodings/patches/patch-aa17
3 files changed, 7 insertions, 24 deletions
diff --git a/fonts/encodings/Makefile b/fonts/encodings/Makefile
index 0ddb458fb52..b0f40b674a8 100644
--- a/fonts/encodings/Makefile
+++ b/fonts/encodings/Makefile
@@ -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_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-fontrootdir=${PREFIX}/lib/X11/fonts
USE_TOOLS+= gzip mkfontscale
diff --git a/fonts/encodings/distinfo b/fonts/encodings/distinfo
index 6426c3307ed..09f18e68a5a 100644
--- a/fonts/encodings/distinfo
+++ b/fonts/encodings/distinfo
@@ -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 --git a/fonts/encodings/patches/patch-aa b/fonts/encodings/patches/patch-aa
deleted file mode 100644
index b4e612df29d..00000000000
--- a/fonts/encodings/patches/patch-aa
+++ /dev/null
@@ -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'