Do not install cbm-directory-charset.fon -- it is needed
for win32 only, and it makes the mkfontscale in NetBSD 2.0 dump core (PR xsrc/25587). Bump PKGREVISION.
This commit is contained in:
parent
e1877a67f1
commit
7ae34063d5
4 changed files with 17 additions and 4 deletions
|
@ -1,7 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.44 2004/05/25 21:53:11 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.45 2004/07/16 22:59:11 kristerw Exp $
|
||||
#
|
||||
|
||||
DISTNAME= vice-1.14
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/VICE/ \
|
||||
http://www.nic.funet.fi/pub/cbm/crossplatform/emulators/VICE/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.10 2004/01/31 00:51:39 kristerw Exp $
|
||||
@comment $NetBSD: PLIST,v 1.11 2004/07/16 22:59:11 kristerw Exp $
|
||||
bin/c1541
|
||||
bin/petcat
|
||||
bin/vsid
|
||||
|
@ -223,7 +223,6 @@ share/vice/VIC20/win_pos.vkm
|
|||
share/vice/VIC20/win_sym.vkm
|
||||
share/vice/VIC20/x11_pos.vkm
|
||||
share/vice/VIC20/x11_sym.vkm
|
||||
share/vice/fonts/cbm-directory-charset.fon
|
||||
share/vice/fonts/fonts.dir
|
||||
share/vice/fonts/vice-cbm.pcf
|
||||
@dirrm share/vice/fonts
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.12 2004/01/31 00:51:39 kristerw Exp $
|
||||
$NetBSD: distinfo,v 1.13 2004/07/16 22:59:11 kristerw Exp $
|
||||
|
||||
SHA1 (vice-1.14.tar.gz) = 5f2c458533db0b41dd55732e9d9434275904ab29
|
||||
Size (vice-1.14.tar.gz) = 3794698 bytes
|
||||
SHA1 (patch-aa) = fa152c1d14aad31c0b50fe96c83b4e5cfa06de5f
|
||||
SHA1 (patch-ab) = 0be2ec8b98a50e5c879095b1d0327c802b7740e2
|
||||
SHA1 (patch-ac) = bb648b8dc668a12540eab9f1be6374aab8cda35a
|
||||
SHA1 (patch-ae) = c2ede31953ebaf033c9ae1aa1985012fb0e5f3b6
|
||||
|
|
12
emulators/vice/patches/patch-ac
Normal file
12
emulators/vice/patches/patch-ac
Normal file
|
@ -0,0 +1,12 @@
|
|||
$NetBSD: patch-ac,v 1.13 2004/07/16 22:59:11 kristerw Exp $
|
||||
|
||||
--- data/fonts/Makefile.in.orig Sat Jul 17 00:15:03 2004
|
||||
+++ data/fonts/Makefile.in Sat Jul 17 00:15:14 2004
|
||||
@@ -219,7 +219,6 @@
|
||||
fontsdir = $(prefix)/lib/vice/fonts
|
||||
|
||||
fonts_DATA = \
|
||||
- cbm-directory-charset.fon \
|
||||
vice-cbm.bdf
|
||||
|
||||
|
Loading…
Reference in a new issue