diff options
author | wiz <wiz@pkgsrc.org> | 2018-08-27 07:15:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-08-27 07:15:47 +0000 |
commit | 3b8e703c4806754cc9f4fa0becb601c60bacb07f (patch) | |
tree | bc31684bd835cef835636c26196e28ba7e577b9a /emulators | |
parent | f2c5d95c047ebcf9fc5c85d76d5f0d692d7f3479 (diff) | |
download | pkgsrc-3b8e703c4806754cc9f4fa0becb601c60bacb07f.tar.gz |
vmips: update to 1.5.1.
Based on PR 53556 by Brian R. Gaeke.
vmips-1.5.1 was released on 20 August 2018. User-visible changes
in version 1.5 (since version 1.5.1):
* Bug fixes:
* A pair of time calculations in the clock device were revised to
avoid triggering compile-time errors in newer C++11-compliant
compilers.
Improve 'make test'; fails because it needs a mips toolchain.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vmips/Makefile | 15 | ||||
-rw-r--r-- | emulators/vmips/distinfo | 10 |
2 files changed, 11 insertions, 14 deletions
diff --git a/emulators/vmips/Makefile b/emulators/vmips/Makefile index 3dd04afa754..cf31505295e 100644 --- a/emulators/vmips/Makefile +++ b/emulators/vmips/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2014/11/24 14:47:27 mef Exp $ -# +# $NetBSD: Makefile,v 1.12 2018/08/27 07:15:47 wiz Exp $ -DISTNAME= vmips-1.5 +DISTNAME= vmips-1.5.1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vmips/} @@ -21,11 +20,9 @@ CONF_FILES= ${EGDIR}/vmipsrc ${PKG_SYSCONFDIR}/vmipsrc USE_LANGUAGES= c c++ -do-test: - if ${PKG_INFO} -qe dejagnu; then \ - (cd ${WRKSRC}/test_code && ${MAKE} check); \ - else \ - ${ECHO} "dejagnu is required for the test target"; \ - fi +TEST_DEPENDS+= dejagnu-[0-9]*:../../devel/dejagnu +TEST_DIRS= test_code +# needs mipsel-ecoff-gcc +#TEST_TARGET= check .include "../../mk/bsd.pkg.mk" diff --git a/emulators/vmips/distinfo b/emulators/vmips/distinfo index 71d83e16f4a..10e51f595c6 100644 --- a/emulators/vmips/distinfo +++ b/emulators/vmips/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2017/03/23 17:06:50 joerg Exp $ +$NetBSD: distinfo,v 1.8 2018/08/27 07:15:47 wiz Exp $ -SHA1 (vmips-1.5.tar.gz) = ba0c753b76c439e6d29f8696b32fb9ef60aba1c8 -RMD160 (vmips-1.5.tar.gz) = 246072dabad177889548f3d07d0e629394388861 -SHA512 (vmips-1.5.tar.gz) = ec8111bb831521c7f1857434fb2eece74a1d27b67d1e8fcf6994728d41a7b020fa4d0bd2887608de4ca47e0546a3c7db6d3130ffa7bb07bced1e0bca134fb917 -Size (vmips-1.5.tar.gz) = 1103204 bytes +SHA1 (vmips-1.5.1.tar.gz) = e4884af442403720cf2b0047144d4632e9d8122f +RMD160 (vmips-1.5.1.tar.gz) = 42fb5012533032c51b2cb23e838f99b23f02dec4 +SHA512 (vmips-1.5.1.tar.gz) = ad77b1d70d29ff15003198f7ebe7afe7bcd023024de0064661a78f53ebedbcc60a4dea48869ff2d4fc68777f357a094b7b05fba03f3c0f19ad0ebf0de09e044e +Size (vmips-1.5.1.tar.gz) = 1092824 bytes |