Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 May 2013 22:17:00 +0400
From:      Andrej Zverev <az@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/178878: [patch] lang/vala - avoid of using site_perl
Message-ID:  <E1Ufa4S-0004B3-LJ@sunner.semmy.ru>
Resent-Message-ID: <201305231820.r4NIK04Y088735@freefall.freebsd.org>

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

>Number:         178878
>Category:       ports
>Synopsis:       [patch] lang/vala - avoid of using site_perl
>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:   Thu May 23 18:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Andrej Zverev
>Release:        
>Organization:
>Environment:


	
>Description:
	- Avoid of using SITE_PERL while not implict declare usage of perl
	
>How-To-Repeat:
	
>Fix:

	

--- patch.diff begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 318886)
+++ Makefile	(working copy)
@@ -29,8 +29,8 @@
 .if defined(VALA_SLAVE)
 LIB_DEPENDS+=	vala-${VALA_VER}.0:${PORTSDIR}/lang/vala
 CONFIGURE_ARGS+=--enable-vapigen
-BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML
-RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML
+BUILD_DEPENDS+=	p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML
+RUN_DEPENDS+=	p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML
 MAN1=		vala-gen-introspect.1 vapigen.1
 .else
 CONFIGURE_ARGS+=--disable-vapigen
--- patch.diff ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Ufa4S-0004B3-LJ>