diff options
author | tsutsui <tsutsui@pkgsrc.org> | 2014-06-01 14:59:42 +0000 |
---|---|---|
committer | tsutsui <tsutsui@pkgsrc.org> | 2014-06-01 14:59:42 +0000 |
commit | 0eab79fdcc4f882ba84123c86d5fc448ecd9d1c0 (patch) | |
tree | 1af06333d6b9860aa3f8c715267055ee644701fa /emulators | |
parent | 8d25ddd7306942b7de27501042170269e66a6477 (diff) | |
download | pkgsrc-0eab79fdcc4f882ba84123c86d5fc448ecd9d1c0.tar.gz |
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 (limited to 'emulators')
-rw-r--r-- | emulators/xnp2/Makefile | 9 | ||||
-rw-r--r-- | emulators/xnp2/PLIST | 5 | ||||
-rw-r--r-- | emulators/xnp2/distinfo | 8 | ||||
-rw-r--r-- | emulators/xnp2/options.mk | 12 |
4 files changed, 13 insertions, 21 deletions
diff --git a/emulators/xnp2/Makefile b/emulators/xnp2/Makefile index 86fd1ed06be..e13e05d6f21 100644 --- a/emulators/xnp2/Makefile +++ b/emulators/xnp2/Makefile @@ -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 @@ CONFIGURE_DIRS= x11 GNU_CONFIGURE= yes -.include "options.mk" +CONFIGURE_ARGS+= --enable-build-all INSTALLATION_DIRS+= share/doc/xnp2 ${PKGMANDIR}/ja/man1 @@ -28,6 +27,8 @@ post-install: ${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 --git a/emulators/xnp2/PLIST b/emulators/xnp2/PLIST index 5351594a8fc..c6e3d529284 100644 --- a/emulators/xnp2/PLIST +++ b/emulators/xnp2/PLIST @@ -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 --git a/emulators/xnp2/distinfo b/emulators/xnp2/distinfo index bb94a129293..8285f9956c0 100644 --- a/emulators/xnp2/distinfo +++ b/emulators/xnp2/distinfo @@ -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 --git a/emulators/xnp2/options.mk b/emulators/xnp2/options.mk deleted file mode 100644 index 22172d45cf7..00000000000 --- a/emulators/xnp2/options.mk +++ /dev/null @@ -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 |