ports/178878: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Thu May 23 19:20:01 UTC 2013


The following reply was made to PR ports/178878; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/178878: commit references a PR
Date: Thu, 23 May 2013 19:17:00 +0000 (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 at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-gnome mailing list