[Midnightbsd-cvs] mports: lang/perl5.10: Perl 5.10 has a bug.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 11 15:15:36 EDT 2008


Log Message:
-----------
Perl 5.10 has a bug.  What a shock.  This broke cvsweb among other things.  if -x testing was borked.  http://rt.perl.org/rt3/Public/Bug/Display.html?id=49003

Modified Files:
--------------
    mports/lang/perl5.10:
        Makefile (r1.2 -> r1.3)

Added Files:
-----------
    mports/lang/perl5.10/files:
        patch-pp_sys.c (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/lang/perl5.10/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L lang/perl5.10/Makefile -L lang/perl5.10/Makefile -u -r1.2 -r1.3
--- lang/perl5.10/Makefile
+++ lang/perl5.10/Makefile
@@ -4,7 +4,7 @@
 
 PORTNAME=	perl
 PORTVERSION=	5.10.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	lang devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	../../src
@@ -120,4 +120,4 @@
 		${SED} -e 's!/var/db/pkg/!!; s!/+CONTENTS!!;')`
 
 
-.include <bsd.port.post.mk>
\ No newline at end of file
+.include <bsd.port.post.mk>
--- /dev/null
+++ lang/perl5.10/files/patch-pp_sys.c
@@ -0,0 +1,11 @@
+--- pp_sys.c.orig	Sat Oct 11 14:57:48 2008
++++ pp_sys.c	Sat Oct 11 14:58:21 2008
+@@ -3002,7 +3002,7 @@
+ 
+     case OP_FTEEXEC:
+ #ifdef PERL_EFF_ACCESS
+-	access_mode = W_OK;
++	access_mode = X_OK;
+ #else
+ 	use_access = 0;
+ #endif


More information about the Midnightbsd-cvs mailing list