ports/127695: [patch] security/p5-Net-SSLeay: shut up interactive prompt for BATCH mode

Yen-Ming Lee leeym at leeym.com
Sun Sep 28 16:50:04 UTC 2008


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

From: "Yen-Ming Lee" <leeym at leeym.com>
To: "Eygene Ryabinkin" <rea-fbsd at codelabs.ru>
Cc: FreeBSD-gnats-submit at freebsd.org
Subject: Re: ports/127695: [patch] security/p5-Net-SSLeay: shut up interactive prompt for BATCH mode
Date: Sun, 28 Sep 2008 09:15:44 -0700

 I'm not sure what happened in your environment, but on my 7.0-RELEASE
 box, define BATCH=yes will trigger PERL_MM_USE_DEFAULT="YES", and then
 pass that prompt with default answer as expected.
 
 $ uname -a
 FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24
 19:59:52 UTC 2008
 root at logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
 
 $ pwd
 /usr/ports/security/p5-Net-SSLeay
 
 $ make -V CONFIGURE_ENV
 OPENSSL_PREFIX=/usr LDFLAGS=" -rpath=/usr/lib:/usr/local/lib"
 SHELL=/bin/sh CONFIG_SHELL=/bin/sh
 PERL_EXTUTILS_AUTOINSTALL="--skipdeps"
 
 $ env BATCH=yes make -V CONFIGURE_ENV
 OPENSSL_PREFIX=/usr LDFLAGS=" -rpath=/usr/lib:/usr/local/lib"
 SHELL=/bin/sh CONFIG_SHELL=/bin/sh
 PERL_EXTUTILS_AUTOINSTALL="--skipdeps" PERL_MM_USE_DEFAULT="YES"
 
 regards,
 -- 
 Yen-Ming Lee <leeym at leeym.com>


More information about the freebsd-perl mailing list