pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/pcemu Fix font handling. Builds on 3.99.15/i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f8f756835a7a
branches:  trunk
changeset: 508295:f8f756835a7a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Feb 17 19:23:54 2006 +0000

description:
Fix font handling. Builds on 3.99.15/i386; remove BROKEN_IN.
Bump PKGREVISION.

diffstat:

 emulators/pcemu/Makefile |  10 ++++++----
 emulators/pcemu/PLIST    |   7 +++----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (54 lines):

diff -r d924da1d2730 -r f8f756835a7a emulators/pcemu/Makefile
--- a/emulators/pcemu/Makefile  Fri Feb 17 19:23:14 2006 +0000
+++ b/emulators/pcemu/Makefile  Fri Feb 17 19:23:54 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2006/02/05 23:09:02 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2006/02/17 19:23:54 wiz Exp $
 
 DISTNAME=      pcemu1.01alpha
 PKGNAME=       pcemu-1.01a
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    emulators
 MASTER_SITES=  ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/ \
                ftp://ftp.interface-business.de/pub/outgoing/ \
@@ -13,9 +13,11 @@
 
 USE_TOOLS+=    bdftopcf mkfontdir
 
-BROKEN_IN=     pkgsrc-2005Q4
+MAKE_ENV+=     FILESDIR=${FILESDIR:Q}
 
-MAKE_ENV+=     FILESDIR=${FILESDIR:Q}
+FONTS_DIRS.x11=        ${PREFIX}/lib/pcemu/font
+REQD_DIRS=     ${PREFIX}/lib/pcemu/font
+REQD_DIRS+=    ${PREFIX}/lib/pcemu
 
 .include "../../mk/x11.buildlink3.mk"
 
diff -r d924da1d2730 -r f8f756835a7a emulators/pcemu/PLIST
--- a/emulators/pcemu/PLIST     Fri Feb 17 19:23:14 2006 +0000
+++ b/emulators/pcemu/PLIST     Fri Feb 17 19:23:54 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:53:14 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/02/17 19:23:54 wiz Exp $
 bin/pcemu
 lib/pcemu/doc/BUGS
 lib/pcemu/doc/CHANGES
@@ -8,7 +8,6 @@
 lib/pcemu/doc/lredir.readme
 lib/pcemu/doc/report.ps.gz
 lib/pcemu/font/vga.pcf.Z
-lib/pcemu/font/fonts.dir
 lib/pcemu/C/vga50.com
 lib/pcemu/C/config.sys
 lib/pcemu/C/dumpdisk.exe
@@ -16,6 +15,6 @@
 lib/pcemu/C/emufs.sys
 lib/pcemu/DriveA
 @dirrm lib/pcemu/doc
-@dirrm lib/pcemu/font
+@comment in REQ_DIRS: @dirrm lib/pcemu/font
 @dirrm lib/pcemu/C
-@dirrm lib/pcemu
+@comment in REQ_DIRS: @dirrm lib/pcemu



Home | Main Index | Thread Index | Old Index