pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/xnp2 Update xnp2 to 20140531.
details: https://anonhg.NetBSD.org/pkgsrc/rev/4d82ec14eeb1
branches: trunk
changeset: 635195:4d82ec14eeb1
user: tsutsui <tsutsui%pkgsrc.org@localhost>
date: Sun Jun 01 14:59:42 2014 +0000
description:
Update xnp2 to 20140531.
pkgsrc changes:
- remove xnp2-ia32 option
- always build both xnp2 (80286 core) and xnp21 (IA-32 core) binaries
Upstream changes (no English changelog):
- --enable-build-all option to configure that enables to build
both 80286 core and IA-32 core binaries is added
(per my request, thanks nonaka@)
diffstat:
emulators/xnp2/Makefile | 9 +++++----
emulators/xnp2/PLIST | 5 ++++-
emulators/xnp2/distinfo | 8 ++++----
emulators/xnp2/options.mk | 12 ------------
4 files changed, 13 insertions(+), 21 deletions(-)
diffs (77 lines):
diff -r af4f7ccde1b2 -r 4d82ec14eeb1 emulators/xnp2/Makefile
--- a/emulators/xnp2/Makefile Sun Jun 01 14:39:52 2014 +0000
+++ b/emulators/xnp2/Makefile Sun Jun 01 14:59:42 2014 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2014/05/05 00:47:50 ryoon Exp $
+# $NetBSD: Makefile,v 1.16 2014/06/01 14:59:42 tsutsui Exp $
-SNAPSHOTDATE= 20130727
+SNAPSHOTDATE= 20140531
DISTNAME= xnp2-${SNAPSHOTDATE}
PKGNAME= xnp2-0.83pl${SNAPSHOTDATE}
-PKGREVISION= 3
CATEGORIES= emulators
MASTER_SITES= http://www.nonakap.org/np2/
EXTRACT_SUFX= .tar.bz2
@@ -19,7 +18,7 @@
GNU_CONFIGURE= yes
-.include "options.mk"
+CONFIGURE_ARGS+= --enable-build-all
INSTALLATION_DIRS+= share/doc/xnp2 ${PKGMANDIR}/ja/man1
@@ -28,6 +27,8 @@
${DESTDIR}${PREFIX}/share/doc/xnp2
${MV} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/xnp2.1j \
${DESTDIR}${PREFIX}/${PKGMANDIR}/ja/man1/xnp2.1
+ ${MV} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/xnp21.1j \
+ ${DESTDIR}${PREFIX}/${PKGMANDIR}/ja/man1/xnp21.1
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6.0
.include "../../x11/gtk2/buildlink3.mk"
diff -r af4f7ccde1b2 -r 4d82ec14eeb1 emulators/xnp2/PLIST
--- a/emulators/xnp2/PLIST Sun Jun 01 14:39:52 2014 +0000
+++ b/emulators/xnp2/PLIST Sun Jun 01 14:59:42 2014 +0000
@@ -1,7 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2012/06/02 07:19:33 obache Exp $
+@comment $NetBSD: PLIST,v 1.2 2014/06/01 14:59:42 tsutsui Exp $
bin/xnp2
+bin/xnp21
man/ja/man1/xnp2.1
+man/ja/man1/xnp21.1
man/man1/xnp2.1
+man/man1/xnp21.1
share/doc/xnp2/README.ja
share/xnp2/fddseek.wav
share/xnp2/fddseek1.wav
diff -r af4f7ccde1b2 -r 4d82ec14eeb1 emulators/xnp2/distinfo
--- a/emulators/xnp2/distinfo Sun Jun 01 14:39:52 2014 +0000
+++ b/emulators/xnp2/distinfo Sun Jun 01 14:59:42 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2013/07/27 12:54:04 tsutsui Exp $
+$NetBSD: distinfo,v 1.4 2014/06/01 14:59:42 tsutsui Exp $
-SHA1 (xnp2-20130727.tar.bz2) = e00a41cb1061a488991307e9f9aaf1f3e95b0159
-RMD160 (xnp2-20130727.tar.bz2) = 563f220c88caf3919750a60b90f90fa8c7188bdf
-Size (xnp2-20130727.tar.bz2) = 1665261 bytes
+SHA1 (xnp2-20140531.tar.bz2) = a856ca927b9c9fc4fbe0ac33480af0ba9392dbf1
+RMD160 (xnp2-20140531.tar.bz2) = 483b5ca9a07bc70d79455075089b0b4b0f9d081d
+Size (xnp2-20140531.tar.bz2) = 1685873 bytes
diff -r af4f7ccde1b2 -r 4d82ec14eeb1 emulators/xnp2/options.mk
--- a/emulators/xnp2/options.mk Sun Jun 01 14:39:52 2014 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-# $NetBSD: options.mk,v 1.1.1.1 2012/06/02 07:19:33 obache Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.xnp2
-PKG_SUPPORTED_OPTIONS= xnp2-ia32
-PKG_SUGGESTED_OPTIONS= xnp2-ia32
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mxnp2-ia32)
-# Enable ia32 core instead of the default 80286 core
-CONFIGURE_ARGS+= --enable-ia32
-.endif
Home |
Main Index |
Thread Index |
Old Index