- Patch this so that it's not INTERACTIVE

This commit is contained in:
Steve Wills 2012-04-25 18:56:02 +00:00
parent 7d0d5374c6
commit 55950cc9cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295519
2 changed files with 12 additions and 7 deletions

View File

@ -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

View File

@ -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
},