ports/89244: Update port: deve/p5-Config-Objective

Jim Pirzyk pirzyk at FreeBSD.org
Fri Nov 18 17:20:29 UTC 2005


>Number:         89244
>Category:       ports
>Synopsis:       Update port: deve/p5-Config-Objective
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 18 17:20:27 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Jim Pirzyk
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD lilo.cites.uiuc.edu 5.4-STABLE FreeBSD 5.4-STABLE #15: Fri Nov 4 09:03:01 CST 2005 root at lilo.cites.uiuc.edu:/usr/obj/usr/src/sys/LILO_KERNEL i386


	
>Description:
	Patch to clean up some perl -w warning messages in this package.

>How-To-Repeat:
	Have a script use Config::Objective and run it with -w option.

>Fix:

diff -Nru p5-Config-Objective/Makefile p5-Config-Objective.new/Makefile
--- p5-Config-Objective/Makefile	Tue Nov 15 14:06:31 2005
+++ p5-Config-Objective.new/Makefile	Tue Nov 15 14:06:19 2005
@@ -7,7 +7,7 @@
 
 PORTNAME=	Config-Objective
 PORTVERSION=	0.9.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Config
diff -Nru p5-Config-Objective/files/patch-grammar.yp p5-Config-Objective.new/files/patch-grammar.yp
--- p5-Config-Objective/files/patch-grammar.yp	Wed Dec 31 18:00:00 1969
+++ p5-Config-Objective.new/files/patch-grammar.yp	Tue Nov 15 14:10:45 2005
@@ -0,0 +1,10 @@
+--- ./grammar.yp.orig	Tue Nov 15 14:09:30 2005
++++ ./grammar.yp	Tue Nov 15 14:09:51 2005
+@@ -251,6 +251,7 @@
+ 		### if a previous condition was true
+ 		return undef
+ 			if ($config->{'in_expr'}
++			    && @{$config->{'cond_stack'}}
+ 			    && $config->{'cond_stack'}->[-1] == CS_NO_EVAL);
+ 
+ 		### for statements, don't evaluate if we're inside a
Binary files p5-Config-Objective/p5-Config-Objective-0.9.1_2.tbz and p5-Config-Objective.new/p5-Config-Objective-0.9.1_2.tbz differ
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list