pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-libwww Instead of suppressing the interactive q...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/141eced8db97
branches:  trunk
changeset: 533812:141eced8db97
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Mon Oct 01 11:35:21 2007 +0000

description:
Instead of suppressing the interactive questions concerning the installation
of some executable skripts (lwp-*) tell MakeMaker to use the default answers
provided in Makefile.PL.

This should solve PR pkg/30737 from Joern Clausen.

diffstat:

 www/p5-libwww/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 4b4eb938114c -r 141eced8db97 www/p5-libwww/Makefile
--- a/www/p5-libwww/Makefile    Mon Oct 01 11:28:00 2007 +0000
+++ b/www/p5-libwww/Makefile    Mon Oct 01 11:35:21 2007 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.51 2007/09/30 17:45:26 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2007/10/01 11:35:21 heinz Exp $
 
 DISTNAME=      libwww-perl-5.808
 PKGNAME=       p5-${DISTNAME:S/-perl-/-/}
 SVR4_PKGNAME=  p5lww
+PKGREVISION=   1
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=WWW/}
 
@@ -23,7 +24,7 @@
 DEPENDS+=      p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
 
 PERL5_PACKLIST=                auto/LWP/.packlist
-MAKE_PARAMS=           -n
+MAKE_ENV+=             PERL_MM_USE_DEFAULT=1
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index