Update to font-bh-100dpi-1.0.1: Move to share/fonts.

This commit is contained in:
joerg 2010-09-09 02:23:38 +00:00
parent 1ad90cd91f
commit dd5963fd03
6 changed files with 568 additions and 609 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.3 2008/05/24 21:45:21 tnn Exp $
# $NetBSD: Makefile,v 1.4 2010/09/09 02:23:38 joerg Exp $
#
DISTNAME= font-bh-100dpi-1.0.0
DISTNAME= font-bh-100dpi-1.0.1
CATEGORIES= fonts
MASTER_SITES= ${MASTER_SITE_XORG:=font/}
EXTRACT_SUFX= .tar.bz2
@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= gmake pkg-config bdftopcf ucs2any gzip
FONTS_DIRS.x11= lib/X11/fonts/100dpi
FONTS_DIRS.x11= share/fonts/X11/100dpi
INSTALLATION_DIRS= share/doc/font-bh-100dpi

File diff suppressed because it is too large Load diff

View file

@ -1,8 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2006/11/15 11:20:18 joerg Exp $
$NetBSD: distinfo,v 1.2 2010/09/09 02:23:38 joerg Exp $
SHA1 (font-bh-100dpi-1.0.0.tar.bz2) = 700dd43e72a1a48263627f0b4e3e0fe9f98fe770
RMD160 (font-bh-100dpi-1.0.0.tar.bz2) = 6f0a1719962bb018b5b6ce684ac6e6febf722c07
Size (font-bh-100dpi-1.0.0.tar.bz2) = 662648 bytes
SHA1 (patch-aa) = 4a569356792e42ff8c858fc825b591aed8bb6572
SHA1 (patch-ab) = 695f63012bd466ca1bf1498df7d88e9f12295dce
SHA1 (patch-ac) = fa4de51cb30fc50566bff502397c7f05dcbd929b
SHA1 (font-bh-100dpi-1.0.1.tar.bz2) = 4f3edda5dd35145cbd1ce8759e0a999b3a04f9c0
RMD160 (font-bh-100dpi-1.0.1.tar.bz2) = 8d50039d83948c9a5bd5899c0aa6af22aca89f4a
Size (font-bh-100dpi-1.0.1.tar.bz2) = 724728 bytes

View file

@ -1,13 +0,0 @@
$NetBSD: patch-aa,v 1.1.1.1 2006/11/15 11:20:18 joerg Exp $
--- Makefile.am.orig 2005-11-24 06:21:14.000000000 +0100
+++ Makefile.am
@@ -208,8 +208,6 @@ EXTRA_DIST = $(BDF_FILES) LU_LEGALNOTICE
all-local: $(BUILT_BDF_FILES) $(font_DATA)
install-data-hook:
- @rm -f $(DESTDIR)$(fontdir)/fonts.scale
- $(MKFONTSCALE) $(DESTDIR)$(fontdir)
@rm -f $(DESTDIR)$(fontdir)/font.dir
$(MKFONTDIR) $(DESTDIR)$(fontdir)

View file

@ -1,13 +0,0 @@
$NetBSD: patch-ab,v 1.1.1.1 2006/11/15 11:20:18 joerg Exp $
--- Makefile.in.orig 2005-12-21 09:16:46.000000000 +0100
+++ Makefile.in
@@ -568,8 +568,6 @@ uninstall-am: uninstall-fontDATA uninsta
all-local: $(BUILT_BDF_FILES) $(font_DATA)
install-data-hook:
- @rm -f $(DESTDIR)$(fontdir)/fonts.scale
- $(MKFONTSCALE) $(DESTDIR)$(fontdir)
@rm -f $(DESTDIR)$(fontdir)/font.dir
$(MKFONTDIR) $(DESTDIR)$(fontdir)

View file

@ -1,12 +0,0 @@
$NetBSD: patch-ac,v 1.1.1.1 2006/11/15 11:20:18 joerg Exp $
--- configure.ac.orig 2005-12-15 01:24:22.000000000 +0100
+++ configure.ac
@@ -30,7 +30,6 @@ AC_PROG_INSTALL
AC_PATH_PROG(BDFTOPCF, bdftopcf)
AC_PATH_PROG(UCS2ANY, ucs2any)
-AC_PATH_PROG(MKFONTSCALE, mkfontscale)
AC_PATH_PROG(MKFONTDIR, mkfontdir)
m4_ifdef([AS_HELP_STRING], , [m4_define([AS_HELP_STRING], m4_defn([AC_HELP_STRING]))])