ports/172608: [exp-run] conditional including of bsd.perl.mk inside bsd.port.mk

Andrej Zverev az at FreeBSD.org
Thu Oct 11 11:49:48 UTC 2012


>Number:         172608
>Category:       ports
>Synopsis:       [exp-run] conditional including of bsd.perl.mk inside bsd.port.mk
>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 Oct 11 11:49:48 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Andrej Zverev
>Release:        
>Organization:
>Environment:

	
>Description:
	All ports have previously had SITE_PERL inside RUN|BUILD_DEPENDS now corrected.
	We must ensure that there is now possibility of conditional include 
	bsd.perl.mk will work.
	Please run exp-run with this patch. I'll fix the problems (if they occur).

	Mark Linimon, PR is a reminder to you.

	
>How-To-Repeat:
	
>Fix:

	

--- p5cond.diff begins here ---
Index: Mk/bsd.port.mk
===================================================================
--- Mk/bsd.port.mk	(revision 305665)
+++ Mk/bsd.port.mk	(working copy)
@@ -1406,7 +1406,9 @@
 .include "${PORTSDIR}/Mk/bsd.gnustep.mk"
 .endif
 
+.if defined(USE_PERL5) || defined(USE_PERL5_BUILD) || defined(USE_PERL5_RUN) || defined(PERL_CONFIGURE) || defined(PERL_MODBUILD)
 .include "${PORTSDIR}/Mk/bsd.perl.mk"
+.endif
 
 .if defined(USE_PHP)
 .include "${PORTSDIR}/Mk/bsd.php.mk"
--- p5cond.diff ends here ---


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


More information about the freebsd-ports-bugs mailing list