pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/tuxnes Document ONLY_FOR_PLATFORM. In additi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/83978bada71f
branches:  trunk
changeset: 643904:83978bada71f
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Thu Jan 01 10:56:23 2015 +0000

description:
Document ONLY_FOR_PLATFORM. In addition to some i386 assembler, this
one has a simple i386-generating dynamic recompiler... which looks
intriguingly plausible to expand on if anyone's bored and finds this
kind of thing interesting.

diffstat:

 emulators/tuxnes/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 791352409150 -r 83978bada71f emulators/tuxnes/Makefile
--- a/emulators/tuxnes/Makefile Thu Jan 01 10:46:32 2015 +0000
+++ b/emulators/tuxnes/Makefile Thu Jan 01 10:56:23 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2012/10/03 12:55:19 asau Exp $
+# $NetBSD: Makefile,v 1.13 2015/01/01 10:56:23 dholland Exp $
 #
 
 DISTNAME=              tuxnes-0.75
@@ -11,6 +11,7 @@
 COMMENT=               NES emulator
 LICENSE=               gnu-gpl-v2 # or later
 
+# Uses i386 assembler, and has an i386-targeted dynamic recompiler.
 ONLY_FOR_PLATFORM=     *-*-i386
 
 USE_TOOLS+=            gmake



Home | Main Index | Thread Index | Old Index