pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/vice Do not install cbm-directory-charset.fo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f93c0456e1b2
branches:  trunk
changeset: 478091:f93c0456e1b2
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Fri Jul 16 22:59:11 2004 +0000

description:
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.

diffstat:

 emulators/vice/Makefile         |   3 ++-
 emulators/vice/PLIST            |   3 +--
 emulators/vice/distinfo         |   3 ++-
 emulators/vice/patches/patch-ac |  12 ++++++++++++
 4 files changed, 17 insertions(+), 4 deletions(-)

diffs (59 lines):

diff -r 8bbcbfa6fdfc -r f93c0456e1b2 emulators/vice/Makefile
--- a/emulators/vice/Makefile   Fri Jul 16 16:50:47 2004 +0000
+++ b/emulators/vice/Makefile   Fri Jul 16 22:59:11 2004 +0000
@@ -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/
diff -r 8bbcbfa6fdfc -r f93c0456e1b2 emulators/vice/PLIST
--- a/emulators/vice/PLIST      Fri Jul 16 16:50:47 2004 +0000
+++ b/emulators/vice/PLIST      Fri Jul 16 22:59:11 2004 +0000
@@ -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_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
diff -r 8bbcbfa6fdfc -r f93c0456e1b2 emulators/vice/distinfo
--- a/emulators/vice/distinfo   Fri Jul 16 16:50:47 2004 +0000
+++ b/emulators/vice/distinfo   Fri Jul 16 22:59:11 2004 +0000
@@ -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
diff -r 8bbcbfa6fdfc -r f93c0456e1b2 emulators/vice/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/vice/patches/patch-ac   Fri Jul 16 22:59:11 2004 +0000
@@ -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
+ 
+ 



Home | Main Index | Thread Index | Old Index