Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Sep 2010 13:34:56 +0900
From:      Takefu <takefu@airport.fm>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/150614: [UPDATE] sysutils/memtest: update to 4.2.0
Message-ID:  <4C919E70.6030402@airport.fm>
Resent-Message-ID: <201009160440.o8G4e1ft081192@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         150614
>Category:       ports
>Synopsis:       [UPDATE] sysutils/memtest: update to 4.2.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 16 04:40:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Takefu
>Release:        
>Organization:
FOX Amateur Radio Club
>Environment:
>Description:
update to 4.1.3 -> 4.2.0

  -define _FILE_OFFSET_BITS to 64 by default in conf-cc, which causes some
  32-bit systems with larger-than-32-bit address spaces to have a 64-bit off_t,
  allowing testing of larger chunks of memory.  Thanks to Steven A. Falco for
  the suggestion.  Let me know if this definition causes problems for anyone.
  -add tests of 8-bit-wide and 16-bit-wide random writes, to enable verifying
  the correct operation of hardware.  Thanks: Dick Hollenbeck.  If these tests
  trigger unaligned access problems on your platform, you can eliminate these
  tests by removing the -DTEST_NARROW_WRITES definition from the conf-cc file.

>How-To-Repeat:
>Fix:

--- memtester-4.2.0.diff begins here ---
diff -ruN /usr/ports/sysutils/memtest/Makefile sysutils/memtest/Makefile
--- /usr/ports/sysutils/memtest/Makefile	2010-07-21 16:51:34.000000000 +0900
+++ sysutils/memtest/Makefile	2010-09-16 13:27:00.000000000 +0900
@@ -6,7 +6,7 @@
 #

 PORTNAME=	memtest
-PORTVERSION=	4.1.3
+PORTVERSION=	4.2.0
 CATEGORIES=	sysutils
 MASTER_SITES=	http://pyropus.ca/software/${PORTNAME}er/old-versions/
 DISTNAME=	${PORTNAME}er-${PORTVERSION}
@@ -14,6 +14,8 @@
 MAINTAINER=	question+fbsdports@closedsrc.org
 COMMENT=	Utility to test for faulty memory subsystem

+LICENSE=	GPLv2
+
 MAN8=		${PORTNAME}.8
 PLIST_FILES=	bin/memtest

diff -ruN /usr/ports/sysutils/memtest/distinfo sysutils/memtest/distinfo
--- /usr/ports/sysutils/memtest/distinfo	2010-07-21 16:51:34.000000000 +0900
+++ sysutils/memtest/distinfo	2010-09-16 13:25:14.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (memtester-4.1.3.tar.gz) = e562451620cf5343016950462bc0dc38
-SHA256 (memtester-4.1.3.tar.gz) = ac56f0b6d6d6e58bcf2a3fa7f2c9b29894f5177871f21115a1906c535106acf6
-SIZE (memtester-4.1.3.tar.gz) = 20117
+MD5 (memtester-4.2.0.tar.gz) = bfc1bcc2f31e780574f81778b65faf26
+SHA256 (memtester-4.2.0.tar.gz) = cb9d5437a0c429d18500bddef93084bb2fead0d5ccfedfd00ee28ff118e52695
+SIZE (memtester-4.2.0.tar.gz) = 20754
--- memtester-4.2.0.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C919E70.6030402>