Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jul 2013 06:57:22 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324008 - head/Mk
Message-ID:  <201307310657.r6V6vMg8048049@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jul 31 06:57:22 2013
New Revision: 324008
URL: http://svnweb.freebsd.org/changeset/ports/324008

Log:
  Do not force perl as a patch and extract dependency each time the old form of USE_PERL5 is used
  Speed boost make index and package builder order calculation
  
  Reviewed by:	az

Modified:
  head/Mk/bsd.perl.mk

Modified: head/Mk/bsd.perl.mk
==============================================================================
--- head/Mk/bsd.perl.mk	Wed Jul 31 06:54:09 2013	(r324007)
+++ head/Mk/bsd.perl.mk	Wed Jul 31 06:57:22 2013	(r324008)
@@ -186,8 +186,6 @@ CONFIGURE_ENV+=	PERL_MM_USE_DEFAULT="YES
 .endif # defined(PERL_CONFIGURE)
 
 .if defined(USE_PERL5) || defined(USE_PERL5_BUILD)
-EXTRACT_DEPENDS+=	${PERL5}:${PORTSDIR}/lang/${PERL_PORT}
-PATCH_DEPENDS+=		${PERL5}:${PORTSDIR}/lang/${PERL_PORT}
 BUILD_DEPENDS+=		${PERL5}:${PORTSDIR}/lang/${PERL_PORT}
 .endif
 .if defined(USE_PERL5) || defined(USE_PERL5_RUN)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307310657.r6V6vMg8048049>