Date: Tue, 29 Apr 2008 21:50:02 GMT From: "Pedro F. Giffuni" <giffunip@tutopia.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/123241: Update misc/posixtestsuite to 1.5.2 Message-ID: <200804292150.m3TLo21G034587@www.freebsd.org> Resent-Message-ID: <200804292200.m3TM0ExP047980@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 123241 >Category: ports >Synopsis: Update misc/posixtestsuite to 1.5.2 >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: Tue Apr 29 22:00:14 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Pedro F. Giffuni >Release: 6.3-Release (amd64) >Organization: >Environment: FreeBSD kakumen.cable.net.co 6.3-RELEASE FreeBSD 6.3-RELEASE #10: Sat Jan 19 01:13:55 COT 2008 root@kakumen.cable.net.co:/usr/src/sys/amd64/compile/SMP amd64 >Description: I think that someone that actually knows what he's doing should take a look at this port: for the time being I just updated it. - We don't pass a lot of these tests but linux doesn't pass them all either. - I am not sure that we should ignore SIGPOLL but I maintained the status quo. >How-To-Repeat: >Fix: diff -ruN posixtestsuite.orig/Makefile posixtestsuite/Makefile --- posixtestsuite.orig/Makefile 2008-04-28 00:04:13.000000000 -0500 +++ posixtestsuite/Makefile 2008-04-29 16:37:50.000000000 -0500 @@ -6,8 +6,7 @@ # PORTNAME= posixtestsuite -PORTVERSION= 1.3.0 -PORTREVISION= 1 +PORTVERSION= 1.5.2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= posixtest diff -ruN posixtestsuite.orig/distinfo posixtestsuite/distinfo --- posixtestsuite.orig/distinfo 2008-04-28 00:04:13.000000000 -0500 +++ posixtestsuite/distinfo 2008-04-29 16:38:31.000000000 -0500 @@ -1,3 +1,3 @@ -MD5 (posixtestsuite-1.3.0.tar.gz) = c9a6c16be087bc58ecb9ec316659244c -SHA256 (posixtestsuite-1.3.0.tar.gz) = 3b8afb9f64183129889bd2c6af95dbd4f5e880782a40550db2ee0fcd245d4075 -SIZE (posixtestsuite-1.3.0.tar.gz) = 398298 +MD5 (posixtestsuite-1.5.2.tar.gz) = 9a8e6516585c886fddc257270061b59c +SHA256 (posixtestsuite-1.5.2.tar.gz) = 15a2185672127cba851d35ec9d538ff6148defdbb75f99c7e9c50aeba0f94757 +SIZE (posixtestsuite-1.5.2.tar.gz) = 1092856 diff -ruN posixtestsuite.orig/files/patch-locate-test posixtestsuite/files/patch-locate-test --- posixtestsuite.orig/files/patch-locate-test 2008-04-28 00:04:13.000000000 -0500 +++ posixtestsuite/files/patch-locate-test 1969-12-31 19:00:00.000000000 -0500 @@ -1,27 +0,0 @@ -diff -ur locate-test~ locate-test ---- locate-test Tue Sep 23 21:45:57 2003 -+++ locate-test Tue Nov 11 07:30:35 2003 -@@ -60,19 +60,19 @@ - shift; - ;; - "--fmake") -- find functional/ -type f -maxdepth 2 -mindepth 2 -name "Makefile" -printf "%h\n" -+ find functional/ -type f -maxdepth 2 -mindepth 2 -name "Makefile" | sed 's#/Makefile##g' - exit 0; - ;; - "--frun") -- find functional/ -type f -maxdepth 2 -mindepth 2 -name "run.sh" -printf "%h\n" -+ find functional/ -type f -maxdepth 2 -mindepth 2 -name "run.sh" | sed 's#/run.sh##g' - exit 0; - ;; - "--smake") -- find stress/ -type f -maxdepth 2 -mindepth 2 -name "Makefile" -printf "%h\n" -+ find stress/ -type f -maxdepth 2 -mindepth 2 -name "Makefile" | sed 's#/Makefile##g' - exit 0; - ;; - "--srun") -- find stress/ -type f -maxdepth 2 -mindepth 2 -name "run.sh" -printf "%h\n" -+ find stress/ -type f -maxdepth 2 -mindepth 2 -name "run.sh" | sed 's#/run.sh##g' - exit 0; - ;; - "--help") >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804292150.m3TLo21G034587>