From 55950cc9cfca45c98573f1344ddfe9e62667730b Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Wed, 25 Apr 2012 18:56:02 +0000 Subject: [PATCH] - Patch this so that it's not INTERACTIVE --- net/p5-Net/Makefile | 6 +----- net/p5-Net/files/patch-Makefile.PL | 13 +++++++++++-- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile index 3402b001e52e..4bebacdb1cd9 100644 --- a/net/p5-Net/Makefile +++ b/net/p5-Net/Makefile @@ -7,7 +7,7 @@ PORTNAME= Net PORTVERSION= 1.22 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN @@ -17,10 +17,6 @@ DISTNAME= libnet-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 modules to access and use network protocols -.if !defined(BATCH) && !defined(PACKAGE_BUILDING) -IS_INTERACTIVE= yes -.endif - RUN_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL PORTSCOUT= skipv:1.0901 diff --git a/net/p5-Net/files/patch-Makefile.PL b/net/p5-Net/files/patch-Makefile.PL index 6e8250940727..e44908d34bdd 100644 --- a/net/p5-Net/files/patch-Makefile.PL +++ b/net/p5-Net/files/patch-Makefile.PL @@ -1,5 +1,14 @@ ---- Makefile.PL.orig Sat May 19 15:56:18 2007 -+++ Makefile.PL Tue Jun 19 16:05:28 2007 +--- Makefile.PL.orig 2007-08-26 08:14:13.000000000 -0400 ++++ Makefile.PL 2012-04-25 14:43:48.565212760 -0400 +@@ -47,7 +47,7 @@ + last if ($config_pm = $_) =~ s/^ExtUtils(.)MakeMaker.pm/Net${1}libnet.cfg/; + } + +- system(($^O eq 'VMS' ? 'mcr ': ()),$^X, 'Configure') ++ system(($^O eq 'VMS' ? 'mcr ': ()),$^X, 'Configure','-d') + unless -f $libnet_cfg; + + $self->{PM}->{$libnet_cfg} = $self->catfile('$(INST_LIBDIR)',$config_pm); @@ -98,6 +98,18 @@ IO::Socket => 1.05 },