Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Nov 2006 23:18:23 +0900
From:      Hirohisa Yamaguchi <umq@ueo.co.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/105398: textproc/p5-XML-RSS dependency typo
Message-ID:  <86k6223w40.wl%umq@ueo.co.jp>
Resent-Message-ID: <200611111420.kABEKPC8012789@freefall.freebsd.org>

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

>Number:         105398
>Category:       ports
>Synopsis:       textproc/p5-XML-RSS dependency typo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 11 14:20:25 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Hirohisa Yamaguchi
>Release:        FreeBSD 7.0-CURRENT amd64
>Organization:
<organization of PR author (multiple lines)>
>Environment:
System: FreeBSD calliope.****.org 7.0-CURRENT FreeBSD 7.0-CURRENT #3: Thu Oct 5 06:52:38 JST 2006 root@calliope.****.org:/usr/obj/usr/src/sys/CALLIOPE64 amd64


>Description:
	${PERL_PERL} in port/textproc/p5-XML-RSS/Makefile may be a typo of ${SITE_PERL}
>How-To-Repeat:
	cd ports/textproc/p5-XML-RSS
	make
>Fix:

	the patch follows

diff -Nrpu ports.orig/textproc/p5-XML-RSS/Makefile ports/textproc/p5-XML-RSS/Makefile
--- ports.orig/textproc/p5-XML-RSS/Makefile	Sat Nov 11 00:33:25 2006
+++ ports/textproc/p5-XML-RSS/Makefile	Sat Nov 11 23:02:13 2006
@@ -17,8 +17,8 @@ COMMENT=	Perl extension to manage RDF Si
 
 BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/XML/Parser/Expat.pm:${PORTSDIR}/textproc/p5-XML-Parser \
 		${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser \
-    		${PERL_PERL}/DateTime/Format/Mail.pm:${PORTSDIR}/devel/p5-DateTime-Format-Mail \
-    		${PERL_PERL}/DateTime/Format/W3CDTF.pm:${PORTSDIR}/devel/p5-DateTime-Format-W3CDTF
+    		${SITE_PERL}/DateTime/Format/Mail.pm:${PORTSDIR}/devel/p5-DateTime-Format-Mail \
+    		${SITE_PERL}/DateTime/Format/W3CDTF.pm:${PORTSDIR}/devel/p5-DateTime-Format-W3CDTF
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86k6223w40.wl%umq>