Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jul 2007 17:22:45 +0900 (JST)
From:      KIMURA Yasuhiro <yasu@utahime.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/115032: [PATCH] www/validator: Need not to depend upon p5-Encode.
Message-ID:  <20070730082245.39C3D20@eastasia.home.utahime.org>
Resent-Message-ID: <200707300830.l6U8U3e2026339@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070730082245.39C3D20>