pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/vmips



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 27 07:15:47 UTC 2018

Modified Files:
        pkgsrc/emulators/vmips: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/emulators/vmips/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/emulators/vmips/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/vmips/Makefile
diff -u pkgsrc/emulators/vmips/Makefile:1.11 pkgsrc/emulators/vmips/Makefile:1.12
--- pkgsrc/emulators/vmips/Makefile:1.11        Mon Nov 24 14:47:27 2014
+++ pkgsrc/emulators/vmips/Makefile     Mon Aug 27 07:15:47 2018
@@ -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_SYSC
 
 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"

Index: pkgsrc/emulators/vmips/distinfo
diff -u pkgsrc/emulators/vmips/distinfo:1.7 pkgsrc/emulators/vmips/distinfo:1.8
--- pkgsrc/emulators/vmips/distinfo:1.7 Thu Mar 23 17:06:50 2017
+++ pkgsrc/emulators/vmips/distinfo     Mon Aug 27 07:15:47 2018
@@ -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



Home | Main Index | Thread Index | Old Index