ports/115032: [PATCH] www/validator: Need not to depend upon p5-Encode.

KIMURA Yasuhiro yasu at utahime.org
Mon Jul 30 08:30:03 UTC 2007


>Number:         115032
>Category:       ports
>Synopsis:       [PATCH] www/validator: Need not to depend upon p5-Encode.
>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:   Mon Jul 30 08:30:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     KIMURA Yasuhiro
>Release:        FreeBSD 6.2-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD xxxx 6.2-RELEASE-p6 FreeBSD 6.2-RELEASE-p6 #0: Fri Jul 13 11:52:17 JST 2007 xxxx i386


	
>Description:
	Since Encode.pm is included in perl 5.8, it is not necessary
	to add converters/p5-Encode to RUN_DEPENDS.

	
>How-To-Repeat:
	
>Fix:

	

--- patch-validator begins here ---
Index: Makefile
===================================================================
RCS file: /usr1/freebsd/cvsroot/ports/www/validator/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	29 Jul 2007 13:13:58 -0000	1.10
+++ Makefile	30 Jul 2007 07:24:06 -0000
@@ -17,7 +17,6 @@
 
 RUN_DEPENDS=	onsgmls:${PORTSDIR}/textproc/opensp \
 		${SITE_PERL}/Config/General.pm:${PORTSDIR}/devel/p5-Config-General \
-		${SITE_PERL}/${PERL_ARCH}/Encode.pm:${PORTSDIR}/converters/p5-Encode \
 		${SITE_PERL}/${PERL_ARCH}/Encode/HanExtra.pm:${PORTSDIR}/chinese/p5-Encode-HanExtra \
 		${SITE_PERL}/${PERL_ARCH}/Encode/JIS2K.pm:${PORTSDIR}/converters/p5-Encode-JIS2K \
 		${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
--- patch-validator ends here ---


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



More information about the freebsd-ports-bugs mailing list