Date: Sun, 28 Sep 2008 16:50:04 GMT From: "Yen-Ming Lee" <leeym@leeym.com> To: perl@FreeBSD.org Subject: Re: ports/127695: [patch] security/p5-Net-SSLeay: shut up interactive prompt for BATCH mode Message-ID: <200809281650.m8SGo402096204@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/127695; it has been noted by GNATS. From: "Yen-Ming Lee" <leeym@leeym.com> To: "Eygene Ryabinkin" <rea-fbsd@codelabs.ru> Cc: FreeBSD-gnats-submit@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@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@leeym.com>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809281650.m8SGo402096204>