Skip site navigation (1)Skip section navigation (2)
Date:      2 Jul 2003 21:57:43 -0000
From:      Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        rse@engelschall.com
Subject:   ports/54048: wml fails
Message-ID:  <20030702215743.42057.qmail@httpd1.terions.de>
Resent-Message-ID: <200307022200.h62M0T4Q095477@freefall.freebsd.org>

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

>Number:         54048
>Category:       ports
>Synopsis:       wml fails
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 02 15:00:28 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Martin Klaffenboeck
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD martin.kleinerdrache.org 4.8-STABLE FreeBSD 4.8-STABLE #3: Sun Jun 22 21:36:41 CEST 2003 martin@martin.kleinerdrache.org:/usr/obj/usr/src/sys/MYKERNEL i386


	
>Description:
www/wml fails here because it thinks, 5.008 is lower than 5.003, so I added this patch and it configures.

Just the output of 'make test' gives me the following:

Failed 11/20 test scripts, 45.00% okay. 19/67 subtests failed, 71.64% okay.
*** Error code 255 (ignored)

45% ok is not that much I think.  What's wrong here?

Martin
	
>How-To-Repeat:
	
>Fix:

	

--- wml.diff begins here ---
diff -Nur wml.orig/files/patch-wml_backend::p3_eperl::configure wml/files/patch-wml_backend::p3_eperl::configure
--- wml.orig/files/patch-wml_backend::p3_eperl::configure	Thu Jan  1 01:00:00 1970
+++ wml/files/patch-wml_backend::p3_eperl::configure	Wed Jul  2 23:52:21 2003
@@ -0,0 +1,23 @@
+--- wml_backend/p3_eperl/configure.orig	Wed Jul  2 23:50:48 2003
++++ wml_backend/p3_eperl/configure	Wed Jul  2 23:51:39 2003
+@@ -577,7 +577,7 @@
+ PATH_PERL=$perlprog
+ echo "$ac_t""$perlprog v$perlvers" 1>&6
+ case $perlvers in
+-    5.003* | 5.004* | 5.005* | 5.006* )
++    5.003* | 5.004* | 5.005* | 5.006* | 5.007* | 5.008* )
+         ;;
+     * ) echo ""
+         echo "Latest Perl found on your system is $perlvers,"
+@@ -590,9 +590,9 @@
+         ;;
+ esac
+ case $perlvers in
+-    5.00[3-6]_[0-9][0-9] ) 
++    5.00[3-8]_[0-9][0-9] ) 
+ 	    perlvnum=`echo $perlvers | sed -e 's/\.//' -e 's/_//'` ;; 
+-    5.00[3-6] ) 
++    5.00[3-8] ) 
+ 	    perlvnum=`echo $perlvers | sed -e 's/\.//' -e 's/$/00/'` ;; 
+ 	* ) 
+ 	    perlvnum=`echo $perlvers | sed -e 's/\.//' -e 's/_//'` ;; 
--- wml.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?20030702215743.42057.qmail>