Bug 178878 - [patch] lang/vala - avoid of using site_perl
Summary: [patch] lang/vala - avoid of using site_perl
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-23 19:20 UTC by Andrej Zverev
Modified: 2013-05-23 20:20 UTC (History)
0 users

See Also:


Attachments
patch.diff (675 bytes, patch)
2013-05-23 19:20 UTC, Andrej Zverev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrej Zverev freebsd_committer freebsd_triage 2013-05-23 19:20:00 UTC
	- Avoid of using SITE_PERL while not implict declare usage of perl
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-23 19:20:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-05-23 20:17:00 UTC
Author: az
Date: Thu May 23 19:16:48 2013
New Revision: 318898
URL: http://svnweb.freebsd.org/changeset/ports/318898

Log:
  - Avoid of using SITE_PERL
  
  PR:		ports/178878
  Submitted by:	az
  Approved by:	kwm@ (gnome@)

Modified:
  head/lang/vala/Makefile

Modified: head/lang/vala/Makefile
==============================================================================
--- head/lang/vala/Makefile	Thu May 23 19:00:20 2013	(r318897)
+++ head/lang/vala/Makefile	Thu May 23 19:16:48 2013	(r318898)
@@ -29,8 +29,8 @@ PLIST_SUB=	VERSION=${VALA_VER}
 .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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Andrej Zverev freebsd_committer freebsd_triage 2013-05-23 20:18:22 UTC
State Changed
From-To: open->closed

Committed. Thanks!