ports/158988: [PATCH] textproc/p5-XML-DOM: use SITE_PERL directly

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jul 17 07:40:07 UTC 2011


>Number:         158988
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-XML-DOM: use SITE_PERL directly
>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:   Sun Jul 17 07:40:06 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Jul  9 23:23:51 CST
>Description:
- Use SITE_PERL directly

Port maintainer (kuriyama at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-XML-DOM-1.44.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-XML-DOM/Makefile,v
retrieving revision 1.17
diff -u -u -r1.17 Makefile
--- Makefile	6 Jan 2009 17:43:44 -0000	1.17
+++ Makefile	17 Jul 2011 07:34:03 -0000
@@ -14,10 +14,10 @@
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Perl module for building DOM Level 1 compliant document structures
 
-RUN_DEPENDS=	${PBASE}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
-		${PBASE}/XML/Parser/PerlSAX.pm:${PORTSDIR}/textproc/p5-libxml \
-		${PBASE}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
-		${PBASE}/XML/RegExp.pm:${PORTSDIR}/textproc/p5-XML-RegExp
+RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
+		${SITE_PERL}/XML/Parser/PerlSAX.pm:${PORTSDIR}/textproc/p5-libxml \
+		${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
+		${SITE_PERL}/XML/RegExp.pm:${PORTSDIR}/textproc/p5-XML-RegExp
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	yes
@@ -35,6 +35,4 @@
 		XML::DOM::ProcessingInstruction.3 XML::DOM::Text.3 \
 		XML::DOM::XMLDecl.3 XML::Handler::BuildDOM.3
 
-PBASE=		${SITE_PERL}
-
 .include <bsd.port.mk>
--- p5-XML-DOM-1.44.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list