ports/95579: Set PERL_MM_USE_DEFAULT in BATCH mode
skv at FreeBSD.org
skv at FreeBSD.org
Mon Apr 10 09:50:21 UTC 2006
>Number: 95579
>Category: ports
>Synopsis: Set PERL_MM_USE_DEFAULT in BATCH mode
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Mon Apr 10 09:50:12 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Sergey Skvortsov
>Release: FreeBSD 6.0-STABLE i386
>Organization:
<Organization of PR author (multiple lines)>
>Environment:
<Relevant environment information (multiple lines)>
>Description:
In BATCH mode set environment variable PERL_MM_USE_DEFAULT
to use default values for all ExtUtils::MakeMaker::prompt calls.
>How-To-Repeat:
<Code/input/activities to reproduce the problem (multiple lines)>
>Fix:
--- bsd.port.mk.orig Mon Apr 10 13:32:13 2006
+++ bsd.port.mk Mon Apr 10 13:35:32 2006
@@ -1769,6 +1769,9 @@
.if defined(PERL_CONFIGURE)
USE_PERL5= yes
+.if (defined(BATCH) && !defined(IS_INTERACTIVE))
+CONFIGURE_ENV+= PERL_MM_USE_DEFAULT="YES"
+.endif
.endif
.if ${PERL_LEVEL} >= 500600
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list